.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:242,224,224;--color-primary-1:211,153,152;--color-primary-2:167,50,49;--color-primary-3:84,25,25;--color-primary-4:25,8,7;--color-secondary-0:220,223,229;--color-secondary-1:138,150,167;--color-secondary-2:20,44,79;--color-secondary-3:10,22,40;--color-secondary-4:3,7,12;--color-tertiary-0:255,255,255;--color-tertiary-1:248,254,255;--color-tertiary-2:131,130,130;--color-tertiary-3:79,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container { background-color: transparent; background-image: none; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container > .video-iframe-container { display: none; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row > .video-iframe-container { display: none; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .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); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container { border-width: 0; border-radius: 0; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#fcWXlCnV9RDLIlgturpENJ6KO12FeZGX { box-sizing:content-box;height:26.5625rem;width:26.5625rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c088eeb-8c1e-4d24-b4be-6ea697ddb07b/LydiaMakori2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.375rem solid #9e49d1;border-left:0.375rem solid #9e49d1;border-right:0.375rem solid #9e49d1;border-bottom:0.375rem solid #9e49d1;top:3.5rem;left:42.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fcWXlCnV9RDLIlgturpENJ6KO12FeZGX.adaptive-delivery-prevent-bg, #fcWXlCnV9RDLIlgturpENJ6KO12FeZGX.lazyload, #fcWXlCnV9RDLIlgturpENJ6KO12FeZGX.lazyloading { background-image: none; }
#IhGmDirUTrW7mXPowXT8LK6kAwQRi1IE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:31.75rem;left:42.8125rem;height:1.8rem;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;text-align:center;text-align-last:center;display:block; }
#RhiMEBGW8TE9y12kpAy5As7ILDG1FMOu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:33.5625rem;left:42.8125rem;height:1.35rem;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;text-align:center;text-align-last:center;display:block; }
#LhvmGORIgi7KKXE2fuHliu5wXXXdV7DG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:17.6875rem;left:6.2179689407349rem;height:13.125rem;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;text-align:center;text-align-last:center;display:block; }
#gfPNfPrcUEdiKAhSdH1za5BLNrazTUNc { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:3.5rem;left:12.530468940735rem;overflow:hidden;display:block; }
#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb { position:relative;display:block; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb { background-color: transparent; background-image: none; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row .container > .video-iframe-container { display: none; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row > .video-iframe-container { display: none; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .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); }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb { border-width: 0; border-radius: 0; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aeZhlakbpvVxVf1x99WUOXu0U47OQRFc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:2.6875rem;left:23.75rem;height:7.2rem;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;text-align:center;text-align-last:center;display:block; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-form-header {  }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),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:21.75rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-secondary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),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:21.75rem;box-sizing:border-box;height:22.3125rem;color:rgba(var(--color-secondary-0),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .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; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#9e49d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:700;color:#ffffff;width:21.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: none; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.5rem;overflow:hidden;font-style:normal;float:none; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .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; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-container:first-of-type{padding-top:0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-container:last-of-type{padding-bottom:0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:11.375rem;left:24.500000953674rem; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.75rem;display:block;vertical-align:top; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT {display:block;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:11.375rem;left:24.500000953674rem; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #vviTPCM0wPAXIu3HL5IWVKUOfJ54I3gC { position:relative; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #WlvVlrXJirwp96CDZXEbCKwFNrDz81Z6 { position:relative;display:none; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #XByiHqbgxPt1t6awmNzed4ItRFVdSUrm { position:relative; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #zgQxr5Ih7PuuiKGQoBvdz14pPVFZvxxM { position:relative; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #m0uZVheo5rbIrHAlwRf7wETHAtAehfW6 { position:relative;display:none; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #VhO5NSrIODfZhlO2gIQrOhdK6mfVEcGZ { position:relative; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #SfXzqLfDFfJZJNSoeR59Rke9LeCJsO1P { position:relative; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #k8MM9OKHvtgHHezgs3g47HDCIXmSaGb6 { position:relative;z-index:2; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #B5VTShVJv9dp51bsQ6mU5ayp61nevnFQ { position:relative; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #A2WzWTZ48Dps5zUHcbArqxiIlGoKb1ip { position:relative; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #xxoMhsQ6gTgBfcVViCdn7xzstGTcefyz { position:relative; }
#SrNHc8vMc8cI3GfaiNAIELe8bvgVbTTG { box-sizing:content-box;height:29.0625rem;width:36.4375rem;position:absolute;display:block;z-index:14997;background-color:#f4b4d7;background-image:none;top:1.4375rem;left:19.25rem;display:block; }
#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e49d1;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; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row .container { background-color: transparent; background-image: none; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row .container > .video-iframe-container { display: none; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row > .video-iframe-container { display: none; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .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); }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row .container { border-width: 0; border-radius: 0; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#ep3T4U3dp6S54MkbgbWPBD1oIssibDmg { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.1875rem;left:22.375rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#VCZfI6RTmK9Do56PEhFlXK8kvKM7fWiW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.125rem;left:19.5rem;height:8.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;text-align:left;text-align-last:left;display:block; }
#ffClyEbJ0LJiqOwCo33TcNaH7FwiLMfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.4375rem;left:17.5625rem; }
#lSAcWTp6t6rqVRZUNUPKK1PB1MLVWJNR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.625rem;left:17.5625rem; }
#gf6GhucTb6xNvXtV3sesLCwOXs11E2Rc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.75rem;left:17.5625rem; }
#R4WyR2i5ih8zKuyhRRTSvsbsPd0SR5qL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.6875rem;left:17.5625rem; }
#qnZmeup0wcmgwhgiTkQbXeJboRl5rJXR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:22.875rem;left:27.25rem;height:8.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;text-align:left;text-align-last:left;display:block; }
#MZlRPh9M7uAgFhvkHHiZ3nMrePxGQopH { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:19.9375rem;left:24.75rem;height:2.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;text-align:center;text-align-last:center;display:block; }
#D7Wxpb4Ny1AbAl25JfTSGKA1oqNcHLeW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.125rem;left:25.1875rem; }
#bfma0wTTgekZDn0B5yfOQRgBJO9OtlOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:25.3125rem;left:25.1875rem; }
#xKBTkc5sfRCrpQhX9SinbG7zm1QpsDrv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.4375rem;left:25.1875rem; }
#S3QEHpcgSopegbTDwLBeNf8BrS7lCDsH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:29.5rem;left:25.1875rem; }
#VioTW1KIqbVuA7QUNlvCgyPJH0Pys8fb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:#f4b4d7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:28.1875rem;display:block; }
#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row .container { background-color: transparent; background-image: none; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row .container > .video-iframe-container { display: none; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row > .video-iframe-container { display: none; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .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); }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row .container { border-width: 0; border-radius: 0; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row .container { font-size:0.875rem;font-family:"times new roman";height:51.125rem;width:75rem;position:relative;display:block; }#Swk0N5653aBZQ8bSpQFU5ZHV23aDy54Z { color:rgba(var(--color-primary-4),1);display:block;width:35.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:3.5625rem;left:17.374218940735rem;height:6.75rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BuTgoyk4Ek3aU5ZVVudlsQ0Wnb0HBpcl { 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:15.625rem;width:15.625rem;top:32.5rem;left:45.1875rem;overflow:hidden;display:block; }
#TPLOS0p6eN1tVsBdG2kGOzcvr02ZxuZm { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:32.5rem;left:14.1875rem;overflow:hidden;display:block; }
#ecu7ZVE3IHgqf0lZbzyKN1gpb5rh0gum { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:19.9375rem;width:19.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:30.343750953674rem;left:27.531250953674rem; }
#HM92aKSLZHN72UpU0nJOcBBxwHDMMUmI { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:12.750000953674rem;left:17.842968940735rem;height:1.8rem;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;text-align:center;text-align-last:center;display:block; }
#KW6v80TAh6BcyDQuNHLQaPx08VGlXsI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.562501907349rem;left:23.780468940735rem;height:4.125rem;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;text-align:center;text-align-last:center;display:block; }
#RFFii0w6IhKr1x02W4ATLgnSBTHpdyK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:22.328907012939rem;left:17.842968940735rem;height:1.8rem;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;text-align:center;text-align-last:center;display:block; }
#nxnpzL3S7232FhhJsmaD1z50X15BU7C7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:25.46640586853rem;left:20.905468940735rem;height:4.125rem;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;text-align:center;text-align-last:center;display:block; }
#d6bW0ku3I2Ii9EUll5bafzkh5RsdOMMZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4b4d7;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; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row .container { background-color: transparent; background-image: none; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row .container > .video-iframe-container { display: none; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row > .video-iframe-container { display: none; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .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); }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row .container { border-width: 0; border-radius: 0; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#qCHAP1C1JK82UFgPOItruOvcBqspyyTW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:25.810156643391rem;left:18.874218940735rem;height:11.8125rem;text-align:center;text-align-last:center;display:block; }
#mTykVsdGWHx6786L3T6ECqF5AZ5H72lV { background-color:#9e49d1;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.3125rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.000000953674rem;left:30.468750953674rem;display:block; }
#G3BEtTBPxTHgLu339Mg590qWuOsTKhei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKRnWSwU0sPzctTDAv8Hupinf7pqsWDh { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:1.7374999523163rem;left:17.499218940735rem;display:block; }
#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA { position:relative;display:block; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA { background-color: transparent; background-image: none; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container > .video-iframe-container { display: none; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row > .video-iframe-container { display: none; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .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); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA { border-width: 0; border-radius: 0; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g2TMBemDTgKsXDPP0IOzCcVGJmWXXM75 { color:#9e49d1;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1804022789001rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNexVvUwXMySpVD8nNqI73GXKzTufKFa { box-sizing:content-box;height:2.6875rem;width:75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125007152557rem;left:0rem;display:block; }
#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row .container { background-color: transparent; background-image: none; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row .container > .video-iframe-container { display: none; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row > .video-iframe-container { display: none; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .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); }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row .container { border-width: 0; border-radius: 0; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#nda5a79210e01e64fb9d102804c15618 { position:absolute;display:block;z-index:15000;background-color:#ffffff;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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.875rem;top:23.8125rem;left:18.0625rem;display:block; }
#a17823e8305cff20063db0e4e5a017fa { color:#000000;display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:25.125rem;left:19.5rem;height:5.0625rem;font-style:normal;display:block; }
#Ea41c1d3bb987be3e46d72a3f94a1cfa { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:13.75rem;top:31.5625rem;left:51rem;display:block; }
#yba873c8cea72400cf8a8d651c1ef3a9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.75rem;left:52.4375rem;height:1.4625rem;font-style:normal;display:block; }
#Ua4bcd10df71f775a1919f9d19b62c2d { position:absolute;display:block;z-index:15005;background-color:#ffffff;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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:9.8125rem;left:18.125rem;display:block; }
#f60034df7b1cc9a1bcf4f9c9b68a989a { color:#000000;display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12rem;left:19.4375rem;height:5.0625rem;font-style:normal;display:block; }
#R6cc28b13e171f5ca10b56abd95bf945 { position:absolute;display:block;z-index:15004;background-color:#000000;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:9.375rem;width:13.75rem;top:12.1875rem;left:51.1875rem;display:block; }
#E9009fdc7fa6981bd2b95ce4d3ebb160 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.875rem;left:52.4375rem;height:1.4625rem;font-style:normal;display:block; }
#P080110ea9550de67aef56853f86c9f0 { position:absolute;display:block;z-index:14998;background-color:#ffffff;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: 0.25rem 0.25rem 0.75rem rgba(0,0,0,0.5) ;height:37.625rem;width:59.1875rem;top:3.6875rem;left:8rem;display:block; }
#f5b053012f89ec627f9f8bd388cc384e { position:absolute;display:block;z-index:14996;background-color:#f4b4d7;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:12rem;width:12.3125rem;top:2rem;left:6.1875rem;display:block; }
#fc54d3f43dd09aafdef9c2f6003a25e7 { position:absolute;display:block;z-index:14997;background-color:#9e49d1;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:12.375rem;width:12.375rem;top:30.6875rem;left:56.5rem;display:block; }
#f875402837d2e221d1c676ddb842da71 { position:absolute;display:block;z-index:14998;background-color:#ffffff;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: 0.25rem 0.25rem 0.75rem rgba(0,0,0,0.5) ;height:37.625rem;width:60rem;top:3.53125rem;left:7.249218940735rem;display:none; }
#aeaf1ddf66606c46554b2157127c01f6 { position:absolute;display:block;z-index:14996;background-color:#a73231;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:14.25rem;width:12.75rem;top:1.78125rem;left:5.3609371185303rem;display:none; }
#be725934fc6774ffa8d714009a807618 { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2215a40d-da59-4ef9-8841-88fb96fcb4f8/Taylor.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:10.0625rem;display:block; }#be725934fc6774ffa8d714009a807618.adaptive-delivery-prevent-bg, #be725934fc6774ffa8d714009a807618.lazyload, #be725934fc6774ffa8d714009a807618.lazyloading { background-image: none; }
#yfac153ed4928f7a464ac48220562fb0 { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e3baaa02-6aaf-4af8-abaf-3e24caa25f38/RebeccaOwusuAgyemang2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:10.0625rem;display:block; }#yfac153ed4928f7a464ac48220562fb0.adaptive-delivery-prevent-bg, #yfac153ed4928f7a464ac48220562fb0.lazyload, #yfac153ed4928f7a464ac48220562fb0.lazyloading { background-image: none; }
#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq { 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; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container { background-color: transparent; background-image: none; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container > .video-iframe-container { display: none; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row > .video-iframe-container { display: none; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .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); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container { border-width: 0; border-radius: 0; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#rPcfZOIigh26UTxE2ZA8E0pJ82Pr6yHG { position:absolute;display:block;z-index:15013;background-color:#9e49d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:30rem;top:2.1875rem;left:41.624643325806rem;display:block; }
#hod6xIWMZeCz6AtiMfoHA0PcmEENwB3w { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5rem;left:46.906250953674rem;height:6.75rem;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; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-form-header { font-size:0.75rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ecf2f4;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-text { background-color:#ffffff;background-image:none;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.25rem solid #f4b4d7;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:20.5rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-text {padding-top: 0; padding-bottom: 0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-textarea { background-color:#ffffff;background-image:none;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.25rem solid #f4b4d7;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:20.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:20.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-select {padding-top: 0; padding-bottom: 0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .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; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f4b4d7;background-image:none;border-top:0.0625rem solid #f4b4d7;border-left:0.0625rem solid #f4b4d7;border-right:0.0625rem solid #f4b4d7;border-bottom:0.0625rem solid #f4b4d7;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:bold;color:rgba(var(--color-tertiary-4),1);width:20.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;text-align:center;text-align-last:center; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .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; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-container:first-of-type{padding-top:0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-container:last-of-type{padding-bottom:0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;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;left:45.124218940735rem;top:12.874237060547rem;z-index:15019;position:absolute;font-size:0.75rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem;display:block;vertical-align:top; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK {display:block;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;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;left:45.124218940735rem;top:12.874237060547rem;z-index:15019;position:absolute;font-size:0.75rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #EJiphyzXt967WQD1hZcRl4cz4PZw005J { position:relative; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #o2TpbXk6eIQN6bsBfg41S4JBLIQaiZE5 { position:relative;display:none; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #qKTiD24GNPHOuFz9VXsWNmESU2sxlvrL { position:relative; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #TbMeqIcscpwx4wNS40EiHvbhcgDFWRc9 { position:relative; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #y2FM9TW5vsTIaagFCsfKGITnyzTkOiWy { position:relative;display:none; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #kBLZEMuds9TyHF7PFdSLOQn5ZsXtGnKn { position:relative; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #Sb4NUwoTGRAei5Fan0AbUm6NVfBtTgu9 { position:relative; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #SoLG6LvMmEpL9I3gsuGLOgeeyArUVyQF { position:relative;z-index:2; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #zGQwdOtzMm9yxrd1ppozDa5bP0sWzP4K { position:relative; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #LBmwTmxgr93wzAPp5Jt1qo0TwTRdZaCn { position:relative; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #gNy4H1H6dyMAVlx6rZfdl4Oa23ZpWOQ9 { position:relative; }
#rqXKPceSpVbOagQ8eKLTGonTqblXa4Zk { box-sizing:content-box;height:11.875rem;width:21.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e9bf2357-2781-4f57-9518-2446a81d4091/Momanddaughter.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.625rem solid #f4b4d7;border-left:0.625rem solid #f4b4d7;border-right:0.625rem solid #f4b4d7;border-bottom:0.625rem solid #f4b4d7;top:7.0546875rem;left:15.611110687256rem;display:block; }#rqXKPceSpVbOagQ8eKLTGonTqblXa4Zk.adaptive-delivery-prevent-bg, #rqXKPceSpVbOagQ8eKLTGonTqblXa4Zk.lazyload, #rqXKPceSpVbOagQ8eKLTGonTqblXa4Zk.lazyloading { background-image: none; }
#x9C5sRDpLRphErixMRDsI2X2vT2yUREP { box-sizing:content-box;height:11.875rem;width:21.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a5883229-f2ce-4689-9be7-e67e76d70366/Online1013.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.625rem solid #9e49d1;border-left:0.625rem solid #9e49d1;border-right:0.625rem solid #9e49d1;border-bottom:0.625rem solid #9e49d1;top:17.1171875rem;left:1.6875rem;display:block; }#x9C5sRDpLRphErixMRDsI2X2vT2yUREP.adaptive-delivery-prevent-bg, #x9C5sRDpLRphErixMRDsI2X2vT2yUREP.lazyload, #x9C5sRDpLRphErixMRDsI2X2vT2yUREP.lazyloading { background-image: none; }
#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e49d1;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; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container { background-color: transparent; background-image: none; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container > .video-iframe-container { display: none; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row > .video-iframe-container { display: none; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .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); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container { border-width: 0; border-radius: 0; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#qqZ7Ahu8D71RkrxHtUyC2iT73doP3a73 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.138671875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RSlQJHmuwaVAMC7dB8OKf9AIOd3sJxUT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;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.2301139831543rem;left:28.436609268189rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oixaJUOO3KbprKtc499FeynyKnlVDBxx { z-index:15002;top:2.1875rem;left:49.999998092651rem;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:rgba(var(--color-tertiary-0),1);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.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SUAWWwxM36TNwwLTqfkp5tVtNfewp0PU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am { display:block; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcWXlCnV9RDLIlgturpENJ6KO12FeZGX { top:3.5rem;left:20.4375rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhGmDirUTrW7mXPowXT8LK6kAwQRi1IE { width:25.6875rem;height:1.75rem;top:31.75rem;left:22.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhiMEBGW8TE9y12kpAy5As7ILDG1FMOu { width:25.6875rem;height:1.3125rem;top:33.5625rem;left:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhvmGORIgi7KKXE2fuHliu5wXXXdV7DG { width:25.6875rem;height:13.125rem;top:17.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfPNfPrcUEdiKAhSdH1za5BLNrazTUNc { top:3.5rem;left:0rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb { display:block; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeZhlakbpvVxVf1x99WUOXu0U47OQRFc { width:25.6875rem;height:7.1875rem;top:2.6875rem;left:10.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-regular-label { width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-text { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-textarea { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-select { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-button { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT  { width:21.75rem;height:auto;top:11.375rem;left:10.875000953674rem; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .radio-container { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT {display:block;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT { width:21.75rem;height:auto;top:11.375rem;left:10.875000953674rem; }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #vviTPCM0wPAXIu3HL5IWVKUOfJ54I3gC {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #WlvVlrXJirwp96CDZXEbCKwFNrDz81Z6 {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #XByiHqbgxPt1t6awmNzed4ItRFVdSUrm {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #zgQxr5Ih7PuuiKGQoBvdz14pPVFZvxxM {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #m0uZVheo5rbIrHAlwRf7wETHAtAehfW6 {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #VhO5NSrIODfZhlO2gIQrOhdK6mfVEcGZ {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #SfXzqLfDFfJZJNSoeR59Rke9LeCJsO1P {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #k8MM9OKHvtgHHezgs3g47HDCIXmSaGb6 {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #B5VTShVJv9dp51bsQ6mU5ayp61nevnFQ {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #A2WzWTZ48Dps5zUHcbArqxiIlGoKb1ip {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #xxoMhsQ6gTgBfcVViCdn7xzstGTcefyz {  }
 }@media only screen and (max-width: 763px) { #SrNHc8vMc8cI3GfaiNAIELe8bvgVbTTG { width:36.4375rem;height:29.0625rem;top:1.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR { display:block; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep3T4U3dp6S54MkbgbWPBD1oIssibDmg { width:30.4375rem;height:2.25rem;top:4.1875rem;left:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCZfI6RTmK9Do56PEhFlXK8kvKM7fWiW { width:37.875rem;height:8.25rem;top:7.125rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffClyEbJ0LJiqOwCo33TcNaH7FwiLMfk { top:7.4375rem;left:3.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSAcWTp6t6rqVRZUNUPKK1PB1MLVWJNR { top:9.625rem;left:3.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf6GhucTb6xNvXtV3sesLCwOXs11E2Rc { top:11.75rem;left:3.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4WyR2i5ih8zKuyhRRTSvsbsPd0SR5qL { top:13.6875rem;left:3.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnZmeup0wcmgwhgiTkQbXeJboRl5rJXR { width:23.0625rem;height:8.25rem;top:22.875rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZlRPh9M7uAgFhvkHHiZ3nMrePxGQopH { width:25.6875rem;height:2.25rem;top:19.9375rem;left:11.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Wxpb4Ny1AbAl25JfTSGKA1oqNcHLeW { top:23.125rem;left:11.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfma0wTTgekZDn0B5yfOQRgBJO9OtlOC { top:25.3125rem;left:11.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKBTkc5sfRCrpQhX9SinbG7zm1QpsDrv { top:27.4375rem;left:11.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3QEHpcgSopegbTDwLBeNf8BrS7lCDsH { top:29.5rem;left:11.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VioTW1KIqbVuA7QUNlvCgyPJH0Pys8fb { top:17.5625rem;left:14.5625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU { display:block; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Swk0N5653aBZQ8bSpQFU5ZHV23aDy54Z { width:35.875rem;height:6.75rem;top:3.5625rem;left:3.7492189407349rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTgoyk4Ek3aU5ZVVudlsQ0Wnb0HBpcl { top:32.5rem;left:31.5625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLOS0p6eN1tVsBdG2kGOzcvr02ZxuZm { top:32.5rem;left:0.5625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecu7ZVE3IHgqf0lZbzyKN1gpb5rh0gum { width:19.9375rem;height:19.9375rem;top:30.3125rem;left:13.906250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM92aKSLZHN72UpU0nJOcBBxwHDMMUmI { width:34.9375rem;height:1.75rem;top:12.75rem;left:4.2179689407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW6v80TAh6BcyDQuNHLQaPx08VGlXsI1 { width:23.0625rem;height:4.125rem;top:15.5625rem;left:10.155468940735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFFii0w6IhKr1x02W4ATLgnSBTHpdyK1 { width:34.9375rem;height:1.75rem;top:22.3125rem;left:4.2179689407349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxnpzL3S7232FhhJsmaD1z50X15BU7C7 { width:28.8125rem;height:4.125rem;top:25.4375rem;left:7.280468940735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bW0ku3I2Ii9EUll5bafzkh5RsdOMMZ { display:none; }
 }@media only screen and (max-width: 763px) { #ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k { display:block; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCHAP1C1JK82UFgPOItruOvcBqspyyTW { top:25.75rem;left:5.2492189407349rem;width:37.25rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTykVsdGWHx6786L3T6ECqF5AZ5H72lV { width:14.0625rem;height:3.4375rem;top:40rem;left:16.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3BEtTBPxTHgLu339Mg590qWuOsTKhei { display:block; }
 }@media only screen and (max-width: 763px) { #gKRnWSwU0sPzctTDAv8Hupinf7pqsWDh { top:1.6875rem;left:3.8742189407349rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA { display:block; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2TMBemDTgKsXDPP0IOzCcVGJmWXXM75 { width:47.75rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNexVvUwXMySpVD8nNqI73GXKzTufKFa { top:1.8125rem;left:0rem;width:47.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 { display:block; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nda5a79210e01e64fb9d102804c15618 { width:46.875rem;height:7.75rem;top:23.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17823e8305cff20063db0e4e5a017fa { width:44.125rem;height:5.0625rem;top:25.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea41c1d3bb987be3e46d72a3f94a1cfa { width:13.75rem;height:3.6875rem;top:31.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yba873c8cea72400cf8a8d651c1ef3a9 { width:12.5rem;height:1.4375rem;top:32.75rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua4bcd10df71f775a1919f9d19b62c2d { width:46.8125rem;height:7.75rem;top:9.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60034df7b1cc9a1bcf4f9c9b68a989a { width:44.125rem;height:5.0625rem;top:12rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6cc28b13e171f5ca10b56abd95bf945 { width:13.75rem;height:9.375rem;top:12.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9009fdc7fa6981bd2b95ce4d3ebb160 { width:12.5rem;height:1.4375rem;top:18.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P080110ea9550de67aef56853f86c9f0 { width:47.75rem;height:37.625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5b053012f89ec627f9f8bd388cc384e { top:2rem;left:0rem;width:12.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc54d3f43dd09aafdef9c2f6003a25e7 { top:30.6875rem;left:35.375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f875402837d2e221d1c676ddb842da71 { width:47.75rem;height:37.625rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeaf1ddf66606c46554b2157127c01f6 { top:1.75rem;left:0rem;width:12.75rem;height:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #be725934fc6774ffa8d714009a807618 { top:9.75rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfac153ed4928f7a464ac48220562fb0 { top:23.75rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2IxeDfwcrT605x9NC7BQ0m211qNRsq { display:block; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPcfZOIigh26UTxE2ZA8E0pJ82Pr6yHG { top:2.1875rem;left:17.75rem;width:30rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hod6xIWMZeCz6AtiMfoHA0PcmEENwB3w { top:5rem;left:28.375rem;width:19.375rem;height:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-regular-label { display:block; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-checkbox-label { width:13.75rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK  { width:15rem;height:auto; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK {display:block;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #EJiphyzXt967WQD1hZcRl4cz4PZw005J {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #o2TpbXk6eIQN6bsBfg41S4JBLIQaiZE5 { display:block; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #qKTiD24GNPHOuFz9VXsWNmESU2sxlvrL {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #TbMeqIcscpwx4wNS40EiHvbhcgDFWRc9 {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #y2FM9TW5vsTIaagFCsfKGITnyzTkOiWy { display:block; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #kBLZEMuds9TyHF7PFdSLOQn5ZsXtGnKn {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #Sb4NUwoTGRAei5Fan0AbUm6NVfBtTgu9 {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #SoLG6LvMmEpL9I3gsuGLOgeeyArUVyQF { z-index:2; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #zGQwdOtzMm9yxrd1ppozDa5bP0sWzP4K {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #LBmwTmxgr93wzAPp5Jt1qo0TwTRdZaCn {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #gNy4H1H6dyMAVlx6rZfdl4Oa23ZpWOQ9 {  }
 }@media only screen and (max-width: 763px) { #rqXKPceSpVbOagQ8eKLTGonTqblXa4Zk { top:7rem;left:1.9861106872559rem;width:21.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9C5sRDpLRphErixMRDsI2X2vT2yUREP { top:17.0625rem;left:0rem;width:21.25rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc { display:block; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqZ7Ahu8D71RkrxHtUyC2iT73doP3a73 { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlQJHmuwaVAMC7dB8OKf9AIOd3sJxUT { top:2.1875rem;left:13.625rem;width:18.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixaJUOO3KbprKtc499FeynyKnlVDBxx { top:2.1875rem;left:6.75rem;width:25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUAWWwxM36TNwwLTqfkp5tVtNfewp0PU { display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container { background-color: transparent; background-image: none; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container > .video-iframe-container { display: none; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row > .video-iframe-container { display: none; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .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); }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container { border-width: 0; border-radius: 0; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAT6epQfpfOAl3lIA5tvVDKx7TSEw0Am > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcWXlCnV9RDLIlgturpENJ6KO12FeZGX { width:17.8125rem;height:17.8125rem;top:21.8125rem;left:0.74375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhGmDirUTrW7mXPowXT8LK6kAwQRi1IE { width:20rem;height:1.625rem;top:41rem;left:0rem;font-size:1.25rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RhiMEBGW8TE9y12kpAy5As7ILDG1FMOu { width:20rem;height:1.4625rem;top:42.625rem;left:0rem;font-size:1.125rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LhvmGORIgi7KKXE2fuHliu5wXXXdV7DG { width:20rem;height:18.28125rem;top:1.9375rem;left:0rem;font-size:1.5625rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gfPNfPrcUEdiKAhSdH1za5BLNrazTUNc { width:13.0625rem;height:13.0625rem;top:45.3375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb { display:block; }#wdaVGsAp5JVAH06XhRuIOCfeRhANkHzb > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeZhlakbpvVxVf1x99WUOXu0U47OQRFc { width:16.5625rem;height:8.125rem;top:1.2992181777954rem;left:1.7187500596046rem;font-size:1.25rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-regular-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-text { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;text-align:center;text-align-last:center;display:block;vertical-align:top;color:rgba(var(--color-tertiary-4),1); }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-text {padding-top: 0; padding-bottom: 0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-textarea { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;display:block;vertical-align:top;color:rgba(var(--color-tertiary-4),1); }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-select { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-select {padding-top: 0; padding-bottom: 0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:4.0625rem; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]:-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#000000; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]::-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#000000; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]:-ms-input-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#000000; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT [class*="-text"]::-webkit-input-placeholder { font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#000000; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.3;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-container:first-of-type{padding-top:0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .widget-container:last-of-type{padding-bottom:0;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT  { width:16rem;height:auto;top:10.686717987061rem;left:0.74921876192094rem;background-color:#f4b4d7;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT .radio-container { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT {display:block;}#ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT { width:16rem;height:auto;top:10.686717987061rem;left:0.74921876192094rem;background-color:#f4b4d7;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #vviTPCM0wPAXIu3HL5IWVKUOfJ54I3gC {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #WlvVlrXJirwp96CDZXEbCKwFNrDz81Z6 { display:none; }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #XByiHqbgxPt1t6awmNzed4ItRFVdSUrm {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #zgQxr5Ih7PuuiKGQoBvdz14pPVFZvxxM {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #m0uZVheo5rbIrHAlwRf7wETHAtAehfW6 { display:none; }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #VhO5NSrIODfZhlO2gIQrOhdK6mfVEcGZ {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #SfXzqLfDFfJZJNSoeR59Rke9LeCJsO1P {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #k8MM9OKHvtgHHezgs3g47HDCIXmSaGb6 {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #B5VTShVJv9dp51bsQ6mU5ayp61nevnFQ {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #A2WzWTZ48Dps5zUHcbArqxiIlGoKb1ip {  }
 }@media only screen and (max-width: 763px) { #ToVMAd6VEHJJKD4nwdP4h3bipKQpVgHT #xxoMhsQ6gTgBfcVViCdn7xzstGTcefyz {  }
 }@media only screen and (max-width: 763px) { #SrNHc8vMc8cI3GfaiNAIELe8bvgVbTTG { width:20rem;height:29.0625rem;top:1.4375rem;left:0rem;background-color:#3d222a;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR { display:block; }#ULb8eXh8LxhqWyHwDb2cexXTDnF1qTtR > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep3T4U3dp6S54MkbgbWPBD1oIssibDmg { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VCZfI6RTmK9Do56PEhFlXK8kvKM7fWiW { width:16.9375rem;height:10rem;top:7.4375rem;left:3.0625000596046rem;font-size:1rem;color:#ffffff;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ffClyEbJ0LJiqOwCo33TcNaH7FwiLMfk { display:flex;width:1.125rem;height:1.125rem;top:7.75rem;left:1.75rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #lSAcWTp6t6rqVRZUNUPKK1PB1MLVWJNR { display:flex;width:1.125rem;height:1.125rem;top:9.8125rem;left:1.75rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #gf6GhucTb6xNvXtV3sesLCwOXs11E2Rc { display:flex;width:1.125rem;height:1.125rem;top:11.9375rem;left:1.75rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #R4WyR2i5ih8zKuyhRRTSvsbsPd0SR5qL { display:flex;width:1.125rem;height:1.125rem;top:13.9375rem;left:1.75rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #qnZmeup0wcmgwhgiTkQbXeJboRl5rJXR { width:16.9375rem;height:8rem;top:25.431250572204rem;left:3.0625000596046rem;font-size:1rem;color:#ffffff;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #MZlRPh9M7uAgFhvkHHiZ3nMrePxGQopH { width:20rem;height:2.4375rem;top:21.412497520447rem;left:0rem;font-size:1.875rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D7Wxpb4Ny1AbAl25JfTSGKA1oqNcHLeW { display:flex;width:1.125rem;height:1.125rem;top:26rem;left:1.75rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #bfma0wTTgekZDn0B5yfOQRgBJO9OtlOC { display:flex;width:1.125rem;height:1.125rem;top:27.75rem;left:1.7500000596046rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #xKBTkc5sfRCrpQhX9SinbG7zm1QpsDrv { display:flex;width:1.125rem;height:1.125rem;top:29.6875rem;left:1.7500000596046rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #S3QEHpcgSopegbTDwLBeNf8BrS7lCDsH { display:flex;width:1.125rem;height:1.125rem;top:31.75rem;left:1.7500000596046rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #VioTW1KIqbVuA7QUNlvCgyPJH0Pys8fb { width:6.875rem;height:0.3125rem;top:18.97500038147rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU { display:block; }#yK8cW1KfiEg6Q9GFasQfwnKr7JagD0vU > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Swk0N5653aBZQ8bSpQFU5ZHV23aDy54Z { width:20rem;height:4.8rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BuTgoyk4Ek3aU5ZVVudlsQ0Wnb0HBpcl { width:6.25rem;height:5.625rem;top:29.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLOS0p6eN1tVsBdG2kGOzcvr02ZxuZm { width:6.25rem;height:6.25rem;top:29.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecu7ZVE3IHgqf0lZbzyKN1gpb5rh0gum { display:flex;width:8.25rem;height:8.25rem;top:28.5rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #HM92aKSLZHN72UpU0nJOcBBxwHDMMUmI { width:20rem;height:3.25rem;top:9.6875rem;left:0rem;font-size:1.25rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KW6v80TAh6BcyDQuNHLQaPx08VGlXsI1 { width:20rem;height:2.925rem;top:14.1875rem;left:0rem;font-size:1.125rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RFFii0w6IhKr1x02W4ATLgnSBTHpdyK1 { width:20rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.25rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nxnpzL3S7232FhhJsmaD1z50X15BU7C7 { width:20rem;height:4.3875rem;top:22.125rem;left:0rem;font-size:1.125rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d6bW0ku3I2Ii9EUll5bafzkh5RsdOMMZ { top:7.7374997138975rem;left:6.0937500596046rem;width:7.8125rem;height:0.3125rem;z-index:15019;background-color:#f4b4d7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k { display:block; }#ar2uVPTTbbRVgRlhEbfaCJW8XWeTda5k > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCHAP1C1JK82UFgPOItruOvcBqspyyTW { width:18.9375rem;height:16.5rem;top:13.3671875rem;left:0.53046876192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTykVsdGWHx6786L3T6ECqF5AZ5H72lV { width:14.0625rem;height:3.4375rem;top:31.678912162781rem;left:2.9687500596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3BEtTBPxTHgLu339Mg590qWuOsTKhei { display:block; }
 }@media only screen and (max-width: 763px) { #gKRnWSwU0sPzctTDAv8Hupinf7pqsWDh { height:11.25rem;width:20rem;top:1.0531253814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA { background-color:rgba(var(--color-tertiary-0),1);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; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container { background-color: transparent; background-image: none; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container > .video-iframe-container { display: none; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row > .video-iframe-container { display: none; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .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); }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container { border-width: 0; border-radius: 0; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKTXtQASHZpb7W3ykEBUzIFeZZwxMZsA > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2TMBemDTgKsXDPP0IOzCcVGJmWXXM75 { width:20rem;height:1.7875rem;top:1.6062507629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:14991;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UNexVvUwXMySpVD8nNqI73GXKzTufKFa { width:20rem;height:2.6875rem;top:2.3123168945312rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 { display:block; }#USTTEH9wuAz6q6vniWTZLyMFtRFVZ6p3 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nda5a79210e01e64fb9d102804c15618 { width:18.5rem;height:15.1875rem;top:9.4992828369137rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17823e8305cff20063db0e4e5a017fa { width:17.4375rem;height:10.5rem;top:13.6875rem;left:1.3121448755264rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ea41c1d3bb987be3e46d72a3f94a1cfa { width:13.75rem;height:2.6875rem;top:25.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yba873c8cea72400cf8a8d651c1ef3a9 { width:13.75rem;height:1.3rem;top:26.75rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ua4bcd10df71f775a1919f9d19b62c2d { width:18.125rem;height:11.125rem;top:39.874282836914rem;left:0.9375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #f60034df7b1cc9a1bcf4f9c9b68a989a { width:17.375rem;height:7.5rem;top:44.125rem;left:1.4373222589493rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6cc28b13e171f5ca10b56abd95bf945 { width:13.75rem;height:2.687325rem;top:52.184844970703rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9009fdc7fa6981bd2b95ce4d3ebb160 { width:13.75rem;height:1.3rem;top:52.87819480896rem;left:3.1249998807907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P080110ea9550de67aef56853f86c9f0 { width:18.625rem;height:28.75rem;top:2.3117828369141rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5b053012f89ec627f9f8bd388cc384e { width:10.625rem;height:10.625rem;top:47.374282836914rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #fc54d3f43dd09aafdef9c2f6003a25e7 { width:10.625rem;height:10.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f875402837d2e221d1c676ddb842da71 { width:18.625rem;height:24.625rem;top:32.499465942382rem;left:0.68714487552644rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #aeaf1ddf66606c46554b2157127c01f6 { width:10.625rem;height:10.625rem;top:26.749282836914rem;left:9.3749994039537rem;z-index:14992;background-color:#9d00ff;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) { #be725934fc6774ffa8d714009a807618 { width:7.8125rem;height:7.8125rem;top:35.375rem;left:6.1248220205307rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfac153ed4928f7a464ac48220562fb0 { width:7.8125rem;height:7.8125rem;top:5.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2IxeDfwcrT605x9NC7BQ0m211qNRsq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container { background-color: transparent; background-image: none; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container > .video-iframe-container { display: none; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row > .video-iframe-container { display: none; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .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); }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container { border-width: 0; border-radius: 0; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iT2IxeDfwcrT605x9NC7BQ0m211qNRsq > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPcfZOIigh26UTxE2ZA8E0pJ82Pr6yHG { width:20rem;height:8.4375rem;top:16.4375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hod6xIWMZeCz6AtiMfoHA0PcmEENwB3w { width:20rem;height:6.1875rem;top:17.5621509552rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:transparent;background-image:none;display:block;vertical-align:top;height:2.625rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-text {padding-top: 0; padding-bottom: 0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;background-color:transparent;background-image:none;display:block;vertical-align:top; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-select {padding-top: 0; padding-bottom: 0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.125rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]:-moz-placeholder { font-size:1rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]::-moz-placeholder { font-size:1rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-4),1); }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-container:first-of-type{padding-top:0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .widget-container:last-of-type{padding-bottom:0;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK  { width:17.5rem;height:auto;top:24.873046875rem;left:0rem;border-top:0.125rem solid #9e49d1;border-left:0.125rem solid #9e49d1;border-right:0.125rem solid #9e49d1;border-bottom:0.125rem solid #9e49d1;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;z-index:15019; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK {display:block;}#RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK { width:17.5rem;height:auto;top:24.873046875rem;left:0rem;border-top:0.125rem solid #9e49d1;border-left:0.125rem solid #9e49d1;border-right:0.125rem solid #9e49d1;border-bottom:0.125rem solid #9e49d1;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;z-index:15019; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #EJiphyzXt967WQD1hZcRl4cz4PZw005J {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #o2TpbXk6eIQN6bsBfg41S4JBLIQaiZE5 { display:none; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #qKTiD24GNPHOuFz9VXsWNmESU2sxlvrL {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #TbMeqIcscpwx4wNS40EiHvbhcgDFWRc9 {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #y2FM9TW5vsTIaagFCsfKGITnyzTkOiWy { display:none; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #kBLZEMuds9TyHF7PFdSLOQn5ZsXtGnKn {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #Sb4NUwoTGRAei5Fan0AbUm6NVfBtTgu9 {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #SoLG6LvMmEpL9I3gsuGLOgeeyArUVyQF { z-index:2; }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #zGQwdOtzMm9yxrd1ppozDa5bP0sWzP4K {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #LBmwTmxgr93wzAPp5Jt1qo0TwTRdZaCn {  }
 }@media only screen and (max-width: 763px) { #RGCcsfvWfpbn1TVLT2rvAIg7VdC32oBK #gNy4H1H6dyMAVlx6rZfdl4Oa23ZpWOQ9 {  }
 }@media only screen and (max-width: 763px) { #rqXKPceSpVbOagQ8eKLTGonTqblXa4Zk { width:13.75rem;height:7.0625rem;top:0.0625rem;left:5.25rem;border-top:0.3125rem solid #f4b4d7;border-left:0.3125rem solid #f4b4d7;border-right:0.3125rem solid #f4b4d7;border-bottom:0.3125rem solid #f4b4d7;display:block; }
 }@media only screen and (max-width: 763px) { #x9C5sRDpLRphErixMRDsI2X2vT2yUREP { width:13.75rem;height:7.0625rem;top:6.6875rem;left:0.375rem;border-top:0.3125rem solid #9e49d1;border-left:0.3125rem solid #9e49d1;border-right:0.3125rem solid #9e49d1;border-bottom:0.3125rem solid #9e49d1;display:block; }
 }@media only screen and (max-width: 763px) { #vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc { background-color:#9e49d1;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; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container { background-color: transparent; background-image: none; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container > .video-iframe-container { display: none; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row > .video-iframe-container { display: none; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .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); }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container { border-width: 0; border-radius: 0; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vafmvIGp9bJOgdpOlvBE4H8XX4WpR7hc > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqZ7Ahu8D71RkrxHtUyC2iT73doP3a73 { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlQJHmuwaVAMC7dB8OKf9AIOd3sJxUT { width:20rem;height:2.275rem;top:4.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixaJUOO3KbprKtc499FeynyKnlVDBxx { top:7.375rem;left:0rem;width:20rem;height:2.3117875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUAWWwxM36TNwwLTqfkp5tVtNfewp0PU { display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }