.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:transparent;background-image:url("https://images.assets-landingi.com/uc/6727893f-93dc-404a-b7cd-d22c0b0e1369/buddhabg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,178,115,0.4); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(200,178,115,0.4); }#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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f3;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { background-color: transparent; background-image: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { border-width: 0; border-radius: 0; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { font-size:0.875rem;font-family:kalnia;height:4.375rem;width:75rem;position:relative;display:block; }#gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { background-color:#8aa899;background-image:none;border-top:0.0625rem solid #c8b273;border-left:0.0625rem solid #c8b273;border-right:0.0625rem solid #c8b273;border-bottom:0.0625rem solid #c8b273;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f9f7f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.28125rem;height:3.0307625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.624755859375rem;left:65.625rem;display:block; }
#gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4JJhEChHpWkZOdSUiWIp0pmy32tPT06 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#14120b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.49951171875rem;left:48.812255859375rem;display:block; }
#TWIA0ID58uis0I1gqoD8TR98X4VwJMTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SyPVpcakCcD57zJgfCDSe7Nkwc6LM5AC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#14120b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.49951171875rem;left:38.811767578125rem;display:block; }
#aOtka1kx4yQ58rJs2VfC9VnTpv1mnM0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6DvG272ISzAqlGkzyEAcOc4Xz8QURdH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#14120b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.5rem;left:29.6875rem;display:block; }
#rDFZaOu2GhUi4qDvVmJtW9XxVb7HvJNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aln0GN7iDedCOaNCA3v0d63onECBdwhF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#14120b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.49951171875rem;left:56.874755859375rem;display:block; }
#CdcnbxqqMmTCytmndMfr0mEF0a1z85oB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olsFXCdogLlPS4Xz76Gpnp8O7OvATwMt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.5625rem;left:0.375rem; }
#rIEHWvp7cKvE9rXdsmoMaeZy4Nti1mNq { 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:#8aa899;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.46875rem;left:1.78125rem;display:block; }
#Ng0WIezV9FuyaZamMnSsNlsTMBAliOXl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn { position:relative;display:none; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn { border-width: 0; border-radius: 0; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .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; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .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:0.6875rem;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; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { background-color:#f9f7f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { background-color: transparent; background-image: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .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); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { border-width: 0; border-radius: 0; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { font-size:0.875rem;font-family:kalnia;height:47.375rem;width:75rem;overflow:visible;position:relative;display:block; }#XmGNpf0wN8upDpHV6fAvpZdwefhN6CTK { color:#14120b;display:block;width:44.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:23.25rem;left:30rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnIELvlhOP71OLIDTLmWSB7IQZ5Nuv6z { color:#14120b;display:block;width:40.4375rem;position:absolute;font-family:kalnia;font-size:3.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:7.1220703125rem;left:29.7802734375rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFNU6pf285UN0ODCnk2BCvyRJ9Vag84V { box-sizing:content-box;height:25.625rem;width:26rem;position:absolute;display:block;z-index:14986;background-color:#ffffff;background-image:none;top:16.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#onav7nKLowtTO8hGzp66qQUPsLffIoQd { box-sizing:content-box;height:0.124511875rem;width:56.25rem;position:absolute;display:block;z-index:14988;background-color:#8aa899;background-image:none;top:41.875rem;left:17.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zpdNVhL9BVIn9QnrZJcsAa9cMxPq8ZQQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.375rem;left:29.375rem; }
#AX6PXCMusNgp4nXfVvwotSAaRVJc3oSv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:36.5625rem;left:29.875rem; }
#ScExHWTyM7p6GTOox0Asvp3iBT8s05Rh { color:#14120b;display:block;width:40.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:33.25rem;left:33.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAcQPAzOvQNxH5iVhzIpp8S1itZem8TV { color:#14120b;display:block;width:40.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:37rem;left:33.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JEAAgsm0rh5T83kNcDA221Qe2KlQK9BF { background-color:#c8b273;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9f7f3;border-left:0.0625rem solid #f9f7f3;border-right:0.0625rem solid #f9f7f3;border-bottom:0.0625rem solid #f9f7f3;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f9f7f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.781rem;height:3.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:40.375rem;left:7.125rem;display:block; }
#nhKVTzC7MshEeQ2Lyl2PvFQLDHebGDHe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4dyTW1DqdiaE6UMC3Ay3C4J5gO0ptAg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.24935rem;width:1.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:41.3125rem;left:73.375rem; }
#kG7P9KEiOG72tyouzMAvlN8L8uihc98T { box-sizing:content-box;height:23.937rem;width:24.06225rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bb11c76b-043b-4d79-bc94-32071c0960b9/Photo2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.125rem;left:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }#kG7P9KEiOG72tyouzMAvlN8L8uihc98T.adaptive-delivery-prevent-bg, #kG7P9KEiOG72tyouzMAvlN8L8uihc98T.lazyload, #kG7P9KEiOG72tyouzMAvlN8L8uihc98T.lazyloading { background-image: none; }
#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { background-color: transparent; background-image: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .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); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { border-width: 0; border-radius: 0; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { font-size:0.875rem;font-family:kalnia;height:14.3125rem;width:75rem;position:relative;display:block; }#GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { color:#14120b;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:8.625rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmBTQkVq2248bde8t4o08onk6mIty83e { box-sizing:content-box;height:0.125rem;width:25.3125rem;position:absolute;display:block;z-index:15013;background-color:#c8b273;background-image:none;top:5.748779296875rem;left:24.84375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CD1Mgw3NsWHyz1m90GeABCo7hFTDgdZf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.155517578125rem;left:23.842529296875rem; }
#T7BDsNDEBD6FV6xdkoHch7VKE1zCuLEp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.15478515625rem;left:50.047119140625rem; }
#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc { position:relative;display:block; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc { background-color: transparent; background-image: none; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .row .container > .video-iframe-container { display: none; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .row > .video-iframe-container { display: none; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .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); }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc { border-width: 0; border-radius: 0; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .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; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .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:17.25rem;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; }#cwK7f72ZHGBw0uyFJSzT0M1UJh3ELAPL { box-sizing:content-box;height:13.1875rem;width:16.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:1.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#WkAZQoElbSwt1nzBDrmaLBZSxM9QeMec { color:#14120b;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.4375rem;left:2.375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mAKET5IW1SNaxHmqNHIyAg4trMoD4CXr { color:#14120b;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.25rem;left:4.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LWsrdXQPccAi2AX220TFKVEDZDrLGKkU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.249025rem;width:1.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.5rem;left:2.375rem; }
#vMAxMwMUIEJcOTzcHeEWaTL7KMdbk3WN { box-sizing:content-box;height:13.1875rem;width:16.1875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:20rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#QKiuisF7qUWU4CaoFofXUHEELSsHkeWV { color:#14120b;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:5.4375rem;left:21.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MoE3RkbhhpDiHCEMt4sOiBp6e3rKWDdu { color:#14120b;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:2.25rem;left:23.0625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#USi3RmrzfFwH6gKs1JZxrKo2FfX2Jx1T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.249025rem;width:1.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.5rem;left:21.125rem; }
#GZ6a4Pwm4fb8LxQxfb9LmH7c5pHqrvab { box-sizing:content-box;height:13.1875rem;width:16.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:0rem;left:38.75rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#ABNaoey5GlKw5rQJRm8PIAdAIgc2xJKk { color:#14120b;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:5.4375rem;left:39.875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HdZmBGgmz0kfIbWkodPXAJORTER9vnby { color:#14120b;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:2.25rem;left:41.8125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1u74JSu7GWuJBNe5XsvKmgfsysGOAGl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.249025rem;width:1.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.5rem;left:39.875rem; }
#PGlnO0nM2BqX7BfmbQMSNFr66UeUb39e { box-sizing:content-box;height:13.1875rem;width:16.1875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:0.0625rem;left:57.5625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#kw9ZFE6vTZpiFi86G2bPBdNfc9deGlTZ { color:#14120b;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:5.5rem;left:58.6875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xr1WtzMSKkoabHAvlz6BT1dLCiJSalqU { color:#14120b;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:2.3125rem;left:60.625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDNXVBUaUlapsupdonCZRfPNsuRWOV2x { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.249025rem;width:1.249025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.5625rem;left:58.6875rem; }
#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container { background-color: transparent; background-image: none; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container > .video-iframe-container { display: none; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row > .video-iframe-container { display: none; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .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); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container { border-width: 0; border-radius: 0; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container { font-size:0.875rem;font-family:kalnia;height:8.8125rem;width:75rem;position:relative;display:block; }#k3yGUrXs6EGkQmuyVDRKiD3qZPKuZEVE { background-color:#c8b273;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9f7f3;border-left:0.0625rem solid #f9f7f3;border-right:0.0625rem solid #f9f7f3;border-bottom:0.0625rem solid #f9f7f3;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f9f7f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:31.5625rem;display:block; }
#OEhNyFMP9edLgTa0bDV3h0a1zJqFrbJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f3;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; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { background-color: transparent; background-image: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container > .video-iframe-container { display: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container { display: none; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .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); }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { border-width: 0; border-radius: 0; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { font-size:0.875rem;font-family:kalnia;height:49.5rem;width:75rem;position:relative;display:block; }#n6pSThzoVKCIoXFrITu0mZZhbi4hB5mF { color:#14120b;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MUH3spqTmC1hN2rHob4yg8ZtJkQehqb9 { color:#14120b;display:block;width:48.1245rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.5615234375rem;left:26.875rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lFKe7XtUSktUDkHhDKLHXOPcW8WwhCq8 { box-sizing:content-box;height:13.3125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:17.4375rem;left:51.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#erOl8nTspb1f1cwaHsWHp5BoWzLASXJy { color:#14120b;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:19.5625rem;left:55.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qDtZNyCl1VzPT4dH2KwnvgOpeKAFTxhz { color:#14120b;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.5625rem;left:53.625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZTle2bhL6Svs1RT6LAnctx4kfKmZAkR { box-sizing:content-box;height:13.3125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:32.25rem;left:25.9375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#PVhNANTD8FRlBcTIKeqhDAKHTPPd2fKt { color:#14120b;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:34.4375rem;left:29.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o8qchoNBLRwztwp5Lh11KnOSQQWwvt8r { color:#14120b;display:block;width:19.06125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:37.4375rem;left:27.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWJXVB9LU4xo4aEToZ0vBqOiQiMTwNES { box-sizing:content-box;height:13.3125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:17.4375rem;left:26.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#DM4B86UMZpkQWTQ0tzdAnVh9gCOB3APZ { color:#14120b;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:19.5625rem;left:29.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JEHXraBgy2mCudUW5T7bJ0PMM7rClefJ { color:#14120b;display:block;width:19.062rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.6875rem;left:27.6875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VsP92iw1Jrmxav5zWV8F8Fp0r2XTc0sk { box-sizing:content-box;height:13.3125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:32.1875rem;left:51.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#QtZfBgqsWVpvICQTunynEcxwH5GySRi7 { color:#14120b;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:34.4375rem;left:55.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylPIlyKLp1FocdPw9tPRvJno57kZVFem { color:#14120b;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:37.5rem;left:53.625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dlZRQvGu02UoXsGstJMre1HBuinEOzAL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.75rem;left:27.5625rem; }
#nBFbeG8nTXoP5d6obP3UlLRRbNQhSzPP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.6875rem;left:53.4375rem; }
#rGuhZgqWQnsG4cIEcHvW3uSyTcbRBuZq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:34.5625rem;left:53.4375rem; }
#oUyNebNEJI1Gp11QqHFmZdA0mK5NhA72 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.5625rem;left:27.4375rem; }
#mudgIwhkGyTsu6VrCGNA47gPLOcXaZBq { box-sizing:content-box;height:34.6875rem;width:23.12475rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9f74216-61bb-462b-9651-49e35ca4ff94/laptop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.5625rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }#mudgIwhkGyTsu6VrCGNA47gPLOcXaZBq.adaptive-delivery-prevent-bg, #mudgIwhkGyTsu6VrCGNA47gPLOcXaZBq.lazyload, #mudgIwhkGyTsu6VrCGNA47gPLOcXaZBq.lazyloading { background-image: none; }
#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row .container { background-color: transparent; background-image: none; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row .container > .video-iframe-container { display: none; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row > .video-iframe-container { display: none; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .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); }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row .container { border-width: 0; border-radius: 0; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row .container { font-size:0.875rem;font-family:kalnia;height:43.75rem;width:75rem;position:relative;display:block; }#tDTA49yTNnZZTkeGpAT9zw1ZsaSyQxhI { color:#14120b;display:block;width:16.9358125rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:9.546875rem;left:19.169921875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W6coky3HqzHwcbLicTllferOCXvpJiw9 { color:#14120b;display:block;width:40.6230625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:21.060546875rem;left:2.8125rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TU0r6BsXSg0qNRAL8z1faoId8SScMudv { box-sizing:content-box;height:36.25rem;width:46.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.619140625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#uWqsveKKauh9NLKKqIXRZn6gFfL2MAgm { background-color:#c8b273;background-image:none;border-top:0.0625rem solid #f9f7f3;border-left:0.0625rem solid #f9f7f3;border-right:0.0625rem solid #f9f7f3;border-bottom:0.0625rem solid #f9f7f3;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f9f7f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.9892578125rem;left:2.8125rem;display:block; }
#lw2m4M7kASngloTP7a0NH32TfTRSvTSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrxJxWNFRWmdaLun8lFLrl9ZWzc8k2lN { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#14120b;background-image:none;top:14.1845703125rem;left:19.169921875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bkc5Tqy6sOuvUvsTfsXR1FnGu1QRac64 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14992;background-color:#f9f7f3;background-image:none;top:3.125rem;left:62.8115234375rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EvfsmVui9T7v2oUboALOI7OUCPSNAGal { box-sizing:content-box;height:14.375rem;width:14.375rem;position:absolute;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3d600349-622c-4a3e-a455-45f4d138b4dd/roundmin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.9833984375rem;left:2.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EvfsmVui9T7v2oUboALOI7OUCPSNAGal.adaptive-delivery-prevent-bg, #EvfsmVui9T7v2oUboALOI7OUCPSNAGal.lazyload, #EvfsmVui9T7v2oUboALOI7OUCPSNAGal.lazyloading { background-image: none; }
#MJ1WM2zBU63UCal0IA4IlqzhmbTALEqn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.591796875rem;left:37.79296875rem; }
#shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr { box-sizing:content-box;height:30rem;width:54.999rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:url("https://images.assets-landingi.com/88IMbX3wZmI/unsplash/jamie-street-88IMbX3wZmI-photo-1558980971-97f50d0fed00.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:6.078125rem;left:19.9072265625rem;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }#shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr.adaptive-delivery-prevent-bg, #shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr.lazyload, #shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr.lazyloading { background-image: none; }
#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 { background-color:#f9f7f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row .container { background-color: transparent; background-image: none; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row .container > .video-iframe-container { display: none; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row > .video-iframe-container { display: none; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .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); }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row .container { border-width: 0; border-radius: 0; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row .container { font-size:0.875rem;font-family:kalnia;height:28.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#KuZXwXeRB0kISp0C5UomUIwR5l1thyph { color:#14120b;display:block;width:30.624rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:9.3125rem;left:1.9052734375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iTkzmc6iD46pwI2NZ8A5eUXvhQEs6qfw { color:#14120b;display:block;width:30.624rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.75rem;left:1.9033203125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qsc8ptXqA9Wn8CuAgdUTelKcLiQS1Hl5 { color:#14120b;display:block;width:31.75rem;position:absolute;font-family:kalnia;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:5.75rem;left:42.3125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iH7FKzr7qJRPImcJRXZZgLHVOsP1Wopz { color:#14120b;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5rem;left:42.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#we4tv4zLAEVUiCz8TtMsDg9km6Plu68M { box-sizing:content-box;height:5rem;width:22.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:5.25rem;left:19.4375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#ydZc3KG3ipyyd6fCDoyevzA92ZLgu8hd { box-sizing:content-box;height:20.9375rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:3.625rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#zFKTcdG6msFtmtGivTPwTHV16Ir32WkR { color:#8aa899;display:block;width:5.6875rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:6.3125rem;left:34.3125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aurxcIoh8FoRfslRUipvnPtTSoUA7g0H { color:#14120b;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.8125rem;left:42.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ElwkeDkW9Fzi1wZGl1qf2u7ik61QRToB { color:#14120b;display:block;width:31.75rem;position:absolute;font-family:kalnia;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:12.0625rem;left:42.3125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tVk3yWEoqoDdZAoNvDuOGNbqbD0N5iWV { box-sizing:content-box;height:5rem;width:22.0625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:11.6875rem;left:19.625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#hvbUlfuX0u40M9rIKOVTbKfynzcQqm2V { color:#8aa899;display:block;width:5.6875rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:12.625rem;left:34.3125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAEtBzUQfJl9oMe08LO3qzIUhVB61vvD { color:#14120b;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.125rem;left:42.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a2zIvJZOfi2gglaoVnugO6mhwL6xrDp6 { color:#14120b;display:block;width:31.75rem;position:absolute;font-family:kalnia;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:18.375rem;left:42.3125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V9hFLwHoclEX0z1BhCvvydShIT4QI7pL { box-sizing:content-box;height:5rem;width:23.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:18rem;left:18.5625rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#PpbF614TUuuCP5APqBLDb9N3lyZS850U { color:#8aa899;display:block;width:5.6875rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:19.125rem;left:34.3125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { background-color: transparent; background-image: none; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container > .video-iframe-container { display: none; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row > .video-iframe-container { display: none; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .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); }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { border-width: 0; border-radius: 0; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { font-size:0.875rem;font-family:kalnia;height:28.75rem;width:75rem;position:relative;display:block; }#SsOf5o3XbD860HvuWt7UTTuyAmDMeo3v { color:#14120b;display:block;width:37.8125rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:6rem;left:35.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbdvfKpM4Z8ZCbH7w28sFihTvmm4RIoc { color:#14120b;display:block;width:40.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.0625rem;left:33.0625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-form-header {  }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;color:#0d0d0d;width:23.75rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8aa899;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:23.75rem;box-sizing:border-box;height:3.125rem;color:#14120b;font-size:1.125rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-text {padding-top: 0; padding-bottom: 0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8aa899;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:23.75rem;box-sizing:border-box;height:4.375rem;color:#14120b;font-size:1.125rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8aa899;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:23.75rem;box-sizing:border-box;height:2.5rem;color:#14120b;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-select {padding-top: 0; padding-bottom: 0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .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; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#8aa899;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #c8b273;border-left:0.0625rem solid #c8b273;border-right:0.0625rem solid #c8b273;border-bottom:0.0625rem solid #c8b273;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.75rem;margin-bottom:0.25rem;margin-left:4.75rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:300;color:#f9f7f3;width:14.25rem;height:3.125rem;font-family:montserrat;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]:-moz-placeholder { color:rgba(20,18,11,0.6);font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]::-moz-placeholder { color:rgba(20,18,11,0.6);font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]:-ms-input-placeholder { color:rgba(20,18,11,0.6);font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]::-webkit-input-placeholder { color:rgba(20,18,11,0.6);font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .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.875rem;font-weight:300;color:#c8b273;vertical-align:top;width:22.5rem;overflow:hidden;font-style:normal;float:none; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .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; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:montserrat;font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-container:first-of-type{padding-top:0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-container:last-of-type{padding-bottom:0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0.0625rem solid #9da291;border-left:0.0625rem solid #9da291;border-right:0.0625rem solid #9da291;border-bottom:0.0625rem solid #9da291;z-index:15010;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:absolute;top:5.375rem;left:1.625rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .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; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn {display:block;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0.0625rem solid #9da291;border-left:0.0625rem solid #9da291;border-right:0.0625rem solid #9da291;border-bottom:0.0625rem solid #9da291;z-index:15010;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:absolute;top:5.375rem;left:1.625rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #gHwNNAd8bdWg92ao8tFd1LIsWB8zdO5i { position:relative; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #cBcOCrZu5iHVfw3FSEtaZx1b193vClmq { position:relative;display:none; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #k0GqSERd5bQ3z3nFkCPrUrFlfmRMaVEM { position:relative; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #WioKbuFu98q9LFH1RzBvBcC6IF4d0UwO { position:relative; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #pgOFTa9iw6sgIqAUfyJNlrEFPoENawXH { position:relative;display:none; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #HPmAC3TxW3KgZfnTGTmBQwThhv6TNUO9 { position:relative; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #Ee5nMsDJvorfJNV77Xb97uqJOCXOGHcJ { position:relative; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #TpThWt8b5yun0B1hzKqGTvohXG3DbiiM { position:relative;z-index:2; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #LFI4qVdI544dnmAZhU5fCdaU1s87EMnA { position:relative; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #ZwXHbpL88gWWXwrTtQS7Aee16NDveCFH { position:relative; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #U4CFO4lOZK27SQXSMfhq031yOsTfnvbb { position:relative; }
#gmF4KGFxtdLcIeLn0nr7gbOmV88R2pyG { box-sizing:content-box;height:21.25rem;width:74.875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:3.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#HAzdBo4NH6SuWTUgTWCUVLPVwIEssGfR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.24935rem;width:1.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.7919921875rem;left:33.0625rem; }
#romXcSTmbO1gO3cuZfM2zAQ5WJmIp89m { box-sizing:content-box;height:18rem;width:26.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:5.375rem;left:1.625rem;display:block; }
#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { background-color: transparent; background-image: none; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container > .video-iframe-container { display: none; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row > .video-iframe-container { display: none; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .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); }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { border-width: 0; border-radius: 0; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { font-size:0.875rem;font-family:kalnia;height:30.25rem;width:75rem;overflow:visible;position:relative;display:block; }#pbIw7BSmJ2sLuaZkRx6OkQ7KIXozPBSL { color:#14120b;display:block;width:29.0625rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.3125rem;left:2.5rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GJ7R8JutT4QbWkXw7uoiLJuloPVCMsTe { color:#14120b;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.949462890625rem;left:2.499755859375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kZ1RawI0fNpaE7g5SMWb8bsO3G4XfIW9 { box-sizing:content-box;height:22.5rem;width:34.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:3.87451171875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:montserrat;color:#14120b;height:auto; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#14120b;line-height:1.5;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5f2be165668fdba4485244d155c88a234b2240c5.svg");background-size:contain !important; }#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger.adaptive-delivery-prevent-bg, #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger.lazyload, #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-trigger.lazyloading { background-image: none; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp { box-sizing:content-box;height:auto;width:31.3720625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.25rem;left:40.061279296875rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE { display:block;position:relative; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #t10kCL5xicfb2aPOowA6xxmUPwel6PBd { display:none; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #qcbGNUB4CpZ9KSG21ombiTfyFAlCqohv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E39UPeEl73ugy6KETCHTikPcRKdN1TRv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TaNeyZEkN8i5BkRc3efpbkGf7gt6iKWk { display:block;position:relative; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #GyHhp0nH6UzPqODdFqwhSJct37TZJdVb {  }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp #aGZPJUKRCLQWM4xTUC9OnrNs0PdVRPwi { display:none; }
#rVaGzmvDRxmDErauDsckxEMJQLZtpDFw { box-sizing:content-box;height:0.125rem;width:32.5rem;position:absolute;display:block;z-index:15010;background-color:#c8b273;background-image:none;top:5.0625rem;left:39.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vv6x9URL8NF2VriizrIlzZtfX2Aidros { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.5rem;left:38.484375rem; }
#sHgLprLTeUgiO6mHzNxZsRTRTNGRB10J { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.2495125rem;width:1.2495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.468505859375rem;left:71.99853515625rem; }
#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f3;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; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row .container { background-color: transparent; background-image: none; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row .container > .video-iframe-container { display: none; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row > .video-iframe-container { display: none; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .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); }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row .container { border-width: 0; border-radius: 0; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row .container { font-size:0.875rem;font-family:kalnia;height:6.5625rem;width:75rem;position:relative;display:block; }#T1EwpxWvGDi7OOZOacTCdfm2XHVOPgdG { color:#14120b;display:block;width:46.93725rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:2.4375rem;left:14.029541015625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIz0fuEl99qkvgCWtm3uWIq7hyybABdz { box-sizing:content-box;height:3.125rem;width:53.125rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:1.6764316558838rem;left:10.895182609558rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0rem 0rem 0.625rem rgba(79,81,73,0.2) ;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f3;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; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row .container { background-color: transparent; background-image: none; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row .container > .video-iframe-container { display: none; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row > .video-iframe-container { display: none; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .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); }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row .container { border-width: 0; border-radius: 0; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { color:#14120b;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.34375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ge1kJJvcxoPJQTu1KkXZiH1cwykmv7rX { color:#14120b;display:block;width:18.1230625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:3.34375rem;left:28.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { background-color:#f9f7f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#14120b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:25rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.34375rem;left:50rem;display:block; }
#BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { 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) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:9.25rem;height:3rem;top:0.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #m4JJhEChHpWkZOdSUiWIp0pmy32tPT06 { width:7.5rem;height:3.375rem;top:0.4375rem;left:35.187255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWIA0ID58uis0I1gqoD8TR98X4VwJMTZ { display:block; }
 }@media only screen and (max-width: 763px) { #SyPVpcakCcD57zJgfCDSe7Nkwc6LM5AC { width:7.5rem;height:3.375rem;top:0.4375rem;left:25.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtka1kx4yQ58rJs2VfC9VnTpv1mnM0R { display:block; }
 }@media only screen and (max-width: 763px) { #p6DvG272ISzAqlGkzyEAcOc4Xz8QURdH { width:7.5rem;height:3.375rem;top:0.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDFZaOu2GhUi4qDvVmJtW9XxVb7HvJNf { display:block; }
 }@media only screen and (max-width: 763px) { #aln0GN7iDedCOaNCA3v0d63onECBdwhF { width:7.5rem;height:3.375rem;top:0.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdcnbxqqMmTCytmndMfr0mEF0a1z85oB { display:block; }
 }@media only screen and (max-width: 763px) { #olsFXCdogLlPS4Xz76Gpnp8O7OvATwMt { top:1.5625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIEHWvp7cKvE9rXdsmoMaeZy4Nti1mNq { width:20.5625rem;height:3.4375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng0WIezV9FuyaZamMnSsNlsTMBAliOXl { display:block; }
 }@media only screen and (max-width: 763px) { #Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn { display:none; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { display:block; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmGNpf0wN8upDpHV6fAvpZdwefhN6CTK { top:23.25rem;left:2.9375rem;width:44.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIELvlhOP71OLIDTLmWSB7IQZ5Nuv6z { top:7.0625rem;left:7.3125rem;width:40.4375rem;height:;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNU6pf285UN0ODCnk2BCvyRJ9Vag84V { top:16.25rem;left:0rem;width:26rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onav7nKLowtTO8hGzp66qQUPsLffIoQd { top:41.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpdNVhL9BVIn9QnrZJcsAa9cMxPq8ZQQ { top:32.375rem;left:15.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6PXCMusNgp4nXfVvwotSAaRVJc3oSv { top:36.5625rem;left:16.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScExHWTyM7p6GTOox0Asvp3iBT8s05Rh { top:33.25rem;left:7.5rem;width:40.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAcQPAzOvQNxH5iVhzIpp8S1itZem8TV { top:37rem;left:7.5rem;width:40.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEAAgsm0rh5T83kNcDA221Qe2KlQK9BF { width:11.75rem;height:3.125rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhKVTzC7MshEeQ2Lyl2PvFQLDHebGDHe { display:block; }
 }@media only screen and (max-width: 763px) { #l4dyTW1DqdiaE6UMC3Ay3C4J5gO0ptAg { top:41.3125rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG7P9KEiOG72tyouzMAvlN8L8uihc98T { top:17.125rem;left:0rem;width:24rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { display:block; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmBTQkVq2248bde8t4o08onk6mIty83e { top:5.6875rem;left:11.21875rem;width:25.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD1Mgw3NsWHyz1m90GeABCo7hFTDgdZf { top:5.125rem;left:10.217529296875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7BDsNDEBD6FV6xdkoHch7VKE1zCuLEp { top:5.125rem;left:36.422119140625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc { display:block; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwK7f72ZHGBw0uyFJSzT0M1UJh3ELAPL { top:0rem;left:0rem;width:16.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAZQoElbSwt1nzBDrmaLBZSxM9QeMec { top:5.4375rem;left:0rem;width:14rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAKET5IW1SNaxHmqNHIyAg4trMoD4CXr { top:2.25rem;left:0rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsrdXQPccAi2AX220TFKVEDZDrLGKkU { top:2.5rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMAxMwMUIEJcOTzcHeEWaTL7KMdbk3WN { top:0rem;left:7.5625rem;width:16.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKiuisF7qUWU4CaoFofXUHEELSsHkeWV { top:5.4375rem;left:9.875rem;width:14rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoE3RkbhhpDiHCEMt4sOiBp6e3rKWDdu { top:2.25rem;left:11.9375rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USi3RmrzfFwH6gKs1JZxrKo2FfX2Jx1T { top:2.5rem;left:11.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ6a4Pwm4fb8LxQxfb9LmH7c5pHqrvab { top:0rem;left:19.5rem;width:16.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABNaoey5GlKw5rQJRm8PIAdAIgc2xJKk { top:5.4375rem;left:21.8125rem;width:14rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdZmBGgmz0kfIbWkodPXAJORTER9vnby { top:2.25rem;left:23.875rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1u74JSu7GWuJBNe5XsvKmgfsysGOAGl { top:2.5rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGlnO0nM2BqX7BfmbQMSNFr66UeUb39e { top:0.0625rem;left:31.4375rem;width:16.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9ZFE6vTZpiFi86G2bPBdNfc9deGlTZ { top:5.5rem;left:33.75rem;width:14rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr1WtzMSKkoabHAvlz6BT1dLCiJSalqU { top:2.3125rem;left:35.8125rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDNXVBUaUlapsupdonCZRfPNsuRWOV2x { top:2.5625rem;left:35.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ { display:block; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3yGUrXs6EGkQmuyVDRKiD3qZPKuZEVE { width:11.875rem;height:3.125rem;top:0rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEhNyFMP9edLgTa0bDV3h0a1zJqFrbJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP { display:block; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6pSThzoVKCIoXFrITu0mZZhbi4hB5mF { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUH3spqTmC1hN2rHob4yg8ZtJkQehqb9 { top:9.5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFKe7XtUSktUDkHhDKLHXOPcW8WwhCq8 { top:17.4375rem;left:24.5rem;width:23.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOl8nTspb1f1cwaHsWHp5BoWzLASXJy { top:19.5625rem;left:29.625rem;width:18.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDtZNyCl1VzPT4dH2KwnvgOpeKAFTxhz { top:22.5625rem;left:28.6875rem;width:19.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTle2bhL6Svs1RT6LAnctx4kfKmZAkR { top:32.25rem;left:12.3125rem;width:23.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhNANTD8FRlBcTIKeqhDAKHTPPd2fKt { top:34.4375rem;left:15.8125rem;width:18.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qchoNBLRwztwp5Lh11KnOSQQWwvt8r { top:37.4375rem;left:14rem;width:19rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJXVB9LU4xo4aEToZ0vBqOiQiMTwNES { top:17.4375rem;left:12.4375rem;width:23.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM4B86UMZpkQWTQ0tzdAnVh9gCOB3APZ { top:19.5625rem;left:15.6875rem;width:18.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHXraBgy2mCudUW5T7bJ0PMM7rClefJ { top:22.6875rem;left:14.0625rem;width:19rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsP92iw1Jrmxav5zWV8F8Fp0r2XTc0sk { top:32.1875rem;left:24.5rem;width:23.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZfBgqsWVpvICQTunynEcxwH5GySRi7 { top:34.4375rem;left:29.625rem;width:18.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPIlyKLp1FocdPw9tPRvJno57kZVFem { top:37.5rem;left:28.4375rem;width:19.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlZRQvGu02UoXsGstJMre1HBuinEOzAL { top:19.75rem;left:13.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBFbeG8nTXoP5d6obP3UlLRRbNQhSzPP { top:19.6875rem;left:39.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGuhZgqWQnsG4cIEcHvW3uSyTcbRBuZq { top:34.5625rem;left:39.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyNebNEJI1Gp11QqHFmZdA0mK5NhA72 { top:34.5625rem;left:13.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mudgIwhkGyTsu6VrCGNA47gPLOcXaZBq { top:9.5625rem;left:0rem;width:23.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 { display:block; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDTA49yTNnZZTkeGpAT9zw1ZsaSyQxhI { top:9.5rem;left:5.544921875rem;width:16.875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6coky3HqzHwcbLicTllferOCXvpJiw9 { top:21rem;left:0rem;width:40.5625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0r6BsXSg0qNRAL8z1faoId8SScMudv { top:3.5625rem;left:0rem;width:46.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqsveKKauh9NLKKqIXRZn6gFfL2MAgm { width:11.875rem;height:3.125rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw2m4M7kASngloTP7a0NH32TfTRSvTSw { display:block; }
 }@media only screen and (max-width: 763px) { #yrxJxWNFRWmdaLun8lFLrl9ZWzc8k2lN { top:14.125rem;left:5.544921875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkc5Tqy6sOuvUvsTfsXR1FnGu1QRac64 { top:3.125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvfsmVui9T7v2oUboALOI7OUCPSNAGal { top:4.9375rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1WM2zBU63UCal0IA4IlqzhmbTALEqn { top:13.5625rem;left:24.16796875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr { top:6.0625rem;left:0rem;width:47.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 { display:block; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuZXwXeRB0kISp0C5UomUIwR5l1thyph { top:9.3125rem;left:0rem;width:30.5625rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkzmc6iD46pwI2NZ8A5eUXvhQEs6qfw { top:19.75rem;left:0rem;width:30.5625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsc8ptXqA9Wn8CuAgdUTelKcLiQS1Hl5 { top:5.75rem;left:16.0625rem;width:31.6875rem;height:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH7FKzr7qJRPImcJRXZZgLHVOsP1Wopz { top:7.5rem;left:15.5625rem;width:32.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we4tv4zLAEVUiCz8TtMsDg9km6Plu68M { top:5.25rem;left:5.8125rem;width:22.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZc3KG3ipyyd6fCDoyevzA92ZLgu8hd { top:3.625rem;left:0rem;width:34.3125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFKTcdG6msFtmtGivTPwTHV16Ir32WkR { top:6.3125rem;left:20.6875rem;width:5.625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aurxcIoh8FoRfslRUipvnPtTSoUA7g0H { top:13.8125rem;left:15.5625rem;width:32.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElwkeDkW9Fzi1wZGl1qf2u7ik61QRToB { top:12.0625rem;left:16rem;width:31.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVk3yWEoqoDdZAoNvDuOGNbqbD0N5iWV { top:11.6875rem;left:6rem;width:22rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvbUlfuX0u40M9rIKOVTbKfynzcQqm2V { top:12.625rem;left:20.6875rem;width:5.625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAEtBzUQfJl9oMe08LO3qzIUhVB61vvD { top:20.125rem;left:15.5625rem;width:32.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2zIvJZOfi2gglaoVnugO6mhwL6xrDp6 { top:18.375rem;left:16rem;width:31.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9hFLwHoclEX0z1BhCvvydShIT4QI7pL { top:18rem;left:4.9375rem;width:23.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbF614TUuuCP5APqBLDb9N3lyZS850U { top:19.125rem;left:20.6875rem;width:5.625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B { display:block; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsOf5o3XbD860HvuWt7UTTuyAmDMeo3v { top:6rem;left:9.9375rem;width:37.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbdvfKpM4Z8ZCbH7w28sFihTvmm4RIoc { top:18.0625rem;left:7.4375rem;width:40.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-regular-label { width:23.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-text { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-text {padding-top: 0; padding-bottom: 0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-textarea { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-select { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-select {padding-top: 0; padding-bottom: 0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-button { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.75rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-checkbox-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn  { width:23.75rem;height:auto;top:5.375rem;left:0rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .radio-container { width:23.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn {display:block;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn { width:23.75rem;height:auto;top:5.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #gHwNNAd8bdWg92ao8tFd1LIsWB8zdO5i {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #cBcOCrZu5iHVfw3FSEtaZx1b193vClmq {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #k0GqSERd5bQ3z3nFkCPrUrFlfmRMaVEM {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #WioKbuFu98q9LFH1RzBvBcC6IF4d0UwO {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #pgOFTa9iw6sgIqAUfyJNlrEFPoENawXH {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #HPmAC3TxW3KgZfnTGTmBQwThhv6TNUO9 {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #Ee5nMsDJvorfJNV77Xb97uqJOCXOGHcJ {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #TpThWt8b5yun0B1hzKqGTvohXG3DbiiM {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #LFI4qVdI544dnmAZhU5fCdaU1s87EMnA {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #ZwXHbpL88gWWXwrTtQS7Aee16NDveCFH {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #U4CFO4lOZK27SQXSMfhq031yOsTfnvbb {  }
 }@media only screen and (max-width: 763px) { #gmF4KGFxtdLcIeLn0nr7gbOmV88R2pyG { top:3.5625rem;left:0rem;width:47.625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzdBo4NH6SuWTUgTWCUVLPVwIEssGfR { top:7.75rem;left:19.4375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #romXcSTmbO1gO3cuZfM2zAQ5WJmIp89m { top:5.375rem;left:0rem;width:26.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { display:block; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbIw7BSmJ2sLuaZkRx6OkQ7KIXozPBSL { top:6.3125rem;left:0rem;width:29.0625rem;height:7.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7R8JutT4QbWkXw7uoiLJuloPVCMsTe { top:20.9375rem;left:0rem;width:29.0625rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1RawI0fNpaE7g5SMWb8bsO3G4XfIW9 { top:3.8125rem;left:0rem;width:34.375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #qcbGNUB4CpZ9KSG21ombiTfyFAlCqohv {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E39UPeEl73ugy6KETCHTikPcRKdN1TRv {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TaNeyZEkN8i5BkRc3efpbkGf7gt6iKWk {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #GyHhp0nH6UzPqODdFqwhSJct37TZJdVb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #aGZPJUKRCLQWM4xTUC9OnrNs0PdVRPwi {  }
 }@media only screen and (max-width: 763px) { #rVaGzmvDRxmDErauDsckxEMJQLZtpDFw { top:5.0625rem;left:15.25rem;width:32.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv6x9URL8NF2VriizrIlzZtfX2Aidros { top:4.5rem;left:24.859375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHgLprLTeUgiO6mHzNxZsRTRTNGRB10J { top:4.4375rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 { display:block; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EwpxWvGDi7OOZOacTCdfm2XHVOPgdG { top:2.4375rem;left:0.404541015625rem;width:46.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIz0fuEl99qkvgCWtm3uWIq7hyybABdz { top:1.625rem;left:0rem;width:47.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo { display:block; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { top:3.3125rem;left:0rem;width:25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge1kJJvcxoPJQTu1KkXZiH1cwykmv7rX { top:3.3125rem;left:13.6875rem;width:18.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { width:25rem;height:3rem;top:3.3125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f9f7f3;background-image:none;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); } }@media only screen and (max-width: 763px) { #wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 { position:relative;z-index:auto;background-color:#f9f7f3;background-image:none;display:block; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { background-color: transparent; background-image: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row > .video-iframe-container { display: none; }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .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); }#wfNnHWlNolZLzwLAO8KJ6hDFsndx8Zb0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:7.5rem;height:2.8125rem;top:6.1552734375rem;left:12.49951171875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #m4JJhEChHpWkZOdSUiWIp0pmy32tPT06 { width:5rem;height:2.8125rem;top:4.75rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TWIA0ID58uis0I1gqoD8TR98X4VwJMTZ { display:block; }
 }@media only screen and (max-width: 763px) { #SyPVpcakCcD57zJgfCDSe7Nkwc6LM5AC { width:4.9995125rem;height:2.8125rem;top:7.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aOtka1kx4yQ58rJs2VfC9VnTpv1mnM0R { display:block; }
 }@media only screen and (max-width: 763px) { #p6DvG272ISzAqlGkzyEAcOc4Xz8QURdH { width:4.9995125rem;height:2.8125rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rDFZaOu2GhUi4qDvVmJtW9XxVb7HvJNf { display:block; }
 }@media only screen and (max-width: 763px) { #aln0GN7iDedCOaNCA3v0d63onECBdwhF { width:5rem;height:2.8125rem;top:7.5625rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CdcnbxqqMmTCytmndMfr0mEF0a1z85oB { display:block; }
 }@media only screen and (max-width: 763px) { #olsFXCdogLlPS4Xz76Gpnp8O7OvATwMt { display:flex;width:1.18725625rem;height:1.18725625rem;top:1.5rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #rIEHWvp7cKvE9rXdsmoMaeZy4Nti1mNq { width:20rem;height:1.5625rem;top:2.6865234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng0WIezV9FuyaZamMnSsNlsTMBAliOXl { display:block; }
 }@media only screen and (max-width: 763px) { #Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6727893f-93dc-404a-b7cd-d22c0b0e1369/buddhabg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn.adaptive-delivery-prevent-bg, #Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn.lazyload, #Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn.lazyloading { background-image: none; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row .container { background-color: transparent; background-image: none; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row .container > .video-iframe-container { display: none; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row > .video-iframe-container { display: none; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .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); }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row .container { border-width: 0; border-radius: 0; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Or0Mk1uilZmQn6v8Xg03Z0IJl8P8PFwn > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { background-color:#f9f7f3;background-image:none;display:block; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { background-color: transparent; background-image: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .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); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmGNpf0wN8upDpHV6fAvpZdwefhN6CTK { width:20rem;height:12rem;top:16rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnIELvlhOP71OLIDTLmWSB7IQZ5Nuv6z { width:19.9995rem;height:10.9375rem;top:3.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFNU6pf285UN0ODCnk2BCvyRJ9Vag84V { width:20rem;height:22.6875rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onav7nKLowtTO8hGzp66qQUPsLffIoQd { width:20rem;height:0.0625rem;top:1.3125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zpdNVhL9BVIn9QnrZJcsAa9cMxPq8ZQQ { display:flex;width:2.5rem;height:2.5rem;top:30.9375rem;left:2.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #AX6PXCMusNgp4nXfVvwotSAaRVJc3oSv { display:flex;width:1.875rem;height:1.875rem;top:34rem;left:2.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ScExHWTyM7p6GTOox0Asvp3iBT8s05Rh { width:12.25rem;height:1.5rem;top:31.4375rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AAcQPAzOvQNxH5iVhzIpp8S1itZem8TV { width:12.25rem;height:1.5rem;top:34.1875rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JEAAgsm0rh5T83kNcDA221Qe2KlQK9BF { width:11.6953125rem;height:3.1972625rem;top:54.625rem;left:4.15234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhKVTzC7MshEeQ2Lyl2PvFQLDHebGDHe { display:block; }
 }@media only screen and (max-width: 763px) { #l4dyTW1DqdiaE6UMC3Ay3C4J5gO0ptAg { display:flex;width:1.18725625rem;height:1.18725625rem;top:0.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #kG7P9KEiOG72tyouzMAvlN8L8uihc98T { width:18.124rem;height:14.374rem;top:37.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { background-color:transparent;background-image:none;display:block; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { background-color: transparent; background-image: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .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); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { width:20rem;height:1.875rem;top:4.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmBTQkVq2248bde8t4o08onk6mIty83e { width:18.125rem;height:0.062255875rem;top:2.436767578125rem;left:0.93603515625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #CD1Mgw3NsWHyz1m90GeABCo7hFTDgdZf { display:flex;width:1.18685rem;height:1.18685rem;top:1.873046875rem;left:18.8125rem; }
 }@media only screen and (max-width: 763px) { #T7BDsNDEBD6FV6xdkoHch7VKE1zCuLEp { display:flex;width:1.18685rem;height:1.18685rem;top:1.873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc { display:block; }#KPsdAI5D7PKA2mQ2TOLN5g5EeQV9m6Xc > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwK7f72ZHGBw0uyFJSzT0M1UJh3ELAPL { width:16.1875rem;height:13.1875rem;top:0rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAZQoElbSwt1nzBDrmaLBZSxM9QeMec { width:14rem;height:3.9375rem;top:6.3125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAKET5IW1SNaxHmqNHIyAg4trMoD4CXr { width:12.125rem;height:1.5rem;top:3.125rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWsrdXQPccAi2AX220TFKVEDZDrLGKkU { display:flex;width:1.1875rem;height:1.1875rem;top:3.25rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #vMAxMwMUIEJcOTzcHeEWaTL7KMdbk3WN { width:16.1875rem;height:13.1875rem;top:14.498046875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKiuisF7qUWU4CaoFofXUHEELSsHkeWV { width:14rem;height:3.9375rem;top:20.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoE3RkbhhpDiHCEMt4sOiBp6e3rKWDdu { width:12.125rem;height:1.5rem;top:17.5625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USi3RmrzfFwH6gKs1JZxrKo2FfX2Jx1T { display:flex;width:1.1875rem;height:1.1875rem;top:17.8125rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #GZ6a4Pwm4fb8LxQxfb9LmH7c5pHqrvab { width:16.1875rem;height:13.1875rem;top:29.123046875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABNaoey5GlKw5rQJRm8PIAdAIgc2xJKk { width:14rem;height:3.9375rem;top:35.375rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdZmBGgmz0kfIbWkodPXAJORTER9vnby { width:12.125rem;height:1.5rem;top:32.1875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1u74JSu7GWuJBNe5XsvKmgfsysGOAGl { display:flex;width:1.1875rem;height:1.1875rem;top:32.4375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #PGlnO0nM2BqX7BfmbQMSNFr66UeUb39e { width:16.1875rem;height:13.1875rem;top:43.560546875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9ZFE6vTZpiFi86G2bPBdNfc9deGlTZ { width:14rem;height:5.25rem;top:49.1875rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr1WtzMSKkoabHAvlz6BT1dLCiJSalqU { width:12.125rem;height:1.5rem;top:46rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDNXVBUaUlapsupdonCZRfPNsuRWOV2x { display:flex;width:1.1875rem;height:1.1875rem;top:46.25rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ { background-color:transparent;background-image:none;display:block; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container { background-color: transparent; background-image: none; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container > .video-iframe-container { display: none; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row > .video-iframe-container { display: none; }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .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); }#exzfKAWTGJ8KL8pf2agzdUy5lf7QZvqJ > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3yGUrXs6EGkQmuyVDRKiD3qZPKuZEVE { width:11.166rem;height:3.2910125rem;top:0rem;left:4.4169921875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEhNyFMP9edLgTa0bDV3h0a1zJqFrbJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP { display:block; }#dGopddZgLfRt0pNTA2HZXF3iyLoMbDbP > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6pSThzoVKCIoXFrITu0mZZhbi4hB5mF { width:20rem;height:3.75rem;top:2.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUH3spqTmC1hN2rHob4yg8ZtJkQehqb9 { width:19.99875rem;height:10.5rem;top:6.8115234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFKe7XtUSktUDkHhDKLHXOPcW8WwhCq8 { width:20rem;height:12.5rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOl8nTspb1f1cwaHsWHp5BoWzLASXJy { width:16.25rem;height:1.5rem;top:64.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDtZNyCl1VzPT4dH2KwnvgOpeKAFTxhz { width:17.5rem;height:5.25rem;top:68.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTle2bhL6Svs1RT6LAnctx4kfKmZAkR { width:20rem;height:12.5rem;top:77.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhNANTD8FRlBcTIKeqhDAKHTPPd2fKt { width:16.25rem;height:1.5rem;top:79.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8qchoNBLRwztwp5Lh11KnOSQQWwvt8r { width:17.5rem;height:3.9375rem;top:83.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJXVB9LU4xo4aEToZ0vBqOiQiMTwNES { width:20rem;height:12.5rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM4B86UMZpkQWTQ0tzdAnVh9gCOB3APZ { width:16.25rem;height:1.5rem;top:50.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHXraBgy2mCudUW5T7bJ0PMM7rClefJ { width:17.5rem;height:5.25rem;top:53.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsP92iw1Jrmxav5zWV8F8Fp0r2XTc0sk { width:20rem;height:12.5rem;top:91.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZfBgqsWVpvICQTunynEcxwH5GySRi7 { width:16.25rem;height:1.5rem;top:93.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPIlyKLp1FocdPw9tPRvJno57kZVFem { width:17.5rem;height:5.25rem;top:96.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlZRQvGu02UoXsGstJMre1HBuinEOzAL { display:flex;width:1.18725625rem;height:1.18725625rem;top:93.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nBFbeG8nTXoP5d6obP3UlLRRbNQhSzPP { display:flex;width:1.18725625rem;height:1.18725625rem;top:79.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #rGuhZgqWQnsG4cIEcHvW3uSyTcbRBuZq { display:flex;width:1.18725625rem;height:1.18725625rem;top:50.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #oUyNebNEJI1Gp11QqHFmZdA0mK5NhA72 { display:flex;width:1.18725625rem;height:1.18725625rem;top:64.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #mudgIwhkGyTsu6VrCGNA47gPLOcXaZBq { width:20rem;height:28.125rem;top:19.125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 { display:block; }#V0F4kqUSdv9p5AhVyCQn19mKQA5hwCC4 > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDTA49yTNnZZTkeGpAT9zw1ZsaSyQxhI { width:18.1230625rem;height:2rem;top:17.125rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6coky3HqzHwcbLicTllferOCXvpJiw9 { width:18.1230625rem;height:19.6875rem;top:22.3125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0r6BsXSg0qNRAL8z1faoId8SScMudv { width:20rem;height:45.5rem;top:2.4375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #uWqsveKKauh9NLKKqIXRZn6gFfL2MAgm { width:10.69725rem;height:2.8222625rem;top:43.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw2m4M7kASngloTP7a0NH32TfTRSvTSw { display:block; }
 }@media only screen and (max-width: 763px) { #yrxJxWNFRWmdaLun8lFLrl9ZWzc8k2lN { width:14.0625rem;height:0.124511875rem;top:20.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkc5Tqy6sOuvUvsTfsXR1FnGu1QRac64 { width:9.375rem;height:9.375rem;top:44.25rem;left:9.731689453125rem;background-color:#f9f7f3;background-image:url("https://images.assets-landingi.com/88IMbX3wZmI/unsplash/jamie-street-88IMbX3wZmI-photo-1558980971-97f50d0fed00.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15023;display:none; }#bkc5Tqy6sOuvUvsTfsXR1FnGu1QRac64.adaptive-delivery-prevent-bg, #bkc5Tqy6sOuvUvsTfsXR1FnGu1QRac64.lazyload, #bkc5Tqy6sOuvUvsTfsXR1FnGu1QRac64.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EvfsmVui9T7v2oUboALOI7OUCPSNAGal { width:12.4995rem;height:12.4995rem;top:3.6875rem;left:6.625rem;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1WM2zBU63UCal0IA4IlqzhmbTALEqn { display:flex;width:1.18725625rem;height:1.18725625rem;top:19.6875rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr { width:8.31225rem;height:4.6875rem;top:59.4990234375rem;left:2.263916015625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SHDCQ1l2WD0/unsplash/brad-switzer-SHDCQ1l2WD0-photo-1604938814491-c696899ec59b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr.adaptive-delivery-prevent-bg, #shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr.lazyload, #shkIvQVPwqaAzLbkTMcOTSZH3oE1mgUr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 { display:block; }#TK8TlMDFxxDrI6LT31saeQGmdnDFNRh6 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuZXwXeRB0kISp0C5UomUIwR5l1thyph { width:17.5rem;height:5.625rem;top:4.375rem;left:1.25rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTkzmc6iD46pwI2NZ8A5eUXvhQEs6qfw { width:17.4983125rem;height:1.3125rem;top:12.623046875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qsc8ptXqA9Wn8CuAgdUTelKcLiQS1Hl5 { width:15.5625rem;height:1.25rem;top:20.1708984375rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iH7FKzr7qJRPImcJRXZZgLHVOsP1Wopz { width:18.75rem;height:4.5rem;top:24rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #we4tv4zLAEVUiCz8TtMsDg9km6Plu68M { width:19.875rem;height:4.375rem;top:18.5625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #ydZc3KG3ipyyd6fCDoyevzA92ZLgu8hd { width:20rem;height:13.75rem;top:2.4990234375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zFKTcdG6msFtmtGivTPwTHV16Ir32WkR { width:4.375rem;height:2rem;top:19.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aurxcIoh8FoRfslRUipvnPtTSoUA7g0H { width:18.75rem;height:4.5rem;top:35.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElwkeDkW9Fzi1wZGl1qf2u7ik61QRToB { width:15.5625rem;height:1.25rem;top:32.0458984375rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVk3yWEoqoDdZAoNvDuOGNbqbD0N5iWV { width:19.875rem;height:4.375rem;top:30.4375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #hvbUlfuX0u40M9rIKOVTbKfynzcQqm2V { width:4.375rem;height:2rem;top:31.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAEtBzUQfJl9oMe08LO3qzIUhVB61vvD { width:18.75rem;height:4.5rem;top:47.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2zIvJZOfi2gglaoVnugO6mhwL6xrDp6 { width:15.5625rem;height:1.25rem;top:43.9208984375rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V9hFLwHoclEX0z1BhCvvydShIT4QI7pL { width:19.875rem;height:4.375rem;top:42.3125rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #PpbF614TUuuCP5APqBLDb9N3lyZS850U { width:4.375rem;height:2rem;top:43.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B { display:block; }#arRcTpsL4xZsRtZTJTD75ksxNtTr7S7B > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsOf5o3XbD860HvuWt7UTTuyAmDMeo3v { width:15.125rem;height:3.75rem;top:4.8125rem;left:3.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbdvfKpM4Z8ZCbH7w28sFihTvmm4RIoc { width:17.25rem;height:6.5625rem;top:9.3125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-text {padding-top: 0; padding-bottom: 0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-select {padding-top: 0; padding-bottom: 0;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;font-size:1.125rem;overflow:hidden; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]:-moz-placeholder { font-size:1rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]::-moz-placeholder { font-size:1rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn  { width:17.5rem;height:auto;top:17.4443359375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn {display:block;}#o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn { width:17.5rem;height:auto;top:17.4443359375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #gHwNNAd8bdWg92ao8tFd1LIsWB8zdO5i {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #cBcOCrZu5iHVfw3FSEtaZx1b193vClmq {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #k0GqSERd5bQ3z3nFkCPrUrFlfmRMaVEM {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #WioKbuFu98q9LFH1RzBvBcC6IF4d0UwO {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #pgOFTa9iw6sgIqAUfyJNlrEFPoENawXH {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #HPmAC3TxW3KgZfnTGTmBQwThhv6TNUO9 {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #Ee5nMsDJvorfJNV77Xb97uqJOCXOGHcJ {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #TpThWt8b5yun0B1hzKqGTvohXG3DbiiM {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #LFI4qVdI544dnmAZhU5fCdaU1s87EMnA {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #ZwXHbpL88gWWXwrTtQS7Aee16NDveCFH {  }
 }@media only screen and (max-width: 763px) { #o0emMTikRKyPVVgtnRLoKD5Saxfm2Hgn #U4CFO4lOZK27SQXSMfhq031yOsTfnvbb {  }
 }@media only screen and (max-width: 763px) { #gmF4KGFxtdLcIeLn0nr7gbOmV88R2pyG { width:19.875rem;height:33.6875rem;top:2.5068359375rem;left:0.125rem;z-index:14996;border-top:0.0625rem solid #8aa899;border-left:0.0625rem solid #8aa899;border-right:0.0625rem solid #8aa899;border-bottom:0.0625rem solid #8aa899;display:block; }
 }@media only screen and (max-width: 763px) { #HAzdBo4NH6SuWTUgTWCUVLPVwIEssGfR { display:flex;width:1.186525rem;height:1.186525rem;top:5.1875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #romXcSTmbO1gO3cuZfM2zAQ5WJmIp89m { width:20rem;height:18rem;top:17.2314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 { display:block; }#nxpMwcyVCyXhWHFMKZlLhEeIQ5DPr385 > .row .container { width:20rem;height:44.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbIw7BSmJ2sLuaZkRx6OkQ7KIXozPBSL { width:17.5rem;height:4.5rem;top:4.3125rem;left:1.25rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7R8JutT4QbWkXw7uoiLJuloPVCMsTe { width:17.49975rem;height:3.9375rem;top:12.3125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1RawI0fNpaE7g5SMWb8bsO3G4XfIW9 { width:20rem;height:16.25rem;top:2.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-heading-text { font-size:1rem;height:auto; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp .accordion-desc-text { font-size:0.875rem;height:auto; }
#sICATuEBGTLg4cFwVkyTALKSed1EZgfp { display:flex;height:auto;width:19.9980625rem;top:24.125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #yTZoSbom62Ok7GcSeAG03ns5TqnCh0t3 {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #vvTTAHHFTudHmpIwX0J7ncF6fHLJEkCb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #a2sZ8f0PShV2zDTuTzSQzRbMwigSxDlE {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #LscdpPrS1gmnySDhCxNQpp6wa8UModyg {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #t10kCL5xicfb2aPOowA6xxmUPwel6PBd {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #qcbGNUB4CpZ9KSG21ombiTfyFAlCqohv {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #E39UPeEl73ugy6KETCHTikPcRKdN1TRv {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #TaNeyZEkN8i5BkRc3efpbkGf7gt6iKWk {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #GyHhp0nH6UzPqODdFqwhSJct37TZJdVb {  }
 }@media only screen and (max-width: 763px) { #sICATuEBGTLg4cFwVkyTALKSed1EZgfp #aGZPJUKRCLQWM4xTUC9OnrNs0PdVRPwi {  }
 }@media only screen and (max-width: 763px) { #rVaGzmvDRxmDErauDsckxEMJQLZtpDFw { width:18.125rem;height:0.062255875rem;top:21.6240234375rem;left:0.93603515625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #vv6x9URL8NF2VriizrIlzZtfX2Aidros { display:flex;width:1.2495125rem;height:1.2495125rem;top:21.03076171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sHgLprLTeUgiO6mHzNxZsRTRTNGRB10J { display:flex;width:1.1875rem;height:1.1875rem;top:21.05712890625rem;left:18.812255859375rem; }
 }@media only screen and (max-width: 763px) { #TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 { display:block; }#TZ5TUtl1HyTl61c7TTDzcAIxZODHTWM5 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EwpxWvGDi7OOZOacTCdfm2XHVOPgdG { width:18.75rem;height:4.5rem;top:3.0625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIz0fuEl99qkvgCWtm3uWIq7hyybABdz { width:19.375rem;height:5.625rem;top:2.3125rem;left:0.3125rem;z-index:14987;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo { display:block; }#uBSEDONx9NQVZr4d0zI0h5bfw2SJNTeo > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuUFtLSUCAITpksMxoTLrLXMUrA0oJxf { width:19.9995rem;height:2.625rem;top:2.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ge1kJJvcxoPJQTu1KkXZiH1cwykmv7rX { width:18.1230625rem;height:2.625rem;top:8.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { width:19.9995rem;height:3rem;top:5.0625rem;left:0rem;line-height:1.5;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block; }
 }