.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,237,231;--color-primary-1:147,195,176;--color-primary-2:38,135,96;--color-primary-3:19,68,48;--color-primary-4:6,20,14;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:179,201,195;--color-tertiary-2:0,76,56;--color-tertiary-3:0,38,28;--color-tertiary-4:0,8,6;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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;z-index:auto;display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { background-color: transparent; background-image: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .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); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { border-width: 0; border-radius: 0; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#ZQz9KhZ45lLFOmxuBEzyTvLLfgXVFnNT { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:2.5rem;display:block; }
#Bd1aJmISLcJd0QqQT1Xer3u1pRspn2Mq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.375rem;left:2.9375rem; }
#GZAcDk5J0TAeUcWU7yDR2eBTR84kg8D1 { color:rgba(var(--color-primary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:1.0625rem;left:5.5rem;height:1.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KmStZ2TwV6GrhedGFvhcdlkfu6fwoODv { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:14.75rem;display:block; }
#GqQGAiJHwm4Z2sI9PrqDU4p7BJFT4122 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3125rem;left:15.1875rem; }
#yJ2t6rwMcW6XfQzwpb9wLEiaqRslhcgQ { color:rgba(var(--color-primary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:1.0625rem;left:17.5625rem;height:1.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.235rem;padding-right:0.209375rem;padding-bottom:0.235rem;padding-left:0.209375rem;display:block;align-items:center;width:1.256875rem;min-width:1.256875rem;height:1.265rem;position:relative;font-family:var(--headlines-font-family);font-size:0.94125rem;font-weight:700;line-height:20.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.146875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.675625rem;height:0.5rem;position:relative;font-family:arial;font-size:0.353125rem;font-weight:700;line-height:8px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.1875rem;height:2.506875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.68359375rem;left:59.9658203125rem;z-index:5003; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tbxwr727PiVH0bik63HpMcJqW877hTdU { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #priD05cel4VTNEb68T2yqVxJh0TMqWWe { width:auto; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #uOzVBTvBO2ya9ft1rQ4FbXgoLHfG0B4s {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #o2nCW95fiX97z8fSnnWwWecbWHWo8wLR { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #d8GSnLFBFCtzq5Z01Px8FWZnkOo77XC9 {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mvArEO56qdvzHUlH3TurThCDoQwsrHAX {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #fPMOrW9QHVF6Rez3dTUO0XDqdz5Pbp2V { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #cKUS0Htn7cbxTDPoVeCdHTwO9uPFA0cN {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mTwrPeCHTLVBgu5PLdaVw7lf1xXH4DpQ {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tqigb66Qm731E2cUyCyNJ09umKyZTKfP { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #STmWZWlRetRLGQyugZLq9HVcKBvvOkJr {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #sLSvRK7Ckq71wEiJlIha4BtUVN12Oz52 {  }
#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row .container { background-color: transparent; background-image: none; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row .container > .video-iframe-container { display: none; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row > .video-iframe-container { display: none; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .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); }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row .container { border-width: 0; border-radius: 0; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;overflow:visible;position:relative;display:block; }#i1ida8XvUomyZgyFGim3l8udssbZJJB6 { color:rgba(var(--color-primary-3),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:13.375rem;left:38.5625rem;height:9.28125rem;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; }
#AdNV9KTVgo3Vy56SXPrfJgAA5uERKogL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:29.375rem;left:38.5625rem;height:5.5996125rem;font-style:normal;display:block; }
#OAza9rMC7CRlWnCMrU260nZHzGelBv3f { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:24.625rem;left:38.5625rem;height:3.32421875rem;font-style:normal;display:block; }
#Tgu1B9QZoqSyQ7Wc4yxQlxs6ZiEV0lO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:10.625rem;left:38.5625rem;height:1.3999rem;font-style:normal;display:block; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-form-header {  }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-primary-3),1);width:24.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:24.8125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-3),1);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-text {padding-top: 0; padding-bottom: 0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:24.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-3),1);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-select { 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.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-select {padding-top: 0; padding-bottom: 0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.8125rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal;float:none; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .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; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-container:first-of-type{padding-top:0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-container:last-of-type{padding-bottom:0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:5008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.625rem;left:7.0625rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem;display:block;vertical-align:top; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn {display:block;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:5008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.625rem;left:7.0625rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #OUPXt6JHvbX0xcpmKhoooTuIMHTKiZEG { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #lpwXcF7T7Tl15Mkg2ZQifNBy93ovyZR9 { position:relative;display:block; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #KSdIH4eJKInNkgVgApQTVEP3wyOapvdo { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #z3TmZx9dWeTLTu51ICT5GUSbD48Q3UWQ { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #AbivIGVSmCTttUe3orQJPzuFxRySvGZ3 { position:relative;display:block; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FcUQr9I3qvKamGi2iyifI9UWdsNLpRtK { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #cZSa2REcGxdsvsWXCrBQZZIH0RrkurLs { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #OyXiQTRQCmQG2ppwIOMvlrNtniTDWTxF { position:relative;display:block; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FBfTb9inicAsroIQ42F8ELPccK7g4C3D { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #Rtux48188LOtTvPwtQ0Bxpul1zFOTKsi { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #VUiFuHOGAEZ2dSTgC0IZU9dLdTvCwnJh { position:relative;z-index:2; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FxXfVcI3xyPvAxMtudy4GEIbkZNGeSwE { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #dTqb2H5UlWHOw6ECSQZJs107QFN1wwyQ { position:relative; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #t1sBflf4iXKnNRnTLWiNynTUFTUJnMFy { position:relative; }
#UEVqCmGWv80wnHQQIZ0bMw9cka09id7W { box-sizing:content-box;height:30.8125rem;width:29.4375rem;position:absolute;display:block;z-index:5007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:6rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#e5Gtg8f6nVOAuEL41vKduoOqCEDDhUHA { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:9.125rem;left:8.25rem;height:1.57470625rem;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;font-style:normal;display:block; }
#IBGw1TtshTwHmSdia5Bk7i575w0t03zU { color:rgba(var(--color-secondary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:34.4375rem;left:11.0625rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8yfNtTfkcl0c6glUUZBT9KHUATXvAnu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:34.03759765625rem;left:9.625rem; }
#T44a8B2RJHu7RMv66k43kS6bB32W0JOU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.5625rem;left:21.4375rem; }
#fxCHBNNfJQh76b9br2C7PRp8rpyXbxNI { color:rgba(var(--color-secondary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:34.4375rem;left:22.75rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { background-color: transparent; background-image: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container > .video-iframe-container { display: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container { display: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .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); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { border-width: 0; border-radius: 0; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48rem;width:75rem;overflow:visible;position:relative;display:block; }#DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { color:#ffffff;display:block;width:61rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4rem;left:7rem;height:6rem;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; }
#vCIVURNUsmp4Vbn5D7h5BKKdgp7HZKc0 { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:14.75rem;display:block; }
#SGkOcPbydBqCfmePbnZvJZrUXbQSAXGq { box-sizing:content-box;height:15.4375rem;width:23.75rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:30.125rem;left:38.375rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#a1vxqRTI2vOGNwzXzVz4hNFrA2FK86T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:36.875rem;left:42.125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pofvt3HpqU9ODs63BpSyv6T6R5zmTBrr { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:32.4375rem;left:42.8125rem; }
#Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { box-sizing:content-box;height:15.4375rem;width:23.75rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:30.0625rem;left:10.8125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:36.8125rem;left:14.5625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { box-sizing:content-box;height:15.4375rem;width:23.75rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:13.25rem;left:38.3125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:20rem;left:42.0625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { box-sizing:content-box;height:15.4375rem;width:23.75rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:13.1875rem;left:10.75rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:19.9375rem;left:14.5rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eM0TpfRbCfPpVIAbGhMHaB7t35rxTROU { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:32.4375rem;left:14.875rem; }
#mqPeKwqILyooJDsisdltWiJ5tRMU8DFq { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:15.75rem;left:43rem; }
#yreQyxUWwKd1puXP2ewZOVvWgTKzyMqD { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:15.5625rem;left:15.0625rem; }
#nCp2lkp9c43lrelImNCKhlhlzMWk1GHV { box-sizing:content-box;height:2.499275rem;width:0.185185rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:3.75rem;display:block; }
#DPmQxpTOZexB0ffl8I7LBB8T934JtR12 { box-sizing:content-box;height:3.5617875rem;width:3.5617875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.8125rem;left:14.3125rem;display:block; }
#X21bTSTf7yAqaD4pFGaTGGvgM3NsT7C0 { box-sizing:content-box;height:3.5612rem;width:3.5612rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:14.4375rem;display:block; }
#lT5kdEp43uzmALnIKIvG3ns8JlECAhcT { box-sizing:content-box;height:3.5612rem;width:3.5612rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:42.125rem;display:block; }
#GHECTTKwuQOXrqgHd6cTLGcmFWdT8QF6 { box-sizing:content-box;height:3.5617875rem;width:3.5617875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.875rem;left:42rem;display:block; }
#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { background-color: transparent; background-image: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container > .video-iframe-container { display: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container { display: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .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); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { border-width: 0; border-radius: 0; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.375rem;width:75rem;overflow:visible;position:relative;display:block; }#hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { color:rgba(var(--color-primary-3),1);display:block;width:63.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.8125rem;left:5.78173828125rem;height:2.3999rem;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; }
#t8curBOmkrSS82c5AiH5BBTV7UUegOSP { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.6;letter-spacing:0;top:15.375rem;left:13.125rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { box-sizing:content-box;height:13.4375rem;width:25.9375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:10.125rem;left:10.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { color:rgba(var(--color-primary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:15.375rem;left:41.8125rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { color:rgba(var(--color-primary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:32rem;left:13.0625rem;height:6.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { color:rgba(var(--color-primary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:32rem;left:41.75rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { box-sizing:content-box;height:13.4375rem;width:25.9375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:10.125rem;left:38.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { box-sizing:content-box;height:15.3125rem;width:25.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:26.75rem;left:10.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#hteycZDUGKH0eHciHeNP6SG27mnOG5lA { box-sizing:content-box;height:15.3125rem;width:25.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:26.6875rem;left:38.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:28.875rem;left:41.6875rem; }
#LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:28.875rem;left:13.0625rem; }
#dETPsltVluFPDMpbwnHD6etQWRAHhs70 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:12.0625rem;left:41.75rem; }
#N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:12.0625rem;left:13.125rem; }
#gicMHt4t3TuIrx2n1Lvl3NMym7TJQxIv { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:11.8125rem;left:43.1875rem;display:none; }
#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt { background-color:#f8f6f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row .container { background-color: transparent; background-image: none; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row .container > .video-iframe-container { display: none; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row > .video-iframe-container { display: none; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .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); }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row .container { border-width: 0; border-radius: 0; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#waQVlXuTuCkvBkLlsTsafHC9ULtsOpiA { color:rgba(var(--color-primary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:30.5625rem;height:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mEPNDfPM1CcU8yrZozOOyTvbsxqmaLb6 { color:rgba(var(--color-primary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:3.25rem;left:30.5625rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J4XU0GRsngTGaFFBvlZ7QsOG6NuzyQhr { 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:36.1870625rem;width:27.8746875rem;top:7.5448493957519rem;left:1.6218185424805rem;overflow:hidden;display:block; }
#XucEye1KQwiICBuzIzGQlJCECkvkPfOP { color:rgba(var(--color-primary-3),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.25rem;left:30.5625rem;height:2.92480625rem;display:block; }
#QCCWrcCbg41lDkb1wxsDBydPglLKQmtb { color:#b30350;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:39.25rem;left:35.4375rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TDdvgTkxbsd3m6280x1Tky2moNOUQypL { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:40.562072753906rem;left:48.249855041504rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D8cSpFTJq4AzapLuUSMCPtm4RGo6k4ML { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:40.625rem;left:61.375rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d4uH6Ax5xv1NFSZvAmkvZd7WcevSRSqF { box-sizing:content-box;height:36.1875rem;width:25.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.3);top:7.5rem;left:2.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SnfhSDs330luxpPzmRI4K7g6a2uFsXFU { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:41.0625rem;left:35.4375rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nMduNIRxp7aHLb7v4ehmC3NMFeT27ITu { color:#b30350;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:38.749282836914rem;left:48.249855041504rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vH0h9zTbMFAhLLKyTEAoRBTWzzhn1GuU { color:#b30350;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:38.5625rem;left:61.375rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BkU7tnXpr5ubMeN0DhT6TLzqBv6I6RfA { box-sizing:content-box;height:5.9375rem;width:42.8125rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:37.6875rem;left:30.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.6) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#hv3GuhIHhSdNMBgQkwhOEREpZGdmaZdU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:39.5rem;left:32rem; }
#KkRUTM2m61aVi0tszkPydvoyaSTcLhbL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:39.249862670899rem;left:44.311775207519rem; }
#cDcU0Znf9AUUEwWUwKgkHWoJ4KTbEGzs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:39.25rem;left:57.5rem; }
#nLdLauJXePrr4WAyRSvWKihrPezmgZQI { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:41.0625rem;left:35.125rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cD1LUH1m7S38ECfM2v4mZn36W2KyAaxD { box-sizing:content-box;height:5.9375rem;width:42.8125rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:37.6875rem;left:30rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.6) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:none; }
#NrLh0eHOMeQSMmVzpOMp2wmwPCH98MXR { color:rgba(var(--color-tertiary-2),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:39.25rem;left:35.125rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wq6ymwWkFrGIH1d2EJFlvUrryWMKaB0w { box-sizing:content-box;height:5.9375rem;width:42.8125rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:37.6875rem;left:30rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-primary-0),0.6) ;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:none; }
#EXPQdqeLcAboaBTl2W2cgSiIDZ7CeiuQ { color:rgba(var(--color-tertiary-2),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:39.25rem;left:35.125rem;height:1.94986875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rbgk8FaA4MgctPR1o148pSNV74vLFXmi { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:41.0625rem;left:35.125rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#WQuyvDnZfI8pGSckTMT6p9NaOeRGmuh6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:39.25rem;left:44.3125rem;display:none; }
#vqAtOopPrrq7vvJ0B24q3rnF14aPzpC7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;display:none; }
#Q6wHP6QzuqcyNa3r6kkU1KevW47ylyrm { background-color:#b30350;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.4375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:45.5rem;left:39.03125rem;display:block; }
#I5UbTzdP6iRvsyTkMW93G3c2qFQs7dqe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row .container { background-color: transparent; background-image: none; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row .container > .video-iframe-container { display: none; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row > .video-iframe-container { display: none; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .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); }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row .container { border-width: 0; border-radius: 0; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#vXr7WCPViuRFF50xMQBooc3NB9naiQcI { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#aOcs5HAdrXu0ULCnPcI8OIvvMwtqNbyy { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;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;font-style:normal;display:block; }
#ocVB9mNkQ8rV1PpIzdZMru0xAiAR6Rch { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;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;font-style:normal;display:block; }
#c0F950r4zO6XU6WUthFuiNmNQxZKObvx { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQz9KhZ45lLFOmxuBEzyTvLLfgXVFnNT { top:0.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1aJmISLcJd0QqQT1Xer3u1pRspn2Mq { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZAcDk5J0TAeUcWU7yDR2eBTR84kg8D1 { top:1.0625rem;left:0rem;width:9.3125rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmStZ2TwV6GrhedGFvhcdlkfu6fwoODv { top:0.875rem;left:1.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqQGAiJHwm4Z2sI9PrqDU4p7BJFT4122 { top:1.3125rem;left:1.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ2t6rwMcW6XfQzwpb9wLEiaqRslhcgQ { top:1.0625rem;left:3.9375rem;width:20.4375rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 { width:19rem;height:5.3125rem;display:flex;top:0.875rem;left:0rem;z-index:5003; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tbxwr727PiVH0bik63HpMcJqW877hTdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #priD05cel4VTNEb68T2yqVxJh0TMqWWe {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #uOzVBTvBO2ya9ft1rQ4FbXgoLHfG0B4s {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #o2nCW95fiX97z8fSnnWwWecbWHWo8wLR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #d8GSnLFBFCtzq5Z01Px8FWZnkOo77XC9 {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mvArEO56qdvzHUlH3TurThCDoQwsrHAX {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #fPMOrW9QHVF6Rez3dTUO0XDqdz5Pbp2V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #cKUS0Htn7cbxTDPoVeCdHTwO9uPFA0cN {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mTwrPeCHTLVBgu5PLdaVw7lf1xXH4DpQ {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tqigb66Qm731E2cUyCyNJ09umKyZTKfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #STmWZWlRetRLGQyugZLq9HVcKBvvOkJr {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #sLSvRK7Ckq71wEiJlIha4BtUVN12Oz52 {  }
 }@media only screen and (max-width: 763px) { #c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv { display:block; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1ida8XvUomyZgyFGim3l8udssbZJJB6 { top:13.375rem;left:11.3125rem;width:36.4375rem;height:9.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdNV9KTVgo3Vy56SXPrfJgAA5uERKogL { top:29.375rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAza9rMC7CRlWnCMrU260nZHzGelBv3f { top:24.625rem;left:16.5rem;width:31.25rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgu1B9QZoqSyQ7Wc4yxQlxs6ZiEV0lO1 { top:10.625rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-regular-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-text { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-text {padding-top: 0; padding-bottom: 0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-textarea { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-select { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-select {padding-top: 0; padding-bottom: 0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-button { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn  { width:24.8125rem;height:auto;top:10.625rem;left:0rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .radio-container { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn {display:block;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn { width:24.8125rem;height:auto;top:10.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #OUPXt6JHvbX0xcpmKhoooTuIMHTKiZEG {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #lpwXcF7T7Tl15Mkg2ZQifNBy93ovyZR9 {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #KSdIH4eJKInNkgVgApQTVEP3wyOapvdo {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #z3TmZx9dWeTLTu51ICT5GUSbD48Q3UWQ {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #AbivIGVSmCTttUe3orQJPzuFxRySvGZ3 {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FcUQr9I3qvKamGi2iyifI9UWdsNLpRtK {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #cZSa2REcGxdsvsWXCrBQZZIH0RrkurLs {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #OyXiQTRQCmQG2ppwIOMvlrNtniTDWTxF {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FBfTb9inicAsroIQ42F8ELPccK7g4C3D {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #Rtux48188LOtTvPwtQ0Bxpul1zFOTKsi {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #VUiFuHOGAEZ2dSTgC0IZU9dLdTvCwnJh {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FxXfVcI3xyPvAxMtudy4GEIbkZNGeSwE {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #dTqb2H5UlWHOw6ECSQZJs107QFN1wwyQ {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #t1sBflf4iXKnNRnTLWiNynTUFTUJnMFy {  }
 }@media only screen and (max-width: 763px) { #UEVqCmGWv80wnHQQIZ0bMw9cka09id7W { top:7.3125rem;left:0rem;width:29.4375rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Gtg8f6nVOAuEL41vKduoOqCEDDhUHA { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBGw1TtshTwHmSdia5Bk7i575w0t03zU { top:34.4375rem;left:0rem;width:12.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8yfNtTfkcl0c6glUUZBT9KHUATXvAnu { top:34rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44a8B2RJHu7RMv66k43kS6bB32W0JOU { top:34.5625rem;left:7.8125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxCHBNNfJQh76b9br2C7PRp8rpyXbxNI { top:34.4375rem;left:9.125rem;width:8.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { top:4rem;left:0rem;width:47.75rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCIVURNUsmp4Vbn5D7h5BKKdgp7HZKc0 { top:4rem;left:1.125rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGkOcPbydBqCfmePbnZvJZrUXbQSAXGq { top:30.125rem;left:23.6875rem;width:23.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vxqRTI2vOGNwzXzVz4hNFrA2FK86T7 { top:36.875rem;left:28.5rem;width:18.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pofvt3HpqU9ODs63BpSyv6T6R5zmTBrr { top:32.4375rem;left:29.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { top:30.0625rem;left:0rem;width:23.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { top:36.8125rem;left:0.9375rem;width:19rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { top:13.25rem;left:23.6875rem;width:23.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { top:20rem;left:28.4375rem;width:17.375rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { top:13.1875rem;left:0rem;width:23.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { top:19.9375rem;left:0.875rem;width:17.3125rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0TpfRbCfPpVIAbGhMHaB7t35rxTROU { top:32.4375rem;left:1.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqPeKwqILyooJDsisdltWiJ5tRMU8DFq { top:15.75rem;left:29.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yreQyxUWwKd1puXP2ewZOVvWgTKzyMqD { top:15.5625rem;left:1.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCp2lkp9c43lrelImNCKhlhlzMWk1GHV { top:10.6875rem;left:0rem;width:0.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmQxpTOZexB0ffl8I7LBB8T934JtR12 { top:31.8125rem;left:0.6875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21bTSTf7yAqaD4pFGaTGGvgM3NsT7C0 { top:15rem;left:0.8125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5kdEp43uzmALnIKIvG3ns8JlECAhcT { top:15rem;left:28.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHECTTKwuQOXrqgHd6cTLGcmFWdT8QF6 { top:31.875rem;left:28.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8curBOmkrSS82c5AiH5BBTV7UUegOSP { top:15.375rem;left:0rem;width:20.625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { top:10.125rem;left:0rem;width:25.875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { top:15.375rem;left:26.5rem;width:21.25rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { top:32rem;left:0rem;width:21.375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { top:32rem;left:27.0625rem;width:20.6875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { top:10.125rem;left:21.6875rem;width:25.875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { top:26.75rem;left:0rem;width:25.9375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteycZDUGKH0eHciHeNP6SG27mnOG5lA { top:26.6875rem;left:21.6875rem;width:25.9375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { top:28.875rem;left:28.0625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { top:28.875rem;left:0rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETPsltVluFPDMpbwnHD6etQWRAHhs70 { top:12.0625rem;left:28.125rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { top:12.0625rem;left:0rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gicMHt4t3TuIrx2n1Lvl3NMym7TJQxIv { top:11.8125rem;left:29.5625rem;width:2.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt { display:block; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waQVlXuTuCkvBkLlsTsafHC9ULtsOpiA { top:8.75rem;left:4.625rem;width:43.125rem;height:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEPNDfPM1CcU8yrZozOOyTvbsxqmaLb6 { top:3.25rem;left:6.0625rem;width:41.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4XU0GRsngTGaFFBvlZ7QsOG6NuzyQhr { top:7.5rem;left:0rem;width:27.8125rem;height:36.106330368053rem;display:block; }
 }@media only screen and (max-width: 763px) { #XucEye1KQwiICBuzIzGQlJCECkvkPfOP { top:5.25rem;left:14.8125rem;width:32.9375rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCCWrcCbg41lDkb1wxsDBydPglLKQmtb { top:39.25rem;left:21.8125rem;width:6.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDdvgTkxbsd3m6280x1Tky2moNOUQypL { top:40.5rem;left:34.624855041504rem;width:7.375rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cSpFTJq4AzapLuUSMCPtm4RGo6k4ML { top:40.625rem;left:37.5rem;width:10.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4uH6Ax5xv1NFSZvAmkvZd7WcevSRSqF { top:7.5rem;left:0rem;width:25.3125rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnfhSDs330luxpPzmRI4K7g6a2uFsXFU { top:41.0625rem;left:21.8125rem;width:9.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMduNIRxp7aHLb7v4ehmC3NMFeT27ITu { top:38.6875rem;left:34.624855041504rem;width:7.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH0h9zTbMFAhLLKyTEAoRBTWzzhn1GuU { top:38.5625rem;left:39.5625rem;width:8.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkU7tnXpr5ubMeN0DhT6TLzqBv6I6RfA { top:37.6875rem;left:4.8125rem;width:42.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv3GuhIHhSdNMBgQkwhOEREpZGdmaZdU { top:39.5rem;left:18.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkRUTM2m61aVi0tszkPydvoyaSTcLhbL { top:39.1875rem;left:30.686775207519rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDcU0Znf9AUUEwWUwKgkHWoJ4KTbEGzs { top:39.25rem;left:43.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLdLauJXePrr4WAyRSvWKihrPezmgZQI { top:53rem;left:0rem;width:9.6875rem;height:2.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD1LUH1m7S38ECfM2v4mZn36W2KyAaxD { top:37.6875rem;left:4.8125rem;width:42.8125rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrLh0eHOMeQSMmVzpOMp2wmwPCH98MXR { top:44.875rem;left:0rem;width:3rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wq6ymwWkFrGIH1d2EJFlvUrryWMKaB0w { top:37.6875rem;left:4.8125rem;width:42.8125rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXPQdqeLcAboaBTl2W2cgSiIDZ7CeiuQ { top:50.9375rem;left:0rem;width:6.125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbgk8FaA4MgctPR1o148pSNV74vLFXmi { top:52.75rem;left:0rem;width:9.6875rem;height:1.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQuyvDnZfI8pGSckTMT6p9NaOeRGmuh6 { top:39.25rem;left:30.6875rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqAtOopPrrq7vvJ0B24q3rnF14aPzpC7 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6wHP6QzuqcyNa3r6kkU1KevW47ylyrm { width:24.75rem;height:3.4375rem;top:45.5rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5UbTzdP6iRvsyTkMW93G3c2qFQs7dqe { display:block; }
 }@media only screen and (max-width: 763px) { #aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov { display:block; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXr7WCPViuRFF50xMQBooc3NB9naiQcI { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOcs5HAdrXu0ULCnPcI8OIvvMwtqNbyy { width:25.9375rem;height:;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVB9mNkQ8rV1PpIzdZMru0xAiAR6Rch { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0F950r4zO6XU6WUthFuiNmNQxZKObvx { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQz9KhZ45lLFOmxuBEzyTvLLfgXVFnNT { width:1.625rem;height:1.625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1aJmISLcJd0QqQT1Xer3u1pRspn2Mq { display:flex;width:1rem;height:1rem;top:4.3125rem;left:0.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #GZAcDk5J0TAeUcWU7yDR2eBTR84kg8D1 { width:6.0625rem;height:1.0625rem;top:4.28125rem;left:2.09375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KmStZ2TwV6GrhedGFvhcdlkfu6fwoODv { width:1.625rem;height:1.625rem;top:4rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqQGAiJHwm4Z2sI9PrqDU4p7BJFT4122 { display:flex;width:1.25rem;height:1.25rem;top:4.1875rem;left:8.28125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yJ2t6rwMcW6XfQzwpb9wLEiaqRslhcgQ { width:5.625rem;height:1.0625rem;top:4.28125rem;left:10.28125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-number { padding-top:0.253125rem;padding-right:0.225rem;padding-bottom:0.253125rem;padding-left:0.225rem;width:1.35125rem;min-width:1.35125rem;height:1.359375rem;font-size:1.011875rem;line-height:21.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;font-family:var(--headlines-font-family); }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.158125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.80125rem;height:0.5375rem;font-size:0.379375rem;line-height:8.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-family:var(--headlines-font-family); }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 { width:11.6875rem;height:2.68625rem;display:flex;top:0.6875rem;left:0rem;z-index:5003;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tbxwr727PiVH0bik63HpMcJqW877hTdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #priD05cel4VTNEb68T2yqVxJh0TMqWWe {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #uOzVBTvBO2ya9ft1rQ4FbXgoLHfG0B4s {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #o2nCW95fiX97z8fSnnWwWecbWHWo8wLR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #d8GSnLFBFCtzq5Z01Px8FWZnkOo77XC9 {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mvArEO56qdvzHUlH3TurThCDoQwsrHAX {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #fPMOrW9QHVF6Rez3dTUO0XDqdz5Pbp2V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #cKUS0Htn7cbxTDPoVeCdHTwO9uPFA0cN {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mTwrPeCHTLVBgu5PLdaVw7lf1xXH4DpQ {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tqigb66Qm731E2cUyCyNJ09umKyZTKfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #STmWZWlRetRLGQyugZLq9HVcKBvvOkJr {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #sLSvRK7Ckq71wEiJlIha4BtUVN12Oz52 {  }
 }@media only screen and (max-width: 763px) { #c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv { display:block; }#c3x2uA0FCMfwi7W89fUfQfRcV8ds76Vv > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1ida8XvUomyZgyFGim3l8udssbZJJB6 { width:20rem;height:6.974625rem;top:11.21240234375rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AdNV9KTVgo3Vy56SXPrfJgAA5uERKogL { width:20rem;height:5.6860375rem;top:23.9375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #OAza9rMC7CRlWnCMrU260nZHzGelBv3f { width:20rem;height:4.19970625rem;top:18.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Tgu1B9QZoqSyQ7Wc4yxQlxs6ZiEV0lO1 { width:20rem;height:1.3999rem;top:8.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-text {padding-top: 0; padding-bottom: 0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-select {padding-top: 0; padding-bottom: 0;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn  { width:17.5rem;height:21.25rem;top:34.25rem;left:0rem; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn {display:block;}#d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn { width:17.5rem;height:21.25rem;top:34.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #OUPXt6JHvbX0xcpmKhoooTuIMHTKiZEG {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #lpwXcF7T7Tl15Mkg2ZQifNBy93ovyZR9 {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #KSdIH4eJKInNkgVgApQTVEP3wyOapvdo {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #z3TmZx9dWeTLTu51ICT5GUSbD48Q3UWQ {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #AbivIGVSmCTttUe3orQJPzuFxRySvGZ3 {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FcUQr9I3qvKamGi2iyifI9UWdsNLpRtK {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #cZSa2REcGxdsvsWXCrBQZZIH0RrkurLs {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #OyXiQTRQCmQG2ppwIOMvlrNtniTDWTxF {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FBfTb9inicAsroIQ42F8ELPccK7g4C3D {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #Rtux48188LOtTvPwtQ0Bxpul1zFOTKsi {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #VUiFuHOGAEZ2dSTgC0IZU9dLdTvCwnJh {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #FxXfVcI3xyPvAxMtudy4GEIbkZNGeSwE {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #dTqb2H5UlWHOw6ECSQZJs107QFN1wwyQ {  }
 }@media only screen and (max-width: 763px) { #d42BxNA6nnUvMqBqumeGsGQKXTz3Fdmn #t1sBflf4iXKnNRnTLWiNynTUFTUJnMFy {  }
 }@media only screen and (max-width: 763px) { #UEVqCmGWv80wnHQQIZ0bMw9cka09id7W { width:20rem;height:30.25rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Gtg8f6nVOAuEL41vKduoOqCEDDhUHA { width:20rem;height:1.3999rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBGw1TtshTwHmSdia5Bk7i575w0t03zU { width:12.3125rem;height:0.9375rem;top:58rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E8yfNtTfkcl0c6glUUZBT9KHUATXvAnu { display:flex;width:0.9375rem;height:0.9375rem;top:58rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #T44a8B2RJHu7RMv66k43kS6bB32W0JOU { display:flex;width:0.875rem;height:0.875rem;top:58rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #fxCHBNNfJQh76b9br2C7PRp8rpyXbxNI { width:8.3125rem;height:0.9375rem;top:58rem;left:11.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { width:20rem;height:7.5rem;top:2.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vCIVURNUsmp4Vbn5D7h5BKKdgp7HZKc0 { width:3.75rem;height:0.124881875rem;top:3.6239375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGkOcPbydBqCfmePbnZvJZrUXbQSAXGq { width:19.6875rem;height:13.875rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vxqRTI2vOGNwzXzVz4hNFrA2FK86T7 { width:16.625rem;height:5.625rem;top:61.8125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pofvt3HpqU9ODs63BpSyv6T6R5zmTBrr { display:flex;width:2rem;height:2rem;top:57.75rem;left:3.375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { width:19.6875rem;height:13.5625rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { width:16.25rem;height:5.625rem;top:46.875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { width:19.6875rem;height:13.5625rem;top:25.875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { width:15.9375rem;height:5.625rem;top:31.8125rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { width:19.6875rem;height:13.5625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { width:17.25rem;height:7.03125rem;top:16.96875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0TpfRbCfPpVIAbGhMHaB7t35rxTROU { display:flex;width:2.125rem;height:2.125rem;top:43.1875rem;left:3.3125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #mqPeKwqILyooJDsisdltWiJ5tRMU8DFq { display:flex;width:1.75rem;height:1.75rem;top:28.375rem;left:3.25rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #yreQyxUWwKd1puXP2ewZOVvWgTKzyMqD { display:flex;width:2.25rem;height:2.25rem;top:13.25rem;left:3rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #nCp2lkp9c43lrelImNCKhlhlzMWk1GHV { width:0.124881875rem;height:3.125rem;top:2.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmQxpTOZexB0ffl8I7LBB8T934JtR12 { width:3.125rem;height:3.125rem;top:42.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21bTSTf7yAqaD4pFGaTGGvgM3NsT7C0 { width:3.125rem;height:3.1875rem;top:12.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5kdEp43uzmALnIKIvG3ns8JlECAhcT { width:3.125rem;height:3rem;top:27.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHECTTKwuQOXrqgHd6cTLGcmFWdT8QF6 { width:3.125rem;height:3.125rem;top:57.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { width:17.1875rem;height:1.875rem;top:2.4375rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t8curBOmkrSS82c5AiH5BBTV7UUegOSP { width:16.5625rem;height:6.5625rem;top:10.8125rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { width:19.875rem;height:12.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { width:17.625rem;height:5.25rem;top:24.25rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { width:18.125rem;height:6.5625rem;top:36.8125rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { width:17.0625rem;height:3.9375rem;top:50.9375rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { width:19.875rem;height:11.25rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { width:19.875rem;height:12.25rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteycZDUGKH0eHciHeNP6SG27mnOG5lA { width:19.875rem;height:11.25rem;top:46.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { display:flex;width:1.6875rem;height:1.6875rem;top:47.75rem;left:1.40625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { display:flex;width:1.6875rem;height:1.6875rem;top:34.3125rem;left:1.40625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #dETPsltVluFPDMpbwnHD6etQWRAHhs70 { display:flex;width:1.6875rem;height:1.6875rem;top:21.375rem;left:1.40625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { display:flex;width:1.6875rem;height:1.6875rem;top:7.9990234375rem;left:1.40625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #gicMHt4t3TuIrx2n1Lvl3NMym7TJQxIv { display:flex;width:1.9375rem;height:1.6875rem;top:8.5rem;left:3.1875rem;font-size:1.375rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt { display:block; }#t7PPKeO1XLRpKG5t6GOW1H0GAWk8CKrt > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waQVlXuTuCkvBkLlsTsafHC9ULtsOpiA { width:20rem;height:36rem;top:19.9375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #mEPNDfPM1CcU8yrZozOOyTvbsxqmaLb6 { width:16.3745rem;height:1.125rem;top:2.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4XU0GRsngTGaFFBvlZ7QsOG6NuzyQhr { width:18.6225625rem;height:24.2475625rem;top:56.8759765625rem;left:0.6884765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XucEye1KQwiICBuzIzGQlJCECkvkPfOP { width:20rem;height:2.35595625rem;top:4rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCCWrcCbg41lDkb1wxsDBydPglLKQmtb { width:3rem;height:1.94970625rem;top:58.25rem;left:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDdvgTkxbsd3m6280x1Tky2moNOUQypL { width:6.875rem;height:0;top:56.625rem;left:4.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8cSpFTJq4AzapLuUSMCPtm4RGo6k4ML { width:20rem;height:0;top:55.768882751465rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4uH6Ax5xv1NFSZvAmkvZd7WcevSRSqF { width:20rem;height:32.6875rem;top:65.259759497069rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnfhSDs330luxpPzmRI4K7g6a2uFsXFU { width:9.6875rem;height:0.8125rem;top:60.0625rem;left:7.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMduNIRxp7aHLb7v4ehmC3NMFeT27ITu { width:7.8125rem;height:0;top:49.75rem;left:9.72916662693rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vH0h9zTbMFAhLLKyTEAoRBTWzzhn1GuU { width:8.1875rem;height:0;top:56.5625rem;left:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkU7tnXpr5ubMeN0DhT6TLzqBv6I6RfA { width:14.875rem;height:4.9375rem;top:57.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv3GuhIHhSdNMBgQkwhOEREpZGdmaZdU { display:flex;width:2.1875rem;height:2.1875rem;top:58.625rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #KkRUTM2m61aVi0tszkPydvoyaSTcLhbL { display:flex;width:2.4375rem;height:2.4375rem;top:51.5rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDcU0Znf9AUUEwWUwKgkHWoJ4KTbEGzs { display:flex;width:2.3125rem;height:2.3125rem;top:71.875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #nLdLauJXePrr4WAyRSvWKihrPezmgZQI { width:9.375rem;height:1.625rem;top:73.125rem;left:7.8125rem;font-size:0.625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #cD1LUH1m7S38ECfM2v4mZn36W2KyAaxD { width:15rem;height:4.9375rem;top:70.6875rem;left:2.5625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #NrLh0eHOMeQSMmVzpOMp2wmwPCH98MXR { width:6.125rem;height:1.94970625rem;top:71.3125rem;left:7.8125rem;font-size:1.5rem;z-index:15031;color:#b30350;display:block; }
 }@media only screen and (max-width: 763px) { #wq6ymwWkFrGIH1d2EJFlvUrryWMKaB0w { width:15rem;height:4.9375rem;top:64.375rem;left:2.4375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #EXPQdqeLcAboaBTl2W2cgSiIDZ7CeiuQ { width:6.125rem;height:1.94970625rem;top:65rem;left:7.5rem;font-size:1.5rem;z-index:15035;color:#b30350;display:block; }
 }@media only screen and (max-width: 763px) { #rbgk8FaA4MgctPR1o148pSNV74vLFXmi { width:7.6875rem;height:1.625rem;top:66.8125rem;left:7.5rem;font-size:0.625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #WQuyvDnZfI8pGSckTMT6p9NaOeRGmuh6 { display:flex;width:2.4375rem;height:2.4375rem;top:65.625rem;left:3.6875rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #vqAtOopPrrq7vvJ0B24q3rnF14aPzpC7 { top:7.47998046875rem;left:4.375rem;width:11.25rem;height:11.25rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q6wHP6QzuqcyNa3r6kkU1KevW47ylyrm { width:19rem;height:3.4375rem;top:77rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5UbTzdP6iRvsyTkMW93G3c2qFQs7dqe { display:block; }
 }@media only screen and (max-width: 763px) { #aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov { display:block; }#aufSZa9Jnr1MmOs1G9SZ61xFUT0SK8Ov > .row .container { width:20rem;height:5.6870125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXr7WCPViuRFF50xMQBooc3NB9naiQcI { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOcs5HAdrXu0ULCnPcI8OIvvMwtqNbyy { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVB9mNkQ8rV1PpIzdZMru0xAiAR6Rch { width:15.874625rem;height:1.224825rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0F950r4zO6XU6WUthFuiNmNQxZKObvx { width:15.874625rem;height:1.2246125rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }