.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,225,234;--color-primary-1:148,165,191;--color-primary-2:77,105,149;--color-primary-3:32,68,123;--color-primary-4:17,47,91;--color-secondary-0:254,241,221;--color-secondary-1:251,210,142;--color-secondary-2:246,164,29;--color-secondary-3:123,82,15;--color-secondary-4:37,25,4;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:132,132,132;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,198,169,0.44);background-image:url("https://images.assets-landingi.com/uc/0d05122a-3024-4494-a9db-17f6d3c8ebd2/AIEraser_image1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { position:absolute;display:block;z-index:15014;background-color:#f2ca94;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.22) ;height:25.0625rem;width:19.5rem;top:18.25rem;left:40.375rem;display:block; }
#hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { color:#49604c;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.625rem;left:40.625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-form-header { font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f3f6fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f3f6fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:4.375rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #a3afc8;border-left:0.0625rem solid #a3afc8;border-right:0.0625rem solid #a3afc8;border-bottom:0.0625rem solid #a3afc8;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:17.1875rem;box-sizing:border-box;height:2.5rem;color:#000919;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#49604c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-moz-placeholder { color:#f5f6fa;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-moz-placeholder { color:#f5f6fa;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-ms-input-placeholder { color:#f5f6fa;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-webkit-input-placeholder { color:#f5f6fa;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:first-of-type{padding-top:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:last-of-type{padding-bottom:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:20.1875rem;left:40.25rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:20.1875rem;left:40.25rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF { position:relative; }
#Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { position:relative;display:block; }
#CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { position:relative;display:block; }
#Tzy0bR8Olb36e6MvnG4t5HPxiLhPy7aJ { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #wydFBpwlV4yfG5DT5szw6RqJnRy4kTch { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VXn6Tnr1GViWfdnJ1cxDcdwtvBr9d2pH { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #tDdB9Qpdb3beZUUgsGucEyCL4W244nqH { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT { position:relative; }
#T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { color:#2b160a;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.370834350586rem;left:27.873958587646rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#olFu0QUW2xZ4TnOZL8DkFetedTinsyqD { box-sizing:content-box;height:9.4375rem;width:13.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(249,243,237,0.88);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35rem;left:17.695831298828rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#KgrCJGUoofppvrrDZX32Pdi0BBGlrPzB { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:12.3125rem;top:36.5rem;left:18.133331298828rem;overflow:hidden;display:block; }
#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a5845b;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; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row .container { background-color: transparent; background-image: none; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row .container > .video-iframe-container { display: none; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row > .video-iframe-container { display: none; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .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); }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row .container { border-width: 0; border-radius: 0; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:91.1875rem;width:60rem;position:relative;display:block; }#uCLDZHaIwp5fkSnBHuLA6LSRyO4pMIqT { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:20.3095703125rem;left:6.0283203125rem;height:1.95rem;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; }
#KRM64SlaLQ7iDAVtFlHfTSazDIANCX2q { color:#2b160a;display:block;width:26.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:22.625rem;left:1.9375rem;height:6rem;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; }
#XeaV2Vc1w6aEpZgEVTR2g7dNSVWZO07b { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:29.560550689698rem;left:29.966361999512rem;display:block; }
#rF4XereI7rHOvQTWsv1f5DwK5vQ3D3OE { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:29.5625rem;left:0rem;display:block; }
#R2eZg4dgWd3idLO0XtDiAQqVBK3sM2fE { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:38.8427734375rem;left:5.1240234375rem;height:1.95rem;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; }
#vse9HGw5Ztv2t4oHEVpv7wu7ay5PW6LQ { color:#2b160a;display:block;width:25.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:41.6240234375rem;left:2.7177734375rem;height:6rem;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; }
#a6EWUR3KP1IeJuqtEBDlO0dZTJuOL4v0 { color:#2b160a;display:block;width:25.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:41.6865234375rem;left:32.5rem;height:6rem;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; }
#HGlEbSnVnfkFCnWD3UCDTVz4RW8EUcMr { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:38.9677734375rem;left:36.6865234375rem;height:1.95rem;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; }
#BnDm5QMZ7393ad72clDZgDrLanUuVnRC { color:#2b160a;display:block;width:26.6875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:23.25rem;left:31.8125rem;height:6rem;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; }
#iS4qzXfJqJuXxUQKGxfN59XK74lDtivW { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.50390625rem;left:36.6865234375rem;height:1.95rem;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; }
#zMRoi3qR2Xn70DFlWGMkTOpBh82stuSR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:13.6875rem;left:43.4677734375rem;overflow:hidden;display:block; }
#I4ztmrToSr722KhCx56mNLT9Dd9U52rG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0625rem;top:14rem;left:29.96875rem;display:block; }
#rDBwGI6eapx3cb2qdZe6878T9Ggltqga { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:13.6875rem;left:43.375rem;display:block; }
#Z0SgyTCa5MmeTDPHEbSGZqx4rRMnO4uf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:13.5625rem;left:12.5rem;overflow:hidden;display:block; }
#aVZdSUMI9TGo2iNOnlEsT6DsnGLgneGN { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:13.5625rem;left:12.4375rem;display:block; }
#o3oObZp0kX5a0VvvWu5PGkSGJPQRDvnP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:31.874786376953rem;left:43.125rem;overflow:hidden;display:block; }
#T67UBJy6xOqSmJUZ9HTkUCO4epEMOzeF { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.874786376953rem;left:43.062068939209rem;display:block; }
#L8sx9KOu7e1kPWNsSf0xWtJC2mQU7gx5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:31.874786376953rem;left:12.5rem;overflow:hidden;display:block; }
#zSMsWCnsQU7GHZVB18Z8gknIFWsMi2cJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.874786376953rem;left:12.437065124512rem;display:block; }
#exJP0r776wRgaT7FFCBoAPnX5DaKQxTg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:60rem;top:48.748046875rem;left:0rem;display:block; }
#GgL97QWITxobvyATBHHu5XlmDFJc54Nu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:42.998046875rem;left:29.9658203125rem;display:block; }
#XUyyxXbGgGk4OCZHBiqEsRnihh0bDOuo { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.061257125rem;top:55.9443359375rem;left:29.9677734375rem;display:block; }
#TWR7TVTTbLGd9R9hzZ7O6ivVMKRSLtAa { color:#2b160a;display:block;width:25.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:59.3125rem;left:32.5rem;height:9rem;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; }
#TeTB0vlZhan4QDHmT8D96Ta4iwuvOyxb { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:56.5625rem;left:36.6875rem;height:1.95rem;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; }
#XNXrouFdfXKL48RhlSkBgFZzDxLpIVQr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.6875rem;top:49.9375rem;left:43.125rem;overflow:hidden;display:block; }
#GmCXp1wBd0GgwD7JDmzEDGl3JlCqhteX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:49.875rem;left:43.0625rem;display:block; }
#AGnCB1WflTzknkW2llB2gq1MV7JoElCm { color:#2b160a;display:block;width:25.4373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:59.76171875rem;left:2.3115234375rem;height:6.375rem;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; }
#MxkEJQuHdkNtt8Wudt6fA9o6SZNJs6Cm { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:56.74609375rem;left:6.02734375rem;height:1.95rem;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; }
#r9adl8iCDmMzr8QzgCs8WCQNpVOTKJlh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.625rem;top:49.9375rem;left:12.5625rem;overflow:hidden;display:block; }
#lUdkBC8oWoWqUOLSpLTy47yDHQodtmhu { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:49.8125rem;left:12.4375rem;display:block; }
#GF7Hgcof90aZJuxuo8QWsTqGv166qpmw { color:#2b160a;display:block;width:25.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.7;letter-spacing:0;top:82.1943359375rem;left:31.7568359375rem;height:6.375rem;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; }
#pErGe08GyywestcklLFXrZbdWUGQ6BB3 { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:79.1318359375rem;left:35.943359375rem;height:1.95rem;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; }
#aAylRW3VikoEZQwibXcCcSBbelLIOcse { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:72.443359375rem;left:42.4443359375rem;overflow:hidden;display:block; }
#VnolkeASnfMQANdZxgh6KqE0p2oDZ9Tn { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:72.380859375rem;left:42.318359375rem;display:block; }
#p04NXDayTLh5ifuBpTLoSHPrFpaBJpPc { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:70.984375rem;left:29.9716796875rem;display:block; }
#xgLVSThvmmzPHVG0zKE7lXL8FlNh1gPC { color:#2b160a;display:block;width:25.4373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:82.0693359375rem;left:1.7783203125rem;height:6.375rem;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; }
#KPe60TmoJAaeF38q6OmhIeuSidsDoxLZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:60rem;top:70.1923828125rem;left:-0.7421875rem;display:block; }
#iveJ89sQZMMJFQbls2Z345H5s9L8VXgf { color:#a5845b;display:block;width:20.5620625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:79.130859375rem;left:4.2158203125rem;height:1.95rem;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; }
#FXXQK7glgNTl9h5R0f3e7mJeipOCe6Bm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:72.375rem;left:12.5625rem;overflow:hidden;display:block; }
#odFyo5ZZgV9F07dV1aqicCGesx2SyGtv { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:72.3125rem;left:12.4375rem;display:block; }
#uGXCdL0QuoZ98fTxafGyDsbfrwQz7sUS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.0618489375rem;top:75.4990234375rem;left:29.9658203125rem;display:block; }
#z3lCZFCCKkS5TRsw5afdBTWiJKb64dqQ { color:#dfc6a9;display:block;width:34.0625rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:0.875rem;left:12.96875rem;height:3.7375rem;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; }
#FhKzI3m0IPCztR0MgOKN7vMrlBihG1GA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:0.125rem;height:6.3375rem;text-align:center;text-align-last:center;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; }
#kvGuCpEKMO7J3RpnGwuFOJW0o5wLXKkq { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15035;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.703125rem;left:1.7783203125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#bUb0L06BDMvl6gOgPNGS0me0ipEeTa1J { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15036;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75390625rem;left:31.65625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#Lskcfzm9kyI6GvnpJG846QTPFyLC5LCe { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15036;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.2802734375rem;left:1.8095703125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#wiWABhTzGfi37yDMFSB9OiwvPKW1G6i4 { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15037;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.4052734375rem;left:31.625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#PHzTc1k6H9BauG8hNJhF7yK1XmvFeS02 { box-sizing:content-box;height:12rem;width:27.1875rem;position:absolute;display:block;z-index:15037;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.5625rem;left:1.8095703125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#WVC0J9XcdMnc1rcDBapomXONU2yJifTf { box-sizing:content-box;height:11.9375rem;width:27.1875rem;position:absolute;display:block;z-index:15038;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.5625rem;left:31.625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#hkTnRE4JZHgDB1TlEGb0QTEfP3XGWOTo { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15037;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.0693359375rem;left:0.9052734375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#JSABCsHmpHdD2aJfGlMIUSfhee1WXqh4 { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15038;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.1943359375rem;left:30.8125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2DMYgVpX/landing_1.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp.adaptive-delivery-prevent-bg, #ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp.lazyload, #ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp.lazyloading { background-image: none; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container { background-color: transparent; background-image: none; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container > .video-iframe-container { display: none; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row > .video-iframe-container { display: none; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .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); }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container { border-width: 0; border-radius: 0; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.375rem;width:60rem;position:relative;display:block; }#U6XNhW7tZP8go5J9Hr7Ot2b5DwiANXR9 { color:#49604c;display:block;width:59.874125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5rr9vhWNFouCdv3s205IHquk1ahTTko { color:#2b160a;display:block;width:60rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:6.512590408325rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weHaTXb8XyFylvqQsOHO8TUgmUdNArJR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:4.49978125rem;top:10.186635971069rem;left:27.748481750488rem;display:block; }
#wuMOVq840gc6Ct20lQmuucafQwiP9hnC { position:relative;display:block; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC { background-color: transparent; background-image: none; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .row .container > .video-iframe-container { display: none; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .row > .video-iframe-container { display: none; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .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); }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC { border-width: 0; border-radius: 0; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .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; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f3ed;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TE1myBgkZ3Xf9OqTzoQoaabaNp55tSb4 { box-sizing:content-box;height:19.3125rem;width:18.6875rem;position:absolute;display:block;z-index:15000;background-color:#a5845b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.3125rem;left:0.65625rem;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem;display:block; }
#eh142GAod3EHAWPZCuXDz5HGofT2aUxh { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.6875rem;left:7.125rem;overflow:hidden;display:block; }
#ctkU0q3CBJHZTrHGgeViWdP2kFrXz9qk { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:0.625rem;left:7rem;display:block; }
#mKTKv9eKxnoiWR4s8NdxJGV7AeRER6t0 { color:#f9f3ed;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:6.94921875rem;left:3.8125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKxr6c3dTpTH8ZIGpPxKEDKKV82AsytT { color:#f9f3ed;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:10.987501144409rem;left:41.623962402344rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vDzxD024AM0TT3IkthUNm7646B1h299x { box-sizing:content-box;height:19.3125rem;width:19.5625rem;position:absolute;display:block;z-index:15005;background-color:#a5845b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:20.1875rem;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem;display:block; }
#fiR7RgRIL57TM0hzsG6tDh6dfI18n7cc { color:#f9f3ed;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:6.9489583969119rem;left:23.8125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cffsMPDuk003Um7p5wGbREpMFpJOb4sZ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.6875rem;left:27.1875rem;overflow:hidden;display:block; }
#XMUyTetUA3l8i5xFuLZZ6FtRBezP60yg { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:0.625rem;left:27rem;display:block; }
#nM6yLSF9tNLLBluwwTHTqFO5ayJI0CIu { box-sizing:content-box;height:19.3125rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:#a5845b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:40.875rem;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem;display:block; }
#UfIUIi4eMg1K9aMg1SzymXSeOfuQzNFh { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:47.375rem;overflow:hidden;display:block; }
#qnaoLEuHT8OXsCIRx5uBzTNqrHhvwuvb { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:0.8125rem;left:47.1875rem;display:block; }
#uSTmmMPGKpDHFixDx2TC5n2QlNrRq4AG { color:#f9f3ed;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.9489583969119rem;left:43.8125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9MeBZgVzALoGXGFc5WniD1L5UIgd4zd { color:#f9f3ed;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:9.6124992370606rem;left:0.65625rem;height:8.775rem;font-style:normal;text-align:center;text-align-last:center;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; }
#cXTMhaCW0EPy8taslGwLcFLDBGIhigKd { color:#f9f3ed;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:10.341665267944rem;left:20.375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2DMYgVpX/landing_1.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG.adaptive-delivery-prevent-bg, #SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG.lazyload, #SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG.lazyloading { background-image: none; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container { background-color: transparent; background-image: none; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a5845b; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container > .video-iframe-container { display: none; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a5845b; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row > .video-iframe-container { display: none; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .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); }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container { border-width: 0; border-radius: 0; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.375rem;width:60rem;position:relative;display:block; }#ugDnMQaaWsGtEzSaeQcQKlaOyytXu8XU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:15.4375rem;top:8.3125rem;left:0rem;overflow:hidden;display:block; }
#kcXwr0KwHGssQtG4rNrmTIZ5PDQuswsS { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:33.8125rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#bG8g1D4QXpikKPeersum6MeblRhJeBhX { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.3125rem;left:33.875rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#JtkBNT87Dn9K53eE0lNbyZxpcv5so1E8 { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:33.75rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#ti731gmski2boGoBy6fg55cFJPFmTeHf { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:6.6875rem;left:33.5625rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#d0MuZbaFolnVCzubFX5y5OP1WdCg9BM3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:6.3125rem;left:56.5rem;display:block; }
#sJASLFhtGTwIOmfoNW65wcO8M8UuLX7l { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:8.875rem;left:56.5625rem;display:block; }
#ko03gxNksOiWRfyMkpCiBFT8NDfA7EFN { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:3.125rem;left:56.125rem;display:block; }
#auQlZ497uR6zfBm4gmeQGIXpb50G3R6t { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.625rem;left:33.5625rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#F3WfU7FShg8rW4U4umTqOVTSrzQMDH3t { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:14.5625rem;left:56.6875rem;display:block; }
#yds4bdW7XQ2tsltSxWdxBU3IDN4WBqm7 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:11.8125rem;left:56.9375rem;display:block; }
#qCJDSPVxeHnqOJuCtcWVL3ri7QfSbmlS { display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.0625rem;left:39.5625rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.5rem;height:25.0625rem;top:18.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:1.6875rem;top:18.625rem;left:28.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:0;top:20.1875rem;left:28.0625rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:0;top:20.1875rem;left:28.0625rem; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #Tzy0bR8Olb36e6MvnG4t5HPxiLhPy7aJ { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #wydFBpwlV4yfG5DT5szw6RqJnRy4kTch {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VXn6Tnr1GViWfdnJ1cxDcdwtvBr9d2pH {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #tDdB9Qpdb3beZUUgsGucEyCL4W244nqH {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { top:11.3125rem;left:15.625rem;width:32.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFu0QUW2xZ4TnOZL8DkFetedTinsyqD { top:35.625rem;left:12.195831298828rem;width:13.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgrCJGUoofppvrrDZX32Pdi0BBGlrPzB { width:12.3125rem;height:7.9375rem;top:37.125rem;left:12.633331298828rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv { display:block; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCLDZHaIwp5fkSnBHuLA6LSRyO4pMIqT { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRM64SlaLQ7iDAVtFlHfTSazDIANCX2q { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeaV2Vc1w6aEpZgEVTR2g7dNSVWZO07b { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF4XereI7rHOvQTWsv1f5DwK5vQ3D3OE { width:47.75rem;height:0.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2eZg4dgWd3idLO0XtDiAQqVBK3sM2fE { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vse9HGw5Ztv2t4oHEVpv7wu7ay5PW6LQ { width:15rem;height:0;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6EWUR3KP1IeJuqtEBDlO0dZTJuOL4v0 { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGlEbSnVnfkFCnWD3UCDTVz4RW8EUcMr { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnDm5QMZ7393ad72clDZgDrLanUuVnRC { width:15rem;height:0;top:21.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS4qzXfJqJuXxUQKGxfN59XK74lDtivW { width:15rem;height:0;top:18.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMRoi3qR2Xn70DFlWGMkTOpBh82stuSR { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ztmrToSr722KhCx56mNLT9Dd9U52rG { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDBwGI6eapx3cb2qdZe6878T9Ggltqga { top:13.6875rem;left:37.25rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0SgyTCa5MmeTDPHEbSGZqx4rRMnO4uf { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZdSUMI9TGo2iNOnlEsT6DsnGLgneGN { top:13.5625rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3oObZp0kX5a0VvvWu5PGkSGJPQRDvnP { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T67UBJy6xOqSmJUZ9HTkUCO4epEMOzeF { top:31.8125rem;left:36.937068939209rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8sx9KOu7e1kPWNsSf0xWtJC2mQU7gx5 { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMsWCnsQU7GHZVB18Z8gknIFWsMi2cJ { top:31.8125rem;left:6.3120651245119rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exJP0r776wRgaT7FFCBoAPnX5DaKQxTg { width:47.75rem;height:0;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgL97QWITxobvyATBHHu5XlmDFJc54Nu { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUyyxXbGgGk4OCZHBiqEsRnihh0bDOuo { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWR7TVTTbLGd9R9hzZ7O6ivVMKRSLtAa { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTB0vlZhan4QDHmT8D96Ta4iwuvOyxb { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNXrouFdfXKL48RhlSkBgFZzDxLpIVQr { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCXp1wBd0GgwD7JDmzEDGl3JlCqhteX { top:49.875rem;left:36.9375rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGnCB1WflTzknkW2llB2gq1MV7JoElCm { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxkEJQuHdkNtt8Wudt6fA9o6SZNJs6Cm { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9adl8iCDmMzr8QzgCs8WCQNpVOTKJlh { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUdkBC8oWoWqUOLSpLTy47yDHQodtmhu { top:49.8125rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF7Hgcof90aZJuxuo8QWsTqGv166qpmw { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pErGe08GyywestcklLFXrZbdWUGQ6BB3 { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAylRW3VikoEZQwibXcCcSBbelLIOcse { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnolkeASnfMQANdZxgh6KqE0p2oDZ9Tn { top:72.375rem;left:36.193359375rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p04NXDayTLh5ifuBpTLoSHPrFpaBJpPc { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgLVSThvmmzPHVG0zKE7lXL8FlNh1gPC { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPe60TmoJAaeF38q6OmhIeuSidsDoxLZ { width:47.75rem;height:0;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iveJ89sQZMMJFQbls2Z345H5s9L8VXgf { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXXQK7glgNTl9h5R0f3e7mJeipOCe6Bm { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odFyo5ZZgV9F07dV1aqicCGesx2SyGtv { top:72.3125rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGXCdL0QuoZ98fTxafGyDsbfrwQz7sUS { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3lCZFCCKkS5TRsw5afdBTWiJKb64dqQ { top:0.875rem;left:6.84375rem;width:34.0625rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhKzI3m0IPCztR0MgOKN7vMrlBihG1GA { top:4.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvGuCpEKMO7J3RpnGwuFOJW0o5wLXKkq { top:19.6875rem;left:0rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUb0L06BDMvl6gOgPNGS0me0ipEeTa1J { top:19.75rem;left:20.5625rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lskcfzm9kyI6GvnpJG846QTPFyLC5LCe { top:38.25rem;left:0rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiWABhTzGfi37yDMFSB9OiwvPKW1G6i4 { top:38.375rem;left:20.5625rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzTc1k6H9BauG8hNJhF7yK1XmvFeS02 { top:56.5625rem;left:0rem;width:27.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVC0J9XcdMnc1rcDBapomXONU2yJifTf { top:56.5625rem;left:20.5625rem;width:27.1875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTnRE4JZHgDB1TlEGb0QTEfP3XGWOTo { top:79.0625rem;left:0rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSABCsHmpHdD2aJfGlMIUSfhee1WXqh4 { top:79.1875rem;left:20.5625rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp { display:block; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6XNhW7tZP8go5J9Hr7Ot2b5DwiANXR9 { width:47.75rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5rr9vhWNFouCdv3s205IHquk1ahTTko { width:47.75rem;height:2.0625rem;top:6.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weHaTXb8XyFylvqQsOHO8TUgmUdNArJR { width:4.4375rem;height:0.0625rem;top:10.125rem;left:21.623481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMOVq840gc6Ct20lQmuucafQwiP9hnC { display:block; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE1myBgkZ3Xf9OqTzoQoaabaNp55tSb4 { top:0.3125rem;left:0rem;width:18.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh142GAod3EHAWPZCuXDz5HGofT2aUxh { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctkU0q3CBJHZTrHGgeViWdP2kFrXz9qk { top:0.625rem;left:4.9375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTKv9eKxnoiWR4s8NdxJGV7AeRER6t0 { width:12.375rem;height:1.875rem;top:6.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKxr6c3dTpTH8ZIGpPxKEDKKV82AsytT { width:18.3125rem;height:6.3125rem;top:10.9375rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDzxD024AM0TT3IkthUNm7646B1h299x { top:0.375rem;left:12.625rem;width:19.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiR7RgRIL57TM0hzsG6tDh6dfI18n7cc { width:12.375rem;height:1.875rem;top:6.9375rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cffsMPDuk003Um7p5wGbREpMFpJOb4sZ { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUyTetUA3l8i5xFuLZZ6FtRBezP60yg { top:0.625rem;left:20.8125rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM6yLSF9tNLLBluwwTHTqFO5ayJI0CIu { top:0.375rem;left:28.9375rem;width:18.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfIUIi4eMg1K9aMg1SzymXSeOfuQzNFh { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnaoLEuHT8OXsCIRx5uBzTNqrHhvwuvb { top:0.8125rem;left:36.875rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTmmMPGKpDHFixDx2TC5n2QlNrRq4AG { width:12.375rem;height:1.875rem;top:6.9375rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9MeBZgVzALoGXGFc5WniD1L5UIgd4zd { width:18.6875rem;height:11.6875rem;top:9.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTMhaCW0EPy8taslGwLcFLDBGIhigKd { width:19.0625rem;height:7.875rem;top:10.3125rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG { display:block; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugDnMQaaWsGtEzSaeQcQKlaOyytXu8XU { top:8.3125rem;left:0rem;width:15.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcXwr0KwHGssQtG4rNrmTIZ5PDQuswsS { width:23.1875rem;height:2.25rem;top:15.0625rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8g1D4QXpikKPeersum6MeblRhJeBhX { width:23.1875rem;height:2.25rem;top:12.3125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtkBNT87Dn9K53eE0lNbyZxpcv5so1E8 { width:23.1875rem;height:2.25rem;top:9.4375rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti731gmski2boGoBy6fg55cFJPFmTeHf { width:23.1875rem;height:2.25rem;top:6.6875rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MuZbaFolnVCzubFX5y5OP1WdCg9BM3 { top:6.3125rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJASLFhtGTwIOmfoNW65wcO8M8UuLX7l { top:8.875rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko03gxNksOiWRfyMkpCiBFT8NDfA7EFN { top:3.125rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auQlZ497uR6zfBm4gmeQGIXpb50G3R6t { width:23.1875rem;height:2.25rem;top:3.625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3WfU7FShg8rW4U4umTqOVTSrzQMDH3t { top:14.5625rem;left:45.625rem;width:2.125rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yds4bdW7XQ2tsltSxWdxBU3IDN4WBqm7 { top:11.8125rem;left:45.8125rem;width:1.9375rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJDSPVxeHnqOJuCtcWVL3ri7QfSbmlS { width:19.125rem;height:1.9375rem;top:1.0625rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:transparent;background-image:url("https://images.assets-landingi.com/jzgko6CB/neuro_landing_page.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.4375rem;height:26rem;top:18.09218788147rem;left:0.24921876192093rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.22) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ca94;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:2.4375rem;top:18.341406822204rem;left:0.31249994039536rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:auto;top:19.590625762939rem;left:0.24843746423721rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:auto;top:19.590625762939rem;left:0.24843746423721rem; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #Tzy0bR8Olb36e6MvnG4t5HPxiLhPy7aJ { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #wydFBpwlV4yfG5DT5szw6RqJnRy4kTch {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VXn6Tnr1GViWfdnJ1cxDcdwtvBr9d2pH {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #tDdB9Qpdb3beZUUgsGucEyCL4W244nqH {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { width:20rem;height:8.125rem;top:9.1052083969119rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFu0QUW2xZ4TnOZL8DkFetedTinsyqD { width:12.75rem;height:7.8125rem;top:0.5rem;left:3.625rem;background-color:rgba(var(--color-primary-0),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KgrCJGUoofppvrrDZX32Pdi0BBGlrPzB { width:12.25rem;height:7.8972081218274rem;top:0.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv { display:block; }#rqVUUJZl1lhDR10hX7WBPTUNTUXDwUTv > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCLDZHaIwp5fkSnBHuLA6LSRyO4pMIqT { width:16.499rem;height:1.625rem;top:14.379167079926rem;left:1.7489584088326rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #KRM64SlaLQ7iDAVtFlHfTSazDIANCX2q { width:18.75rem;height:4.8rem;top:17.254167079926rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #XeaV2Vc1w6aEpZgEVTR2g7dNSVWZO07b { width:0.0625rem;height:32.1875rem;top:11rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rF4XereI7rHOvQTWsv1f5DwK5vQ3D3OE { width:20rem;height:0.0625rem;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2eZg4dgWd3idLO0XtDiAQqVBK3sM2fE { width:18.75rem;height:1.625rem;top:34.660420894622rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vse9HGw5Ztv2t4oHEVpv7wu7ay5PW6LQ { width:18.75rem;height:4.8rem;top:37.129169464111rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6EWUR3KP1IeJuqtEBDlO0dZTJuOL4v0 { width:18.75rem;height:5.6rem;top:48.186462402344rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGlEbSnVnfkFCnWD3UCDTVz4RW8EUcMr { width:16.75rem;height:1.625rem;top:44.845836639404rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnDm5QMZ7393ad72clDZgDrLanUuVnRC { width:18.75rem;height:5.6875rem;top:27.000001430511rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iS4qzXfJqJuXxUQKGxfN59XK74lDtivW { width:9.1865rem;height:1.625rem;top:24.504167079926rem;left:5.4041669964791rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMRoi3qR2Xn70DFlWGMkTOpBh82stuSR { width:3.5rem;height:3.5rem;top:23.500001430511rem;left:16.366667024861rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #I4ztmrToSr722KhCx56mNLT9Dd9U52rG { width:0.0625rem;height:15.625rem;top:14rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDBwGI6eapx3cb2qdZe6878T9Ggltqga { width:5.9375rem;height:5.75rem;top:23.500001430511rem;left:14.062500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0SgyTCa5MmeTDPHEbSGZqx4rRMnO4uf { width:3rem;height:3rem;top:13.691667079926rem;left:16.497916996479rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #aVZdSUMI9TGo2iNOnlEsT6DsnGLgneGN { width:5.9375rem;height:5.75rem;top:13.625rem;left:6.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #o3oObZp0kX5a0VvvWu5PGkSGJPQRDvnP { width:3.5rem;height:3.5rem;top:43.814586639404rem;left:16.241667978535rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #T67UBJy6xOqSmJUZ9HTkUCO4epEMOzeF { width:5.9375rem;height:5.75rem;top:67.937505722044rem;left:7.6333339810369rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8sx9KOu7e1kPWNsSf0xWtJC2mQU7gx5 { width:3.3125rem;height:3.3125rem;top:33.816668987274rem;left:16.316667377949rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #zSMsWCnsQU7GHZVB18Z8gknIFWsMi2cJ { width:5.9375rem;height:5.75rem;top:43.658336639404rem;left:13.504167377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #exJP0r776wRgaT7FFCBoAPnX5DaKQxTg { width:20rem;height:0;top:48.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgL97QWITxobvyATBHHu5XlmDFJc54Nu { width:0;height:15.625rem;top:42.9375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUyyxXbGgGk4OCZHBiqEsRnihh0bDOuo { width:0;height:15.625rem;top:55.9375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWR7TVTTbLGd9R9hzZ7O6ivVMKRSLtAa { width:20rem;height:6.3rem;top:70.872922897338rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TeTB0vlZhan4QDHmT8D96Ta4iwuvOyxb { width:18.75rem;height:1.625rem;top:67.936455965044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #XNXrouFdfXKL48RhlSkBgFZzDxLpIVQr { width:4.3125rem;height:4.25rem;top:66.189586639406rem;left:15.437501728535rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #GmCXp1wBd0GgwD7JDmzEDGl3JlCqhteX { width:5.9375rem;height:5.75rem;top:91.625012755394rem;left:10.495834171772rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGnCB1WflTzknkW2llB2gq1MV7JoElCm { width:20rem;height:4.5rem;top:60.444794416427rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MxkEJQuHdkNtt8Wudt6fA9o6SZNJs6Cm { width:15.375rem;height:1.625rem;top:56.85000038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #r9adl8iCDmMzr8QzgCs8WCQNpVOTKJlh { width:3.5625rem;height:3.5625rem;top:55.882295608521rem;left:15.879167377949rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #lUdkBC8oWoWqUOLSpLTy47yDHQodtmhu { width:5.9375rem;height:5.75rem;top:91.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF7Hgcof90aZJuxuo8QWsTqGv166qpmw { width:20rem;height:4.5rem;top:92.248966217044rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pErGe08GyywestcklLFXrZbdWUGQ6BB3 { width:16.3125rem;height:1.625rem;top:89.24999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #aAylRW3VikoEZQwibXcCcSBbelLIOcse { width:3.5rem;height:3.5rem;top:88.440628051756rem;left:16.366667978535rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #VnolkeASnfMQANdZxgh6KqE0p2oDZ9Tn { width:5.9375rem;height:5.75rem;top:91.625010013581rem;left:8.7187507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #p04NXDayTLh5ifuBpTLoSHPrFpaBJpPc { width:0;height:15.625rem;top:70.9375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgLVSThvmmzPHVG0zKE7lXL8FlNh1gPC { width:20rem;height:4.5rem;top:82.756256103512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KPe60TmoJAaeF38q6OmhIeuSidsDoxLZ { width:20rem;height:0;top:70.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iveJ89sQZMMJFQbls2Z345H5s9L8VXgf { width:15.75rem;height:3.25rem;top:78.998970031737rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #FXXQK7glgNTl9h5R0f3e7mJeipOCe6Bm { width:3.75rem;height:3.75rem;top:78.821880340575rem;left:15.937501728535rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #odFyo5ZZgV9F07dV1aqicCGesx2SyGtv { width:5.9375rem;height:5.75rem;top:91.625005126rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGXCdL0QuoZ98fTxafGyDsbfrwQz7sUS { width:0;height:15.625rem;top:75.4375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3lCZFCCKkS5TRsw5afdBTWiJKb64dqQ { width:20rem;height:2.6rem;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhKzI3m0IPCztR0MgOKN7vMrlBihG1GA { width:20rem;height:7.8rem;top:4.75rem;left:0rem;font-size:2rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kvGuCpEKMO7J3RpnGwuFOJW0o5wLXKkq { width:20rem;height:9.5rem;top:13.315625667572rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #bUb0L06BDMvl6gOgPNGS0me0ipEeTa1J { width:20rem;height:9.5rem;top:33.412501811981rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lskcfzm9kyI6GvnpJG846QTPFyLC5LCe { width:20rem;height:9.5rem;top:23.375001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiWABhTzGfi37yDMFSB9OiwvPKW1G6i4 { width:20rem;height:9.5rem;top:55.378128051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzTc1k6H9BauG8hNJhF7yK1XmvFeS02 { width:20rem;height:12rem;top:43.066669464111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVC0J9XcdMnc1rcDBapomXONU2yJifTf { width:20rem;height:11.9375rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTnRE4JZHgDB1TlEGb0QTEfP3XGWOTo { width:20rem;height:9.5rem;top:78.128129959106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSABCsHmpHdD2aJfGlMIUSfhee1WXqh4 { width:20rem;height:9.5rem;top:87.940631866456rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp { background-color:#f9f3ed;background-image:none;display:block; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container { background-color: transparent; background-image: none; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container > .video-iframe-container { display: none; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row > .video-iframe-container { display: none; }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .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); }#ALNoiZfdDpu0WbbGL0NB0DtX7S86X4qp > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6XNhW7tZP8go5J9Hr7Ot2b5DwiANXR9 { width:20rem;height:3rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2b160a;display:block; }
 }@media only screen and (max-width: 763px) { #e5rr9vhWNFouCdv3s205IHquk1ahTTko { width:18.75rem;height:2.625rem;top:6.2825460433963rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #weHaTXb8XyFylvqQsOHO8TUgmUdNArJR { width:4.49978125rem;height:0.124783125rem;top:9.8115234375rem;left:7.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMOVq840gc6Ct20lQmuucafQwiP9hnC { display:block; }#wuMOVq840gc6Ct20lQmuucafQwiP9hnC > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE1myBgkZ3Xf9OqTzoQoaabaNp55tSb4 { width:18.6875rem;height:19.3125rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh142GAod3EHAWPZCuXDz5HGofT2aUxh { width:5.625rem;height:5.625rem;top:1rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctkU0q3CBJHZTrHGgeViWdP2kFrXz9qk { width:6rem;height:5.8125rem;top:0.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTKv9eKxnoiWR4s8NdxJGV7AeRER6t0 { width:6.9365rem;height:1.7rem;top:7.5rem;left:6.5625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #MKxr6c3dTpTH8ZIGpPxKEDKKV82AsytT { width:16.9375rem;height:6.8rem;top:49.950000762939rem;left:1.5312500596046rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #vDzxD024AM0TT3IkthUNm7646B1h299x { width:18.6875rem;height:19.3125rem;top:20.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiR7RgRIL57TM0hzsG6tDh6dfI18n7cc { width:12.375rem;height:1.7rem;top:27.8125rem;left:4.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cffsMPDuk003Um7p5wGbREpMFpJOb4sZ { width:5.625rem;height:5.625rem;top:21.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUyTetUA3l8i5xFuLZZ6FtRBezP60yg { width:6rem;height:5.8125rem;top:21.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM6yLSF9tNLLBluwwTHTqFO5ayJI0CIu { width:18.6875rem;height:19.3125rem;top:40.562507629394rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfIUIi4eMg1K9aMg1SzymXSeOfuQzNFh { width:5.625rem;height:5.625rem;top:41.718751907349rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnaoLEuHT8OXsCIRx5uBzTNqrHhvwuvb { width:6rem;height:5.8125rem;top:41.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTmmMPGKpDHFixDx2TC5n2QlNrRq4AG { width:12.375rem;height:1.7rem;top:47.343751907349rem;left:5.5000002980232rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #U9MeBZgVzALoGXGFc5WniD1L5UIgd4zd { width:17rem;height:8.925rem;top:9.5750002861025rem;left:1.5000000596046rem;text-align:right;text-align-last:right;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cXTMhaCW0EPy8taslGwLcFLDBGIhigKd { width:17rem;height:9.975rem;top:29.512502193451rem;left:0.625rem;text-align:right;text-align-last:right;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG { background-color:#a5845b;background-image:none;display:block; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container { background-color: transparent; background-image: none; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container > .video-iframe-container { display: none; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row > .video-iframe-container { display: none; }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .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); }#SBeKeLSKVfBSl7vZaIuS9hbrb9gDhTNG > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugDnMQaaWsGtEzSaeQcQKlaOyytXu8XU { width:12.75rem;height:8.25rem;top:32.504169464111rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcXwr0KwHGssQtG4rNrmTIZ5PDQuswsS { width:17.1875rem;height:2.925rem;top:27.884765625rem;left:0.90625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG8g1D4QXpikKPeersum6MeblRhJeBhX { width:17.75rem;height:3.9rem;top:23.5625rem;left:0.1875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtkBNT87Dn9K53eE0lNbyZxpcv5so1E8 { width:17.5625rem;height:3.9rem;top:17.810546875rem;left:0.38232421875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti731gmski2boGoBy6fg55cFJPFmTeHf { width:16.125rem;height:3.9rem;top:11.3115234375rem;left:1.62451171875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MuZbaFolnVCzubFX5y5OP1WdCg9BM3 { width:2.3125rem;height:2.3125rem;top:10.936279296875rem;left:17.7001953125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJASLFhtGTwIOmfoNW65wcO8M8UuLX7l { width:1.9375rem;height:2.0625rem;top:17.559814453125rem;left:18.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko03gxNksOiWRfyMkpCiBFT8NDfA7EFN { width:2.375rem;height:2.375rem;top:4.686279296875rem;left:17.60498046875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auQlZ497uR6zfBm4gmeQGIXpb50G3R6t { width:17rem;height:3.9rem;top:4.7490234375rem;left:0.4375rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F3WfU7FShg8rW4U4umTqOVTSrzQMDH3t { width:2.125rem;height:2.25rem;top:27.7451171875rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yds4bdW7XQ2tsltSxWdxBU3IDN4WBqm7 { width:1.625rem;height:2.1875rem;top:23.24951171875rem;left:18.363037109375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJDSPVxeHnqOJuCtcWVL3ri7QfSbmlS { width:20rem;height:2.03125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }