.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,246,252;--color-primary-1:234,224,245;--color-primary-2:212,193,234;--color-primary-3:106,97,117;--color-primary-4:32,29,35;--color-secondary-0:217,255,240;--color-secondary-1:128,255,205;--color-secondary-2:0,255,155;--color-secondary-3:0,128,78;--color-secondary-4:0,38,23;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Times New Roman";--paragraphs-font-family:"Times New Roman"; }@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:#ffffff;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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#b88c71;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.2562501430511rem;left:0.4375rem;height:1rem;font-style:normal;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { position:absolute;display:block;z-index:15002;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:29.1875rem;width:21.8125rem;top:0rem;left:38.080581033356rem;overflow:hidden;display:block; }
#Vy4EadyQzTCyTpbumh5dgQBgvkDZx9Uw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.956251144409rem;left:53.612501144409rem; }
#wViTPlRp0AxL86cLhKalnwRoRvwtz8gI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.1804687976837rem;left:53.612501144409rem; }
#ywHafZu6ErR63oJSgF3Je0mF0CFZlZSX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.862501144409rem;left:31.000001907349rem; }
#znFDfZeWMufBcuLcqD7cIK6S7WuiVyQ4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:37.875rem;top:6.66171836853rem;left:0rem;overflow:hidden;display:block; }
#BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { color:rgba(var(--color-tertiary-2),0.71);display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:21.143751144409rem;left:0.4375rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 { position:relative;display:block; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 { background-color: transparent; background-image: none; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .row .container > .video-iframe-container { display: none; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .row > .video-iframe-container { display: none; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .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); }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 { border-width: 0; border-radius: 0; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .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; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;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; }#Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { color:#b88c71;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:2.8125rem;left:0.9375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { color:rgba(var(--color-tertiary-2),0.71);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:4.6875rem;left:2.1875rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { background-color: transparent; background-image: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { display: none; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .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); }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { border-width: 0; border-radius: 0; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.13) ;height:5.0625rem;width:5.0625rem;top:10.875rem;left:0rem;display:block; }
#oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:6.1875rem;width:25.4375rem;top:12.550000190735rem;left:1.28125rem;display:block; }
#BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { color:#b88c71;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:13.206250190735rem;left:6.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:14.78125rem;left:6.0625rem;height:3.1875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:6.1875rem;width:25.4375rem;top:21.175000190735rem;left:1.34375rem;display:block; }
#C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { color:rgba(var(--color-tertiary-2),1);display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:23.971876144409rem;left:6.09375rem;height:1.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { color:#b88c71;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:22.00625038147rem;left:6.15625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.13) ;height:5.0625rem;width:5.0625rem;top:19.425000190735rem;left:0rem;display:block; }
#iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(var(--color-tertiary-2),0.09) ;height:6.1875rem;width:25.5rem;top:30.000000476837rem;left:1.34375rem;display:block; }
#LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:32.875rem;left:6.125rem;height:1.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(var(--color-tertiary-2),0.13) ;height:5.0625rem;width:5.0625rem;top:28.237499713897rem;left:0rem;display:block; }
#vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { color:#b88c71;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:30.612503051757rem;left:6.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { position:absolute;display:block;z-index:15025;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:41.9375rem;width:27.75rem;top:0rem;left:32.143712706367rem;overflow:hidden;display:block; }
#BJzuWXBVwE7X462hiRS9yeg3nfhmBR8R { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:21.1875rem;top:2.125rem;left:4.40625rem;overflow:hidden;display:block; }
#Fh8vwtZfzqv67mArDk9m50Rukzu69ifU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29.518749237061rem;left:1.28125rem; }
#wS40tMt6XnHifN151O5uTXD4no4Ed4La { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.15625rem;left:1.28125rem; }
#DM56KJVvTut6uUfLUTxnldiFlZCwy4Ty { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.706251144409rem;left:1.28125rem; }
#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::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; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:rgba(var(--color-tertiary-2),0.71);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { color:#b88c71;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { border-width: 0; border-radius: 0; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::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; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:1.625rem;left:17.312500953674rem;display:block; }
#huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { color:rgba(var(--color-tertiary-2),0.71);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:13.25rem;left:15.000001907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { color:rgba(var(--color-tertiary-2),0.71);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:15.625rem;left:15.000001907349rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { color:rgba(var(--color-tertiary-2),0.71);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:13.25rem;left:29.937501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.375rem;width:10.375rem;top:1.625rem;left:32.312501907349rem;display:block; }
#pO3kTF04BB8Fl3TooeFHpot6PzABNJzb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: none;height:11.9375rem;width:7.9375rem;top:0rem;left:18.531251907349rem;overflow:hidden;display:block; }
#pwlbElFTDSxJGEd06cIZQA9vDnOVOcvy { color:rgba(var(--color-tertiary-2),0.71);display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:20.1875rem;left:12.086719512939rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnBbRRGrQxFCpB9usArM59vUuyq6DxJl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.25rem;border-top-right-radius:9.25rem;border-bottom-left-radius:9.25rem;border-bottom-right-radius:9.25rem;box-shadow: none;height:10.5625rem;width:11.875rem;top:1.53125rem;left:31.562501907349rem;overflow:hidden;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:rgba(var(--color-tertiary-2),0.71);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#dQbk1H1gW9Dz4DrJcVxIwJRCGpGwDIoa { color:#b88c71;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yti7oJ6V9T14MyKfKcRptw5pJJmJzbGx { color:#b88c71;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:9.1250004768369rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;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; }#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.78125rem;left:0.5625rem;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:3.0625009536743rem;left:1.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.78125rem;left:20.562501907349rem;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:3.8750009536743rem;left:21.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:15029;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.6875rem;left:41.062501907349rem;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:3.8750009536743rem;left:41.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 { position:relative;display:block; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 { background-color: transparent; background-image: none; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .row .container > .video-iframe-container { display: none; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .row > .video-iframe-container { display: none; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .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); }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 { border-width: 0; border-radius: 0; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .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; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;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; }#cn1LLcFWfeTDn0OFLgptXfosdLTbN4UM { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.875rem;left:0.5625rem;display:block; }
#aUpQKw2NOpgydDf16Iy9tCmHsIQqc3Kb { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:3.8750003576279rem;left:1.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#NTJvUiPkC4tEuXeS9se0XmdM9xbTA3rH { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.875rem;left:20.562501907349rem;display:block; }
#wHINfrN3QSqXC6FlPGBbthqv16ZWR6Lm { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:3.8750003576279rem;left:21.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zD74Stu8S1lRx0eJzwQTWomWUNDIa2L4 { position:absolute;display:block;z-index:15029;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.875rem;left:40.562501907349rem;display:block; }
#cWiectNtqzLAplts3TqJ7eivlV2ROg9H { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:3.8750003576279rem;left:41.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ { position:relative;display:block; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ { background-color: transparent; background-image: none; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .row .container > .video-iframe-container { display: none; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .row > .video-iframe-container { display: none; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .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); }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ { border-width: 0; border-radius: 0; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .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; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;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; }#n2xspnZ43LL3nCpptTemuwtDQDGdB42o { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.5625rem;left:0.5625rem;display:block; }
#anKIy5evJEgX4haLM56OU9Ob19Ho7qJ2 { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:3.0625rem;left:1.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Qq5izeXyTwN7uNJztte1h4OJJ0HALL4Q { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.5625rem;left:20.562501907349rem;display:block; }
#KTfZCa1Pa1mw2U0vLUwCVFNRTWUy8B7B { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:3.875rem;left:21.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UOnqhPSBzM4ZZ8x5tJSsdxPhs2p3FBbl { position:absolute;display:block;z-index:15029;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.5625rem;left:40.562501907349rem;display:block; }
#tlBgSQPv19IXPHD4gKDdX3OKu2hvRWMM { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:3.0625rem;left:41.437501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pzd3WZKdRrnFCTLDI5EuKf6l0viI04C5 { color:#b88c71;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq { position:relative;display:block; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq { background-color: transparent; background-image: none; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .row .container > .video-iframe-container { display: none; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .row > .video-iframe-container { display: none; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .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); }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq { border-width: 0; border-radius: 0; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .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; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;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; }#sJyQhCI0nRKCRVWvZJkW6GU7EZJxgVZA { position:absolute;display:block;z-index:15017;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.8125rem;left:0.5625rem;display:block; }
#Or51fVnWGLWSB9rmyIfTJHHXrK0VHDBW { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:3.875rem;left:1.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gTAkTBb4RNZHTGCCRNwZRr8nVrH15epp { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.8125rem;left:20.562501907349rem;display:block; }
#e2dI0uRTqtIokX8Dw5UOshAyM6RShKpW { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:3.875rem;left:21.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XidtvkAibDLbelHV5zN500NURVgcfi2J { position:absolute;display:block;z-index:15029;background-color:#ffffff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(var(--color-tertiary-2),0.08) ;height:6.25rem;width:18.875rem;top:1.8125rem;left:40.562501907349rem;display:block; }
#NGZnXkJ9gPkx2v8fBn2zaF6v4tMbL1P7 { color:rgba(var(--color-tertiary-2),0.71);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:3.875rem;left:41.437501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { background-color: transparent; background-image: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { display: none; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .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); }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { border-width: 0; border-radius: 0; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { color:rgba(var(--color-tertiary-2),0.71);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { color:#b88c71;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { position:relative;display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { background-color: transparent; background-image: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row > .video-iframe-container { display: none; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .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); }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { border-width: 0; border-radius: 0; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .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; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:16rem;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; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.adaptive-delivery-prevent-bg, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyload, #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container.lazyloading { background-image: none; }#gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { position:absolute;display:block;z-index:15006;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: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-2),0.05) ;height:14.9375rem;width:19.125rem;top:0rem;left:8.75rem;overflow:hidden;display:block; }
#y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { position:absolute;display:block;z-index:15007;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: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-2),0.05) ;height:14.625rem;width:25.375rem;top:0rem;left:28.979688644409rem;overflow:hidden;display:block; }
#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { background-color: transparent; background-image: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { display: none; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .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); }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { border-width: 0; border-radius: 0; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { color:rgba(var(--color-tertiary-2),0.71);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:2.3000001907349rem;left:0rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { color:#b88c71;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:1.3000001907349rem;left:0rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { position:absolute;display:block;z-index:15012;background-color:#ffebdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:29.8125rem;top:2.25rem;left:25.500001907349rem;display:block; }
#ogS218mqfdXHF2zwOPDdR44eIAurwZCy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.25rem;width:28.0625rem;top:0rem;left:31.853184304751rem;overflow:hidden;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-form-header {  }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),0.71);width:22.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00ad87;border-left:0.0625rem solid #00ad87;border-right:0.0625rem solid #00ad87;border-bottom:0.0625rem solid #00ad87;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:22.9375rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00ad87;border-left:0.0625rem solid #00ad87;border-right:0.0625rem solid #00ad87;border-bottom:0.0625rem solid #00ad87;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:22.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#b88c71;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:7.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:13.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:first-of-type{padding-top:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-container:last-of-type{padding-bottom:0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4250001907349rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4250001907349rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #lTgKsQxSKQSd7udEqCcnr8ouMSAE8TkP { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #NFIOfyyewaR5lHII9XTnbXJraZtviATZ { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #vmkVVOZzBmuamuHITCTcFKtzHa6AwrEn { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FE69B3w1K7PVJhHvKa5FZvwhVBoyUsbb { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #V5TgTqb8ibFWVqznHb5kaa63UmsVCTIx { position:relative;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #QmxbfbauoUEruCFC813P60fTlfpTdPWq { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB { position:relative; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX { position:relative; }
#hS9TztbaVoWzMaX7TEJJGw2yrVA8H1Xt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.9250001907349rem;left:53.205471420288rem; }
#Hk8UewTNaaW7tuoV29SNF4dpeXLTdlTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.2492187023163rem;left:20.437501907349rem; }
#EMLe2RbeE1paL26mqMbK18yQRTyxkKQ2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:29.875rem;top:33.374999225139rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:3.25rem;left:0rem;width:25.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:0rem;left:25.625rem;width:21.8125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4EadyQzTCyTpbumh5dgQBgvkDZx9Uw { top:16.9375rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wViTPlRp0AxL86cLhKalnwRoRvwtz8gI { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywHafZu6ErR63oJSgF3Je0mF0CFZlZSX { top:23.8125rem;left:24.875001907349rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znFDfZeWMufBcuLcqD7cIK6S7WuiVyQ4 { top:6.625rem;left:0rem;width:37.875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { top:21.125rem;left:0rem;width:27.75rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 { display:block; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { top:2.8125rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { top:10.875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { top:12.5rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { top:13.1875rem;left:2.0625rem;width:21.8125rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { top:14.75rem;left:3rem;width:20.125rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { top:21.125rem;left:0rem;width:25.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { top:23.9375rem;left:2.125rem;width:21.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { top:22rem;left:2.25rem;width:21.625rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { top:19.375rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { top:30rem;left:0rem;width:25.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { top:32.875rem;left:2.1875rem;width:21.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { top:28.1875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { top:30.5625rem;left:2.3125rem;width:21.5625rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { top:0rem;left:17.3125rem;width:27.75rem;height:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJzuWXBVwE7X462hiRS9yeg3nfhmBR8R { top:2.125rem;left:1.34375rem;width:21.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh8vwtZfzqv67mArDk9m50Rukzu69ifU { top:29.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS40tMt6XnHifN151O5uTXD4no4Ed4La { top:12.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM56KJVvTut6uUfLUTxnldiFlZCwy4Ty { top:20.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { top:1.625rem;left:12.718750953674rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { top:13.25rem;left:8.75rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { top:15.625rem;left:8.9375rem;width:14.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { top:13.25rem;left:8.75rem;width:15.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { top:1.625rem;left:24.656251907349rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO3kTF04BB8Fl3TooeFHpot6PzABNJzb { top:0rem;left:13.937501907349rem;width:7.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwlbElFTDSxJGEd06cIZQA9vDnOVOcvy { top:20.1875rem;left:0rem;width:35.6875rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnBbRRGrQxFCpB9usArM59vUuyq6DxJl { top:1.5rem;left:23.906251907349rem;width:11.875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQbk1H1gW9Dz4DrJcVxIwJRCGpGwDIoa { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yti7oJ6V9T14MyKfKcRptw5pJJmJzbGx { top:9.125rem;left:0rem;width:18.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:1.75rem;left:0rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:3.0625rem;left:0rem;width:17.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:1.75rem;left:12.875rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:3.875rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:1.6875rem;left:28.75rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:3.875rem;left:30.5rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 { display:block; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn1LLcFWfeTDn0OFLgptXfosdLTbN4UM { top:1.875rem;left:0rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUpQKw2NOpgydDf16Iy9tCmHsIQqc3Kb { top:3.875rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJvUiPkC4tEuXeS9se0XmdM9xbTA3rH { top:1.875rem;left:12.875rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHINfrN3QSqXC6FlPGBbthqv16ZWR6Lm { top:3.875rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD74Stu8S1lRx0eJzwQTWomWUNDIa2L4 { top:1.875rem;left:28.75rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWiectNtqzLAplts3TqJ7eivlV2ROg9H { top:3.875rem;left:30.5rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ { display:block; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2xspnZ43LL3nCpptTemuwtDQDGdB42o { top:1.5625rem;left:0rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anKIy5evJEgX4haLM56OU9Ob19Ho7qJ2 { top:3.0625rem;left:0rem;width:17.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq5izeXyTwN7uNJztte1h4OJJ0HALL4Q { top:1.5625rem;left:12.875rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfZCa1Pa1mw2U0vLUwCVFNRTWUy8B7B { top:3.875rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOnqhPSBzM4ZZ8x5tJSsdxPhs2p3FBbl { top:1.5625rem;left:28.75rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBgSQPv19IXPHD4gKDdX3OKu2hvRWMM { top:3.0625rem;left:30.5rem;width:17.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzd3WZKdRrnFCTLDI5EuKf6l0viI04C5 { top:0rem;left:0rem;width:11.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq { display:block; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJyQhCI0nRKCRVWvZJkW6GU7EZJxgVZA { top:1.8125rem;left:0rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or51fVnWGLWSB9rmyIfTJHHXrK0VHDBW { top:3.875rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAkTBb4RNZHTGCCRNwZRr8nVrH15epp { top:1.8125rem;left:12.875rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2dI0uRTqtIokX8Dw5UOshAyM6RShKpW { top:3.875rem;left:14.625rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XidtvkAibDLbelHV5zN500NURVgcfi2J { top:1.8125rem;left:28.75rem;width:18.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZnXkJ9gPkx2v8fBn2zaF6v4tMbL1P7 { top:3.875rem;left:30.5rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { top:2.4375rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { top:0rem;left:0rem;width:19.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { top:0rem;left:6.375rem;width:25.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { top:2.25rem;left:0rem;width:30.0625rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { top:1.25rem;left:0rem;width:47.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { top:2.25rem;left:0rem;width:29.8125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { top:0rem;left:19.6875rem;width:28.0625rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:22.9375rem;height:auto;top:5.375rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:22.9375rem;height:auto;top:5.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #lTgKsQxSKQSd7udEqCcnr8ouMSAE8TkP {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #NFIOfyyewaR5lHII9XTnbXJraZtviATZ {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #vmkVVOZzBmuamuHITCTcFKtzHa6AwrEn {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FE69B3w1K7PVJhHvKa5FZvwhVBoyUsbb {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #V5TgTqb8ibFWVqznHb5kaa63UmsVCTIx {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #QmxbfbauoUEruCFC813P60fTlfpTdPWq {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #hS9TztbaVoWzMaX7TEJJGw2yrVA8H1Xt { top:1.875rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8UewTNaaW7tuoV29SNF4dpeXLTdlTM { top:2.1875rem;left:16.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMLe2RbeE1paL26mqMbK18yQRTyxkKQ2 { top:33.3125rem;left:0rem;width:29.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:20rem;height:1rem;top:1.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:20rem;height:26.75rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4EadyQzTCyTpbumh5dgQBgvkDZx9Uw { display:flex;width:6.9375rem;height:6.9375rem;top:24.49765586853rem;left:12.062500357628rem; }
 }@media only screen and (max-width: 763px) { #wViTPlRp0AxL86cLhKalnwRoRvwtz8gI { display:flex;width:3.125rem;height:3.125rem;top:20.84140586853rem;left:2.0492187738419rem; }
 }@media only screen and (max-width: 763px) { #ywHafZu6ErR63oJSgF3Je0mF0CFZlZSX { display:flex;width:4.125rem;height:4.125rem;top:12.640625rem;left:14.925000548362rem; }
 }@media only screen and (max-width: 763px) { #znFDfZeWMufBcuLcqD7cIK6S7WuiVyQ4 { width:20rem;height:6.3414375rem;top:3.2859375476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAi4uFvZhTRK3CtkbEGIRvu1uhLri1R { width:20rem;height:4.8rem;top:9.578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 { display:block; }#Vu4WIzFVpBXyP30CCxxlGpsqZhwEPxO5 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vrt5rvsEPZmgWBaghOviEMuLncDxs22u { width:19.375rem;height:1rem;top:1.625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTOVNPszrOoUIiqVWr73QX1DI2zNdCpV { width:19.3125rem;height:2.125rem;top:3.625rem;left:0.34375rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK { display:block; }#nQwekRTLgiwh5ZITUCEqTJfF22ITfhtK > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUcRBqGyRO9gHDOcvk2unwkNDs0kJwhO { width:5.0625rem;height:5.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCFdWcwfr6t3E9TIkK0ZIrd2PPuCZZoL { width:20rem;height:8.75rem;top:4.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgbDUhITsIEcDCAgCKqdWZy5uzUwhzT { width:13.875rem;height:1.4375rem;top:6.1124992370606rem;left:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bda63m1e5DEKuzNR7s8EgswowlH2bUTi { width:13.6875rem;height:2.975rem;top:8.25rem;left:5.9062498807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VanWsVt9x1JX86ODQft1T0Vl9lN2hKFP { width:20rem;height:7.625rem;top:16.36874961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pv1s1CyqtKqzORH6fQrT0Azx7bXO4b { width:12.75rem;height:2.975rem;top:19.46875rem;left:6.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUmE7vX7SKtd9qEPXJbxkzTIUWq2boM { width:13.8125rem;height:1.4375rem;top:17.44375038147rem;left:6.1874998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyEshgC9Vkyy7STN1W3laILKOEuB9Tsr { width:5.0625rem;height:5.0625rem;top:15.050008773804rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWXnd4331uEGUskcDT5RuNzbWHQyUFd { width:20rem;height:7rem;top:27.118751525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBpBGft4b3pGgIy4HFhNxfCmwR1pXcXi { width:13.75rem;height:1.4875rem;top:30.599220275879rem;left:6.1249998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6sRxTqtJPBfooMJzCbp4CDIdXZdNA7 { width:5.0625rem;height:5.0625rem;top:25.28671836853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFE3z5Foqpym9qv2bvTHaKlGbuo6NnL { width:13.875rem;height:1.4375rem;top:28.362501144409rem;left:6.1249998807907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXWQmfpnwC2rhKSsOz4oNuy8B8PdNQO { width:20rem;height:30.75rem;top:36.956251144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJzuWXBVwE7X462hiRS9yeg3nfhmBR8R { width:8.125rem;height:2.6875rem;top:0rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh8vwtZfzqv67mArDk9m50Rukzu69ifU { display:flex;width:2.5rem;height:2.5rem;top:26.56796836853rem;left:1.2812501192093rem; }
 }@media only screen and (max-width: 763px) { #wS40tMt6XnHifN151O5uTXD4no4Ed4La { display:flex;width:2.5rem;height:2.5rem;top:4.84375rem;left:1.2812501192093rem; }
 }@media only screen and (max-width: 763px) { #DM56KJVvTut6uUfLUTxnldiFlZCwy4Ty { display:flex;width:2.5rem;height:2.5rem;top:16.331251144409rem;left:1.2812501192093rem; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.adaptive-delivery-prevent-bg, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyload, #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV.lazyloading { background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3BUDCstoOS3xMTdPZXC4SIoHd5E0Tt1 { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.adaptive-delivery-prevent-bg, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyload, #NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS.lazyloading { background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { background-color: transparent; background-image: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row > .video-iframe-container { display: none; }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .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); }#NzmiH9nxgGT4rXCGFuzDmRT2OZrHVrxS > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwPgmhmeMoycnK39W3M8pz5ATVW6VRI { width:10.375rem;height:10.375rem;top:1.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huqaAHf6WATpAhXOsE7JveqCDVzaBwzJ { width:20rem;height:1.5rem;top:12.5rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtbyTIgQwzQICT6n9FoetRUcULQKAVkp { width:20rem;height:2rem;top:14.75rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhITpeyEiud9iJoCq7cMi4qqtzMsF0Wo { width:20rem;height:1.5rem;top:29.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6GBqqf3S3cHOnqiHNsJiR3lig4XNgbZ { width:10.375rem;height:10.375rem;top:18.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO3kTF04BB8Fl3TooeFHpot6PzABNJzb { width:8.125rem;height:12.0625rem;top:0rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwlbElFTDSxJGEd06cIZQA9vDnOVOcvy { width:18.4375rem;height:10rem;top:34.999998092651rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnBbRRGrQxFCpB9usArM59vUuyq6DxJl { width:11.875rem;height:10.5625rem;top:18.237501144409rem;left:4.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:20rem;height:12.750000953674rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:18rem;height:4rem;top:3rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQbk1H1gW9Dz4DrJcVxIwJRCGpGwDIoa { width:18rem;height:1rem;top:1.3624935150146rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yti7oJ6V9T14MyKfKcRptw5pJJmJzbGx { width:18.625rem;height:1rem;top:11.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:18.875rem;height:3.75rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:17.125rem;height:1.25rem;top:2.4375rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:18.875rem;height:3.75rem;top:6.0492191314697rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:17.125rem;height:1.25rem;top:7.17421913147rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:18.875rem;height:3.75rem;top:10.935938358307rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:17.125rem;height:1.25rem;top:12.06093788147rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 { display:block; }#G1TZ365LExWaRt30tf5h8oOfTlCE6CG0 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn1LLcFWfeTDn0OFLgptXfosdLTbN4UM { width:18.875rem;height:3.75rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUpQKw2NOpgydDf16Iy9tCmHsIQqc3Kb { width:17.125rem;height:1.25rem;top:2.4375rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTJvUiPkC4tEuXeS9se0XmdM9xbTA3rH { width:18.875rem;height:3.75rem;top:6.2500009536744rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHINfrN3QSqXC6FlPGBbthqv16ZWR6Lm { width:17.125rem;height:1.25rem;top:12.3125rem;left:1.4375001192093rem;font-size:1.25rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zD74Stu8S1lRx0eJzwQTWomWUNDIa2L4 { width:18.875rem;height:3.75rem;top:11.187500238419rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWiectNtqzLAplts3TqJ7eivlV2ROg9H { width:17.125rem;height:1.25rem;top:7.3750002384187rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ { display:block; }#F4NTW165pq6Z2y53ITzQUzcT5UcI1afQ > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2xspnZ43LL3nCpptTemuwtDQDGdB42o { width:18.875rem;height:3.75rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anKIy5evJEgX4haLM56OU9Ob19Ho7qJ2 { width:17.125rem;height:2.5rem;top:1.9375rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq5izeXyTwN7uNJztte1h4OJJ0HALL4Q { width:18.875rem;height:3.75rem;top:6.2992200851437rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfZCa1Pa1mw2U0vLUwCVFNRTWUy8B7B { width:17.125rem;height:1.25rem;top:7.54921913147rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOnqhPSBzM4ZZ8x5tJSsdxPhs2p3FBbl { width:18.875rem;height:3.75rem;top:11.362500563264rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBgSQPv19IXPHD4gKDdX3OKu2hvRWMM { width:17.125rem;height:1.25rem;top:12.612501144409rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzd3WZKdRrnFCTLDI5EuKf6l0viI04C5 { width:11.3125rem;height:1rem;top:0rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq { display:block; }#mh2fHAKX6Xi82PyrkE5or5uczWvsx1mq > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJyQhCI0nRKCRVWvZJkW6GU7EZJxgVZA { width:18.875rem;height:3.75rem;top:1rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or51fVnWGLWSB9rmyIfTJHHXrK0VHDBW { width:17.125rem;height:1.25rem;top:2.125rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAkTBb4RNZHTGCCRNwZRr8nVrH15epp { width:18.875rem;height:3.75rem;top:5.9374997615814rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2dI0uRTqtIokX8Dw5UOshAyM6RShKpW { width:17.125rem;height:1.25rem;top:7.061718940735rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XidtvkAibDLbelHV5zN500NURVgcfi2J { width:18.875rem;height:3.75rem;top:10.924218177796rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZnXkJ9gPkx2v8fBn2zaF6v4tMbL1P7 { width:17.125rem;height:1.25rem;top:12.04843711853rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 { display:block; }#RkBIacsxb85fD1wn7pwSK4xdSqM8KlD6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LScrMsW93XxnR87IAeTqc5cQ0VpMqPlB { width:20rem;height:2rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnL5DWGnd2s9mcTzMWlPMSLeVAOkAGtc { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ { display:block; }#yz3BSnNMyP0TVPmmAMxN0ucAGtP7FTVZ > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJixW3pvBbmAxP3rhNHtbxehJAA3i3R7 { width:11.1875rem;height:8.75rem;top:0.62421607971191rem;left:4.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Cdi7TTz3N1xdmmwTsdS4qw3cwH2RpH { width:16.6875rem;height:9.5rem;top:10.810156822204rem;left:1.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 { display:block; }#Zh1dluJMpUfKZbSzMQPCSz0IruboOvs9 > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDEViCkZm5GQ1h82XS2k4ddoCrUrckT9 { width:19.125rem;height:2.125rem;top:3.1867188215256rem;left:0.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZTaVHyV7wnxvRIART6g86QwTxuSQiwo { width:19rem;height:1rem;top:1.686719417572rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB2hqiJiayGBfGn2d0rRpGTkqNsVRsso { width:20rem;height:9.6875rem;top:40.487499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogS218mqfdXHF2zwOPDdR44eIAurwZCy { width:14.6875rem;height:22.125rem;top:34.268750190735rem;left:2.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-text {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-select {padding-top: 0; padding-bottom: 0;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF  { width:17.5rem;height:auto;top:6.3187497854231rem;left:0rem; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF {display:block;}#PyaktQgCha3QfziwRnFNn4vhfyTHkdkF { width:17.5rem;height:auto;top:6.3187497854231rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #KZkt6rBnFhDeAJ1wEpaG7bI3GqXcez29 {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FpzWE6UnG2k5x8Lg6kRxfZklLd04vG0F { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #UbOfWI9IWn2dz0OCKshVLgStzAOMeBnL {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #oaNeFWQ3euAU6oVZ8r6ZQxkQW62y0m1T {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #BBDP4vXBXTZXqKnmTPG7q1TrbT5H8AZN { display:block; }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #ebPrpqutEdiHIqSItVpWhl7xrOMnUzgd {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #lTgKsQxSKQSd7udEqCcnr8ouMSAE8TkP {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #NFIOfyyewaR5lHII9XTnbXJraZtviATZ {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #vmkVVOZzBmuamuHITCTcFKtzHa6AwrEn {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #FE69B3w1K7PVJhHvKa5FZvwhVBoyUsbb {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #V5TgTqb8ibFWVqznHb5kaa63UmsVCTIx {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #QmxbfbauoUEruCFC813P60fTlfpTdPWq {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #LHqgQXVuBnatSgcGGmqzZTuItz8GTZSB {  }
 }@media only screen and (max-width: 763px) { #PyaktQgCha3QfziwRnFNn4vhfyTHkdkF #T84GsrxRTnxmHZzvGWmuvSsz9D07peEX {  }
 }@media only screen and (max-width: 763px) { #hS9TztbaVoWzMaX7TEJJGw2yrVA8H1Xt { display:flex;width:5.0625rem;height:5.0625rem;top:46.03750038147rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Hk8UewTNaaW7tuoV29SNF4dpeXLTdlTM { display:flex;width:7.5rem;height:7.5rem;top:33.03750038147rem;left:12.500000357628rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #EMLe2RbeE1paL26mqMbK18yQRTyxkKQ2 { width:20rem;height:6.025rem;top:56.787494659424rem;left:0rem;display:block; }
 }