.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:218,0,65;--color-primary-1:162,0,106;--color-primary-2:158,0,55;--color-primary-3:142,0,55;--color-primary-4:120,16,51;--color-secondary-0:215,238,245;--color-secondary-1:136,204,226;--color-secondary-2:57,170,206;--color-secondary-3:56,175,209;--color-secondary-4:0,96,118;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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;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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f24578;background-image:url("https://images.assets-landingi.com/uc/34514d15-04cf-4014-a09c-d88fdaba3eca/Untitleddesign43.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.adaptive-delivery-prevent-bg, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyload, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyloading { background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { border-width: 0; border-radius: 0; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.874025rem;width:11.749rem;top:1.5595703125rem;left:0.5576171875rem;overflow:hidden;display:block; }
#XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { position:absolute;display:block;z-index:15005;background-color:rgba(42,54,126,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:23.625rem;top:6.6875rem;left:43.875rem;display:none; }
#na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:9.3125rem;left:47.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-form-header {  }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:2.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ec474c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-moz-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-moz-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-ms-input-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-webkit-input-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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.6;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.75rem;overflow:hidden;font-style:normal;float:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.048828125rem;left:46.0625rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.048828125rem;left:46.0625rem;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q { position:relative;z-index:2; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr { position:relative; }
#FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-4),1), #ff0072);background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-4),1), #ff0072);background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-4),1), #ff0072);background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-4),1), #ff0072);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#ff0072' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#ff0072' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-4),1), #ff0072);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(66,66,66,0.42) ;height:6.8125rem;width:26.75rem;top:28.2490234375rem;left:0.5615234375rem;display:block; }
#laGWwtff5l6oDCsJwfe2rbrUBsTPNGcB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:28.6240234375rem;left:1.3740234375rem;overflow:hidden;display:block; }
#Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.8740234375rem;left:6.3740234375rem;height:1.625rem;font-style:normal;display:block; }
#fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.5615234375rem;left:6.3740234375rem;height:3.673825rem;font-style:normal;display:block; }
#wDhFFCCLsmXIUF3o9scu6A5GOyVTFpag { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:36.5615234375rem;left:1.3740234375rem;overflow:hidden;display:block; }
#di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.3740234375rem;left:6.3740234375rem;height:1.625rem;font-style:normal;display:block; }
#IAtyyIg5b48svLpkFHNrixWIbET94sOG { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:38.3115234375rem;left:6.3740234375rem;height:1.3994125rem;font-style:normal;display:block; }
#L1XxLOgNp0hlscfuh6ogLnixUZpfkxtx { 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:4.1875rem;width:4.1875rem;top:42.4365234375rem;left:1.3740234375rem;overflow:hidden;display:block; }
#RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.4365234375rem;left:6.4365234375rem;height:1.625rem;font-style:normal;display:block; }
#PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:44.1865234375rem;left:6.3740234375rem;height:2.44921875rem;font-style:normal;display:block; }
#DpQEsyhITWPb5nZz45AROSlBuqv5a9yD { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:0.8115234375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2JRLGIQVniZpTQHBB5i2qPNR8HF6G2T { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.998046875rem;left:0.8115234375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IC1pxEiE1Tx1cmX3V1pSL0RU5adUU8Xm { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.94140625rem;left:0.8115234375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nL5FqVSroGk9D499d8Tdf8Bik2aI3e9k { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.185546875rem;left:0.8125rem;height:6.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3gwKIdgOWlFIQGMhkyaDlDcaJ1FZiT0 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ff007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ff007f' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(66,66,66,0.42) ;height:5.9375rem;width:26.75rem;top:35.375rem;left:0.5615234375rem;display:block; }
#eIzNKaxO7AW4TeKD9AtgsqEGHuvEgAl7 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ff007f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ff007f' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-3),1), #ff007f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(66,66,66,0.42) ;height:5.9375rem;width:26.75rem;top:41.9375rem;left:0.5615234375rem;display:block; }
#yt1TLNDsLUPcuxshQkwzlIsvQvrAM3tU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.375rem;left:43.875rem;display:none; }
#fKXSTv5CZTmCXEZlv7mdTIL60GOizLiX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:46.8125rem;display:none; }
#gWBnT05AQ9QZ8lCqWVox25x01HJVf98T { color:#424242;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:3.875rem;left:47.125rem;height:1.125rem;display:none; }
#TCPShc0gopOsi9kUio1eGTlEniAnfCJK { box-sizing:content-box;height:4.75rem;width:11.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:55.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.86);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; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { background-color: transparent; background-image: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container > .video-iframe-container { display: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container { display: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .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); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { border-width: 0; border-radius: 0; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#TiTFVnoE00taTxRv2r1J4hcZgbrzXhQE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:16.0625rem;left:5.9375rem;height:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#sptzzektI3M0wVeocTPNydOnk4Av1I5W { color:#f14577;display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0NpdeVUVQkRiKfwaLubZAUAfpgWssxG { color:#2a367e;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5rem;left:5.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#nzUTU8aynoSfnaFQL9PoWkobD8grG03M { color:#2a367e;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:41.75rem;height:2.5996125rem;font-style:normal;display:block; }
#Xwu7s3hUlC9hhg1gBkl0TULwzoo1VWCq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:16.0625rem;left:41.75rem;height:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.06);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; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container { background-color: transparent; background-image: none; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container > .video-iframe-container { display: none; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row > .video-iframe-container { display: none; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .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); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container { border-width: 0; border-radius: 0; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#iT1TZyO49qMI22mkSuSUy4ciHkPrmvtz { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -moz-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -ms-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -o-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );";background-image: linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-size:auto !important;top:9.8125rem;left:8.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#XEhbpBvODNbxoSy6D1M3miTX14MWiVSA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68685rem;width:5.68685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.625rem;left:9.75rem; }
#agLy4I92DKnL4UXyFNyFQbaFbT1wUyy3 { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -moz-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -ms-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -o-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );";background-image: linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-size:auto !important;top:9.8125rem;left:33.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#dFa11JfF9dTPrpgSszbc5wbNMO4qozOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68685rem;width:5.68685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.625rem;left:34.6875rem; }
#ztX3o6gKTRW6FQURw41ipHHo0JLvkQHa { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -moz-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -ms-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -o-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );";background-image: linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-size:auto !important;top:9.8125rem;left:58.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#akSIfT0t4guXkGhO09HliclkLRL3ZNJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.68685rem;width:5.68685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.625rem;left:59.6875rem; }
#bQdFCU5fZvuuVNizK8GOqraaxWRPFXao { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.061416745186rem;left:2.5303821563721rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TiT1Jll8QmlngKVNmieosFlVKVOVVy8C { color:rgba(var(--color-tertiary-4),1);display:block;width:21.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.0625rem;left:26.625rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rNIkT7AJkJo0um8yyTxEVpseszUQEC2k { color:rgba(var(--color-tertiary-4),1);display:block;width:21.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:19.0625rem;left:51.625rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eIfUdvbJwX6IRhL9SvPkX7tpu1VepI4H { color:#f14577;display:block;width:47.7485rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.0991754531861rem;left:13.625219345092rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row .container { background-color: transparent; background-image: none; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row .container > .video-iframe-container { display: none; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row > .video-iframe-container { display: none; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .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); }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row .container { border-width: 0; border-radius: 0; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#xsP9NxCDFHmL9hTxNszqu4vUM3EzNFib { color:#f14577;display:block;width:59.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.373046875rem;left:7.6247844696044rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylllZ9cAkiWfH3elMwtp9BU5RxiKt90u { box-sizing:content-box;height:22.375rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:12.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#MzEWXQkTTzuRzFu2DNXenbZxbtMQznbO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.3120625rem;width:9.3120625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14rem;left:4.125rem; }
#Jye9Wo9SvgZTVo0MPvlPtspWweIzVQlV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:24rem;left:2.4375rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G8uBSuWUV78L4lo6zhfQAMqMet1Ppq5v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.311rem;width:9.311rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14rem;left:18.625rem; }
#ToGGgidZOEEDEERVBHIrN1qh41ZHCnOo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24rem;left:17.5rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#egA6yP88qt6GzSUJV7SD8si3TX3D0mf1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.311rem;width:9.311rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14rem;left:33.0625rem; }
#fdkTI41vT2ZzEC0VEcs2Li60GPW6TqfD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:24rem;left:31.9375rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TcxbztGNFLklCTZTRmp84Xw7duIuZfq0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.311rem;width:9.311rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14rem;left:47.5625rem; }
#TpmMT1SmNWtwkd21udndaGJ0V1Kqvus3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:24rem;left:45.0625rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mKrCoCLKmW1dpmUa4fUzB5SGP3yF2F4t { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24rem;left:60.625rem;height:8.285125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IopGHDIxQUkww7TTOe0dBIkLZgLnL2Sb { box-sizing:content-box;height:19.124375rem;width:13.6870625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:13.625rem;left:16.375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#NLovvDTKyFOI79C9fgky7gtfrsBaQl4G { box-sizing:content-box;height:19.125rem;width:13.6875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:13.625rem;left:1.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#VaHTQhfq8ys1bh1SaPbJSyTyG5TThXRr { box-sizing:content-box;height:19.124375rem;width:13.686rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:13.625rem;left:30.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#mmDd6NTGShX3T4VKs7y5207Ziql0ForV { box-sizing:content-box;height:19.124375rem;width:13.686rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:13.625rem;left:45.3125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#uT5xbqcwFFDyXalLVucXVTAqVA9N9KdV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:14.3125rem;left:62.6875rem;overflow:hidden;display:block; }
#kma6WGHT7Wvghk1gGByQzpIBnrXdrqT9 { box-sizing:content-box;height:19.124375rem;width:13.686rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:13.625rem;left:60.1875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#c3Wt6v7cM3aEvcbZV2vVEvwV392eqzl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.8402786254881rem;left:11.808813095092rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.06);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; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { background-color: transparent; background-image: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .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); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { border-width: 0; border-radius: 0; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { font-size:0.875rem;font-family:arial;height:102.8125rem;width:75rem;position:relative;display:block; }#AOOVk0utPlySXF4uEUNvTkJfoDWnfBfa { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.685546875rem;left:21.56640625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#kLldKQxWC7ugqCuX1V8HyzGFaOCFHbaf { box-sizing:content-box;height:3rem;width:14.0625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:1.458984375rem;left:42.1689453125rem;border-top:0.125rem solid #d32f2f;border-left:0.125rem solid #d32f2f;border-right:0.125rem solid #d32f2f;border-bottom:0.125rem solid #d32f2f;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#RQghMbbS8crMreIKiba5PRGzJ1MiTu75 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:5.310546875rem;left:11.56640625rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#gzvkGl37WTOlxGkOqHgQHBtAWkv04iA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6rem;left:9.5rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Vxk5AXKsxEOHMXwpMmTB3bkiiBaHUqnF { color:#f14577;display:block;width:56.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2hxB9SI1VrVStQzBozwgTT6a4JhafuI { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(347deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(347deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(347deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(347deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(347deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:83.0625rem;width:37.125rem;top:15.3125rem;left:0.12478446960449rem;display:block; }
#yTodu0tmmgvzLqwAcQAMJfEfnM4QHmZO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9995625rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:16.373915672302rem;left:9.2562961578369rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Syu2ez9nnfomR1Ryb21WSXNA1S2zG2IT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.625rem;width:29rem;top:19.422744750976rem;left:0.71397590637206rem;overflow:hidden;display:none; }
#iE2l8U2Oz4FzJC0kniQZ8EdCCfzBFTVq { box-sizing:content-box;height:54.125rem;width:35.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.560764312744rem;left:0.6618938446045rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#XtenwOnq9riPkPxZT7fZ7QxBBbcuRSty { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(var(--color-tertiary-4),0.17) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8748125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:90.1875rem;left:10rem;display:block; }
#n54pZdUys2vff8zW7clqZ4Bo96tIHWCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnaa8D2HP4Pc5ontsTmvRs3TiqutQzRp { color:#424242;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:47.187501907349rem;left:3.3745670318604rem;height:11.045875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bnaa8D2HP4Pc5ontsTmvRs3TiqutQzRp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bnaa8D2HP4Pc5ontsTmvRs3TiqutQzRp li:before{  }
#atSIq6RCOnhEL86qeFTPJLWTbbJe3dhA { color:rgba(var(--color-secondary-4),1);display:block;width:13.9995625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:87.5625rem;left:9.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBPxkEkLFOBB4v5pQIHrE0TZkdzy7Tch { color:#424242;display:block;width:23.6230625rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:43.703351974487rem;left:6.8706607818606rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGCwrqlPQwxdJE4AedgCacRdhMVCGfSb { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(32deg, #ce22cc, #782878);background-image: -moz-linear-gradient(32deg, #ce22cc, #782878);background-image: -ms-linear-gradient(32deg, #ce22cc, #782878);background-image: -o-linear-gradient(32deg, #ce22cc, #782878);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce22cc', endColorstr='#782878' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce22cc', endColorstr='#782878' );";background-image: linear-gradient(32deg, #ce22cc, #782878);background-size:auto !important;border-top:0.125rem solid #b247b0;border-left:0.125rem solid #b247b0;border-right:0.125rem solid #b247b0;border-bottom:0.125rem solid #b247b0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:82.999375rem;width:37.1245625rem;top:15.341798782349rem;left:37.737634658814rem;display:block; }
#Bc0pJK6f3Ft4zTknZlunMqJ1sW97dqoM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.625rem;width:20rem;top:19.422752380371rem;left:38.399522781372rem;overflow:hidden;display:none; }
#D6AiBTJPU5keGFEsnwewCaowQLiJag8r { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9995625rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.5rem;left:47rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5PQcoT5JWvdCwbbxZyT1fE0RMPBvtcl { color:#424242;display:block;width:23.6230625rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:43.703351974487rem;left:44.557291030884rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lf4AEKOqNKpLnntv4QTuTHCHtAAZIqFr { color:#424242;display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:47.187500953674rem;left:41.062288284302rem;height:7.246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Lf4AEKOqNKpLnntv4QTuTHCHtAAZIqFr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lf4AEKOqNKpLnntv4QTuTHCHtAAZIqFr li:before{  }
#wnuZ29S3D0gef03rFuBNdedVOkK85GID { color:#d32f9f;display:block;width:13.9985rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:87.625rem;left:49.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFncipAQuuk9iNiC2fFVee6Qhf9lIVUf { background-color:#d32f9f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(66,66,66,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8748125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:90.25rem;left:49.4375rem;display:block; }
#Dsr7noA5E20afdE7WB4GC4aISe1NW5oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOo4Fo1gpMN67Dstkx5r57IxhXeadWzN { color:#424242;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:62.561622619631rem;left:3.3745670318604rem;height:13.53225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KOo4Fo1gpMN67Dstkx5r57IxhXeadWzN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KOo4Fo1gpMN67Dstkx5r57IxhXeadWzN li:before{  }
#dlxGPVhup0xGPxKVl00Qy4fBWz2sQuAk { color:#424242;display:block;width:31.749125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:55.685970306396rem;left:41.062288284302rem;height:27.9296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dlxGPVhup0xGPxKVl00Qy4fBWz2sQuAk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dlxGPVhup0xGPxKVl00Qy4fBWz2sQuAk li:before{  }
#RlNIONfLUCQKWt2th575NCbOCJiRdUnt { color:#424242;display:block;width:8.9995625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:60.476335525513rem;left:3.3213977813721rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EpeUnkG4Jr3XoU0yHNfWwnqypUbVuwca { color:#424242;display:block;width:8.499375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:86rem;left:12.6875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAfQMUH5FQXbe2kngU54NA2MfIeHBaVJ { color:#424242;display:block;width:8.499375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:86.25rem;left:52.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCGFNKzflS5JdqkLpULHXS3nKWzT4CdA { box-sizing:content-box;height:54.124375rem;width:35.9375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.547747611999rem;left:38.399522781372rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#U1dfpGNOV7rq1lI9rkMN5Kq0tnzeiR4f { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#osDSpmUKmvFp6ufLKu18wTXZpplC4TFN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.4375rem;width:35.9375rem;top:20.117622375488rem;left:0.66167640686037rem;overflow:hidden;display:block; }
#COv4OaqXKdMm5D9ynJINuDCTJBWJMd15 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.4375rem;width:35.9375rem;top:20.00564289093rem;left:38.399522781372rem;overflow:hidden;display:block; }
#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row .container { background-color: transparent; background-image: none; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row .container > .video-iframe-container { display: none; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row > .video-iframe-container { display: none; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .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); }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row .container { border-width: 0; border-radius: 0; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#qJSfI3dP6MvMDgKRqz0WHaOPPz1VK8Gi { color:#f14577;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1rem;left:0.625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vM44X5ihV1l6v6dzuZcyHDgZmtZIrVDa { color:#424242;display:block;width:32.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0.625rem;height:23.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vM44X5ihV1l6v6dzuZcyHDgZmtZIrVDa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vM44X5ihV1l6v6dzuZcyHDgZmtZIrVDa li:before{  }
#RAbRIyhLCrrazIR6etuypg3xR0pl0D3G { color:#2a367e;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.999345779419rem;left:7.9991321563719rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaaiBNxxTwQJW0mwuhfWag3sAxSOVIWC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f14577, #cf114c);background-image: -moz-linear-gradient(180deg, #f14577, #cf114c);background-image: -ms-linear-gradient(180deg, #f14577, #cf114c);background-image: -o-linear-gradient(180deg, #f14577, #cf114c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577', endColorstr='#cf114c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577', endColorstr='#cf114c' );";background-image: linear-gradient(180deg, #f14577, #cf114c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.9375rem;left:2.6875rem;display:block; }
#vgzdhPr3uPuBS8zBTvufb7QxQD7SBOdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTbGdkJnycx2GAM9UeaxBBO8T7hIMVOD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f14577, #cf114c);background-image: -moz-linear-gradient(180deg, #f14577, #cf114c);background-image: -ms-linear-gradient(180deg, #f14577, #cf114c);background-image: -o-linear-gradient(180deg, #f14577, #cf114c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577', endColorstr='#cf114c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577', endColorstr='#cf114c' );";background-image: linear-gradient(180deg, #f14577, #cf114c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.9375rem;left:18.8125rem;display:block; }
#Uk3xRTBci7klElEsTzJsIW0ocimNFFF4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbrokBTqy99r9hs2b370zcrubn8Gw4pf { box-sizing:content-box;height:5.875rem;width:14.5625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:33.625rem;left:1.5625rem;border-top:0.0625rem solid #d32f2f;border-left:0.0625rem solid #d32f2f;border-right:0.0625rem solid #d32f2f;border-bottom:0.0625rem solid #d32f2f;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VUHZT1WqIx3QTtNH76qeRXD6XhGINTHv { box-sizing:content-box;height:5.875rem;width:14.5625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:33.625rem;left:17.75rem;border-top:0.0625rem solid #d32f2f;border-left:0.0625rem solid #d32f2f;border-right:0.0625rem solid #d32f2f;border-bottom:0.0625rem solid #d32f2f;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#W0CEyHCxUaOR971ZIVOsT4haTtJwgR1E { 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:40.5rem;width:41.0625rem;top:0rem;left:33.937719345093rem;overflow:hidden;display:block; }
#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.06);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; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { background-color: transparent; background-image: none; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container > .video-iframe-container { display: none; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row > .video-iframe-container { display: none; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .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); }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { border-width: 0; border-radius: 0; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#dcZQTBOVON7WDTQty4rTDKxWsbznT0Ng { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -moz-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -ms-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -o-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );";background-image: linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.62446875rem;width:4.62446875rem;top:10.4365234375rem;left:14.560546875rem;display:block; }
#bxyi12rTBGy6097FPb98cMhhqGzkv9Ah { color:#2a367e;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:15.5rem;left:10.625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwsVSA8MuzIkZsnz4IC8UIW4WFR1qMiI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:10.6875rem;left:23.75rem;overflow:hidden;display:block; }
#zD11DlWrCJXLHWDM71KUZJhAblExGHUy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:10.6875rem;left:44.875rem;overflow:hidden;display:block; }
#bkPNhxU55POlx0lekoHgqRIXTTz5gxNe { color:#d32f2f;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:15.5rem;left:31.25rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITBvtUBsZkLrQaeDceX3m4JbEo1dHITU { color:#2a367e;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:15.5rem;left:52.0625rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xo6qtJ00HlkGP2lrAobZQt9iEWUXN0Ii { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.880859375rem;left:15.623046875rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZvFPJ6yAkzMuiOAD2vfuu0AgPcdM5Lb { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.9375rem;left:36.25rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCPwdda9z3WTgZNZTHOrgy0ng10ULiz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:57.0625rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaxG3Vwuw2D7cyLDG6Qsa0fnNWiARf1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nd375hltvLRPQ422mXVMeMOIEUoNVrqM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LpUlc2f7C2oRdlucN92dEPVyT6EJrcC1 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -moz-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -ms-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -o-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );";background-image: linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.62348125rem;width:4.62348125rem;top:10.500219345092rem;left:35.187719345093rem;display:block; }
#eztuIi3gaEL7RLilWs92nN5qV7bm7pB2 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -moz-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -ms-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -o-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );";background-image: linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.62348125rem;width:4.62348125rem;top:10.500219345092rem;left:55.936853408814rem;display:block; }
#vRWwb1kF8QG16gvEciaSEFiBuxUtaXRN { color:#f14577;display:block;width:39.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6790370941162rem;left:17.686632156372rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsMtz5zBZkaTlt7kpgDL4dhAzDiiwdb2 { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #f14577, #ff0050);background-image: -moz-linear-gradient(0deg, #f14577, #ff0050);background-image: -ms-linear-gradient(0deg, #f14577, #ff0050);background-image: -o-linear-gradient(0deg, #f14577, #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577', endColorstr='#ff0050' );";background-image: linear-gradient(0deg, #f14577, #ff0050);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4971875rem;height:2.37305rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.930986404419rem;left:30.750871658325rem;display:block; }
#rWEknHpWEHAzKlRMOLMiwRvg1uCZZxDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vp761VqlRV12ovAct562P1BRZWdBHGT2 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -moz-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -ms-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -o-linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );";background-image: linear-gradient(359deg, rgba(var(--color-primary-2),1), #ff46ac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.62348125rem;width:4.62348125rem;top:10.500219345092rem;left:55.936853408814rem;display:none; }
#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { background-color: transparent; background-image: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .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); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { border-width: 0; border-radius: 0; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#T1dkR8RGbd4ZvbDUG62mIyCbzXiWBQfV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:9.25rem;left:6.125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wx10pd1nM2cWF9V1p3KOgaBGmixXy3qI { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:9.25rem;left:22.6875rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EymactopJAT4c3TGPyyTVtat7dMBgTtI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:13.5rem;left:23.5625rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZDZWaQrntlaHuR6A0DFwFKHUTTT6Wis { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:13.5rem;left:6.5625rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r7xVNJASFA9qW2ke7AtxSxFxdo3SV8LN { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:9.25rem;left:38.9375rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgtVS3EC0puTMScxvpJCvV2QhLGBLPLd { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:12.8125rem;left:39.375rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fHBUIMgAXGVZncFOMziTWlowPXoTLg6n { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:13.5rem;left:55.0625rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JTJgq0DfkiNG7A5XSVFWs73pJX52fkt7 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:21.8125rem;left:11.6875rem;display:block; }
#QTeb6IDadOThGW5I5fb3VeKSD3uNb51F { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:21.9375rem;left:27.9375rem;display:block; }
#kGrmsPnB6s6QbdpJQ6Fp8yMZlC0KQIOb { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:21.875rem;left:44.0625rem;display:block; }
#h2qmTaAUhdZff3RXAbgE9DHWW1032cWC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:9.25rem;left:56.0625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sxKB3ArUFJ7rbVw9805dpASHtGwcCSBr { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:21.8125rem;left:59.6875rem;display:block; }
#eQ2KyTei330CQHPdMLAcAA2TRuwTfHr4 { box-sizing:content-box;height:16.1870625rem;width:14.6245625rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -moz-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -ms-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -o-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );";background-image: linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-size:auto !important;top:7.125rem;left:6.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#rsLEyGyQR7N7Qz4MPE6UyAwP0JL3lE09 { box-sizing:content-box;height:16.186rem;width:14.6235rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -moz-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -ms-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -o-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );";background-image: linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-size:auto !important;top:7.125rem;left:22.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#C6FZyhZiosnnH1OmFiQQD5HWZt8ryRdT { box-sizing:content-box;height:16.186rem;width:14.6235rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -moz-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -ms-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -o-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );";background-image: linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-size:auto !important;top:7.125rem;left:38.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KwqoCyz5sWH0z3mC8LN8qRZaWpzMcAgZ { box-sizing:content-box;height:16.186rem;width:14.6235rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -moz-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -ms-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-image: -o-linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14577ea', endColorstr='#ff0050' );";background-image: linear-gradient(349deg, rgba(241,69,119,0.92), #ff0050);background-size:auto !important;top:7.125rem;left:54.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bOu7hETydmGdaK1tpJk5fyOfCpBkcvbT { color:#f14577;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.8125rem;left:18.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqWfrFnUTn10eL5acl0uTSKGeH159rpv { box-sizing:content-box;height:3.5625rem;width:11.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:62.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#Sb1I2UioNZUxh8sIIRtqLTzJgSzFGNCV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.375rem;left:43.875rem; }
#tL3sZRHJNGugCSNP81XkK26PgyiRV32G { color:#424242;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:3.875rem;left:47.125rem;height:1.125rem;display:block; }
#PNIVBVzu0lk2iqZyG5U0zq9OMdU7WMTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:46.8125rem; }
#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.06);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; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { background-color: transparent; background-image: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container > .video-iframe-container { display: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container { display: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .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); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { border-width: 0; border-radius: 0; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#X01cpcX0pCEyKlQb4RsL2zxE8S71MTnb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4369375rem;width:22.1875rem;top:1.3423290252686rem;left:26.375rem;overflow:hidden;display:block; }
#PKcoUvzV8Z18P3TT5tSLdEFSfV7bdty2 { position:absolute;display:block;z-index:15000;height:20.061875rem;width:60rem;top:10.124774932861rem;left:7.5000019073488rem;display:block; }
#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.06);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; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { background-color: transparent; background-image: none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container > .video-iframe-container { display: none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row > .video-iframe-container { display: none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .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); }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { border-width: 0; border-radius: 0; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row .container { background-color: transparent; background-image: none; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row .container > .video-iframe-container { display: none; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row > .video-iframe-container { display: none; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .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); }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row .container { border-width: 0; border-radius: 0; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#hTcNpyRCsaHkWIB5CT0IQa8la1mfcrUg { color:#424242;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:2.826602935791rem;left:8.2497844696044rem;height:13.796875rem;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; }
#B72V7ucKMB7m1V6ps9rnb0K9BgJDoWeB { color:#424242;display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:17.987194061279rem;left:8.3116321563719rem;height:8.999rem;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; }
#vtr6iVWS99KUlHAv8AiGO8NRgNDDXpu7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:2.8233499526977rem;left:43.872613906861rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ooukG7gkDOUUIWsRi0R0BTD8MXyNtQL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.54665851593rem;left:45.092233657837rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-form-header {  }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .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-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .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-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ec474c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.3125rem;margin-bottom:0.25rem;margin-left:3.3125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.4375rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(66,66,66,0.14) ; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .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);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .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; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-container:first-of-type{padding-top:0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-container:last-of-type{padding-bottom:0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4364013671875rem;left:40.749788284302rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .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; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 {display:block;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4364013671875rem;left:40.749788284302rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #JGAsxTbzGgdzXmgf5TXlofdRpnmn8SyQ { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #zFoZo62IdDFyHwJUH8qP8fIr7wPwTTny { position:relative;display:block; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #uniSU3HThZSCyORrnK32irZh6SmxoDo6 { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #FT5rEk30POG1yodNnwTqkn3uMMJvPJOZ { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #OdeffoTttWQxQoSNh9Br7pS1T6TTBtbk { position:relative;display:block; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #wK37vcR02o0qnRDBUdKyx7TCGno6BrAJ { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #XTJX3p8CwRALMtzm40M6NdPJ15VZTO0G { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #cePTXTmEp1RzP1fg9T1VdlNlw6fSTb83 { position:relative;display:block; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #WI2KH8gegpWhbvS6sp7TZWCI34NoQ2bm { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #NDW3Qz0iLuTPds91xCpHAPhWvhviEic2 { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #pSEEoOULqEBKTIsbUk6gBwKE7auJ8AJp { position:relative;display:block; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #KrOfpRAkCWa4h33vV6b75it9HVdTz812 { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #GHZBgpqNWapz7DEUAThowJNCyyvDrebr { position:relative; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #sCHByieS56zV3vziboMzoiEVNLkBwRTm { position:relative; }
#C2diJL5w0vIF1ICNPF8uCAS0TC1FSvCG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.4375rem;top:29.6875rem;left:8.3125rem;overflow:hidden;display:block; }
#K11iMgpsPfkTDWs2Jr1o2HmPHRsRClHg { position:absolute;display:block;z-index:15022;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:10.9375rem;top:29.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#nC0yypeKkdn7MqeEtOZCTGMw1wGsgGaT { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-2),1), #ff46ac);background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-2),1), #ff46ac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ff46ac' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-2),1), #ff46ac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:33.5625rem;width:27.4375rem;top:2.0117177963257rem;left:39.350046157837rem;display:block; }
#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.06);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; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row .container { background-color: transparent; background-image: none; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row .container > .video-iframe-container { display: none; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row > .video-iframe-container { display: none; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .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); }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row .container { border-width: 0; border-radius: 0; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#Px1CN07nPtHLsiCP7JUq2ZN8bT0AxQlc { color:#f14577;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:21.96875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smnpxp4yVhCJlRiLuyLfnpHTFDUhNtpH { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/70c580f4-3ce2-4091-b9a5-748ed7ddfdf4/104.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:20.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.8125rem;left:5.6875rem;display:block; }#smnpxp4yVhCJlRiLuyLfnpHTFDUhNtpH.adaptive-delivery-prevent-bg, #smnpxp4yVhCJlRiLuyLfnpHTFDUhNtpH.lazyload, #smnpxp4yVhCJlRiLuyLfnpHTFDUhNtpH.lazyloading { background-image: none; }
#oSV8bPIx2ZFxX7PLGkqqBtIzAysCLFHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WI62d06If9yfG1Asu5NI9rL1GRXeNcSN { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/7acae9eb-2359-45c8-b19f-7862822c7045/105.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:20.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.8125rem;left:27.4375rem;display:block; }#WI62d06If9yfG1Asu5NI9rL1GRXeNcSN.adaptive-delivery-prevent-bg, #WI62d06If9yfG1Asu5NI9rL1GRXeNcSN.lazyload, #WI62d06If9yfG1Asu5NI9rL1GRXeNcSN.lazyloading { background-image: none; }
#V2lq4kSGGNID7JU5zoDm9rMOTql1bHHK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgXC6iNN0KRfU799BgXFlJqRfGydXSTS { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/0e2db6c4-dc4c-4666-8809-eddff4f058a6/106.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:20.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.8125rem;left:49.25rem;display:block; }#IgXC6iNN0KRfU799BgXFlJqRfGydXSTS.adaptive-delivery-prevent-bg, #IgXC6iNN0KRfU799BgXFlJqRfGydXSTS.lazyload, #IgXC6iNN0KRfU799BgXFlJqRfGydXSTS.lazyloading { background-image: none; }
#f4u41GTmFuzqwW7F1lLTdDHNLwx4OhHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRTPWZThdK1UrovBeeQNT70zIJNNlukS { color:#2a367e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.125rem;left:9.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FUEZrrGllTbc4ccc4Naq0wCQ8QVvubRB { color:#2a367e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.125rem;left:31.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THkMGBU122c3KCGSUJmnQvckVr6mTLqb { color:#2a367e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26.125rem;left:53.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(66,66,66,0.06);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; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container { background-color: transparent; background-image: none; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container > .video-iframe-container { display: none; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row > .video-iframe-container { display: none; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .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); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container { border-width: 0; border-radius: 0; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#dc1755;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);line-height:1;overflow:hidden;height:auto; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;height:auto;color:rgba(var(--color-tertiary-0),1); }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5ae1830b1875c7ac2b7eed3eaac91d0bf81c43fa.svg");background-size:contain !important; }#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-trigger.adaptive-delivery-prevent-bg, #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-trigger.lazyload, #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-trigger.lazyloading { background-image: none; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.25rem;z-index:15001;background-color:rgba(66,66,66,0.06);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.5rem;left:0rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ANIxBbwS1BIRJFhKTVhQbCtEn9bBUDNR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #kNFdw32GkHKUTHxfAx6aXUdV9JH9yXhX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #OIJRAgNP7IHVu6P3SVdbUwBKI8iLibAO { display:block;position:relative; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #gg54GhhAFpmAbd9WElb10M85wHUzwd5a {  }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #JsQOAc8n0slwHPcuGKczu3L76wdLKdXG {  }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #VTm7WvAJZfBqoPHoMeJWZLqXAKdm2oCy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #XBGrO2wkpJKvDdxIOB1xc9ogGuCcMCUn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #LnKZWCFVDwaXT1QcQKDK6khOZ4k5nhlS { display:block;position:relative; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #pniha15C6u8ow9IL90TzBC5Pr03yZWxM {  }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #BOsMNIclheCioNmlJOzco5A6Wsk1lWZe { display:none; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ps2On9I8yTc6EgtyZNJmOgnHxDdPVpyi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #Xn9nWX27DTqEGPRJWdFvhIge6lckGpPO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #PmcLKGSDfZQ1grlPqtr7aATVR4nQF9UZ { display:block;position:relative; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #dvZ9Osi99VLdVbBS1EE6qVcAdSqLLT2s {  }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #MERkoRoak29GmP20ktDqCeCV2p5T81U6 { display:none; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #d9UFi2Arp7o4A3iZpxGZ3vZ63oqtU0yy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #nTHtFFFyGq0Px43J7fGpxX6ummaclHfi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #CevBGs1vcIiTN6IZ52EMfXcCuZ5zezOb { display:block;position:relative; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #wRnNmqAtEF5sdm5aEbEzWdEgwgFZ6UHK {  }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ftDifaWRIPzb2G7Tr6bGrGslOgTuHO0d { display:none; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #xfB4KypmRZFKqXwRcODfS0PluoONcB8P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #FopgOFR7WRV3P5VSvBIiBF5tppgu0Bd8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #lEfTlIqLJDLMW6eTKRrFVmQ9z96RkuUP { display:block;position:relative; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #lP0rPxOJP3WQt01iPUFRpRorW53QoZNH {  }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #HkT5s1s5bFvoZLORwsWSO0ywFeqgd378 { display:none; }
#HBT0KfP4doeTxd4DdqlGpnR10W2MPGTa { color:#f14577;display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.8125rem;left:1.21875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-0),0.92), rgba(236,166,181,0.86));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-0),0.92), rgba(236,166,181,0.86));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-0),0.92), rgba(236,166,181,0.86));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-0),0.92), rgba(236,166,181,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.92)', endColorstr='#eca6b5db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.92)', endColorstr='#eca6b5db' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-0),0.92), rgba(236,166,181,0.86));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { background-color: transparent; background-image: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container > .video-iframe-container { display: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container { display: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .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); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { border-width: 0; border-radius: 0; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#uWVJesHWvdfmJ92WsC1ptVHQDXfL75Lg { position:absolute;display:block;z-index:15036;height:3.06206875rem;width:5.625rem;top:15.937477111816rem;left:7.5000019073488rem;display:block; }
#H8fsSlN7bhzToJm08436bpn94zd4lQzt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.5rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqpJWVOsTS9Xi1RBBSJzEeg5aOOA4L8v { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5.5625rem;left:7.5rem;height:4.1982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qAmyp1JTJcS8qssF4wfkacc9oCnboDI6 { position:absolute;display:block;z-index:15016;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.43685rem;width:17.4370625rem;top:2.6855239868164rem;left:29.194879531861rem;overflow:hidden;display:block; }
#RpXVdTgIG5IhNdx2xw3MhzUGV4Nq9Ofp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:28.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K4vmyNNClyUOTUh1ON0xb3ICMuc8Ooe3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6875rem;left:52.5625rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GolVwEZTFAPBQptwaE6GIAK2rZ2cA1Wg { position:absolute;display:block;z-index:15040;height:3.24978125rem;width:5.9375rem;top:16.910781860351rem;left:60.437288284302rem;display:block; }
#BGZydqLpATfrH8dSXh9lTK4NiRo75SIy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:4.5rem;left:49.375rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#rCyavfFnCnMIQvJdUUdV1qoLeXLoE8AM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.624375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.3125rem;left:29.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#AZHGuX60PxsG6gkAkLTWtTds8PDVkMhn { 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:3.125rem;width:10.0625rem;top:11.25rem;left:56.8125rem;overflow:hidden;display:block; }
#tiAwNt2E0Xf1bwOCIpoVuWk9v6FlH4sk { position:absolute;display:block;z-index:15008;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.99913125rem;width:10.999375rem;top:12.20703125rem;left:7.5000019073488rem;overflow:hidden;display:block; }
#ADVLi3mPTJRthHgkN39zXNBZa0sKCc2k { box-sizing:content-box;height:4.75rem;width:11.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:55.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#W7Aecl45PnuaUspm3dyAxehVMKfTbbUd { position:absolute;display:block;z-index:15022;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:10.9375rem;top:29.0625rem;left:21.0625rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { top:1.5rem;left:0rem;width:11.6875rem;height:3.8540539929456rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { top:6.625rem;left:24.125rem;width:23.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { top:9.25rem;left:31.875rem;width:15.875rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:16.75rem;height:auto;top:14rem;left:28.5rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:16.75rem;height:auto;top:14rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { top:28.1875rem;left:0rem;width:26.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laGWwtff5l6oDCsJwfe2rbrUBsTPNGcB { top:28.5625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { top:28.8125rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { top:30.5rem;left:0rem;width:19.8125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhFFCCLsmXIUF3o9scu6A5GOyVTFpag { top:36.5rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { top:36.3125rem;left:0rem;width:12.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAtyyIg5b48svLpkFHNrixWIbET94sOG { top:38.25rem;left:0rem;width:20.6875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1XxLOgNp0hlscfuh6ogLnixUZpfkxtx { top:42.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { top:42.375rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { top:44.125rem;left:0rem;width:20.6875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpQEsyhITWPb5nZz45AROSlBuqv5a9yD { top:20.625rem;left:0rem;width:47.25rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2JRLGIQVniZpTQHBB5i2qPNR8HF6G2T { top:22.9375rem;left:0rem;width:38.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1pxEiE1Tx1cmX3V1pSL0RU5adUU8Xm { top:13.9375rem;left:0rem;width:47.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL5FqVSroGk9D499d8Tdf8Bik2aI3e9k { top:8.125rem;left:0rem;width:11.5rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3gwKIdgOWlFIQGMhkyaDlDcaJ1FZiT0 { top:35.375rem;left:0rem;width:26.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIzNKaxO7AW4TeKD9AtgsqEGHuvEgAl7 { top:41.9375rem;left:0rem;width:26.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt1TLNDsLUPcuxshQkwzlIsvQvrAM3tU { top:2.375rem;left:30.25rem;width:2.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKXSTv5CZTmCXEZlv7mdTIL60GOizLiX { top:0rem;left:33.1875rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWBnT05AQ9QZ8lCqWVox25x01HJVf98T { top:3.875rem;left:33.5rem;width:9rem;height:1.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCPShc0gopOsi9kUio1eGTlEniAnfCJK { top:10.25rem;left:35.8125rem;width:11.75rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { display:block; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiTFVnoE00taTxRv2r1J4hcZgbrzXhQE { top:16rem;left:0rem;width:25.625rem;height:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sptzzektI3M0wVeocTPNydOnk4Av1I5W { top:1.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0NpdeVUVQkRiKfwaLubZAUAfpgWssxG { top:12.5rem;left:0rem;width:14.0625rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzUTU8aynoSfnaFQL9PoWkobD8grG03M { top:12.5rem;left:23.875rem;width:23.6875rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwu7s3hUlC9hhg1gBkl0TULwzoo1VWCq { top:16.0625rem;left:22.125rem;width:25.625rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 { display:block; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT1TZyO49qMI22mkSuSUy4ciHkPrmvtz { top:9.8125rem;left:4.375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEhbpBvODNbxoSy6D1M3miTX14MWiVSA { top:10.625rem;left:5.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agLy4I92DKnL4UXyFNyFQbaFbT1wUyy3 { top:9.8125rem;left:20.25rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFa11JfF9dTPrpgSszbc5wbNMO4qozOS { top:10.625rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztX3o6gKTRW6FQURw41ipHHo0JLvkQHa { top:9.8125rem;left:36.125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akSIfT0t4guXkGhO09HliclkLRL3ZNJK { top:10.625rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQdFCU5fZvuuVNizK8GOqraaxWRPFXao { top:19rem;left:0rem;width:19.875rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiT1Jll8QmlngKVNmieosFlVKVOVVy8C { top:19.0625rem;left:10rem;width:21.75rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNIkT7AJkJo0um8yyTxEVpseszUQEC2k { top:19.0625rem;left:25.875rem;width:21.75rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIfUdvbJwX6IRhL9SvPkX7tpu1VepI4H { top:1.0625rem;left:0rem;width:47.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs { display:block; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsP9NxCDFHmL9hTxNszqu4vUM3EzNFib { top:2.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylllZ9cAkiWfH3elMwtp9BU5RxiKt90u { top:12.625rem;left:0rem;width:47.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzEWXQkTTzuRzFu2DNXenbZxbtMQznbO { top:14rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jye9Wo9SvgZTVo0MPvlPtspWweIzVQlV { top:24rem;left:0rem;width:12.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uBSuWUV78L4lo6zhfQAMqMet1Ppq5v { top:14rem;left:5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToGGgidZOEEDEERVBHIrN1qh41ZHCnOo { top:24rem;left:3.875rem;width:11.5625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egA6yP88qt6GzSUJV7SD8si3TX3D0mf1 { top:14rem;left:19.4375rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdkTI41vT2ZzEC0VEcs2Li60GPW6TqfD { top:24rem;left:18.3125rem;width:11.0625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxbztGNFLklCTZTRmp84Xw7duIuZfq0 { top:14rem;left:33.9375rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpmMT1SmNWtwkd21udndaGJ0V1Kqvus3 { top:23.9375rem;left:31.436853408814rem;width:14.375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKrCoCLKmW1dpmUa4fUzB5SGP3yF2F4t { top:24rem;left:34.625rem;width:13.125rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IopGHDIxQUkww7TTOe0dBIkLZgLnL2Sb { top:13.625rem;left:2.75rem;width:13.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLovvDTKyFOI79C9fgky7gtfrsBaQl4G { top:13.625rem;left:0rem;width:13.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaHTQhfq8ys1bh1SaPbJSyTyG5TThXRr { top:13.625rem;left:17.1875rem;width:13.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmDd6NTGShX3T4VKs7y5207Ziql0ForV { top:13.625rem;left:31.6875rem;width:13.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT5xbqcwFFDyXalLVucXVTAqVA9N9KdV { top:14.3125rem;left:38.875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kma6WGHT7Wvghk1gGByQzpIBnrXdrqT9 { top:13.625rem;left:34rem;width:13.625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Wt6v7cM3aEvcbZV2vVEvwV392eqzl6 { top:6.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 { display:block; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOOVk0utPlySXF4uEUNvTkJfoDWnfBfa { top:1.625rem;left:7.94140625rem;width:34.5625rem;height:6rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLldKQxWC7ugqCuX1V8HyzGFaOCFHbaf { top:1.4375rem;left:28.5439453125rem;width:14.0625rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQghMbbS8crMreIKiba5PRGzJ1MiTu75 { top:5.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzvkGl37WTOlxGkOqHgQHBtAWkv04iA5 { top:6rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxk5AXKsxEOHMXwpMmTB3bkiiBaHUqnF { top:1.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2hxB9SI1VrVStQzBozwgTT6a4JhafuI { width:37.125rem;height:83.0625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTodu0tmmgvzLqwAcQAMJfEfnM4QHmZO { width:18.9375rem;height:2rem;top:16.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syu2ez9nnfomR1Ryb21WSXNA1S2zG2IT { width:29rem;height:22.625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE2l8U2Oz4FzJC0kniQZ8EdCCfzBFTVq { top:42.5rem;left:0rem;width:35.9375rem;height:54.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtenwOnq9riPkPxZT7fZ7QxBBbcuRSty { width:13.8125rem;height:3.4375rem;top:90.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n54pZdUys2vff8zW7clqZ4Bo96tIHWCr { display:block; }
 }@media only screen and (max-width: 763px) { #bnaa8D2HP4Pc5ontsTmvRs3TiqutQzRp { width:23.75rem;height:11rem;top:47.1875rem;left:0rem;font-size:1rem;display:block; }#bnaa8D2HP4Pc5ontsTmvRs3TiqutQzRp li:before{  }
 }@media only screen and (max-width: 763px) { #atSIq6RCOnhEL86qeFTPJLWTbbJe3dhA { width:13.9375rem;height:2rem;top:87.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBPxkEkLFOBB4v5pQIHrE0TZkdzy7Tch { width:23.5625rem;height:1.5rem;top:43.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGCwrqlPQwxdJE4AedgCacRdhMVCGfSb { width:37.0625rem;height:82.9375rem;top:15.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc0pJK6f3Ft4zTknZlunMqJ1sW97dqoM { width:20rem;height:15.625rem;top:19.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6AiBTJPU5keGFEsnwewCaowQLiJag8r { width:18.9375rem;height:2rem;top:16.5rem;left:28.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5PQcoT5JWvdCwbbxZyT1fE0RMPBvtcl { width:23.5625rem;height:1.5rem;top:43.6875rem;left:24.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf4AEKOqNKpLnntv4QTuTHCHtAAZIqFr { width:29.75rem;height:;top:47.1875rem;left:18rem;font-size:1rem;display:block; }#Lf4AEKOqNKpLnntv4QTuTHCHtAAZIqFr li:before{  }
 }@media only screen and (max-width: 763px) { #wnuZ29S3D0gef03rFuBNdedVOkK85GID { width:13.9375rem;height:2rem;top:87.625rem;left:33.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFncipAQuuk9iNiC2fFVee6Qhf9lIVUf { width:13.8125rem;height:3.4375rem;top:90.25rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsr7noA5E20afdE7WB4GC4aISe1NW5oi { display:block; }
 }@media only screen and (max-width: 763px) { #KOo4Fo1gpMN67Dstkx5r57IxhXeadWzN { width:27.0625rem;height:13.5rem;top:62.5rem;left:0rem;font-size:1rem;display:block; }#KOo4Fo1gpMN67Dstkx5r57IxhXeadWzN li:before{  }
 }@media only screen and (max-width: 763px) { #dlxGPVhup0xGPxKVl00Qy4fBWz2sQuAk { width:31.6875rem;height:27.9375rem;top:55.625rem;left:16.0625rem;font-size:1rem;display:block; }#dlxGPVhup0xGPxKVl00Qy4fBWz2sQuAk li:before{  }
 }@media only screen and (max-width: 763px) { #RlNIONfLUCQKWt2th575NCbOCJiRdUnt { width:8.9375rem;height:1.25rem;top:60.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpeUnkG4Jr3XoU0yHNfWwnqypUbVuwca { width:8.4375rem;height:1.4375rem;top:86rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAfQMUH5FQXbe2kngU54NA2MfIeHBaVJ { width:8.4375rem;height:1.4375rem;top:86.25rem;left:38.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCGFNKzflS5JdqkLpULHXS3nKWzT4CdA { top:42.5rem;left:11.8125rem;width:35.9375rem;height:54.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1dfpGNOV7rq1lI9rkMN5Kq0tnzeiR4f { display:none; }
 }@media only screen and (max-width: 763px) { #osDSpmUKmvFp6ufLKu18wTXZpplC4TFN { width:35.9375rem;height:22.4375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COv4OaqXKdMm5D9ynJINuDCTJBWJMd15 { width:35.9375rem;height:22.4375rem;top:20rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w { display:block; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJSfI3dP6MvMDgKRqz0WHaOPPz1VK8Gi { top:1rem;left:0rem;width:25.625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM44X5ihV1l6v6dzuZcyHDgZmtZIrVDa { top:5.8125rem;left:0rem;width:32.5rem;height:23.5rem;font-size:0.9375rem;display:block; }#vM44X5ihV1l6v6dzuZcyHDgZmtZIrVDa li:before{  }
 }@media only screen and (max-width: 763px) { #RAbRIyhLCrrazIR6etuypg3xR0pl0D3G { top:30.9375rem;left:1.1866321563721rem;width:17.8125rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaaiBNxxTwQJW0mwuhfWag3sAxSOVIWC { width:12.5rem;height:3.4375rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgzdhPr3uPuBS8zBTvufb7QxQD7SBOdg { display:block; }
 }@media only screen and (max-width: 763px) { #kTbGdkJnycx2GAM9UeaxBBO8T7hIMVOD { width:12.5rem;height:3.4375rem;top:34.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk3xRTBci7klElEsTzJsIW0ocimNFFF4 { display:block; }
 }@media only screen and (max-width: 763px) { #mbrokBTqy99r9hs2b370zcrubn8Gw4pf { top:33.625rem;left:0rem;width:14.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUHZT1WqIx3QTtNH76qeRXD6XhGINTHv { top:33.625rem;left:9.1875rem;width:14.5625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0CEyHCxUaOR971ZIVOsT4haTtJwgR1E { top:0rem;left:0rem;width:41.0625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr { display:block; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZQTBOVON7WDTQty4rTDKxWsbznT0Ng { top:10.375rem;left:0.935546875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxyi12rTBGy6097FPb98cMhhqGzkv9Ah { top:15.5rem;left:0rem;width:12.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwsVSA8MuzIkZsnz4IC8UIW4WFR1qMiI { top:10.6875rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD11DlWrCJXLHWDM71KUZJhAblExGHUy { top:10.6875rem;left:31.25rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkPNhxU55POlx0lekoHgqRIXTTz5gxNe { top:15.4375rem;left:17.625001907349rem;width:12.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBvtUBsZkLrQaeDceX3m4JbEo1dHITU { top:15.5rem;left:35.25rem;width:12.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6qtJ00HlkGP2lrAobZQt9iEWUXN0Ii { top:10.875rem;left:1.998046875rem;width:2.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZvFPJ6yAkzMuiOAD2vfuu0AgPcdM5Lb { top:10.9375rem;left:22.625rem;width:2.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCPwdda9z3WTgZNZTHOrgy0ng10ULiz5 { top:11rem;left:43.4375rem;width:2.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaxG3Vwuw2D7cyLDG6Qsa0fnNWiARf1K { display:none; }
 }@media only screen and (max-width: 763px) { #nd375hltvLRPQ422mXVMeMOIEUoNVrqM { display:none; }
 }@media only screen and (max-width: 763px) { #LpUlc2f7C2oRdlucN92dEPVyT6EJrcC1 { top:10.5rem;left:21.562719345092rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztuIi3gaEL7RLilWs92nN5qV7bm7pB2 { top:10.5rem;left:42.311853408814rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRWwb1kF8QG16gvEciaSEFiBuxUtaXRN { top:2.625rem;left:4.0616321563721rem;width:39.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsMtz5zBZkaTlt7kpgDL4dhAzDiiwdb2 { width:13.4375rem;height:2.3125rem;top:25.875rem;left:17.125871658325rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEknHpWEHAzKlRMOLMiwRvg1uCZZxDd { display:block; }
 }@media only screen and (max-width: 763px) { #vp761VqlRV12ovAct562P1BRZWdBHGT2 { top:10.5rem;left:42.311853408814rem;width:4.5625rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH { display:block; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1dkR8RGbd4ZvbDUG62mIyCbzXiWBQfV { width:14.0625rem;height:2.8125rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx10pd1nM2cWF9V1p3KOgaBGmixXy3qI { width:14rem;height:2.8125rem;top:9.25rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EymactopJAT4c3TGPyyTVtat7dMBgTtI { width:12.25rem;height:7rem;top:13.5rem;left:9.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZDZWaQrntlaHuR6A0DFwFKHUTTT6Wis { width:13.1875rem;height:7rem;top:13.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7xVNJASFA9qW2ke7AtxSxFxdo3SV8LN { width:14rem;height:2.8125rem;top:9.25rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtVS3EC0puTMScxvpJCvV2QhLGBLPLd { width:13.1875rem;height:7rem;top:12.8125rem;left:25.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHBUIMgAXGVZncFOMziTWlowPXoTLg6n { width:13.1875rem;height:7rem;top:13.5rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJgq0DfkiNG7A5XSVFWs73pJX52fkt7 { width:3.5625rem;height:0.0625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeb6IDadOThGW5I5fb3VeKSD3uNb51F { width:3.5625rem;height:0.0625rem;top:21.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGrmsPnB6s6QbdpJQ6Fp8yMZlC0KQIOb { width:3.5625rem;height:0.0625rem;top:21.875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2qmTaAUhdZff3RXAbgE9DHWW1032cWC { width:11.125rem;height:2.8125rem;top:9.25rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxKB3ArUFJ7rbVw9805dpASHtGwcCSBr { width:3.5625rem;height:0.0625rem;top:21.8125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2KyTei330CQHPdMLAcAA2TRuwTfHr4 { top:7.125rem;left:0rem;width:14.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsLEyGyQR7N7Qz4MPE6UyAwP0JL3lE09 { top:7.125rem;left:8.75rem;width:14.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FZyhZiosnnH1OmFiQQD5HWZt8ryRdT { top:7.125rem;left:25rem;width:14.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwqoCyz5sWH0z3mC8LN8qRZaWpzMcAgZ { top:7.125rem;left:33.1875rem;width:14.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOu7hETydmGdaK1tpJk5fyOfCpBkcvbT { top:1.8125rem;left:5.3125rem;width:25.625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqWfrFnUTn10eL5acl0uTSKGeH159rpv { top:1.8125rem;left:36.5625rem;width:11.1875rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sb1I2UioNZUxh8sIIRtqLTzJgSzFGNCV { top:2.375rem;left:30.25rem;width:2.75rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tL3sZRHJNGugCSNP81XkK26PgyiRV32G { top:3.875rem;left:33.5rem;width:9rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNIVBVzu0lk2iqZyG5U0zq9OMdU7WMTE { top:0rem;left:33.1875rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv { display:block; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X01cpcX0pCEyKlQb4RsL2zxE8S71MTnb { top:1.3125rem;left:12.75rem;width:22.1875rem;height:7.4365rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKcoUvzV8Z18P3TT5tSLdEFSfV7bdty2 { top:10.0625rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb { display:block; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyzNUN3CoquhqP89kJwzyGimdpf167IH { display:block; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTcNpyRCsaHkWIB5CT0IQa8la1mfcrUg { width:23.6875rem;height:13.8125rem;top:2.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B72V7ucKMB7m1V6ps9rnb0K9BgJDoWeB { width:20.1875rem;height:;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtr6iVWS99KUlHAv8AiGO8NRgNDDXpu7 { width:18.3125rem;height:4.4375rem;top:2.8125rem;left:29.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooukG7gkDOUUIWsRi0R0BTD8MXyNtQL5 { width:15.9375rem;height:1.4375rem;top:7.5rem;left:31.467233657837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.3125rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1  { width:22.0625rem;height:auto;top:8.375rem;left:23.1875rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 {display:block;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 { width:22.0625rem;height:auto;top:8.375rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #JGAsxTbzGgdzXmgf5TXlofdRpnmn8SyQ {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #zFoZo62IdDFyHwJUH8qP8fIr7wPwTTny {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #uniSU3HThZSCyORrnK32irZh6SmxoDo6 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #FT5rEk30POG1yodNnwTqkn3uMMJvPJOZ {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #OdeffoTttWQxQoSNh9Br7pS1T6TTBtbk {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #wK37vcR02o0qnRDBUdKyx7TCGno6BrAJ {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #XTJX3p8CwRALMtzm40M6NdPJ15VZTO0G {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #cePTXTmEp1RzP1fg9T1VdlNlw6fSTb83 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #WI2KH8gegpWhbvS6sp7TZWCI34NoQ2bm {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #NDW3Qz0iLuTPds91xCpHAPhWvhviEic2 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #pSEEoOULqEBKTIsbUk6gBwKE7auJ8AJp {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #KrOfpRAkCWa4h33vV6b75it9HVdTz812 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #GHZBgpqNWapz7DEUAThowJNCyyvDrebr {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #sCHByieS56zV3vziboMzoiEVNLkBwRTm {  }
 }@media only screen and (max-width: 763px) { #C2diJL5w0vIF1ICNPF8uCAS0TC1FSvCG { top:29.6875rem;left:0rem;width:11.4375rem;height:3.5625537950991rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11iMgpsPfkTDWs2Jr1o2HmPHRsRClHg { top:29.0625rem;left:7.4375rem;width:10.9375rem;height:4.87413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC0yypeKkdn7MqeEtOZCTGMw1wGsgGaT { top:2rem;left:14.1875rem;width:27.4375rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg { display:block; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px1CN07nPtHLsiCP7JUq2ZN8bT0AxQlc { top:0rem;left:8.34375rem;width:31.0625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smnpxp4yVhCJlRiLuyLfnpHTFDUhNtpH { width:20.125rem;height:20.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSV8bPIx2ZFxX7PLGkqqBtIzAysCLFHq { display:block; }
 }@media only screen and (max-width: 763px) { #WI62d06If9yfG1Asu5NI9rL1GRXeNcSN { width:20.125rem;height:20.0625rem;top:4.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2lq4kSGGNID7JU5zoDm9rMOTql1bHHK { display:block; }
 }@media only screen and (max-width: 763px) { #IgXC6iNN0KRfU799BgXFlJqRfGydXSTS { width:20.125rem;height:20.0625rem;top:4.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4u41GTmFuzqwW7F1lLTdDHNLwx4OhHd { display:block; }
 }@media only screen and (max-width: 763px) { #gRTPWZThdK1UrovBeeQNT70zIJNNlukS { top:26.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUEZrrGllTbc4ccc4Naq0wCQ8QVvubRB { top:26.125rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkMGBU122c3KCGSUJmnQvckVr6mTLqb { top:26.125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be { display:block; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 { display:flex;height:auto;width:45.25rem;top:4.125rem;left:0rem;display:none; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ANIxBbwS1BIRJFhKTVhQbCtEn9bBUDNR {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #kNFdw32GkHKUTHxfAx6aXUdV9JH9yXhX {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #OIJRAgNP7IHVu6P3SVdbUwBKI8iLibAO {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #gg54GhhAFpmAbd9WElb10M85wHUzwd5a {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #JsQOAc8n0slwHPcuGKczu3L76wdLKdXG {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #VTm7WvAJZfBqoPHoMeJWZLqXAKdm2oCy {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #XBGrO2wkpJKvDdxIOB1xc9ogGuCcMCUn {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #LnKZWCFVDwaXT1QcQKDK6khOZ4k5nhlS {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #pniha15C6u8ow9IL90TzBC5Pr03yZWxM {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #BOsMNIclheCioNmlJOzco5A6Wsk1lWZe {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ps2On9I8yTc6EgtyZNJmOgnHxDdPVpyi {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #Xn9nWX27DTqEGPRJWdFvhIge6lckGpPO {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #PmcLKGSDfZQ1grlPqtr7aATVR4nQF9UZ {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #dvZ9Osi99VLdVbBS1EE6qVcAdSqLLT2s {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #MERkoRoak29GmP20ktDqCeCV2p5T81U6 {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #d9UFi2Arp7o4A3iZpxGZ3vZ63oqtU0yy {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #nTHtFFFyGq0Px43J7fGpxX6ummaclHfi {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #CevBGs1vcIiTN6IZ52EMfXcCuZ5zezOb {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #wRnNmqAtEF5sdm5aEbEzWdEgwgFZ6UHK {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ftDifaWRIPzb2G7Tr6bGrGslOgTuHO0d {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #xfB4KypmRZFKqXwRcODfS0PluoONcB8P {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #FopgOFR7WRV3P5VSvBIiBF5tppgu0Bd8 {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #lEfTlIqLJDLMW6eTKRrFVmQ9z96RkuUP {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #lP0rPxOJP3WQt01iPUFRpRorW53QoZNH {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #HkT5s1s5bFvoZLORwsWSO0ywFeqgd378 {  }
 }@media only screen and (max-width: 763px) { #HBT0KfP4doeTxd4DdqlGpnR10W2MPGTa { top:0.8125rem;left:0rem;width:12.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFOSJrZubHibsE6Lo590DgIGr8Of6ra { display:block; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWVJesHWvdfmJ92WsC1ptVHQDXfL75Lg { top:15.875rem;left:0rem;width:5.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8fsSlN7bhzToJm08436bpn94zd4lQzt { width:18.125rem;height:1.25rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqpJWVOsTS9Xi1RBBSJzEeg5aOOA4L8v { width:18.125rem;height:4.1875rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAmyp1JTJcS8qssF4wfkacc9oCnboDI6 { top:2.625rem;left:15.569879531861rem;width:17.375rem;height:4.421058234436rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpXVdTgIG5IhNdx2xw3MhzUGV4Nq9Ofp { width:18.125rem;height:1.25rem;top:12.125rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vmyNNClyUOTUh1ON0xb3ICMuc8Ooe3 { width:14.8125rem;height:1.4375rem;top:2.6875rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GolVwEZTFAPBQptwaE6GIAK2rZ2cA1Wg { top:16.875rem;left:41.8125rem;width:5.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZydqLpATfrH8dSXh9lTK4NiRo75SIy { width:18.125rem;height:4.5rem;top:4.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCyavfFnCnMIQvJdUUdV1qoLeXLoE8AM { width:16.5625rem;height:0.9375rem;top:14.3125rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZHGuX60PxsG6gkAkLTWtTds8PDVkMhn { top:11.25rem;left:37.6875rem;width:10rem;height:3.1057829678862rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiAwNt2E0Xf1bwOCIpoVuWk9v6FlH4sk { top:12.1875rem;left:0rem;width:10.9375rem;height:2.9822601781351rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADVLi3mPTJRthHgkN39zXNBZa0sKCc2k { top:10.25rem;left:35.8125rem;width:11.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Aecl45PnuaUspm3dyAxehVMKfTbbUd { top:29.0625rem;left:7.4375rem;width:10.9375rem;height:4.87413125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4518df94-a45c-45a2-a270-7b57c09b75cd/Yourparagraphtext20.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.adaptive-delivery-prevent-bg, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyload, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyloading { background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { border-width: 0; border-radius: 0; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJ9Ifd6GML2ePboyH390iUWEUXuhRRnc { width:11.4985rem;height:3.62305rem;top:0.5615234375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { width:20rem;height:25.3125rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { width:14.875rem;height:3.375rem;top:21.5rem;left:2.5625rem;font-size:1.125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:16.75rem;height:auto;top:24.875rem;left:0.375rem; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:16.75rem;height:auto;top:24.875rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #TZUdtxIMgdESnoSlMSOddSFTycJbUOJ3 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #zfhkOLkr8PnFWCRGLUOXrclhrR14AxGT { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #QxUi0vli1cbcsCPcQbJ8Z5MkXxUdy1w5 {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #FRMhEqDTtMo5a7tc7NOeh5wFMTROMAP1 { width:20rem;height:6rem;top:27.7490234375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(66,66,66,0.42) ;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #a40052, rgba(255,0,114,0.23));background-image: -moz-linear-gradient(175deg, #a40052, rgba(255,0,114,0.23));background-image: -ms-linear-gradient(175deg, #a40052, rgba(255,0,114,0.23));background-image: -o-linear-gradient(175deg, #a40052, rgba(255,0,114,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40052', endColorstr='#ff00723a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40052', endColorstr='#ff00723a' );";background-image: linear-gradient(175deg, #a40052, rgba(255,0,114,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #laGWwtff5l6oDCsJwfe2rbrUBsTPNGcB { width:4.375rem;height:4.375rem;top:28.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxqt0qQm85fz01bSn2h8sPywbCg9i4mW { width:13.3125rem;height:1.54296875rem;top:28.25rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbsB5vRqbv6tA0yZkmJdwZLq9Fur6L9 { width:12.625rem;height:2.923825rem;top:29.875rem;left:6.0625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wDhFFCCLsmXIUF3o9scu6A5GOyVTFpag { width:4.4375rem;height:4.4375rem;top:34.5615234375rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #di3gKJlTnV053MTgTCNB9noJ3XFnBEf0 { width:11rem;height:1.54296875rem;top:35.1865234375rem;left:6.0615234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAtyyIg5b48svLpkFHNrixWIbET94sOG { width:12.6875rem;height:0.9746125rem;top:36.8740234375rem;left:6.1240234375rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L1XxLOgNp0hlscfuh6ogLnixUZpfkxtx { width:4.1875rem;height:4.1875rem;top:40.8740234375rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaw8AQVdkg3H0D9aaBfm39ARuu68DEJ { width:14rem;height:2.611325rem;top:40.2490234375rem;left:5.9375rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PUCr8rIG6vOrv2AQ06FB4kywfn2nBDe9 { width:13.1875rem;height:2.69824375rem;top:43rem;left:5.9990234375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DpQEsyhITWPb5nZz45AROSlBuqv5a9yD { width:14.375rem;height:2.4375rem;top:17.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n2JRLGIQVniZpTQHBB5i2qPNR8HF6G2T { width:15.4375rem;height:4.8984375rem;top:20.8125rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IC1pxEiE1Tx1cmX3V1pSL0RU5adUU8Xm { width:11.9375rem;height:3.44921875rem;top:11.75rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nL5FqVSroGk9D499d8Tdf8Bik2aI3e9k { width:12.5rem;height:6.01171875rem;top:6.4375rem;left:0rem;font-size:4.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3gwKIdgOWlFIQGMhkyaDlDcaJ1FZiT0 { width:20rem;height:5.25rem;top:34.1865234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-image: -moz-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-image: -ms-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-image: -o-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40052', endColorstr='#ff007f3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40052', endColorstr='#ff007f3a' );";background-image: linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eIzNKaxO7AW4TeKD9AtgsqEGHuvEgAl7 { width:20rem;height:6.125rem;top:39.9990234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-image: -moz-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-image: -ms-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-image: -o-linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40052', endColorstr='#ff007f3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40052', endColorstr='#ff007f3a' );";background-image: linear-gradient(175deg, #a40052, rgba(255,0,127,0.23));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yt1TLNDsLUPcuxshQkwzlIsvQvrAM3tU { display:flex;top:48.5rem;left:5.25rem;width:2.375rem;height:2.375rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #fKXSTv5CZTmCXEZlv7mdTIL60GOizLiX { display:flex;top:46.125rem;left:7.6875rem;width:5.875rem;height:5.875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #gWBnT05AQ9QZ8lCqWVox25x01HJVf98T { width:7.5rem;height:0.9375rem;top:49.75rem;left:8.0625rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TCPShc0gopOsi9kUio1eGTlEniAnfCJK { width:10.625rem;height:3.125rem;top:48rem;left:4.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BpuH2V36es0Q4oCfywTBLWWggMNZoDuv { background-color:#ffffff;background-image:none;display:block; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { background-color: transparent; background-image: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container > .video-iframe-container { display: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row > .video-iframe-container { display: none; }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .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); }#BpuH2V36es0Q4oCfywTBLWWggMNZoDuv > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiTFVnoE00taTxRv2r1J4hcZgbrzXhQE { width:20rem;height:13.5rem;top:14.24587726593rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sptzzektI3M0wVeocTPNydOnk4Av1I5W { width:20rem;height:7.7988125rem;top:1.2478303909302rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0NpdeVUVQkRiKfwaLubZAUAfpgWssxG { width:14.0625rem;height:2.4375rem;top:11.170790672303rem;left:3.5666235089302rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzUTU8aynoSfnaFQL9PoWkobD8grG03M { width:20rem;height:4.5rem;top:31.519096374512rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xwu7s3hUlC9hhg1gBkl0TULwzoo1VWCq { width:20rem;height:13.5rem;top:37.092015266419rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 { background-color:rgba(66,66,66,0.06);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container { background-color: transparent; background-image: none; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container > .video-iframe-container { display: none; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row > .video-iframe-container { display: none; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .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); }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container { border-width: 0; border-radius: 0; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozs1ssfsgH4BlhnUeihcPHUN1Xl9EDz9 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT1TZyO49qMI22mkSuSUy4ciHkPrmvtz { width:7.25rem;height:7.25rem;top:9.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEhbpBvODNbxoSy6D1M3miTX14MWiVSA { display:flex;width:5.625rem;height:5.625rem;top:10.25rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #agLy4I92DKnL4UXyFNyFQbaFbT1wUyy3 { width:7.1875rem;height:7.1875rem;top:28.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFa11JfF9dTPrpgSszbc5wbNMO4qozOS { display:flex;width:5.625rem;height:5.625rem;top:29.75rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #ztX3o6gKTRW6FQURw41ipHHo0JLvkQHa { width:7.1875rem;height:7.1875rem;top:48.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akSIfT0t4guXkGhO09HliclkLRL3ZNJK { display:flex;width:5.625rem;height:5.625rem;top:48.9375rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #bQdFCU5fZvuuVNizK8GOqraaxWRPFXao { width:15.2495625rem;height:7.5rem;top:18.322483539581rem;left:2.3741319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiT1Jll8QmlngKVNmieosFlVKVOVVy8C { width:15.686875rem;height:7.5rem;top:37.621528148651rem;left:2.1560330986977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNIkT7AJkJo0um8yyTxEVpseszUQEC2k { width:15.499125rem;height:7.5rem;top:57rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIfUdvbJwX6IRhL9SvPkX7tpu1VepI4H { width:20rem;height:5.19921875rem;top:0.826828956604rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs { display:block; }#LsQ9VNOgnnbcF5J6A9tCNuQqM71pTKhs > .row .container { width:20rem;height:126.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsP9NxCDFHmL9hTxNszqu4vUM3EzNFib { width:18.624125rem;height:7.7988125rem;top:1.0590281486511rem;left:0.68684905767444rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylllZ9cAkiWfH3elMwtp9BU5RxiKt90u { width:19.4998125rem;height:104.936875rem;top:19.249139785767rem;left:0.24956601858139rem;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #df0383, #1c7dab);background-image: -moz-linear-gradient(134deg, #df0383, #1c7dab);background-image: -ms-linear-gradient(134deg, #df0383, #1c7dab);background-image: -o-linear-gradient(134deg, #df0383, #1c7dab);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0383', endColorstr='#1c7dab' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0383', endColorstr='#1c7dab' );";background-image: linear-gradient(134deg, #df0383, #1c7dab);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MzEWXQkTTzuRzFu2DNXenbZxbtMQznbO { display:flex;width:9.2480625rem;height:9.2480625rem;top:21.875rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #Jye9Wo9SvgZTVo0MPvlPtspWweIzVQlV { width:12.6855625rem;height:7.5rem;top:31.8125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8uBSuWUV78L4lo6zhfQAMqMet1Ppq5v { display:flex;width:9.2480625rem;height:9.2480625rem;top:42.75rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #ToGGgidZOEEDEERVBHIrN1qh41ZHCnOo { width:11.3748125rem;height:7.5rem;top:52rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egA6yP88qt6GzSUJV7SD8si3TX3D0mf1 { display:flex;width:9.2480625rem;height:9.2480625rem;top:82.625rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #fdkTI41vT2ZzEC0VEcs2Li60GPW6TqfD { width:11.0623125rem;height:7.5rem;top:72.125rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcxbztGNFLklCTZTRmp84Xw7duIuZfq0 { display:flex;width:9.2480625rem;height:9.2480625rem;top:62.125rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #TpmMT1SmNWtwkd21udndaGJ0V1Kqvus3 { width:14.375rem;height:7.5rem;top:92.5625rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKrCoCLKmW1dpmUa4fUzB5SGP3yF2F4t { width:13.499375rem;height:6.4995625rem;top:113.75rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IopGHDIxQUkww7TTOe0dBIkLZgLnL2Sb { width:15.999375rem;height:19.125rem;top:41.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLovvDTKyFOI79C9fgky7gtfrsBaQl4G { width:16.0623125rem;height:19.124375rem;top:21.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaHTQhfq8ys1bh1SaPbJSyTyG5TThXRr { width:16.0625rem;height:19.125rem;top:61.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmDd6NTGShX3T4VKs7y5207Ziql0ForV { width:16.0625rem;height:19.125rem;top:81.5625rem;left:1.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #uT5xbqcwFFDyXalLVucXVTAqVA9N9KdV { width:8.8125rem;height:8.8125rem;top:103.9375rem;left:5.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kma6WGHT7Wvghk1gGByQzpIBnrXdrqT9 { width:16.0625rem;height:19.125rem;top:102.125rem;left:1.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #c3Wt6v7cM3aEvcbZV2vVEvwV392eqzl6 { width:18.75rem;height:7.5rem;top:9.7912330627444rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 { background-color:rgba(66,66,66,0.06);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { background-color: transparent; background-image: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container { display: none; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .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); }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { border-width: 0; border-radius: 0; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOTIRCUEMLWTdd0fUrcD3IIElXi03Qv7 > .row .container { width:20rem;height:193.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOOVk0utPlySXF4uEUNvTkJfoDWnfBfa { width:20rem;height:0;top:10.359375rem;left:0rem;font-size:1.5625rem;z-index:15009;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kLldKQxWC7ugqCuX1V8HyzGFaOCFHbaf { width:14.0625rem;height:3rem;top:10.359375rem;left:2.90625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RQghMbbS8crMreIKiba5PRGzJ1MiTu75 { width:20rem;height:0;top:7.0625rem;left:0rem;font-size:0.9375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gzvkGl37WTOlxGkOqHgQHBtAWkv04iA5 { width:20rem;height:12rem;top:9.9999923706056rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Vxk5AXKsxEOHMXwpMmTB3bkiiBaHUqnF { width:20rem;height:7.7988125rem;top:0.99933624267575rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2hxB9SI1VrVStQzBozwgTT6a4JhafuI { width:19.75rem;height:71rem;top:24.499786376953rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTodu0tmmgvzLqwAcQAMJfEfnM4QHmZO { width:15.5620625rem;height:1.7871125rem;top:25.874349594116rem;left:2.2178819775581rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syu2ez9nnfomR1Ryb21WSXNA1S2zG2IT { width:19.8125rem;height:15.625rem;top:28.684898376465rem;left:0.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iE2l8U2Oz4FzJC0kniQZ8EdCCfzBFTVq { width:19.375rem;height:50.125rem;top:44.429688453674rem;left:0.31250005960464rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XtenwOnq9riPkPxZT7fZ7QxBBbcuRSty { width:13.811875rem;height:3.4375rem;top:89rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n54pZdUys2vff8zW7clqZ4Bo96tIHWCr { display:block; }
 }@media only screen and (max-width: 763px) { #bnaa8D2HP4Pc5ontsTmvRs3TiqutQzRp { width:17.6248125rem;height:10.349375rem;top:51.4375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }#bnaa8D2HP4Pc5ontsTmvRs3TiqutQzRp li:before{  }
 }@media only screen and (max-width: 763px) { #atSIq6RCOnhEL86qeFTPJLWTbbJe3dhA { width:13.9355625rem;height:2.03125rem;top:85.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBPxkEkLFOBB4v5pQIHrE0TZkdzy7Tch { width:17.249375rem;height:3.0859375rem;top:46.75rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGCwrqlPQwxdJE4AedgCacRdhMVCGfSb { width:19.75rem;height:92.8125rem;top:98.687068939206rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc0pJK6f3Ft4zTknZlunMqJ1sW97dqoM { width:19.8125rem;height:15.625rem;top:102.63021087646rem;left:0.12434899806976rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D6AiBTJPU5keGFEsnwewCaowQLiJag8r { width:17.5rem;height:1.7871125rem;top:99.935981750487rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5PQcoT5JWvdCwbbxZyT1fE0RMPBvtcl { width:17.4370625rem;height:3.0859375rem;top:119.81120681763rem;left:1.2803819775581rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf4AEKOqNKpLnntv4QTuTHCHtAAZIqFr { width:16.5625rem;height:10.349375rem;top:124.997838974rem;left:1.7187500596046rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }#Lf4AEKOqNKpLnntv4QTuTHCHtAAZIqFr li:before{  }
 }@media only screen and (max-width: 763px) { #wnuZ29S3D0gef03rFuBNdedVOkK85GID { width:13.9355625rem;height:2.03125rem;top:181.125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFncipAQuuk9iNiC2fFVee6Qhf9lIVUf { width:13.811875rem;height:3.4375rem;top:184.0625rem;left:3.125rem;box-shadow: 0.5rem 0.4375rem 1.3125rem rgba(66,66,66,0.16) ;display:block; }
 }@media only screen and (max-width: 763px) { #Dsr7noA5E20afdE7WB4GC4aISe1NW5oi { display:block; }
 }@media only screen and (max-width: 763px) { #KOo4Fo1gpMN67Dstkx5r57IxhXeadWzN { width:17.875rem;height:16.535125rem;top:65.5rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }#KOo4Fo1gpMN67Dstkx5r57IxhXeadWzN li:before{  }
 }@media only screen and (max-width: 763px) { #dlxGPVhup0xGPxKVl00Qy4fBWz2sQuAk { width:16.9998125rem;height:37.1171875rem;top:139.52235984802rem;left:1.4995661377907rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15036;line-height:1.2;display:block; }#dlxGPVhup0xGPxKVl00Qy4fBWz2sQuAk li:before{  }
 }@media only screen and (max-width: 763px) { #RlNIONfLUCQKWt2th575NCbOCJiRdUnt { width:8.9355625rem;height:1.2999125rem;top:63.6875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpeUnkG4Jr3XoU0yHNfWwnqypUbVuwca { width:8.4375rem;height:1.462675rem;top:84.4375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAfQMUH5FQXbe2kngU54NA2MfIeHBaVJ { width:8.4375rem;height:1.462675rem;top:179.375rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCGFNKzflS5JdqkLpULHXS3nKWzT4CdA { width:19.375rem;height:71.5625rem;top:118.49850654602rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1dfpGNOV7rq1lI9rkMN5Kq0tnzeiR4f { top:137.74934387207rem;left:5.3125002980232rem;width:9.375rem;height:0.186631875rem;z-index:15043;background-color:rgba(66,66,66,0.23);background-image:none;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDSpmUKmvFp6ufLKu18wTXZpplC4TFN { width:20rem;height:12.486956521739rem;top:192.88846341126rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #COv4OaqXKdMm5D9ynJINuDCTJBWJMd15 { width:20rem;height:12.486956521739rem;top:206.62433841126rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w { display:block; }#rwUndWTz7Q8GgMSc9epxXWk1XGDFDR2w > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJSfI3dP6MvMDgKRqz0WHaOPPz1VK8Gi { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vM44X5ihV1l6v6dzuZcyHDgZmtZIrVDa { width:18.4375rem;height:27.96875rem;top:4.5974388122559rem;left:0.78125005960463rem;font-size:0.9375rem;font-weight:700;font-style:normal;color:#424242;line-height:1.5;text-align:left;text-align-last:left;display:block; }#vM44X5ihV1l6v6dzuZcyHDgZmtZIrVDa li:before{  }
 }@media only screen and (max-width: 763px) { #RAbRIyhLCrrazIR6etuypg3xR0pl0D3G { width:15.625rem;height:2.2744125rem;top:34.174264431rem;left:2.1875000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaaiBNxxTwQJW0mwuhfWag3sAxSOVIWC { width:12.5rem;height:2.99913125rem;top:38.125rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgzdhPr3uPuBS8zBTvufb7QxQD7SBOdg { display:block; }
 }@media only screen and (max-width: 763px) { #kTbGdkJnycx2GAM9UeaxBBO8T7hIMVOD { width:12.5rem;height:3rem;top:43.3125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk3xRTBci7klElEsTzJsIW0ocimNFFF4 { display:block; }
 }@media only screen and (max-width: 763px) { #mbrokBTqy99r9hs2b370zcrubn8Gw4pf { width:14.5625rem;height:4.1875rem;top:37.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUHZT1WqIx3QTtNH76qeRXD6XhGINTHv { width:14.5625rem;height:4.1875rem;top:42.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0CEyHCxUaOR971ZIVOsT4haTtJwgR1E { width:20rem;height:19.749375rem;top:48.687068939209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr { display:block; }#POQmyl4ckaOnVJXz81IqJ3MKrInzgIVr > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcZQTBOVON7WDTQty4rTDKxWsbznT0Ng { width:2.9375rem;height:2.9375rem;top:6.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxyi12rTBGy6097FPb98cMhhqGzkv9Ah { width:14.8123125rem;height:3.6621125rem;top:14.5rem;left:2.5625rem;font-size:0.875rem;font-weight:700;font-style:normal;color:#424242;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zwsVSA8MuzIkZsnz4IC8UIW4WFR1qMiI { width:3.81055rem;height:1.99805rem;top:19.125rem;left:8.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD11DlWrCJXLHWDM71KUZJhAblExGHUy { width:3.81125625rem;height:1.9984rem;top:30.6875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkPNhxU55POlx0lekoHgqRIXTTz5gxNe { width:15rem;height:3.67383125rem;top:30.25rem;left:2.5rem;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #ITBvtUBsZkLrQaeDceX3m4JbEo1dHITU { width:11.1870625rem;height:3.67383125rem;top:44.3125rem;left:4.375rem;font-size:0.875rem;font-weight:700;font-style:normal;color:#424242;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6qtJ00HlkGP2lrAobZQt9iEWUXN0Ii { width:2.5rem;height:2.5996125rem;top:9.6875rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZvFPJ6yAkzMuiOAD2vfuu0AgPcdM5Lb { width:2.5rem;height:2.5996125rem;top:24.625rem;left:8.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCPwdda9z3WTgZNZTHOrgy0ng10ULiz5 { width:2.5rem;height:2.5996125rem;top:39.4375rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaxG3Vwuw2D7cyLDG6Qsa0fnNWiARf1K { display:flex;top:19.375rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #nd375hltvLRPQ422mXVMeMOIEUoNVrqM { display:flex;top:34.875rem;left:8.75rem;width:2.5rem;height:2.5rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #LpUlc2f7C2oRdlucN92dEPVyT6EJrcC1 { width:4.5625rem;height:4.5625rem;top:8.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztuIi3gaEL7RLilWs92nN5qV7bm7pB2 { width:4.5625rem;height:4.5625rem;top:23.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRWwb1kF8QG16gvEciaSEFiBuxUtaXRN { width:20rem;height:5.19921875rem;top:0.90606737136844rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsMtz5zBZkaTlt7kpgDL4dhAzDiiwdb2 { width:13.186875rem;height:2.31228125rem;top:51.5625rem;left:3.375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #30a9c3, #0e536b);background-image: -moz-linear-gradient(181deg, #30a9c3, #0e536b);background-image: -ms-linear-gradient(181deg, #30a9c3, #0e536b);background-image: -o-linear-gradient(181deg, #30a9c3, #0e536b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a9c3', endColorstr='#0e536b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a9c3', endColorstr='#0e536b' );";background-image: linear-gradient(181deg, #30a9c3, #0e536b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rWEknHpWEHAzKlRMOLMiwRvg1uCZZxDd { display:block; }
 }@media only screen and (max-width: 763px) { #vp761VqlRV12ovAct562P1BRZWdBHGT2 { width:4.56163125rem;height:4.56163125rem;top:38.4375rem;left:7.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { background-color: transparent; background-image: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { display: none; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .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); }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { border-width: 0; border-radius: 0; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcmUoPx3PsgBh3egwd0a5ST97zEGzoRH > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1dkR8RGbd4ZvbDUG62mIyCbzXiWBQfV { width:11.436625rem;height:2.19921875rem;top:8.1875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wx10pd1nM2cWF9V1p3KOgaBGmixXy3qI { width:13.9995625rem;height:2.19921875rem;top:22.999786376953rem;left:2.9991322159767rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EymactopJAT4c3TGPyyTVtat7dMBgTtI { width:12.25rem;height:5.25rem;top:26.374359130859rem;left:3.8747833371162rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZDZWaQrntlaHuR6A0DFwFKHUTTT6Wis { width:13.186875rem;height:5.25rem;top:11.3125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7xVNJASFA9qW2ke7AtxSxFxdo3SV8LN { width:11.125rem;height:2.19921875rem;top:37.374359130859rem;left:4.4368494153022rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TgtVS3EC0puTMScxvpJCvV2QhLGBLPLd { width:13.1875rem;height:6.5625rem;top:40.811859130859rem;left:3.4375002980233rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHBUIMgAXGVZncFOMziTWlowPXoTLg6n { width:13.1875rem;height:6.5625rem;top:55.999389648438rem;left:3.8118489384651rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJgq0DfkiNG7A5XSVFWs73pJX52fkt7 { width:3.56228125rem;height:0.0618489375rem;top:17.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeb6IDadOThGW5I5fb3VeKSD3uNb51F { width:3.5625rem;height:0.0625rem;top:32.749145507812rem;left:8.2497838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGrmsPnB6s6QbdpJQ6Fp8yMZlC0KQIOb { width:3.5625rem;height:0.0625rem;top:48.25rem;left:8.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2qmTaAUhdZff3RXAbgE9DHWW1032cWC { width:9.6875rem;height:2.19921875rem;top:52.874389648438rem;left:5.3743494153022rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sxKB3ArUFJ7rbVw9805dpASHtGwcCSBr { width:3.5625rem;height:0.0625rem;top:63.562316894531rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2KyTei330CQHPdMLAcAA2TRuwTfHr4 { width:14.5625rem;height:14.1875rem;top:5.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsLEyGyQR7N7Qz4MPE6UyAwP0JL3lE09 { width:14.561625rem;height:14.1875rem;top:20.812286376953rem;left:2.7495661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FZyhZiosnnH1OmFiQQD5HWZt8ryRdT { width:14.561625rem;height:14.1875rem;top:35.811859130859rem;left:2.7495661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwqoCyz5sWH0z3mC8LN8qRZaWpzMcAgZ { width:14.561625rem;height:14.1875rem;top:50.999389648438rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOu7hETydmGdaK1tpJk5fyOfCpBkcvbT { width:20rem;height:2.5996125rem;top:1.0601139068604rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqWfrFnUTn10eL5acl0uTSKGeH159rpv { top:47.875rem;left:4.3125rem;width:11.4375rem;height:3.75rem;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1I2UioNZUxh8sIIRtqLTzJgSzFGNCV { display:flex;top:48.625rem;left:4.9375rem;width:2.5rem;height:2.5rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #tL3sZRHJNGugCSNP81XkK26PgyiRV32G { width:7.5rem;height:0;top:49.875rem;left:7.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #PNIVBVzu0lk2iqZyG5U0zq9OMdU7WMTE { display:flex;top:45.6875rem;left:7.5625rem;width:6.875rem;height:6.875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv { background-color:rgba(66,66,66,0.06);background-image:none;display:block; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { background-color: transparent; background-image: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container > .video-iframe-container { display: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row > .video-iframe-container { display: none; }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .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); }#naOOdfw4r6cSSIPwhnbn8L6PPdFbmQWv > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X01cpcX0pCEyKlQb4RsL2zxE8S71MTnb { width:20rem;height:6.7025rem;top:0.684684753418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKcoUvzV8Z18P3TT5tSLdEFSfV7bdty2 { width:20rem;height:17.874375rem;top:8.0609817504881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb { display:none; }#dT5bc4uTt3tQy7IuLRb2ek9qNUECruVb > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xyzNUN3CoquhqP89kJwzyGimdpf167IH { display:block; }#xyzNUN3CoquhqP89kJwzyGimdpf167IH > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTcNpyRCsaHkWIB5CT0IQa8la1mfcrUg { width:18.311625rem;height:9.597625rem;top:1.1848945617676rem;left:0.84418410062787rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B72V7ucKMB7m1V6ps9rnb0K9BgJDoWeB { width:16.936875rem;height:3.673825rem;top:11.656900405884rem;left:1.5310330986977rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vtr6iVWS99KUlHAv8AiGO8NRgNDDXpu7 { width:16.875rem;height:3.75rem;top:18.436421394348rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooukG7gkDOUUIWsRi0R0BTD8MXyNtQL5 { width:20rem;height:1.13671875rem;top:23.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-form-header { font-size:0.875rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;display:block;vertical-align:top;height:auto; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;text-align:center;text-align-last:center; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;font-size:1.125rem;overflow:hidden;height:3.125rem;text-align:center;text-align-last:center; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-radio-label { float:none; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;font-size:0; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-container:first-of-type{padding-top:0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .widget-container:last-of-type{padding-bottom:0;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1  { width:17.5rem;height:auto;top:24.187316894531rem;left:0rem;font-size:0.875rem; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 {display:block;}#D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 { width:17.5rem;height:auto;top:24.187316894531rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #JGAsxTbzGgdzXmgf5TXlofdRpnmn8SyQ {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #zFoZo62IdDFyHwJUH8qP8fIr7wPwTTny {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #uniSU3HThZSCyORrnK32irZh6SmxoDo6 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #FT5rEk30POG1yodNnwTqkn3uMMJvPJOZ {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #OdeffoTttWQxQoSNh9Br7pS1T6TTBtbk {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #wK37vcR02o0qnRDBUdKyx7TCGno6BrAJ {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #XTJX3p8CwRALMtzm40M6NdPJ15VZTO0G {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #cePTXTmEp1RzP1fg9T1VdlNlw6fSTb83 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #WI2KH8gegpWhbvS6sp7TZWCI34NoQ2bm {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #NDW3Qz0iLuTPds91xCpHAPhWvhviEic2 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #pSEEoOULqEBKTIsbUk6gBwKE7auJ8AJp {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #KrOfpRAkCWa4h33vV6b75it9HVdTz812 {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #GHZBgpqNWapz7DEUAThowJNCyyvDrebr {  }
 }@media only screen and (max-width: 763px) { #D5F1Fqa4iPTG8cBgqkqfioTCS7bwiRC1 #sCHByieS56zV3vziboMzoiEVNLkBwRTm {  }
 }@media only screen and (max-width: 763px) { #C2diJL5w0vIF1ICNPF8uCAS0TC1FSvCG { width:11.436625rem;height:3.56228125rem;top:58.572010040283rem;left:5.5924480557442rem;display:none; }
 }@media only screen and (max-width: 763px) { #K11iMgpsPfkTDWs2Jr1o2HmPHRsRClHg { width:10.9375rem;height:4.87413125rem;top:51.990020751953rem;left:2.2482638955116rem;display:none; }
 }@media only screen and (max-width: 763px) { #nC0yypeKkdn7MqeEtOZCTGMw1wGsgGaT { width:20rem;height:33.5625rem;top:17.061828613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg { display:block; }#Uy3yFe2khA9qGaIQJiduSXmsShQRxGlg > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px1CN07nPtHLsiCP7JUq2ZN8bT0AxQlc { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #smnpxp4yVhCJlRiLuyLfnpHTFDUhNtpH { width:19rem;height:20.0625rem;top:7.69921875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSV8bPIx2ZFxX7PLGkqqBtIzAysCLFHq { display:block; }
 }@media only screen and (max-width: 763px) { #WI62d06If9yfG1Asu5NI9rL1GRXeNcSN { width:19rem;height:20.0625rem;top:30.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2lq4kSGGNID7JU5zoDm9rMOTql1bHHK { display:block; }
 }@media only screen and (max-width: 763px) { #IgXC6iNN0KRfU799BgXFlJqRfGydXSTS { width:19rem;height:20.0625rem;top:53.875rem;left:0.5rem;background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/bec9daf2-e5f1-4318-8b84-7af9e745bf0e/CopyofGlutathioneIV21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IgXC6iNN0KRfU799BgXFlJqRfGydXSTS.adaptive-delivery-prevent-bg, #IgXC6iNN0KRfU799BgXFlJqRfGydXSTS.lazyload, #IgXC6iNN0KRfU799BgXFlJqRfGydXSTS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f4u41GTmFuzqwW7F1lLTdDHNLwx4OhHd { display:block; }
 }@media only screen and (max-width: 763px) { #gRTPWZThdK1UrovBeeQNT70zIJNNlukS { width:12.5rem;height:1.4619125rem;top:28.13671875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUEZrrGllTbc4ccc4Naq0wCQ8QVvubRB { width:12.5rem;height:1.4619125rem;top:51.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkMGBU122c3KCGSUJmnQvckVr6mTLqb { width:12.5rem;height:1.4619125rem;top:74.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be { background-color:#2a367e;background-image:none;display:block; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container { background-color: transparent; background-image: none; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container > .video-iframe-container { display: none; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row > .video-iframe-container { display: none; }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .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); }#Fac3BDGE7aNTy5vpwqOJ3eDTRRRFJ9be > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-element-container { background-color:#2a367e;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-heading-text { font-size:0.9375rem;height:auto;color:#ffffff;font-weight:400;font-style:normal; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-desc-text { font-size:1rem;height:auto;font-weight:400;font-style:normal; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 { display:flex;height:auto;width:19.5rem;top:4.5rem;left:0rem;z-index:15002;background-color:#2a367e;background-image:none;gap:0.25rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem; }
#oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ANIxBbwS1BIRJFhKTVhQbCtEn9bBUDNR {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #kNFdw32GkHKUTHxfAx6aXUdV9JH9yXhX {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #OIJRAgNP7IHVu6P3SVdbUwBKI8iLibAO {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #gg54GhhAFpmAbd9WElb10M85wHUzwd5a {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #JsQOAc8n0slwHPcuGKczu3L76wdLKdXG {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #VTm7WvAJZfBqoPHoMeJWZLqXAKdm2oCy {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #XBGrO2wkpJKvDdxIOB1xc9ogGuCcMCUn {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #LnKZWCFVDwaXT1QcQKDK6khOZ4k5nhlS {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #pniha15C6u8ow9IL90TzBC5Pr03yZWxM {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #BOsMNIclheCioNmlJOzco5A6Wsk1lWZe {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ps2On9I8yTc6EgtyZNJmOgnHxDdPVpyi {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #Xn9nWX27DTqEGPRJWdFvhIge6lckGpPO {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #PmcLKGSDfZQ1grlPqtr7aATVR4nQF9UZ {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #dvZ9Osi99VLdVbBS1EE6qVcAdSqLLT2s {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #MERkoRoak29GmP20ktDqCeCV2p5T81U6 {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #d9UFi2Arp7o4A3iZpxGZ3vZ63oqtU0yy {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #nTHtFFFyGq0Px43J7fGpxX6ummaclHfi {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #CevBGs1vcIiTN6IZ52EMfXcCuZ5zezOb {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #wRnNmqAtEF5sdm5aEbEzWdEgwgFZ6UHK {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #ftDifaWRIPzb2G7Tr6bGrGslOgTuHO0d {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #xfB4KypmRZFKqXwRcODfS0PluoONcB8P {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #FopgOFR7WRV3P5VSvBIiBF5tppgu0Bd8 {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #lEfTlIqLJDLMW6eTKRrFVmQ9z96RkuUP {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #lP0rPxOJP3WQt01iPUFRpRorW53QoZNH {  }
 }@media only screen and (max-width: 763px) { #oEcyI36Eb2MHw1cWMs7xJDwHt9wODel3 #HkT5s1s5bFvoZLORwsWSO0ywFeqgd378 {  }
 }@media only screen and (max-width: 763px) { #HBT0KfP4doeTxd4DdqlGpnR10W2MPGTa { width:9.3125rem;height:2.5996125rem;top:1.0625rem;left:5.34375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eeFOSJrZubHibsE6Lo590DgIGr8Of6ra { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(218,0,65,0.92), rgba(255,132,158,0.9));background-image: -moz-linear-gradient(360deg, rgba(218,0,65,0.92), rgba(255,132,158,0.9));background-image: -ms-linear-gradient(360deg, rgba(218,0,65,0.92), rgba(255,132,158,0.9));background-image: -o-linear-gradient(360deg, rgba(218,0,65,0.92), rgba(255,132,158,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0041ea', endColorstr='#ff849ee5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0041ea', endColorstr='#ff849ee5' );";background-image: linear-gradient(360deg, rgba(218,0,65,0.92), rgba(255,132,158,0.9));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { background-color: transparent; background-image: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container > .video-iframe-container { display: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container { display: none; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .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); }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { border-width: 0; border-radius: 0; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eeFOSJrZubHibsE6Lo590DgIGr8Of6ra > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWVJesHWvdfmJ92WsC1ptVHQDXfL75Lg { width:2.74848125rem;height:2.24935rem;top:15.008464813233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8fsSlN7bhzToJm08436bpn94zd4lQzt { width:18.125rem;height:1.2999125rem;top:6.8747844696044rem;left:0.93750005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqpJWVOsTS9Xi1RBBSJzEeg5aOOA4L8v { width:11.5625rem;height:4.1982375rem;top:8.7465286254881rem;left:4.2187502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAmyp1JTJcS8qssF4wfkacc9oCnboDI6 { width:12.25rem;height:3.125rem;top:2.3046875rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpXVdTgIG5IhNdx2xw3MhzUGV4Nq9Ofp { width:18.125rem;height:1.2999125rem;top:34.062286376953rem;left:0.93750005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4vmyNNClyUOTUh1ON0xb3ICMuc8Ooe3 { width:10.4373125rem;height:1.2999125rem;top:14.310764312744rem;left:4.7808163762093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GolVwEZTFAPBQptwaE6GIAK2rZ2cA1Wg { width:2.87435rem;height:2.12348125rem;top:18.632595062256rem;left:16.257596313953rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGZydqLpATfrH8dSXh9lTK4NiRo75SIy { width:10.7498125rem;height:4.5rem;top:16.322483062744rem;left:4.6245663762093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCyavfFnCnMIQvJdUUdV1qoLeXLoE8AM { width:16.624rem;height:0.9746125rem;top:35.624786376953rem;left:1.6872830986977rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZHGuX60PxsG6gkAkLTWtTds8PDVkMhn { width:10.061875rem;height:3.125rem;top:28.411476135254rem;left:4.9685333371163rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tiAwNt2E0Xf1bwOCIpoVuWk9v6FlH4sk { width:10.9375rem;height:2.9822601781351rem;top:12.1875rem;left:4.5rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ADVLi3mPTJRthHgkN39zXNBZa0sKCc2k { width:11.75rem;height:4.6875rem;top:27.561634063721rem;left:4.1243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Aecl45PnuaUspm3dyAxehVMKfTbbUd { width:10.9375rem;height:4.87305rem;top:22.147136688233rem;left:4.5312502980232rem;z-index:15023;display:block; }
 }