.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:238,221,228;--color-primary-1:198,142,166;--color-primary-2:141,29,76;--color-primary-3:71,15,38;--color-primary-4:21,4,11;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:219,222,243;--color-tertiary-1:134,146,215;--color-tertiary-2:13,37,174;--color-tertiary-3:7,19,87;--color-tertiary-4:2,6,26;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hCb3lIB8L8E/unsplash/annie-spratt-hCb3lIB8L8E-photo-1521737604893-d14cc237f11d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#ffffff;display:block;width:48rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.83935546875rem;left:0rem;height:10.396875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#ffffff;display:block;width:34.6245rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:27.87158203125rem;left:1.9365234375rem;height:8.922625rem;font-style:normal;display:block; }
#JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:9.2475625rem;width:0.37207rem;top:27.71044921875rem;left:0rem;display:block; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-form-header {  }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-text { 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:rgba(var(--color-secondary-0),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),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:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-textarea { 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:rgba(var(--color-secondary-0),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .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:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .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:16.0625rem;overflow:hidden;font-style:normal; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .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; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-container:first-of-type{padding-top:0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-container:last-of-type{padding-bottom:0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD  { background-color:rgba(var(--color-secondary-0),0.61);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.625rem solid rgba(var(--color-secondary-3),0.1);border-left:0.625rem solid rgba(var(--color-secondary-3),0.1);border-right:0.625rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.625rem solid rgba(var(--color-secondary-3),0.1);z-index:15007;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;position:absolute;top:18.581249237061rem;left:49.935935974121rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD {display:block;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD { background-color:rgba(var(--color-secondary-0),0.61);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.625rem solid rgba(var(--color-secondary-3),0.1);border-left:0.625rem solid rgba(var(--color-secondary-3),0.1);border-right:0.625rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.625rem solid rgba(var(--color-secondary-3),0.1);z-index:15007;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;position:absolute;top:18.581249237061rem;left:49.935935974121rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #ZSQ6CUivgmkJ7SxVMhSo2S0w4OtEwgha { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #gtMUfoMICtM47bLM7n7D8dCCix0S3RCp { position:relative;display:block; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #Z1rw11uV6xkJmrvVtTWdxmLGlLEV7Lhd { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #pFlruKmhLrIqpWrkpHUghQq60QzKDAUF { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #Z0zlCKssyBfLhJyUangzBceGC3TtJxen { position:relative;display:block; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #LdKd3gUsOTikAKKD30d8Lb8v1ItUB7Pp { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #yuQuiLpXH3OTw9HMtHlxtfpbbICo7M0z { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #IDbPSpNQFl7CZ0h6Qp0eG9Pfm5V5w61h { position:relative;display:block; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #msusbiubFceeWpZzMQM1fCpOgySuxH1p { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #OC6gSTt63BGJXdZNSidTJ5J9QfbLEyN1 { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #CiK7kn05UQJ4lQ5AxlZurrUDU8IUqf3K { position:relative;z-index:2; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #RGPZseSd53T9iVbP7ayxoQTkZDHXoyzT { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #kHoQtfWLDdDqDBNLaMqvm2Z0lp3h2WSV { position:relative; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #NcP5XBrzlk5u0JmBHKDk6F7x7BFiCiBX { position:relative; }
#HaCrcoqaA7qaaDbPicXMdh54Llx2F5nw { color:#ffffff;display:block;width:44.8110625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:9.50537109375rem;left:0rem;height:2.4436625rem;font-style:normal;display:block; }
#FV7iDGfZCc00AbS3V9NIthVLG4t3wWBD { background-color:#8d1d4c;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:#e8f7ff;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:10.811625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.056423664093rem;left:64.188371658325rem;display:block; }
#N7kwfhebUoG28Ii74RWJNpuHfVDW1877 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CNbsSdwAlSpprey0Igxk6XTr1xzrbt51 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.625rem;top:1.2119140625rem;left:0rem;overflow:hidden;display:block; }
#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row .container { background-color: transparent; background-image: none; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row .container > .video-iframe-container { display: none; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row > .video-iframe-container { display: none; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .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); }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row .container { border-width: 0; border-radius: 0; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#O14rrfQsnP8QsiXfPhyLERw0zHopMhNd { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.249755859375rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#y8N2TdIAPyuHL091TnxoAHfBoplFeyZC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:15rem;left:0rem;display:block; }
#EIch14fokB15lyERGKnUkarzVICE5Xrb { color:#e8f7ff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.750007629394rem;left:0rem;height:8.28983125rem;font-style:normal;display:block; }
#EU4lEIXT6ob5plwOPVGc9DdiMBwah5If { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:5.75rem;width:5.75rem;top:3.6937501430511rem;left:52.554168701172rem;display:block; }
#bd7ppaBbVDZQew2Sf9dpvtGh5Re2JEAd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:32.25rem;left:69.6123046875rem; }
#CTSdCtPOthe83lncufSDeJeBPx4ODxV9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:4.9125003814697rem;left:53.772918701172rem; }
#nHwfZ4K3AahGOVouBhLmTyZt2yk25zqz { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:24.8515625rem;left:0rem;height:6.4616875rem;font-style:normal;display:block; }#nHwfZ4K3AahGOVouBhLmTyZt2yk25zqz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nHwfZ4K3AahGOVouBhLmTyZt2yk25zqz li:before{  }
#wD6dGRtfEx13Mraf4whO4cw85pvdy9K6 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.375rem;width:4.375rem;top:31.25rem;left:68.75rem;display:block; }
#xaiLT4zlaHAOggqnoOwBsQAFcXL99QVw { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:13.5rem;width:13.5rem;top:13.187500953674rem;left:57.611457824707rem;display:block; }
#OxxlZQqFsiKF2ZKZp3EwqLMWp6m0Iuk6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:16.625rem;left:60.236457824707rem; }
#gdeR8PDQ7muqdWd0PtwTUcu3Tt4STSyf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:14.875rem;left:44.56640625rem; }
#zt3CPZ8ssrGcDpek3S7nd48pwfvfZFa6 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:6.25rem;width:6.25rem;top:4.4781250953674rem;left:67.316673278806rem;display:block; }
#KfX0XTftJmo2J0kbA4SRTJCchyQDT8uT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:6.1270837783814rem;left:68.816673278806rem; }
#V6DpXXZ5856HGRX1BHLtV3PEQhC0Pfng { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:30.1875rem;left:50.75rem; }
#DKaRWhABnlIb2ekG9JlStNkH2HNa7E7c { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:6.25rem;width:6.25rem;top:28.5rem;left:49.0625rem;display:block; }
#Q1tz2nqKq6T6b4DbcEqakoZRFLu4MRTF { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.0625rem;width:4.0625rem;top:13.937500953674rem;left:43.933331899414rem;display:block; }
#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row .container { background-color: transparent; background-image: none; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row .container > .video-iframe-container { display: none; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row > .video-iframe-container { display: none; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .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); }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row .container { border-width: 0; border-radius: 0; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#zLHuGTVUiLqhoGG3hhheVewB6RxTAJLG { color:#8d1d4c;display:block;width:22.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#Q9hz8aZZ79bkhHZK66rclfMTgxQsPnuU { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:15rem;left:0rem;display:block; }
#OaGzlGHIKEPUwfzT6FKfHd1XvqHWeabF { color:#8d1d4c;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:9.671475rem;font-style:normal;display:block; }
#NzkiSNbrv5wknPZR4yZAoTEFvvcwIqwB { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:8.5rem;left:45.625rem;overflow:hidden;display:block; }
#AwNIr8WXfhUs66mDT5SOcJoIAXT4hoxu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:16.3125rem;top:17.75rem;left:54.8125rem;overflow:hidden;display:block; }
#mu8uWxA2WFrgqkcrqomxXZKDf26ZXick { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:3.6875rem;top:12rem;left:42.0625rem;display:block; }
#gVVy5fZAauDhhuHidgrsV99yEFR1lT6m { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.25rem;width:4.25rem;top:21.5625rem;left:47.875rem;display:block; }
#QWTnQw2889L3tSfrnlWg8deU8Q17QTzs { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:4.125rem;top:23.625rem;left:51rem;display:block; }
#Nf7GqhPdddGXfgXxJBJOxcXFomDE4B8w { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:11.037492752075rem;left:39.218750953674rem; }
#TAI1FdeSBTV2grXRAhVXNTrmGy71h0Nt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:22.57421875rem;left:48.6875rem; }
#ZHxI8QwrW6GDfJU8WhB3cMZFLcTRCQb7 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.25rem;width:4.25rem;top:10.062500476837rem;left:38.375000953674rem;display:block; }
#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row .container { background-color: transparent; background-image: none; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row .container > .video-iframe-container { display: none; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row > .video-iframe-container { display: none; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .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); }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row .container { border-width: 0; border-radius: 0; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#lmQT5hHV2B6KsbkcgMABrz0NW8TCMfui { color:#e8f7ff;display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#AeHyQyerXtzCTSTkX1Sx0PUQ9W3u8WcQ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:15rem;left:0.125rem;display:block; }
#rK1PAy6JDU0WF7yBEubZT0hWgVvIdKA3 { color:#e8f7ff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:10.606625rem;font-style:normal;display:block; }#rK1PAy6JDU0WF7yBEubZT0hWgVvIdKA3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rK1PAy6JDU0WF7yBEubZT0hWgVvIdKA3 li:before{  }
#emtvR2IBR6EKrJsSW7EKlufu1S6s3TFh { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:17.5625rem;top:14.125rem;left:45.625rem;overflow:hidden;display:block; }
#hazShWSZPfiLi1k6Z7OkNW54ZGmwXEez { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:16.3125rem;top:22.875rem;left:54.8125rem;overflow:hidden;display:block; }
#A6zGKKSMHiGZJXNelquglTdicZeZpmr0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:17.75rem;left:42.0625rem;display:block; }
#uFreqBfyRb2VinUzvULT8F1FXVqXcxkH { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.25rem;width:4.25rem;top:26.4375rem;left:47.875rem;display:block; }
#I6hcfeMCtzBkkULm2oaKxJTohTHKkDl9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:27.375rem;left:48.75rem; }
#tz6tW3XVASLN5evrsl3myZmuDc16pR98 { color:#e8f7ff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.74453163147rem;left:0rem;height:1.3816375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OaRnqn038yezGW2iQSogSeSQahNI3o6S { color:#e8f7ff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.771484375rem;left:0rem;height:2.76328125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGtKhG02XRHuJvg1Mnt7PAXSee5SmsBH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:5.8125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:42.8125rem;left:25.625rem;display:block; }
#r2p9rahpCgCVHm48WDisZuouAgXQTl8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4Uh9RsgTxdFK9AcZQH57hrGoZwdE0Xz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:16.78125rem;left:39.7998046875rem; }
#WEAloGQSsFR2429mQsGGxUpwFAfXcd9S { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.25rem;width:4.25rem;top:15.8125rem;left:38.8310546875rem;display:block; }
#hb6vxflw9x3T3BKcotU5mCEdbeoThtSo { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:4.0625rem;top:28.4365234375rem;left:51.169921875rem;display:block; }
#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row .container { background-color: transparent; background-image: none; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row .container > .video-iframe-container { display: none; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row > .video-iframe-container { display: none; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .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); }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row .container { border-width: 0; border-radius: 0; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#ZVFoPdLgMxTDoggDn2kpnvJmTAPifZkc { color:#e8f7ff;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:3.4125rem;font-style:normal;display:block; }
#pghdPWMWivvobdXHfOKQ68W3lhf11p0v { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374755625rem;width:8.2495rem;top:14.25rem;left:0rem;display:block; }
#cpKRhvH0lo7ObglDdtScvEHFJTmnIFTB { color:#e8f7ff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:7.531625rem;font-style:normal;display:block; }#cpKRhvH0lo7ObglDdtScvEHFJTmnIFTB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cpKRhvH0lo7ObglDdtScvEHFJTmnIFTB li:before{  }
#wSrXhqIs3xbmS5cThSLgoRcGX76hTAOz { color:#e8f7ff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:0rem;height:5.52655625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DFI1TDXOfgwUnN8weCC4W41XPtDkdUde { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:24.1875rem;top:16.625rem;left:45rem;overflow:hidden;display:block; }
#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row .container { background-color: transparent; background-image: none; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row .container > .video-iframe-container { display: none; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row > .video-iframe-container { display: none; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .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); }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row .container { border-width: 0; border-radius: 0; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#zF309gOLsoIq1ZR6o6Tt7QSwAPtdBEZn { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:5.625rem;left:59.687500953674rem; }
#VLywi9KkHrF0XAEZHqKZcuvt95KCXlQ8 { color:rgba(var(--color-primary-2),1);display:block;width:15.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.875779151916rem;height:2.92518125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbz6BU8P9qv5pDlRP3ZRs1FXfZ33bJEr { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:5.625rem;left:34.687500953674rem; }
#nJNzQ89f5QPw0UTn8Tq0HgAKiUzJq8FW { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:5.625rem;left:9.686718940735rem; }
#hZ1IGy7oSPuemVTGTT88WwKmuV8liked { color:rgba(var(--color-primary-2),1);display:block;width:12.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.0304689407349rem;height:2.92518125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8D8mEMBDxW8VyHHnmlO3KBUCF0lyEX6 { color:rgba(var(--color-primary-2),1);display:block;width:12.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.625rem;left:31.031250953674rem;height:2.92518125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:12.8125rem;left:0rem;width:47.75rem;height:10.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:27.8125rem;left:0rem;width:34.5625rem;height:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { top:27.6875rem;left:0rem;width:0.3125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD  { width:17.5rem;height:auto;top:18.5625rem;left:26.5rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD {display:block;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD { width:17.5rem;height:auto;top:18.5625rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #ZSQ6CUivgmkJ7SxVMhSo2S0w4OtEwgha {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #gtMUfoMICtM47bLM7n7D8dCCix0S3RCp {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #Z1rw11uV6xkJmrvVtTWdxmLGlLEV7Lhd {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #pFlruKmhLrIqpWrkpHUghQq60QzKDAUF {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #Z0zlCKssyBfLhJyUangzBceGC3TtJxen {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #LdKd3gUsOTikAKKD30d8Lb8v1ItUB7Pp {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #yuQuiLpXH3OTw9HMtHlxtfpbbICo7M0z {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #IDbPSpNQFl7CZ0h6Qp0eG9Pfm5V5w61h {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #msusbiubFceeWpZzMQM1fCpOgySuxH1p {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #OC6gSTt63BGJXdZNSidTJ5J9QfbLEyN1 {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #CiK7kn05UQJ4lQ5AxlZurrUDU8IUqf3K {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #RGPZseSd53T9iVbP7ayxoQTkZDHXoyzT {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #kHoQtfWLDdDqDBNLaMqvm2Z0lp3h2WSV {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #NcP5XBrzlk5u0JmBHKDk6F7x7BFiCiBX {  }
 }@media only screen and (max-width: 763px) { #HaCrcoqaA7qaaDbPicXMdh54Llx2F5nw { top:9.5rem;left:0rem;width:44.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV7iDGfZCc00AbS3V9NIthVLG4t3wWBD { width:10.75rem;height:2.5rem;top:1rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7kwfhebUoG28Ii74RWJNpuHfVDW1877 { display:block; }
 }@media only screen and (max-width: 763px) { #CNbsSdwAlSpprey0Igxk6XTr1xzrbt51 { width:13.625rem;height:2.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofsiZoWlbXEemop1qXTC8rprZL5OlBZE { display:block; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O14rrfQsnP8QsiXfPhyLERw0zHopMhNd { top:7.1875rem;left:0rem;width:23rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8N2TdIAPyuHL091TnxoAHfBoplFeyZC { top:15rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIch14fokB15lyERGKnUkarzVICE5Xrb { top:17.6875rem;left:0rem;width:37.5rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU4lEIXT6ob5plwOPVGc9DdiMBwah5If { top:3.6875rem;left:32.116668701172rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd7ppaBbVDZQew2Sf9dpvtGh5Re2JEAd { width:2.4375rem;height:2.4375rem;top:32.25rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSdCtPOthe83lncufSDeJeBPx4ODxV9 { width:3.3125rem;height:3.3125rem;top:4.875rem;left:33.335418701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHwfZ4K3AahGOVouBhLmTyZt2yk25zqz { top:24.8125rem;left:0rem;width:37.5rem;height:6.4375rem;font-size:1.0625rem;display:block; }#nHwfZ4K3AahGOVouBhLmTyZt2yk25zqz li:before{  }
 }@media only screen and (max-width: 763px) { #wD6dGRtfEx13Mraf4whO4cw85pvdy9K6 { top:31.25rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaiLT4zlaHAOggqnoOwBsQAFcXL99QVw { top:13.1875rem;left:34.25rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxxlZQqFsiKF2ZKZp3EwqLMWp6m0Iuk6 { width:8.25rem;height:8.25rem;top:16.625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdeR8PDQ7muqdWd0PtwTUcu3Tt4STSyf { width:2.5rem;height:2.5rem;top:14.875rem;left:24.12890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3CPZ8ssrGcDpek3S7nd48pwfvfZFa6 { top:4.4375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfX0XTftJmo2J0kbA4SRTJCchyQDT8uT { width:3.25rem;height:3.25rem;top:6.125rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6DpXXZ5856HGRX1BHLtV3PEQhC0Pfng { width:2.875rem;height:2.875rem;top:30.1875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKaRWhABnlIb2ekG9JlStNkH2HNa7E7c { top:28.5rem;left:28.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1tz2nqKq6T6b4DbcEqakoZRFLu4MRTF { top:13.9375rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 { display:block; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLHuGTVUiLqhoGG3hhheVewB6RxTAJLG { top:7.625rem;left:0rem;width:22.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9hz8aZZ79bkhHZK66rclfMTgxQsPnuU { top:15rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaGzlGHIKEPUwfzT6FKfHd1XvqHWeabF { top:17.625rem;left:0rem;width:37.5rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzkiSNbrv5wknPZR4yZAoTEFvvcwIqwB { top:8.4375rem;left:25.1875rem;width:17.5rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNIr8WXfhUs66mDT5SOcJoIAXT4hoxu { top:17.6875rem;left:31.4375rem;width:16.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu8uWxA2WFrgqkcrqomxXZKDf26ZXick { top:12rem;left:23.875rem;width:3.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVVy5fZAauDhhuHidgrsV99yEFR1lT6m { top:21.5625rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWTnQw2889L3tSfrnlWg8deU8Q17QTzs { top:23.625rem;left:30.5625rem;width:4.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7GqhPdddGXfgXxJBJOxcXFomDE4B8w { width:2.5625rem;height:2.5625rem;top:11rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAI1FdeSBTV2grXRAhVXNTrmGy71h0Nt { width:2.5rem;height:2.5rem;top:22.5625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxI8QwrW6GDfJU8WhB3cMZFLcTRCQb7 { top:10.0625rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX { display:block; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmQT5hHV2B6KsbkcgMABrz0NW8TCMfui { top:7.875rem;left:0rem;width:32.625rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeHyQyerXtzCTSTkX1Sx0PUQ9W3u8WcQ { top:15rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK1PAy6JDU0WF7yBEubZT0hWgVvIdKA3 { top:20.25rem;left:0rem;width:37.5rem;height:;font-size:1.0625rem;display:block; }#rK1PAy6JDU0WF7yBEubZT0hWgVvIdKA3 li:before{  }
 }@media only screen and (max-width: 763px) { #emtvR2IBR6EKrJsSW7EKlufu1S6s3TFh { top:14.125rem;left:25.1875rem;width:17.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hazShWSZPfiLi1k6Z7OkNW54ZGmwXEez { top:22.875rem;left:31.4375rem;width:16.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6zGKKSMHiGZJXNelquglTdicZeZpmr0 { top:17.75rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFreqBfyRb2VinUzvULT8F1FXVqXcxkH { top:26.4375rem;left:27.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6hcfeMCtzBkkULm2oaKxJTohTHKkDl9 { width:2.5rem;height:2.5rem;top:27.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz6tW3XVASLN5evrsl3myZmuDc16pR98 { top:17.6875rem;left:0rem;width:37.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaRnqn038yezGW2iQSogSeSQahNI3o6S { top:32.75rem;left:0rem;width:30.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtKhG02XRHuJvg1Mnt7PAXSee5SmsBH { width:23.75rem;height:5.8125rem;top:42.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2p9rahpCgCVHm48WDisZuouAgXQTl8l { display:block; }
 }@media only screen and (max-width: 763px) { #t4Uh9RsgTxdFK9AcZQH57hrGoZwdE0Xz { width:2.3125rem;height:2.3125rem;top:16.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAloGQSsFR2429mQsGGxUpwFAfXcd9S { top:15.8125rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6vxflw9x3T3BKcotU5mCEdbeoThtSo { top:28.375rem;left:30.732421875rem;width:4.0625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS { display:block; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVFoPdLgMxTDoggDn2kpnvJmTAPifZkc { top:7.125rem;left:0rem;width:26.875rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pghdPWMWivvobdXHfOKQ68W3lhf11p0v { top:14.25rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpKRhvH0lo7ObglDdtScvEHFJTmnIFTB { top:23.5625rem;left:0rem;width:30.0625rem;height:8.875rem;font-size:1.0625rem;display:block; }#cpKRhvH0lo7ObglDdtScvEHFJTmnIFTB li:before{  }
 }@media only screen and (max-width: 763px) { #wSrXhqIs3xbmS5cThSLgoRcGX76hTAOz { top:16.625rem;left:0rem;width:37.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFI1TDXOfgwUnN8weCC4W41XPtDkdUde { top:16.625rem;left:23.5625rem;width:24.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E { display:block; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF309gOLsoIq1ZR6o6Tt7QSwAPtdBEZn { width:5.625rem;height:5.625rem;top:5.625rem;left:36.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLywi9KkHrF0XAEZHqKZcuvt95KCXlQ8 { top:12.625rem;left:32.063279151916rem;width:15.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbz6BU8P9qv5pDlRP3ZRs1FXfZ33bJEr { width:5.625rem;height:5.625rem;top:5.625rem;left:21.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNzQ89f5QPw0UTn8Tq0HgAKiUzJq8FW { width:5.625rem;height:5.625rem;top:5.625rem;left:5.1242189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ1IGy7oSPuemVTGTT88WwKmuV8liked { top:12.625rem;left:1.4679689407349rem;width:12.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8D8mEMBDxW8VyHHnmlO3KBUCF0lyEX6 { top:12.625rem;left:17.343750953674rem;width:12.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uxggADks/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,15,38,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(71,15,38,0.72); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:19.9995rem;height:4.7109375rem;top:13.08740625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:19.6245rem;height:7.21875rem;top:20.67334375rem;left:0.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { width:6.249025rem;height:0.375rem;top:19.04834375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD  { width:16.2495rem;height:17.25rem;top:29.14209375rem;left:0.0625rem; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD {display:block;}#Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD { width:16.2495rem;height:17.25rem;top:29.14209375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #ZSQ6CUivgmkJ7SxVMhSo2S0w4OtEwgha {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #gtMUfoMICtM47bLM7n7D8dCCix0S3RCp {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #Z1rw11uV6xkJmrvVtTWdxmLGlLEV7Lhd {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #pFlruKmhLrIqpWrkpHUghQq60QzKDAUF {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #Z0zlCKssyBfLhJyUangzBceGC3TtJxen {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #LdKd3gUsOTikAKKD30d8Lb8v1ItUB7Pp {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #yuQuiLpXH3OTw9HMtHlxtfpbbICo7M0z {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #IDbPSpNQFl7CZ0h6Qp0eG9Pfm5V5w61h {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #msusbiubFceeWpZzMQM1fCpOgySuxH1p {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #OC6gSTt63BGJXdZNSidTJ5J9QfbLEyN1 {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #CiK7kn05UQJ4lQ5AxlZurrUDU8IUqf3K {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #RGPZseSd53T9iVbP7ayxoQTkZDHXoyzT {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #kHoQtfWLDdDqDBNLaMqvm2Z0lp3h2WSV {  }
 }@media only screen and (max-width: 763px) { #Q5RlkyVxxrB6WHvm3Xb0inOWawUDduoD #NcP5XBrzlk5u0JmBHKDk6F7x7BFiCiBX {  }
 }@media only screen and (max-width: 763px) { #HaCrcoqaA7qaaDbPicXMdh54Llx2F5nw { width:19.9995rem;height:3.40136875rem;top:8.4360375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV7iDGfZCc00AbS3V9NIthVLG4t3wWBD { width:10.749rem;height:2.499025rem;top:4.6870125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7kwfhebUoG28Ii74RWJNpuHfVDW1877 { display:block; }
 }@media only screen and (max-width: 763px) { #CNbsSdwAlSpprey0Igxk6XTr1xzrbt51 { width:13.6245rem;height:2.1870125rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofsiZoWlbXEemop1qXTC8rprZL5OlBZE { display:block; }#ofsiZoWlbXEemop1qXTC8rprZL5OlBZE > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O14rrfQsnP8QsiXfPhyLERw0zHopMhNd { width:18.5625rem;height:2.1108375rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8N2TdIAPyuHL091TnxoAHfBoplFeyZC { width:8.25rem;height:0.375rem;top:4.609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIch14fokB15lyERGKnUkarzVICE5Xrb { width:19.9995rem;height:11.03905625rem;top:6.234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EU4lEIXT6ob5plwOPVGc9DdiMBwah5If { width:4.25rem;height:4.25rem;top:31.76855625rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bd7ppaBbVDZQew2Sf9dpvtGh5Re2JEAd { width:2.5rem;height:2.5rem;top:73.33105625rem;left:8.6748046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTSdCtPOthe83lncufSDeJeBPx4ODxV9 { width:2.5rem;height:2.5rem;top:32.98730625rem;left:9.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHwfZ4K3AahGOVouBhLmTyZt2yk25zqz { width:19.9980625rem;height:11.975125rem;top:15.896484375rem;left:0rem;font-size:1.0625rem;display:block; }#nHwfZ4K3AahGOVouBhLmTyZt2yk25zqz li:before{  }
 }@media only screen and (max-width: 763px) { #wD6dGRtfEx13Mraf4whO4cw85pvdy9K6 { width:4.375rem;height:4.375rem;top:72.33105625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaiLT4zlaHAOggqnoOwBsQAFcXL99QVw { width:13.5rem;height:13.5rem;top:30.02783203125rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxxlZQqFsiKF2ZKZp3EwqLMWp6m0Iuk6 { width:8.25rem;height:8.25rem;top:32.65283203125rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdeR8PDQ7muqdWd0PtwTUcu3Tt4STSyf { width:2.5rem;height:2.5rem;top:45.70605625rem;left:8.5712890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt3CPZ8ssrGcDpek3S7nd48pwfvfZFa6 { width:6.25rem;height:6.25rem;top:37.26855625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfX0XTftJmo2J0kbA4SRTJCchyQDT8uT { width:3.25rem;height:3.25rem;top:38.9179703125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6DpXXZ5856HGRX1BHLtV3PEQhC0Pfng { width:2.875rem;height:2.875rem;top:66.51855625rem;left:8.5625rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKaRWhABnlIb2ekG9JlStNkH2HNa7E7c { width:6.25rem;height:6.25rem;top:64.83105625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1tz2nqKq6T6b4DbcEqakoZRFLu4MRTF { width:4.0625rem;height:4.0625rem;top:44.76855625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 { display:block; }#PWeNEIs8v8iNmvC95tgBKaF3KOGH8aU9 > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLHuGTVUiLqhoGG3hhheVewB6RxTAJLG { width:18.5625rem;height:2.1108375rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9hz8aZZ79bkhHZK66rclfMTgxQsPnuU { width:8.25rem;height:0.375rem;top:4.609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaGzlGHIKEPUwfzT6FKfHd1XvqHWeabF { width:19.9995rem;height:15.178725rem;top:6.234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzkiSNbrv5wknPZR4yZAoTEFvvcwIqwB { width:13.9365rem;height:9.249rem;top:28.162575rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNIr8WXfhUs66mDT5SOcJoIAXT4hoxu { width:13.9995rem;height:7.5615rem;top:44.15965rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu8uWxA2WFrgqkcrqomxXZKDf26ZXick { width:0.375rem;height:4.375rem;top:24.60105078125rem;left:11.56201171875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #gVVy5fZAauDhhuHidgrsV99yEFR1lT6m { width:4.2495125rem;height:4.2495125rem;top:38.6601375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWTnQw2889L3tSfrnlWg8deU8Q17QTzs { width:8.25rem;height:0.375rem;top:40.7226375rem;left:11.0009765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nf7GqhPdddGXfgXxJBJOxcXFomDE4B8w { width:2.499025rem;height:2.499025rem;top:23.63718359375rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAI1FdeSBTV2grXRAhVXNTrmGy71h0Nt { width:2.499025rem;height:2.499025rem;top:39.6708796875rem;left:8.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxI8QwrW6GDfJU8WhB3cMZFLcTRCQb7 { width:4.2495125rem;height:4.2495125rem;top:22.6630625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX { display:block; }#DXMc1G9Cv8w5CBSFN5TR3xe5wUxJOPIX > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmQT5hHV2B6KsbkcgMABrz0NW8TCMfui { width:18.5625rem;height:2.1108375rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeHyQyerXtzCTSTkX1Sx0PUQ9W3u8WcQ { width:8.25rem;height:0.375rem;top:4.609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK1PAy6JDU0WF7yBEubZT0hWgVvIdKA3 { width:19.9995rem;height:16.11475rem;top:10.242675rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#rK1PAy6JDU0WF7yBEubZT0hWgVvIdKA3 li:before{  }
 }@media only screen and (max-width: 763px) { #emtvR2IBR6EKrJsSW7EKlufu1S6s3TFh { width:13.9995rem;height:9.312rem;top:43.1831125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hazShWSZPfiLi1k6Z7OkNW54ZGmwXEez { width:13.062rem;height:8.625rem;top:59.2431875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6zGKKSMHiGZJXNelquglTdicZeZpmr0 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #uFreqBfyRb2VinUzvULT8F1FXVqXcxkH { width:4.2495125rem;height:4.2495125rem;top:53.743675rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6hcfeMCtzBkkULm2oaKxJTohTHKkDl9 { width:2.499025rem;height:2.499025rem;top:54.681175rem;left:8.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz6tW3XVASLN5evrsl3myZmuDc16pR98 { width:19.9995rem;height:2.7597625rem;top:6.234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OaRnqn038yezGW2iQSogSeSQahNI3o6S { width:19.9995rem;height:4.13965rem;top:27.607425rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGtKhG02XRHuJvg1Mnt7PAXSee5SmsBH { width:17.499rem;height:3.436525rem;top:32.997075rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2p9rahpCgCVHm48WDisZuouAgXQTl8l { display:block; }
 }@media only screen and (max-width: 763px) { #t4Uh9RsgTxdFK9AcZQH57hrGoZwdE0Xz { width:2.311525rem;height:2.311525rem;top:38.6533265625rem;left:8.8447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAloGQSsFR2429mQsGGxUpwFAfXcd9S { width:4.2495125rem;height:4.2495125rem;top:37.6836rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb6vxflw9x3T3BKcotU5mCEdbeoThtSo { width:4.0625rem;height:0.375rem;top:57.4946359375rem;left:8.5458984375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS { display:block; }#uzwtuDHVDpfgUqBUu4ZzLRUqBRCsbqiS > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVFoPdLgMxTDoggDn2kpnvJmTAPifZkc { width:18.5625rem;height:2.1108375rem;top:1.25rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pghdPWMWivvobdXHfOKQ68W3lhf11p0v { width:8.25rem;height:0.375rem;top:4.609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpKRhvH0lo7ObglDdtScvEHFJTmnIFTB { width:19.9995rem;height:11.6630625rem;top:14.3823125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#cpKRhvH0lo7ObglDdtScvEHFJTmnIFTB li:before{  }
 }@media only screen and (max-width: 763px) { #wSrXhqIs3xbmS5cThSLgoRcGX76hTAOz { width:19.9995rem;height:6.8994125rem;top:6.234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFI1TDXOfgwUnN8weCC4W41XPtDkdUde { width:19.374rem;height:3.811525rem;top:27.2939375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E { display:block; }#B2Azbx1LkvTmEZ8rQm3nx5h5474RvJ0E > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF309gOLsoIq1ZR6o6Tt7QSwAPtdBEZn { width:4.8120125rem;height:4.8120125rem;top:20.719725rem;left:7.5625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLywi9KkHrF0XAEZHqKZcuvt95KCXlQ8 { width:15.1845625rem;height:2.923825rem;top:26.7817375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbz6BU8P9qv5pDlRP3ZRs1FXfZ33bJEr { width:4.5rem;height:4.5rem;top:10.7973625rem;left:7.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNzQ89f5QPw0UTn8Tq0HgAKiUzJq8FW { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ1IGy7oSPuemVTGTT88WwKmuV8liked { width:12.8730625rem;height:2.923825rem;top:6.625rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8D8mEMBDxW8VyHHnmlO3KBUCF0lyEX6 { width:12.8730625rem;height:2.923825rem;top:16.5473625rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }