.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:253,243,206;--color-primary-1:228,200,128;--color-primary-2:247,195,8;--color-primary-3:148,117,5;--color-primary-4:49,39,2;--color-secondary-0:255,217,217;--color-secondary-1:255,128,128;--color-secondary-2:255,0,0;--color-secondary-3:128,0,0;--color-secondary-4:38,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { z-index:;position:relative;display:block; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { background-color: transparent; background-image: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .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); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { border-width: 0; border-radius: 0; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container { background-color:rgba(var(--color-tertiary-0),1);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:58.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PVw2DLfumHoaBMXMFu0tzeB1xceZvgmd { position:absolute;display:block;z-index:15000;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:58.5625rem;width:42.8125rem;top:0rem;left:0rem;display:block; }
#lCqbGGIcMT0r7e3H5W0FM8HyHkDtg1a0 { position:absolute;display:block;z-index:15001;background-color:#dadacd;background-image:none;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:58.5625rem;width:27.1875rem;top:0rem;left:28.780384063721rem;display:block; }
#raZ1hn6H7sPySNArArgAqDo2RMJ8mCvB { color:#020202;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.1875rem;left:40.811634063721rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XxGZqETAwfCahdReeN7TmddrFqnt2kNi { color:rgba(var(--color-secondary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:23.687284469604rem;left:39.937068939209rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bM6u8fgdncyRfcGxHGET6QWOat95zQKG { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.874784469604rem;left:50.186634063721rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SKnSwmWh4h42DvgEA33SGgZRU7BikwAm { color:#020202;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.919055938721rem;left:56.936855316162rem;height:8.93555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O13QZPavtt2tMXUeK65rEdL0Wb9FOkla { 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:34.9375rem;width:34.9375rem;top:7.6247830390931rem;left:0.99934959411619rem;overflow:hidden;display:block; }
#zkHenRNlSvlLuTa17Lq7UelLRPdEMHWg { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.3125rem;width:30.3125rem;top:19.1875rem;left:38.999568939209rem;display:block; }
#PA5THLt4DNEv1ATszWBZkUTcba71QmMG { 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:15.875rem;width:15.875rem;top:0rem;left:48.1875rem;overflow:hidden;display:block; }
#E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75e071af-362a-47e1-8987-a3f8f2d8f0d0/Beverly_May_Yao_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.874375rem;width:22.874375rem;top:9.1091580390931rem;left:6.6124153137206rem;display:block; }#E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6.adaptive-delivery-prevent-bg, #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6.lazyload, #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6.lazyloading { background-image: none; }
#vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/740ca7a2-f98c-44fb-8b03-bd6c08850eab/Beverly_May_Yao_3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid rgba(var(--color-primary-2),1);border-left:0.4375rem solid rgba(var(--color-primary-2),1);border-right:0.4375rem solid rgba(var(--color-primary-2),1);border-bottom:0.4375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.125rem;width:12.125rem;top:5.874783039093rem;left:49.749355316162rem;display:block; }#vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7.adaptive-delivery-prevent-bg, #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7.lazyload, #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7.lazyloading { background-image: none; }
#ZcVeCKW0IzECT5zmphKxqNpefiibOhsv { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a243aef-c996-4815-b0ec-69f5a00114a5/Beverly_May_Yao_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.5625rem;width:15.8125rem;top:30.998481750488rem;left:34.874134063721rem;display:block; }#ZcVeCKW0IzECT5zmphKxqNpefiibOhsv.adaptive-delivery-prevent-bg, #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv.lazyload, #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv.lazyloading { background-image: none; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-form-header {  }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:18rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:18rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-text {padding-top: 0; padding-bottom: 0;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:18rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-select {padding-top: 0; padding-bottom: 0;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-button { 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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:18rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;font-style:normal; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .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; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-container:first-of-type{padding-top:0;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-container:last-of-type{padding-bottom:0;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.625rem;top:29.75rem;z-index:15009;position:absolute; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18rem;display:block;vertical-align:top; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz {display:block;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.624351501465rem;top:34.436849594116rem;z-index:15009;position:absolute; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #I632qgpcDIb3pe6khRmJiXiz8ZMr1F7x { position:relative; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #vCqUUWueJNJaMOdSS93XBia6RsDL0PQx { position:relative;display:block; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #ANNA2KQyAZW9o7VDno2dHRLovWi7oJmF { position:relative; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #L1bhEmM7iI9NUbNQRFtTXgJTlNyzvcMU { position:relative; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #kG8b1TbosP6RLJtRJld4XTvqlrmxDr35 { position:relative;display:block; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #tRyZ0CZcvOfkTfgeUS81Rsvy0QEJop2s { position:relative; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #UykRs1ndlTDPDrcTbhvSvwGdxJv8hzS2 { position:relative; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #vG6JXTaffw8qnVJMyFhAWcV05hmFltKI { position:relative;z-index:2; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #QpI9gLeRFQ7A0t7N46vnRTO6hdXTVvTp { position:relative; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #zruCSscoHOIPrLfKiwTEm5I9BKceBDKc { position:relative; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz #OytIRMe05PcEu5WSEaouRPeuRc9X5LS9 { position:relative; }
#vb0622SJm2b8ycM1Mw3UaxSwwpaS92Mk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.87478125rem;width:3.87478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:51.3125rem;left:11rem; }
#vb0622SJm2b8ycM1Mw3UaxSwwpaS92Mk > img { max-width: 100%;max-height:100%; width:3.87478125rem; height:3.87478125rem; }#rHsSnBK2QRgswdzQk96BhvsgNWFPyVCV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:51.9375rem;left:15.5625rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { background-color: transparent; background-image: none; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container > .video-iframe-container { display: none; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row > .video-iframe-container { display: none; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .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); }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { border-width: 0; border-radius: 0; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row .container { background-color: transparent; background-image: none; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row .container > .video-iframe-container { display: none; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row > .video-iframe-container { display: none; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .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); }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row .container { border-width: 0; border-radius: 0; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#AcPcPrq0aGJCeE0xpvUN48czoTs6kM5r { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.375rem;width:17.625rem;top:21.125rem;left:6.3125rem;display:block; }
#wm9V3O9735P7MPOhNSy0G7S2PaDcrPxi { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.375rem;width:17.625rem;top:21.125rem;left:28.6875rem;display:block; }
#eto8WR9FGBCfMB94nRsofMGRuXAGmuUL { position:absolute;display:block;z-index:15007;background-color:#dadacd;background-image:none;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:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.375rem;width:17.625rem;top:21.125rem;left:51.0625rem;display:block; }
#M7pAFOeqGsQfWQthRxiSpwAZNCR2xalu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:8.21875rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfOPqNc5T5tc9QOwzbiHEv8eJesNtBKT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.525390625rem;left:29.78125rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOm08SgqxsdelWCRtbDl9FRaPLi7aCsa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.525173544884rem;left:52.3125rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9nJKMwng40y2q5EZ8Jm5ZikI96ffqkh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:17.875rem;display:none; }
#TFkwvE8MR1z82I4EbXI8MQ5qyTT8wmvn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:17.875rem;display:none; }
#MnVUcIrIb2plf8Z77WSBCFq4Hq1Wg4oc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:17.875rem;display:none; }
#h5T8BTHTp6o1yKTklJ8aCFtcohcu3n7A { 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:17.875rem;width:17.625rem;top:3.375rem;left:6.3125rem;overflow:hidden;display:block; }
#cJKIVODKLi4UNpOAuV1RIUiaZ8DtvvPf { 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:17.875rem;width:17.625rem;top:3.3125rem;left:28.6875rem;overflow:hidden;display:block; }
#pc0tlWflzHSTuvTKfLFOfk92CQ23Puq4 { 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:17.875rem;width:17.625rem;top:3.3125rem;left:51.0625rem;overflow:hidden;display:block; }
#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { z-index:;position:relative;display:block; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { background-color: transparent; background-image: none; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container > .video-iframe-container { display: none; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row > .video-iframe-container { display: none; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .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); }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { border-width: 0; border-radius: 0; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container { background-color:rgba(var(--color-tertiary-0),1);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:56.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#KHA9XH6bOSAv6slJJg8HSon35hrUnpLd { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.6875rem;width:38rem;top:0rem;left:0rem;display:block; }
#BCdbMpx2O79MO6hgOgyTbp05IA8hstNK { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0d698466-61d0-4346-9cd6-ed9604821538/Beverly_May_Yao_4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.125rem;width:20.125rem;top:5.3125rem;left:8.4375rem;display:block; }#BCdbMpx2O79MO6hgOgyTbp05IA8hstNK.adaptive-delivery-prevent-bg, #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK.lazyload, #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK.lazyloading { background-image: none; }
#XpKEMnqxZTN5t1Dq0qRyN24X3u31QEKh { color:#020202;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.1875004768372rem;left:42.0625rem;height:42.1875rem;font-style:normal;display:block; }
#wDCTpxzDR4BcSDR5Zeq0Be5Hql8Za1w1 { 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:30.875rem;width:30.875rem;top:2.25rem;left:3.5rem;overflow:hidden;display:block; }
#QAwhTiwDfBLh7xTmcFIJo6mJbZqVG5gf { color:#020202;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.8125rem;left:10.4375rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2q86dKcWbHs4pymNkVvmvgeNa87Pl6S { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.8125rem;left:46.78125rem;display:block; }
#BKdOtL7Loe1LCWbnN3znaHATt3r5Tpb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AA7KF3oFiqRCTvht7XgCqNkqAbzAudBi { position:absolute;display:block;z-index:15004;background-color:#fffdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.125rem;width:19.3125rem;top:26.625rem;left:9.375rem;display:block; }
#gCTCPawv82kpF2QSZ1GnomlCmwV1xf72 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OtwRQoQi2uLgfPlL5caKlSJXARR4bLnT { position:absolute;display:block;z-index:15000;background-color:#dadacd;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:56.6875rem;width:42rem;top:0rem;left:33rem;display:block; }
#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row .container { background-color: transparent; background-image: none; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row .container > .video-iframe-container { display: none; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row > .video-iframe-container { display: none; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .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); }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row .container { border-width: 0; border-radius: 0; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:block; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row .container { background-color: transparent; background-image: none; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row .container > .video-iframe-container { display: none; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row > .video-iframe-container { display: none; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .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); }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row .container { border-width: 0; border-radius: 0; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:block; }#tWn0f4qXa0UW9mfVwu1KTiZF32an0yv3 { color:#04253a;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:21.25rem;left:17.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#WdJby6IxphritWGkXDhDCQ94pqGRJI3X { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(0,0,0,0) ;height:10.6875rem;width:43.0625rem;top:12.25rem;left:17.125rem;display:block; }
#bRAf9J0ESfZGcEzewMGeUl9F0zoVVt9g { color:#04253a;display:block;width:31.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:15.25rem;left:27.75rem;height:3.9375rem;font-style:normal;display:block; }
#ssbGlshMmClQ2oxn339KvCSChfBOsptk { color:#04253a;display:block;width:67.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:7.5rem;height:2.84375rem;font-style:normal;display:block; }
#tnsLKEzMbT6lX7PVBggsWEeU5ZfIUrtN { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:6.9375rem;left:7.5rem;display:block; }
#lsWx1h46OpQdxl8n2JId83aiD7kzvXgC { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:33.125rem;top:7rem;left:7.75rem;display:block; }
#agJAiiOTAvAI5QHkRCMT0LkqR7TzJn40 { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(0,0,0,0) ;height:10.6875rem;width:43.0625rem;top:25.8125rem;left:17.125rem;display:block; }
#WpXTwSe0CMroeCmbTBo39GOlWJ9npFD6 { color:#04253a;display:block;width:31.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:30.131943702698rem;left:27.75rem;height:2.4375rem;font-style:normal;display:block; }
#eNTQ3dQV32NWTanQ9AnT9aPVPKuwzSsU { color:#04253a;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:34.8125rem;left:17.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#dls8SILWkmTWrLfclSMFXx3HHqkHFye8 { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(0,0,0,0) ;height:10.6875rem;width:43.0625rem;top:39.3125rem;left:17.125rem;display:block; }
#oRGmvESMyfQq63q7BFOrca5ci2fXbynQ { color:#04253a;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:48.375rem;left:17.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#LoTeBc6kGxGdcnVzN4ZPdmsT5Fpm782H { color:#04253a;display:block;width:31.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:42.915798187256rem;left:27.75rem;height:2.4375rem;font-style:normal;display:block; }
#vZT6JR6sF9GHtt1IWmMSzDGDi9LKqwBe { position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a07eb1f-fc17-4d8b-9e1d-1b4c81b4c107/Lilibeth2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:10.6875rem;left:14.875rem;display:block; }#vZT6JR6sF9GHtt1IWmMSzDGDi9LKqwBe.adaptive-delivery-prevent-bg, #vZT6JR6sF9GHtt1IWmMSzDGDi9LKqwBe.lazyload, #vZT6JR6sF9GHtt1IWmMSzDGDi9LKqwBe.lazyloading { background-image: none; }
#wCN9pZlS2fKStvpOiv7AlILb4GAOcZhD { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c716fec2-ea2b-40e2-a8f2-768489f3441e/Chris_Karen_McCallum_11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:24.3125rem;left:14.875rem;display:block; }#wCN9pZlS2fKStvpOiv7AlILb4GAOcZhD.adaptive-delivery-prevent-bg, #wCN9pZlS2fKStvpOiv7AlILb4GAOcZhD.lazyload, #wCN9pZlS2fKStvpOiv7AlILb4GAOcZhD.lazyloading { background-image: none; }
#vL4WWAACcPXzOERGK4dbrRNRtZD9c8xG { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4a415f80-c0e8-4e91-9a86-45329b4d3f87/Temi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:37.875rem;left:14.875rem;display:block; }#vL4WWAACcPXzOERGK4dbrRNRtZD9c8xG.adaptive-delivery-prevent-bg, #vL4WWAACcPXzOERGK4dbrRNRtZD9c8xG.lazyload, #vL4WWAACcPXzOERGK4dbrRNRtZD9c8xG.lazyloading { background-image: none; }
#CyU2xBK3m5f0lR7NezuUE6207TSTx1z0 { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10dc61dc-4509-4687-b656-65b0b7cabadc/Lorena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10rem;width:10rem;top:51.4375rem;left:14.875rem;display:block; }#CyU2xBK3m5f0lR7NezuUE6207TSTx1z0.adaptive-delivery-prevent-bg, #CyU2xBK3m5f0lR7NezuUE6207TSTx1z0.lazyload, #CyU2xBK3m5f0lR7NezuUE6207TSTx1z0.lazyloading { background-image: none; }
#cD0bPqucxsg0mmB7OTxcOcREqBlucuHh { color:#04253a;display:block;width:7.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:61.9375rem;left:17.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#TPEBEACWHUi73o7m0vbRTLOncoJwsDhP { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(0,0,0,0) ;height:10.6875rem;width:43.0625rem;top:52.875rem;left:17.125rem;display:block; }
#x3TAD2yCWwfbtNazawKvVAWZHfn3buL6 { color:#04253a;display:block;width:31.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:55.437488555908rem;left:27.75rem;height:4.875rem;font-style:normal;display:block; }
#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container { background-color: transparent; background-image: none; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container > .video-iframe-container { display: none; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row > .video-iframe-container { display: none; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .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); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container { border-width: 0; border-radius: 0; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;overflow:visible;position:relative;display:block; }#FT1WmTWWwyBkTbLDmL5QocNUVG3qspyu { color:#020202;display:block;width:54rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5.46240234375rem;left:10.5rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D2FdTEZG3dE4QQlZFM0gUVEpIJth0nXh { position:absolute;display:block;z-index:14984;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.0625rem;width:62.625rem;top:3.8125rem;left:6.125rem;display:block; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-form-header {  }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-regular-label { display:block;width:20.0625rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ff6b57;border-left:0.0625rem solid #ff6b57;border-right:0.0625rem solid #ff6b57;border-bottom:0.0625rem solid #ff6b57;height:3.4375rem;width:20.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ff6b57;border-left:0.0625rem solid #ff6b57;border-right:0.0625rem solid #ff6b57;border-bottom:0.0625rem solid #ff6b57;height:3.125rem;width:20.0625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:20.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:18rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#020202;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;text-align:center;text-align-last:center;font-size:1.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828;text-align:center;text-align-last:center; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828;text-align:center;text-align-last:center; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828;text-align:center;text-align-last:center; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828;text-align:center;text-align-last:center; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:58.625rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#020202; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:9.34375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-container:first-of-type{padding-top:0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-container:last-of-type{padding-bottom:0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:60rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.25rem;top:9rem;z-index:15008;position:absolute; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .radio-container { width:20.6875rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .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-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;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;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:60rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.25rem;top:9rem;z-index:15008;position:absolute; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #V5TlbSK3fbFWk3WU70nTbbihVvfQOcKU { position:relative; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #T8vmpyRhFMDMQTAcKiWxi551FrbW4tGZ { position:relative;display:none; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #thLRU5wz3eKzObwkD0qTr5Pr30sk676L { position:relative; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #y8rSWVZL6f0ykOKpLhMUuQcxh0dkxS7c { position:relative; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #KHmfDeIWlvUVi4fpWKTFzGVfXNEtDTXT { position:relative;display:none; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #prKIJm7BA3lNLMh2TEHm8ZJMguVk12b3 { position:relative; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #CiswyoxFo5KU3UXDcEA43qLoBsW2JxQX { position:relative; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #GHeDGsBuZkUQ93SisW9TDpQnJO83x15t { position:relative; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #r94TB4SWuJX8sUmW4mFnEmlmeUeDSN3f { position:relative; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #uHQvhtFV07kwT7axRIO4rXuxOBcG438n { position:relative;z-index:2; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #rTxiDzykJ6UDMbzA8978J5viLx98FG0z { position:relative; }
#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadacd;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; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { background-color: transparent; background-image: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .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); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { border-width: 0; border-radius: 0; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#xvCCsy7BN2B3sLbmdpfsDFiKurkPvOcl { color:#020202;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QaXv4oTsIysa3XPzWIxBSpdHwdAz7h7o { z-index:15002;top:2.28125rem;left:25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q2DCZ4AwX4SBb2ONobmqm15VTtLtal6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWZLuywr4fEXsNALQD3gIHoqevKUIb15 { color:#020202;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:52.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { display:block; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVw2DLfumHoaBMXMFu0tzeB1xceZvgmd { top:0rem;left:0rem;width:42.8125rem;height:58.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCqbGGIcMT0r7e3H5W0FM8HyHkDtg1a0 { top:0rem;left:15.155384063721rem;width:27.1875rem;height:58.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raZ1hn6H7sPySNArArgAqDo2RMJ8mCvB { top:19.1875rem;left:27.186634063721rem;width:16.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxGZqETAwfCahdReeN7TmddrFqnt2kNi { top:23.625rem;left:19.3125rem;width:28.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6u8fgdncyRfcGxHGET6QWOat95zQKG { top:20.8125rem;left:36.561634063721rem;width:7.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKnSwmWh4h42DvgEA33SGgZRU7BikwAm { top:32.875rem;left:30.6875rem;width:17.0625rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O13QZPavtt2tMXUeK65rEdL0Wb9FOkla { top:7.5625rem;left:0rem;width:34.9375rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkHenRNlSvlLuTa17Lq7UelLRPdEMHWg { top:19.1875rem;left:17.4375rem;width:30.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA5THLt4DNEv1ATszWBZkUTcba71QmMG { top:0rem;left:31.875rem;width:15.875rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6 { top:9.0625rem;left:0rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7 { top:5.8125rem;left:34.75rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv { top:30.9375rem;left:21.249134063721rem;width:15.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-regular-label { display:block; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-checkbox-label { width:13.75rem; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz  { width:15rem;height:auto; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz {display:block;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz { width:15rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #I632qgpcDIb3pe6khRmJiXiz8ZMr1F7x {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #vCqUUWueJNJaMOdSS93XBia6RsDL0PQx { display:block; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #ANNA2KQyAZW9o7VDno2dHRLovWi7oJmF {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #L1bhEmM7iI9NUbNQRFtTXgJTlNyzvcMU {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #kG8b1TbosP6RLJtRJld4XTvqlrmxDr35 { display:block; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #tRyZ0CZcvOfkTfgeUS81Rsvy0QEJop2s {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #UykRs1ndlTDPDrcTbhvSvwGdxJv8hzS2 {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #vG6JXTaffw8qnVJMyFhAWcV05hmFltKI { z-index:2; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #QpI9gLeRFQ7A0t7N46vnRTO6hdXTVvTp {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #zruCSscoHOIPrLfKiwTEm5I9BKceBDKc {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #OytIRMe05PcEu5WSEaouRPeuRc9X5LS9 {  }
 }@media only screen and (max-width: 763px) { #vb0622SJm2b8ycM1Mw3UaxSwwpaS92Mk { top:51.3125rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
#vb0622SJm2b8ycM1Mw3UaxSwwpaS92Mk > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #rHsSnBK2QRgswdzQk96BhvsgNWFPyVCV { top:51.9375rem;left:1.9375rem;width:7.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV { display:block; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI { display:block; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcPcPrq0aGJCeE0xpvUN48czoTs6kM5r { top:21.125rem;left:0rem;width:17.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9V3O9735P7MPOhNSy0G7S2PaDcrPxi { top:21.125rem;left:14.125rem;width:17.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eto8WR9FGBCfMB94nRsofMGRuXAGmuUL { top:21.125rem;left:30rem;width:17.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7pAFOeqGsQfWQthRxiSpwAZNCR2xalu { top:22.5rem;left:2.0625rem;width:13.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOPqNc5T5tc9QOwzbiHEv8eJesNtBKT { top:22.5rem;left:16.09375rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOm08SgqxsdelWCRtbDl9FRaPLi7aCsa { top:22.5rem;left:31.75rem;width:15.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9nJKMwng40y2q5EZ8Jm5ZikI96ffqkh { width:17.875rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFkwvE8MR1z82I4EbXI8MQ5qyTT8wmvn { width:17.875rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnVUcIrIb2plf8Z77WSBCFq4Hq1Wg4oc { width:17.875rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5T8BTHTp6o1yKTklJ8aCFtcohcu3n7A { top:3.375rem;left:0rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJKIVODKLi4UNpOAuV1RIUiaZ8DtvvPf { top:3.3125rem;left:14.125rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc0tlWflzHSTuvTKfLFOfk92CQ23Puq4 { top:3.3125rem;left:30rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { display:block; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHA9XH6bOSAv6slJJg8HSon35hrUnpLd { top:0rem;left:0rem;width:38rem;height:56.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK { top:5.3125rem;left:0rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKEMnqxZTN5t1Dq0qRyN24X3u31QEKh { top:4.1875rem;left:18.5625rem;width:29.1875rem;height:42.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDCTpxzDR4BcSDR5Zeq0Be5Hql8Za1w1 { top:2.25rem;left:0rem;width:30.875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAwhTiwDfBLh7xTmcFIJo6mJbZqVG5gf { top:26.8125rem;left:0rem;width:17.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2q86dKcWbHs4pymNkVvmvgeNa87Pl6S { width:19.75rem;height:3.4375rem;top:48.8125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdOtL7Loe1LCWbnN3znaHATt3r5Tpb8 { display:block; }
 }@media only screen and (max-width: 763px) { #AA7KF3oFiqRCTvht7XgCqNkqAbzAudBi { top:26.625rem;left:0rem;width:19.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTCPawv82kpF2QSZ1GnomlCmwV1xf72 { display:none; }
 }@media only screen and (max-width: 763px) { #OtwRQoQi2uLgfPlL5caKlSJXARR4bLnT { top:0rem;left:5.75rem;width:42rem;height:56.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk { display:block; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy { display:block; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWn0f4qXa0UW9mfVwu1KTiZF32an0yv3 { top:21.25rem;left:3.5rem;width:7.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdJby6IxphritWGkXDhDCQ94pqGRJI3X { width:43.0625rem;height:10.6875rem;top:12.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRAf9J0ESfZGcEzewMGeUl9F0zoVVt9g { top:15.25rem;left:14.125rem;width:31.0625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssbGlshMmClQ2oxn339KvCSChfBOsptk { width:47.75rem;height:2.875rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnsLKEzMbT6lX7PVBggsWEeU5ZfIUrtN { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWx1h46OpQdxl8n2JId83aiD7kzvXgC { width:33.125rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agJAiiOTAvAI5QHkRCMT0LkqR7TzJn40 { width:43.0625rem;height:10.6875rem;top:25.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXTwSe0CMroeCmbTBo39GOlWJ9npFD6 { top:30.125rem;left:14.125rem;width:31.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNTQ3dQV32NWTanQ9AnT9aPVPKuwzSsU { top:34.8125rem;left:3.5625rem;width:8.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dls8SILWkmTWrLfclSMFXx3HHqkHFye8 { width:43.0625rem;height:10.6875rem;top:39.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGmvESMyfQq63q7BFOrca5ci2fXbynQ { top:48.3125rem;left:3.5rem;width:7.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoTeBc6kGxGdcnVzN4ZPdmsT5Fpm782H { top:42.875rem;left:14.125rem;width:31.0625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZT6JR6sF9GHtt1IWmMSzDGDi9LKqwBe { top:10.6875rem;left:1.25rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCN9pZlS2fKStvpOiv7AlILb4GAOcZhD { top:24.3125rem;left:1.25rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL4WWAACcPXzOERGK4dbrRNRtZD9c8xG { top:37.875rem;left:1.25rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyU2xBK3m5f0lR7NezuUE6207TSTx1z0 { top:51.4375rem;left:1.25rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD0bPqucxsg0mmB7OTxcOcREqBlucuHh { top:61.9375rem;left:3.5rem;width:7.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPEBEACWHUi73o7m0vbRTLOncoJwsDhP { width:43.0625rem;height:10.6875rem;top:52.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TAD2yCWwfbtNazawKvVAWZHfn3buL6 { top:55.375rem;left:14.125rem;width:31.0625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMDMqyw1OABT3h09sPA2B06AgAOVhuq { display:block; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT1WmTWWwyBkTbLDmL5QocNUVG3qspyu { top:5.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2FdTEZG3dE4QQlZFM0gUVEpIJth0nXh { top:3.8125rem;left:0rem;width:47.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-regular-label { width:14.3125rem;height:auto;display:block; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-text { width:14.3125rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-textarea { width:14.3125rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-select { width:14.3125rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-checkbox-label { width:41.625rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-radio-label { width:6.46875rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I  { width:43rem;height:auto;top:34.25rem;left:2.25rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .radio-container { width:14.9375rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I {display:inline-block;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I { width:43rem;height:auto;top:34.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #V5TlbSK3fbFWk3WU70nTbbihVvfQOcKU {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #T8vmpyRhFMDMQTAcKiWxi551FrbW4tGZ { display:block; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #thLRU5wz3eKzObwkD0qTr5Pr30sk676L {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #y8rSWVZL6f0ykOKpLhMUuQcxh0dkxS7c {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #KHmfDeIWlvUVi4fpWKTFzGVfXNEtDTXT { display:block; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #prKIJm7BA3lNLMh2TEHm8ZJMguVk12b3 {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #CiswyoxFo5KU3UXDcEA43qLoBsW2JxQX {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #GHeDGsBuZkUQ93SisW9TDpQnJO83x15t {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #r94TB4SWuJX8sUmW4mFnEmlmeUeDSN3f {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #uHQvhtFV07kwT7axRIO4rXuxOBcG438n {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #rTxiDzykJ6UDMbzA8978J5viLx98FG0z {  }
 }@media only screen and (max-width: 763px) { #BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh { display:block; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvCCsy7BN2B3sLbmdpfsDFiKurkPvOcl { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaXv4oTsIysa3XPzWIxBSpdHwdAz7h7o { top:2.25rem;left:6.75rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DCZ4AwX4SBb2ONobmqm15VTtLtal6e { display:block; }
 }@media only screen and (max-width: 763px) { #rWZLuywr4fEXsNALQD3gIHoqevKUIb15 { top:2.125rem;left:26.875rem;width:20.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7c308;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { display:block; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { background-color: transparent; background-image: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row > .video-iframe-container { display: none; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .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); }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB { border-width: 0; border-radius: 0; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#q9BWJcF8gXvMGF69eLdhbVgonpi1EsuB > .row .container { width:20rem;height:66.875rem;background-color:#f7c308;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVw2DLfumHoaBMXMFu0tzeB1xceZvgmd { width:20rem;height:45.375rem;top:3.375rem;left:0rem;background-color:#ff6b57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #lCqbGGIcMT0r7e3H5W0FM8HyHkDtg1a0 { width:20rem;height:21.5rem;top:20.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #raZ1hn6H7sPySNArArgAqDo2RMJ8mCvB { width:16.125rem;height:2.5996125rem;top:11.875rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxGZqETAwfCahdReeN7TmddrFqnt2kNi { width:16.8125rem;height:4rem;top:15.8125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6u8fgdncyRfcGxHGET6QWOat95zQKG { width:4.5625rem;height:2.5996125rem;top:13.9375rem;left:8.4375rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SKnSwmWh4h42DvgEA33SGgZRU7BikwAm { width:17.5rem;height:5.84765625rem;top:36.3125rem;left:1.25rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #O13QZPavtt2tMXUeK65rEdL0Wb9FOkla { width:17.8125rem;height:17.8125rem;top:19.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkHenRNlSvlLuTa17Lq7UelLRPdEMHWg { width:20rem;height:36.4375rem;top:8.1875rem;left:0rem;z-index:14999;background-color:#dadacd;background-image:none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA5THLt4DNEv1ATszWBZkUTcba71QmMG { width:9.6875rem;height:9.6875rem;top:2.875rem;left:0.375rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E4EIT9FB1cL5RlzoR3ODbQWa3TzcXBn6 { width:14.3125rem;height:14.3125rem;top:20.5rem;left:2.5625rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWZK4ZCQv7GAFn5uGeZZaa1vpDPcNq7 { width:8.1875rem;height:8.1875rem;top:1.75rem;left:0.8125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #f7c308;border-left:0.25rem solid #f7c308;border-right:0.25rem solid #f7c308;border-bottom:0.25rem solid #f7c308;display:block; }
 }@media only screen and (max-width: 763px) { #ZcVeCKW0IzECT5zmphKxqNpefiibOhsv { width:10.25rem;height:6.75rem;top:4.75rem;left:9.3125rem;border-top:0.25rem solid #f7c308;border-left:0.25rem solid #f7c308;border-right:0.25rem solid #f7c308;border-bottom:0.25rem solid #f7c308;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-text {padding-top: 0; padding-bottom: 0;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-select {padding-top: 0; padding-bottom: 0;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz  { width:17.5rem;height:auto;top:43.810766220093rem;left:0rem; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NblrkZrTPSxbezyF3b8WKauSOakytwFz {display:block;}#NblrkZrTPSxbezyF3b8WKauSOakytwFz { width:17.5rem;height:auto;top:45.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #I632qgpcDIb3pe6khRmJiXiz8ZMr1F7x {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #vCqUUWueJNJaMOdSS93XBia6RsDL0PQx { display:block; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #ANNA2KQyAZW9o7VDno2dHRLovWi7oJmF {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #L1bhEmM7iI9NUbNQRFtTXgJTlNyzvcMU {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #kG8b1TbosP6RLJtRJld4XTvqlrmxDr35 { display:block; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #tRyZ0CZcvOfkTfgeUS81Rsvy0QEJop2s {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #UykRs1ndlTDPDrcTbhvSvwGdxJv8hzS2 {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #vG6JXTaffw8qnVJMyFhAWcV05hmFltKI { z-index:2; }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #QpI9gLeRFQ7A0t7N46vnRTO6hdXTVvTp {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #zruCSscoHOIPrLfKiwTEm5I9BKceBDKc {  }
 }@media only screen and (max-width: 763px) { #NblrkZrTPSxbezyF3b8WKauSOakytwFz #OytIRMe05PcEu5WSEaouRPeuRc9X5LS9 {  }
 }@media only screen and (max-width: 763px) { #vb0622SJm2b8ycM1Mw3UaxSwwpaS92Mk { display:flex;width:2.625rem;height:2.625rem;top:62.4375rem;left:5.1875rem; }
#vb0622SJm2b8ycM1Mw3UaxSwwpaS92Mk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #rHsSnBK2QRgswdzQk96BhvsgNWFPyVCV { width:6.3125rem;height:2.2734375rem;top:62.625rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV { display:block; }#HF7AhTXuC6lOpKgkZfOHndwBpLeSgtDV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI { display:block; }#uhwTZ98lbvP3Os9Jy8qomXEB9VnhdrgI > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcPcPrq0aGJCeE0xpvUN48czoTs6kM5r { width:17.875rem;height:3.875rem;top:12.3125rem;left:1.0625rem;background-color:#e4c880;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9V3O9735P7MPOhNSy0G7S2PaDcrPxi { width:17.875rem;height:3.875rem;top:27.625rem;left:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eto8WR9FGBCfMB94nRsofMGRuXAGmuUL { width:17.875rem;height:3.8125rem;top:42.9375rem;left:1.0625rem;background-color:#dadacd;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7pAFOeqGsQfWQthRxiSpwAZNCR2xalu { width:13.8125rem;height:2.69965rem;top:12.875rem;left:3.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yfOPqNc5T5tc9QOwzbiHEv8eJesNtBKT { width:13.8125rem;height:2.69965rem;top:28.1875rem;left:3.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JOm08SgqxsdelWCRtbDl9FRaPLi7aCsa { width:13.8125rem;height:2.69965rem;top:43.625rem;left:3.125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m9nJKMwng40y2q5EZ8Jm5ZikI96ffqkh { top:2.3125rem;left:1.0625rem;width:17.875rem;height:10rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TFkwvE8MR1z82I4EbXI8MQ5qyTT8wmvn { top:17.6875rem;left:1.0625rem;width:17.875rem;height:10rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MnVUcIrIb2plf8Z77WSBCFq4Hq1Wg4oc { top:33rem;left:1.0625rem;width:17.875rem;height:10.0625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h5T8BTHTp6o1yKTklJ8aCFtcohcu3n7A { width:17.625rem;height:17.875rem;top:3.375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJKIVODKLi4UNpOAuV1RIUiaZ8DtvvPf { width:17.625rem;height:17.875rem;top:3.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pc0tlWflzHSTuvTKfLFOfk92CQ23Puq4 { width:17.625rem;height:17.875rem;top:3.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ { display:block; }#gbOitz4nm5Na7vRloW5l6LucfHfUBhHJ > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHA9XH6bOSAv6slJJg8HSon35hrUnpLd { width:20rem;height:48.25rem;top:-0.0625rem;left:0rem;background-color:#f7c308;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BCdbMpx2O79MO6hgOgyTbp05IA8hstNK { width:12.625rem;height:13.4375rem;top:1.7500002384186rem;left:3.4635418057442rem;border-top:0.25rem solid #dadacd;border-left:0.25rem solid #dadacd;border-right:0.25rem solid #dadacd;border-bottom:0.25rem solid #dadacd;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKEMnqxZTN5t1Dq0qRyN24X3u31QEKh { width:18.9375rem;height:47.2363875rem;top:20.340281009674rem;left:0.53038197755814rem;font-size:1.125rem;color:#020202;text-align:center;text-align-last:center;line-height:1.2;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wDCTpxzDR4BcSDR5Zeq0Be5Hql8Za1w1 { width:17rem;height:17rem;top:1.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAwhTiwDfBLh7xTmcFIJo6mJbZqVG5gf { width:17.1875rem;height:1.94965rem;top:16.3125rem;left:1.4375rem;font-size:1.5rem;color:#020202;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T2q86dKcWbHs4pymNkVvmvgeNa87Pl6S { width:16.25rem;height:3.125rem;top:69.4375rem;left:1.875rem;font-size:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #BKdOtL7Loe1LCWbnN3znaHATt3r5Tpb8 { display:block; }
 }@media only screen and (max-width: 763px) { #AA7KF3oFiqRCTvht7XgCqNkqAbzAudBi { width:12.5rem;height:2.0625rem;top:16.0625rem;left:3.6875rem;z-index:15009;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTCPawv82kpF2QSZ1GnomlCmwV1xf72 { top:19.2705078125rem;left:0rem;width:20rem;height:55.0625rem;z-index:15011;background-color:#dadacd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OtwRQoQi2uLgfPlL5caKlSJXARR4bLnT { width:20rem;height:19.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk { display:block; }#lkFDFIPSLCmbXF8JbwxyX0yH2dOM26Bk > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy { display:block; }#Ccqrhwo8IXsF9xBAgmfhTSkiyTCFo4fy > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWn0f4qXa0UW9mfVwu1KTiZF32an0yv3 { width:19.625rem;height:1.21875rem;top:22.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdJby6IxphritWGkXDhDCQ94pqGRJI3X { width:19.5625rem;height:14.0625rem;top:10.361978530884rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bRAf9J0ESfZGcEzewMGeUl9F0zoVVt9g { width:18.3125rem;height:4.8984375rem;top:16.15625rem;left:0.84288197755812rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssbGlshMmClQ2oxn339KvCSChfBOsptk { width:20rem;height:1.5434rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnsLKEzMbT6lX7PVBggsWEeU5ZfIUrtN { width:3.75rem;height:0.1875rem;top:4.1748046875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWx1h46OpQdxl8n2JId83aiD7kzvXgC { width:6.25rem;height:0.0625rem;top:4.25rem;left:7.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #agJAiiOTAvAI5QHkRCMT0LkqR7TzJn40 { width:19.5625rem;height:13.0625rem;top:30.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WpXTwSe0CMroeCmbTBo39GOlWJ9npFD6 { width:18.75rem;height:3.41015625rem;top:36.612847328186rem;left:0.62413197755814rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNTQ3dQV32NWTanQ9AnT9aPVPKuwzSsU { width:19.625rem;height:1.21875rem;top:40.812500953674rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dls8SILWkmTWrLfclSMFXx3HHqkHFye8 { width:19.625rem;height:12.5625rem;top:49rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oRGmvESMyfQq63q7BFOrca5ci2fXbynQ { width:19.625rem;height:1.21875rem;top:59.312501907349rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoTeBc6kGxGdcnVzN4ZPdmsT5Fpm782H { width:18.75rem;height:3.41015625rem;top:54.9375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZT6JR6sF9GHtt1IWmMSzDGDi9LKqwBe { width:8.75rem;height:8.75rem;top:6.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCN9pZlS2fKStvpOiv7AlILb4GAOcZhD { width:8.75rem;height:8.75rem;top:25.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL4WWAACcPXzOERGK4dbrRNRtZD9c8xG { width:8.75rem;height:8.75rem;top:44.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyU2xBK3m5f0lR7NezuUE6207TSTx1z0 { width:10rem;height:10rem;top:62.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD0bPqucxsg0mmB7OTxcOcREqBlucuHh { width:7.5625rem;height:1.21875rem;top:81.56249809265rem;left:6.2187498211861rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPEBEACWHUi73o7m0vbRTLOncoJwsDhP { width:19.625rem;height:15.75rem;top:67.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x3TAD2yCWwfbtNazawKvVAWZHfn3buL6 { width:18.3125rem;height:5.68359375rem;top:74.81250190735rem;left:0.84288197755812rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTMDMqyw1OABT3h09sPA2B06AgAOVhuq { background-color:#ffffff;background-image:none;display:block; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container { background-color: transparent; background-image: none; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container > .video-iframe-container { display: none; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row > .video-iframe-container { display: none; }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .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); }#dTMDMqyw1OABT3h09sPA2B06AgAOVhuq > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT1WmTWWwyBkTbLDmL5QocNUVG3qspyu { width:17.6875rem;height:7.3095625rem;top:4.5rem;left:1.1875rem;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D2FdTEZG3dE4QQlZFM0gUVEpIJth0nXh { width:20rem;height:23.6875rem;top:2.5rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-regular-label { width:16.875rem;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-text { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:2.5rem;font-size:1rem;overflow:hidden; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-textarea { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:1rem;overflow:hidden; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-select { width:16.875rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-input-button { width:16.875rem;height:3.125rem;line-height:1;font-size:1.125rem;overflow:hidden; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]:-moz-placeholder { font-size:1rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]::-moz-placeholder { font-size:1rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-checkbox-label { width:16.125rem;color:#020202;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.1; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-radio-label { width:7.75rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-container:first-of-type{padding-top:0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .widget-container:last-of-type{padding-bottom:0;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I  { width:17.5rem;height:auto;top:11.75rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I .radio-container { width:17.5rem; }
#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I {display:inline-block;}#S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I { width:17.5rem;height:auto;top:11.75rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #V5TlbSK3fbFWk3WU70nTbbihVvfQOcKU {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #T8vmpyRhFMDMQTAcKiWxi551FrbW4tGZ { display:none; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #thLRU5wz3eKzObwkD0qTr5Pr30sk676L {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #y8rSWVZL6f0ykOKpLhMUuQcxh0dkxS7c {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #KHmfDeIWlvUVi4fpWKTFzGVfXNEtDTXT { display:none; }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #prKIJm7BA3lNLMh2TEHm8ZJMguVk12b3 {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #CiswyoxFo5KU3UXDcEA43qLoBsW2JxQX {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #GHeDGsBuZkUQ93SisW9TDpQnJO83x15t {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #r94TB4SWuJX8sUmW4mFnEmlmeUeDSN3f {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #uHQvhtFV07kwT7axRIO4rXuxOBcG438n {  }
 }@media only screen and (max-width: 763px) { #S3lZocun5oPy7nkOybIKcTBsDRT6LQ2I #rTxiDzykJ6UDMbzA8978J5viLx98FG0z {  }
 }@media only screen and (max-width: 763px) { #BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh { background-color:#dadacd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { background-color: transparent; background-image: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { display: none; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .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); }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { border-width: 0; border-radius: 0; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkdyJJwoqZpqCGAdezdJePVuTWa0vAlh > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvCCsy7BN2B3sLbmdpfsDFiKurkPvOcl { width:20rem;height:2.2734375rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaXv4oTsIysa3XPzWIxBSpdHwdAz7h7o { top:6.5732421875rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2DCZ4AwX4SBb2ONobmqm15VTtLtal6e { display:block; }
 }@media only screen and (max-width: 763px) { #rWZLuywr4fEXsNALQD3gIHoqevKUIb15 { width:18.375rem;height:2.2734375rem;top:4.1748046875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }