.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:249,230,218;--color-primary-1:234,173,132;--color-primary-2:213,90,9;--color-primary-3:107,45,5;--color-primary-4:32,14,1;--color-secondary-0:252,237,245;--color-secondary-1:244,196,222;--color-secondary-2:232,136,188;--color-secondary-3:116,68,94;--color-secondary-4:35,20,28;--color-tertiary-0:255,255,255;--color-tertiary-1:249,233,201;--color-tertiary-2:234,180,76;--color-tertiary-3:117,90,38;--color-tertiary-4:23,18,8;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"raleway"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),0.37));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),0.37));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),0.37));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),0.37)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),0.37)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-1),0.37));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { background-color: transparent; background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .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); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { border-width: 0; border-radius: 0; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { color:rgba(var(--color-primary-4),1);display:block;width:62.2495384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.7093286514281rem;left:6.3740806579587rem;height:11.764705625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:25.875rem;top:19.234355926514rem;left:24.561120986939rem;overflow:hidden;display:block; }
#iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { box-sizing:content-box;height:7.1875rem;width:7.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:15018;background-color:rgba(var(--color-primary-2),0.83);background-image:none;top:12rem;left:11rem;display:block; }
#uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { box-sizing:content-box;height:8.5rem;width:8.5rem;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:15019;background-color:rgba(var(--color-primary-2),0.82);background-image:none;top:9rem;left:45.75rem;display:block; }
#rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { color:rgba(var(--color-primary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:5.125rem;left:17.09375rem;height:1.76470575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:26.124769210816rem;left:59.124536514282rem;height:6.17647025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:28.6875rem;left:0.75rem;height:17.058822625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lwX1p8rhRorPfdJMEtXouSKQETbyC1xp { box-sizing:content-box;height:2.25rem;width:8.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.937498092651rem;left:58.749536514282rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { color:rgba(var(--color-primary-2),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.25rem;height:6.47058825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pe0NFiyPZ8ficsBKGrCz7E5geNe4t2GT { box-sizing:content-box;height:2.9375rem;width:9.5rem;position:absolute;display:block;z-index:15021;background-color:#d55a09;background-image:none;top:22.5rem;left:0rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:46.29296541214rem;left:0rem; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { color:rgba(var(--color-primary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:34.687496185302rem;left:59.124536514282rem;height:6.17647075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { box-sizing:content-box;height:2.25rem;width:8.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:34.437038421631rem;left:58.499536514282rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { position:absolute;display:block;z-index:15044;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:10.4997701875rem;width:10.4997701875rem;top:0.7559742331505rem;left:1.2488517761231rem;overflow:hidden;display:block; }
#hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { position:absolute;display:block;z-index:15045;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:5.7490806875rem;width:8.2490806875rem;top:8.3857994079587rem;left:60.820306777954rem;overflow:hidden;display:block; }
#iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { position:absolute;display:block;z-index:15046;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:6.5rem;width:5.0625rem;top:1.03125rem;left:67.796875rem;overflow:hidden;display:block; }
#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { background-color: transparent; background-image: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container > .video-iframe-container { display: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container { display: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .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); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { border-width: 0; border-radius: 0; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .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; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.510625rem;padding-right:0.469375rem;padding-bottom:0.510625rem;padding-left:0.469375rem;display:block;align-items:center;width:2.814375rem;min-width:2.814375rem;height:2.743125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.0425rem;font-weight:400;line-height:43.89px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.319375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.754375rem;height:1.083125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.765625rem;font-weight:400;line-height:17.33px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { 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:19rem;height:5.166875rem;padding-top:0.638125rem;padding-right:0.670625rem;padding-bottom:0.638125rem;padding-left:0.670625rem;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:0rem;left:27.51611328125rem;z-index:15084; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F { width:auto; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
#uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.83), rgba(var(--color-primary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.83), rgba(var(--color-primary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.83), rgba(var(--color-primary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.83), rgba(var(--color-primary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.83)', endColorstr='rgba(var(--color-primary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.83)', endColorstr='rgba(var(--color-primary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.83), rgba(var(--color-primary-2),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.65625rem;left:50.6875rem;display:block; }
#RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2rem;left:1.875rem;height:2.4264705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { background-color: transparent; background-image: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container > .video-iframe-container { display: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container { display: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .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); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { border-width: 0; border-radius: 0; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { color:rgba(var(--color-tertiary-4),1);display:block;width:66.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:6.4375rem;left:4.09375rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4TRlq3A4xcf0MNgFlhcPDTX8rNdXl6h { color:rgba(var(--color-primary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:3.125rem;left:30.125rem;height:1.1764705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4370384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:10.435426712036rem;left:7.7803306579587rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { position:relative;display:block; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { background-color: transparent; background-image: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .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); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { border-width: 0; border-radius: 0; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yqETsTosNsqqlSV835auqmAHtpuxUQsA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.4375rem;width:13.9375rem;top:0.4375rem;left:6.9375rem;overflow:hidden;display:block; }
#B6GuOPwPdio3uzvkNT69AVKTuXiUOqcW { box-sizing:content-box;height:18.25rem;width:18.25rem;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-1),1);background-image:none;top:0rem;left:4.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#WliJdm904XohOGG2zGHz2vMPS4vGBAD6 { color:rgba(var(--color-primary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:19.875rem;left:2.75rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PE7RDkqeMr8LocVNuwiZwSklh5U91PI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:21.891082763672rem;left:27.217370986939rem;height:4.6323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { color:rgba(var(--color-secondary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:19.78125rem;left:24.9375rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WeExNeUZTNxpZcUf8U5JlzIAM6Jk01AT { box-sizing:content-box;height:18.25rem;width:18.25rem;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:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:28.5625rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#hfPRTezlatXoC1mTfd84lvvADpwJawN6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.2493095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:21.896827697754rem;left:51.309742927551rem;height:4.6323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIdDwFnJzrEKlTw1pKUA3seuhsOKqr1W { color:rgba(var(--color-primary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:19.875rem;left:51.625rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.8125rem;width:11rem;top:2.25rem;left:55.9375rem;overflow:hidden;display:block; }
#mXxfgiX4BpagS3dyeOwRq2LutEoCc9il { box-sizing:content-box;height:18.25rem;width:18.25rem;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:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:52rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#MCaGPCFRPtf18oIcNA9T4ABrwSWSghir { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:21.891082763672rem;left:6.0903034210205rem;height:4.6323526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.5622701875rem;width:11.6865806875rem;top:1.8508682250976rem;left:31.654409408569rem;overflow:hidden;display:block; }
#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { position:relative;display:block; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { background-color: transparent; background-image: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .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); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { border-width: 0; border-radius: 0; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PZpUG3KR3c2wvToKdNQIQE9aGfyqOhLr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4375rem;width:13.125rem;top:0.9375rem;left:7.3125rem;overflow:hidden;display:block; }
#Pel2l8lHQSZs33BGVVKSpgTNInOurTRK { box-sizing:content-box;height:18.25rem;width:18.25rem;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-secondary-1),1);background-image:none;top:0rem;left:4.75rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { color:rgba(var(--color-secondary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:19.1875rem;left:3.5625rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.23046875rem;left:3.4340534210205rem;height:4.6323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.7495403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:21.23046875rem;left:27.622930526733rem;height:4.6323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACZKbOHbP7OsLUETmqAcT1PrEDIBdTR6 { color:rgba(var(--color-primary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:19.25rem;left:26.84375rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.125rem;width:13.6875rem;top:0.5rem;left:30.65625rem;overflow:hidden;display:block; }
#Mqrfi2nTB2LHJQo3m256D6QrWBSdy3oH { box-sizing:content-box;height:18.25rem;width:18.25rem;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:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:28.5625rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#LMCiC1JEmmqKU797Hw4ChZUK2V6iQULT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:21.3125rem;left:50.125rem;height:4.6323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { color:rgba(var(--color-secondary-2),0.99);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:19.1875rem;left:49.25rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#edSaPtAyWh0sSi0kzxaP9OwPkqfW0kT4 { box-sizing:content-box;height:18.25rem;width:18.25rem;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:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:51.9375rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#DOinNzcV6QfNRwQhoBuw8vAbr3rXWkgX { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.9370403125rem;width:9.4990806875rem;top:3.2134704589844rem;left:56.308588027954rem;overflow:hidden;display:block; }
#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(328deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(328deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(328deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(328deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(328deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row .container { background-color: transparent; background-image: none; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row .container > .video-iframe-container { display: none; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row > .video-iframe-container { display: none; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .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); }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row .container { border-width: 0; border-radius: 0; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#ErbSeqqnfAoklTLrsiLlWcCOTTJOOtmT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5rem;left:2rem;display:block; }
#rsdAR0B6T58nsKbfQusHaQTnQhN7b97v { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:9.75rem;left:43.1875rem;height:27.72058675rem;font-style:normal;display:block; }
#basWkyWO4VGoliH5NrXcKLP7AwBRnAL7 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:4.3125rem;left:26.6875rem;display:block; }
#O79K4UftsP1HOb8QaElCJmxaNk89GdbK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:13.5625rem;left:1.375rem;display:block; }
#UQCwcFR5Qzxwc6R0WNnyebNQVGhc4BtP { color:#ffffff;display:block;width:28.4995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.8125rem;left:42.6875rem;height:5.8823528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sqnTsMqNJMHclBzl1JixBWbMWWATAAmr { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1243095625rem;position:absolute;font-family:"yeseva one";font-size:2.0625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.39);top:29.6875rem;left:2rem;height:4.411764625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SDTGqCWIWoiM5K3kFSIdxmmN1Zuc1MtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0618105rem;width:3.0618105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:30.4375rem;left:25.125rem; }
#GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { position:absolute;display:block;z-index:15049;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:5.2493105rem;width:4.0625rem;top:28.305374145507rem;left:29.754133224488rem;overflow:hidden;display:block; }
#OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { position:absolute;display:block;z-index:15047;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:3.3122701875rem;width:4.8747701875rem;top:33.47770690918rem;left:33.812040328979rem;overflow:hidden;display:block; }
#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL { 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; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { background-color: transparent; background-image: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .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); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { border-width: 0; border-radius: 0; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#CoR2ofnKM7Zn7B0HzVJnRZ80nSlQesBG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9997701875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:24.75rem;left:19.3125rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxrnEOnE4aT0tfMD9MoLRppkN47VkdMK { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.0625rem;left:15.5rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uiASHk1SZZqK2EdU2OxTKxqxXAydEM7q { position:absolute;display:block;z-index:15010;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:6.3740806875rem;width:5.0620403125rem;top:12.5625rem;left:22.375rem;overflow:hidden;display:block; }
#aa8tSRMIz96K1BadgUXyaFGDmTBwEAet { box-sizing:content-box;height:6.4375rem;width:6.4375rem;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:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5625rem;left:21.75rem;display:block; }
#N8Oo93OAzTO8FEdwVn3cqKf9ZGkV3JUX { color:rgba(var(--color-tertiary-4),1);display:block;width:47.2495384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:13.875rem;height:4.338235375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vl16J0aL7vFWrMDw6KtTSWELH9dxtxf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:28.125rem;left:17.3125rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nn4MSrUv7ica9eUOylfPEZBUEcqJVK8w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:31.4375rem;left:16.75rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJgR2e4ZkG66T5A2hnJ6aVRKRpW8pF58 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4370384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:6.9375rem;left:7.8125rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#punIgWGRQbIyIdhhCSS4tLKKN60vPyBl { color:rgba(var(--color-primary-2),1);display:block;width:16.8118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:1.5rem;left:29.125rem;height:1.1764705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oG1XQzWv7MFPCEudd8r07eLrSgS6uRpS { box-sizing:content-box;height:2.3747701875rem;width:2.3747701875rem;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:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:17.0625rem;display:block; }
#AvmhQMNEGCeTN818oPar9IgHexddktEI { box-sizing:content-box;height:2.3747701875rem;width:2.3747701875rem;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:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.875rem;left:19.3125rem;display:block; }
#hxk2gS0HKP1l909SMZXuMUsLmin0oXg6 { box-sizing:content-box;height:2.3747701875rem;width:2.3747701875rem;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:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.25rem;left:17.0625rem;display:block; }
#KSisESCuu50y1Ld443od8glNTopPeOaS { position:absolute;display:block;z-index:15012;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:2.2495403125rem;width:1.7497701875rem;top:27.9375rem;left:19.625rem;overflow:hidden;display:block; }
#LXJosKEm17kcaKraekbdLR5cO2n13gAo { position:absolute;display:block;z-index:15041;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:1.5rem;width:1.875rem;top:31.1875rem;left:17.1875rem;overflow:hidden;display:block; }
#z0foOEVCTRODDRLtwEcwde111H1sEJpT { position:absolute;display:block;z-index:15013;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:1.8125rem;width:1.375rem;top:24.8125rem;left:17.5rem;overflow:hidden;display:block; }
#XndPGrB6Dg27O5xGQ1aM5TP5a1akyPXH { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.48), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.48), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.48), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.48), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.48)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.48)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.48), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:25.8122691875rem;width:20rem;top:11.020217895507rem;left:39.998849868774rem;display:block; }
#DTdL2hsq7TcrEayF5Jc2bf2SLJaRwfWi { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.027572631836rem;left:40.622701644897rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAZpImRM1nmz8kq207ToAVnCpa2EbW0e { box-sizing:content-box;height:6.4372701875rem;width:6.4372701875rem;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:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.464385986328rem;left:46.746320724487rem;display:block; }
#LkIJWw9eneJQCRlHyx1vgrvRoECTpvVW { position:absolute;display:block;z-index:15023;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:6.3740806875rem;width:5.0620403125rem;top:12.527572631836rem;left:47.466680526733rem;overflow:hidden;display:block; }
#XATQ73Z2liWf0UgKsmUQX8uMFt0QXRWU { box-sizing:content-box;height:2.3747701875rem;width:2.3747701875rem;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:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.6875rem;left:42.3125rem;display:block; }
#rwsvCvMfUOOWcmeGNf0STiQeptMbKTdD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9997701875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:24.9375rem;left:44.625rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiDDfxKHOpWUNaNbvw3KTUAM33WLDUxh { position:absolute;display:block;z-index:15026;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:1.8125rem;width:1.375rem;top:25rem;left:42.8125rem;overflow:hidden;display:block; }
#zRr3Z4pKtkOd3c5vkNu1pBINMz7xMPCV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:28.3125rem;left:42.625rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCXi1wfhQsmQz7lDszGEHRTZXLoOx4Da { box-sizing:content-box;height:2.3747701875rem;width:2.3747701875rem;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:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.0625rem;left:44.625rem;display:block; }
#WLX7N5hwSrlJ5OZ38wIxOaBSJA2lB2IH { position:absolute;display:block;z-index:15025;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:2.2495403125rem;width:1.7497701875rem;top:28.125rem;left:44.9375rem;overflow:hidden;display:block; }
#SAdVTQXFhG89K0R2f7xMitL193rC0Ctv { box-sizing:content-box;height:2.3747701875rem;width:2.3747701875rem;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:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:42.3125rem;display:block; }
#UgUbb5DrpSvivPhPKJ1rUxtCMKQVHHkd { position:absolute;display:block;z-index:15054;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:2.75rem;width:1.9375rem;top:31.375rem;left:42.5rem;overflow:hidden;display:block; }
#PnRXLXL44KhWLHNRuUDaw1PTDRyUPgs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:31.625rem;left:42.0625rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTkN7LKIE3dRAXUsatBsXKkpExl23TNC { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),0.48));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),0.48));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),0.48));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),0.48)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-1),0.48)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-1),0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:25.8122691875rem;width:20rem;top:11.0546875rem;left:14.871322631836rem;display:block; }
#BOrHageHODr71diSORizlAByexZxsOKB { position:relative;display:block; }#BOrHageHODr71diSORizlAByexZxsOKB { background-color: transparent; background-image: none; }#BOrHageHODr71diSORizlAByexZxsOKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container > .video-iframe-container { display: none; }#BOrHageHODr71diSORizlAByexZxsOKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOrHageHODr71diSORizlAByexZxsOKB > .row > .video-iframe-container { display: none; }#BOrHageHODr71diSORizlAByexZxsOKB > .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); }#BOrHageHODr71diSORizlAByexZxsOKB { border-width: 0; border-radius: 0; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SBETcBviorI52s9I8tdoivSsb5H0l9lL { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.875rem;height:5.2205881875rem;font-style:normal;display:block; }
#CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { box-sizing:content-box;height:23.3743095625rem;width:18.3122691875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:6.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#I6ZXslEAdTMsyh1CozBhoZJtCvhx9l9C { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:8.375rem;left:2.1875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trtP983TOPLxFaFQ16tpdpHrxWbuQ5u8 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.3125rem;width:18.3731613125rem;top:10.257339477539rem;left:6.1546421051026rem;overflow:hidden;display:block; }
#yelGbQNCJOfXtSsPQp4LiuhNBPoH6bfp { color:rgba(var(--color-primary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.375rem;left:10.625rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hS0umXM3yvheKCWiyM2DE1xV9XFblF5e { box-sizing:content-box;height:23.3743095625rem;width:18.3122691875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:28.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#mE2fTkKxt67W888LBgHnKJJHmtvN38TZ { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.0625rem;width:18.4375rem;top:12.519515991211rem;left:28.059511184693rem;overflow:hidden;display:block; }
#Fc6ZkHZ6v9DMVwlT42uhN9qcxVKWz8ot { color:rgba(var(--color-primary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:36.379821777344rem;left:32.559740066528rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBffKW1Nd103H2dkop8IIalvCxKg8rbw { box-sizing:content-box;height:23.3743095625rem;width:18.3122691875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -moz-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -ms-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-image: -o-linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),0.9)' );";background-image: linear-gradient(134deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.133499145507rem;left:50.24241065979rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pWfXzhhyeTC0A6mbwB5tp5wi3kJnLzwD { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.0625rem;width:18.4375rem;top:12.519515991211rem;left:50.175775527954rem;overflow:hidden;display:block; }
#OIrT9Szk68BOAbRPqnn8MTSzc0t36K5B { color:rgba(var(--color-primary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.320068359375rem;left:54.684053421021rem;height:1.6176470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7kvlsPCsXlasxysayNsMS1RUQQUiExx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { background-color: transparent; background-image: none; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container > .video-iframe-container { display: none; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row > .video-iframe-container { display: none; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .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); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { border-width: 0; border-radius: 0; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#TDapL7e4VUPwbb1tkOkbJnLswbgTeCP1 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:5.25rem;left:9.375rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:3.5625rem;left:29rem;height:1.102941125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.375rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { background-color: transparent; background-image: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container > .video-iframe-container { display: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container { display: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .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); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { border-width: 0; border-radius: 0; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:9.6875rem;left:7.8125rem;height:4.6323528125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.3125rem;left:7.8125rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6rem;left:7.8125rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n1yw0kqgRzgpmvVHyiAHFMw9mZXnSdrp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.875rem;left:28.1875rem; }
#gQmwV4ywio5U5BCuwB0UWdpkKdD7CxGT { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.875rem;left:25rem;display:block; }
#K2XuEmZWTkgrTMWoTmTToikx9syxlmti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.875rem;left:49.4375rem; }
#B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:3.3125rem;left:32.6875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#necSJHuxusRIyrgh0aT7exivAhL9lLJT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.25rem;left:32.6875rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcK3RwIwQqbhv7dq63ZukVTRfZwBOTW5 { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.8125rem;left:46.25rem;display:block; }
#IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.6875rem;left:32.687269210816rem;height:4.6323528125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwZmmudatMXQvdp5QveOznSWbgc8UsyT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.875rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:9.6875rem;left:53.874078750611rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:3.25rem;left:53.875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#os9F1SoauaULP5keqzagwcWGhm86ItC3 { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.6875rem;left:6.75rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.75rem;left:32.125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#iR0oMQf3euHty7IKu7U4larqUsPLVatS { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.75rem;left:53.375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { background-color: transparent; background-image: none; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container > .video-iframe-container { display: none; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row > .video-iframe-container { display: none; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .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); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { border-width: 0; border-radius: 0; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#fxdQuWoxW6OHTGpleMQWwbSz1gMBc79p { position:absolute;display:block;z-index:15017;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:20.8743095625rem;width:6.1247701875rem;top:21.931274414062rem;left:65.341218948362rem;overflow:hidden;display:block; }
#XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { position:absolute;display:block;z-index:15018;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:7.6875rem;width:6.125rem;top:5.25rem;left:4.375rem;overflow:hidden;display:block; }
#RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { box-sizing:content-box;height:40.5625rem;width:43.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.1875rem;left:15.812269210816rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-3),0.2) ;display:block; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-form-header {  }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:36.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .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; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-button { border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:4.9375rem;margin-bottom:0.25rem;margin-left:4.9375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:26.6875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:35.375rem;overflow:hidden;font-style:normal;float:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .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; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-container:first-of-type{padding-top:0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-container:last-of-type{padding-bottom:0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.7711181640625rem;left:17.935430526733rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.625rem;display:block;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk {display:block;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.7711181640625rem;left:17.935430526733rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #yNXAVBFhl2n9lBS0xl7WsdJlVboqk1xK { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #M8y3d40TqFuokuW74243bh5Tsng9wtTb { position:relative;display:block; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WvvT5XpsLSI2ylnopO05pcqUWa9WSx7S { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #R2Gs3RgWMlfD8IN3ucG8SgupUSeC77rr { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WVGUgSfGo43lJkid8OhoiFTBU48zpHB8 { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #eOGGcucNNII2JD8T4bPQb3BxHbS9fLMS { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Xl4ebmFlnbmow9J1064gu3ilwrWyEL7o { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #bwQnDcDhpIR62nrCdBgNPp1dD5LvJa3u { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WEgHUprgNMUK5fvocmdCQAD85U3QzC0e { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #pQp5PhJ4TMvlRhHaPQi7DHDGqW55be7n { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #l5MzRMLwNI6yhCAtrW7HJU2Jg5nUQWV1 { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BoD5smQknmNJT1OwlZyxwaOsNihNmgqd { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XK5a0qQzZFdddTVEMCeFmXaW0GLl0Qzh { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #gZ8aLMMJv7VovaQcndaPIR7ZMpbz2Tlo { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #RutUmlFmvbgveWnqu8XeSJSTlECDmiLV { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #GdGdWTmyUIodAPtbuopdtZm36y4CWlQE { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #KyDALTIAfst2TXfydSgR7RGNTmZxL8kv { position:relative;z-index:2; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #ACTV1k9hoiMOvV0S5RacNaEs639cAEPG { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #oxI7BCzzEf27lpck6Dif9LVQwDaMhdVZ { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Ubt3aR5GL5EGtqmQZyuvIKR37ALTNS5X { position:relative;z-index:2; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #OfHTpAO9JKT4J47b00nbCeCHrbFgHbBi { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #MnE1VhpTRF5JL7sPuUWop96E1lrWoF0y { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #LixQg9MqKKcDzrff1UOLQHlnpd9dcign { position:relative;z-index:2; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Kvyncb1alyenE3vVFvDlwR2v5w7QuFox { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FcTfst5m7I0e2hRUhnuHCw7Vpq45TKXB { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #DMtknQ0UcwA0LD7fw3a4BmTOBFipqgVB { position:relative; }
#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { background-color: transparent; background-image: none; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container > .video-iframe-container { display: none; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row > .video-iframe-container { display: none; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .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); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { border-width: 0; border-radius: 0; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#p6tlfmNMDCt7x2PZHWF56bKxeAPR2ZPW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6865844726562rem;left:0rem;height:3.6764705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { position:absolute;display:block;z-index:15029;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:9.875rem;width:7.75rem;top:2.6240844726562rem;left:0.9466915130615rem;overflow:hidden;display:block; }
#TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { position:absolute;display:block;z-index:15031;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:10.8743105rem;width:8.4995403125rem;top:51.391998291016rem;left:21.784237861633rem;overflow:hidden;display:block; }
#eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { box-sizing:content-box;height:2.311580875rem;width:2.311580875rem;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:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6670532226562rem;left:71.545262336731rem;display:block; }
#P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { box-sizing:content-box;height:3.6868105rem;width:3.6868105rem;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:15038;background-color:transparent;background-image: -webkit-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5613403320312rem;left:70.170033454894rem;display:block; }
#PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { box-sizing:content-box;height:5.3745403125rem;width:5.3745403125rem;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:transparent;background-image: -webkit-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.817321777344rem;left:0rem;display:block; }
#Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { box-sizing:content-box;height:1.9370403125rem;width:1.9370403125rem;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:15040;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4666748046875rem;left:8.6937036514281rem;display:block; }
#xaag8QdNBbt2y1HTWARFGySKlW45TUSq { position:absolute;display:block;z-index:15041;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:6.375rem;width:9.125rem;top:28.458190917969rem;left:0rem;overflow:hidden;display:block; }
#q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { position:absolute;display:block;z-index:15042;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:6.1868105rem;width:8.8740806875rem;top:1.6268615722656rem;left:65.052843093875rem;overflow:hidden;display:block; }
#Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { position:absolute;display:block;z-index:15043;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:12.1875rem;width:9.4990806875rem;top:29.519073486328rem;left:65.500912666319rem;overflow:hidden;display:block; }
#I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { box-sizing:content-box;height:1.1247701875rem;width:1.1247701875rem;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:15038;background-color:transparent;background-image: -webkit-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5526123046875rem;left:6.2477025985717rem;display:block; }
#OgUGhA8Q6z4OcLWMHEAxgEbECBJSl5ip { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.913818359375rem;left:1.7153043746948rem;display:block; }
#BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { box-sizing:content-box;height:1.499310625rem;width:1.499310625rem;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:15039;background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.2591857910156rem;left:56.892231941223rem;display:block; }
#sFtlxUIFH42HkCydw5zTQVyu64nWQenm { box-sizing:content-box;height:6.875rem;width:6.875rem;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:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1877136230469rem;left:60.953579902649rem;display:block; }
#eauqifr82dwc47dHrXXcdsilTAo4twD6 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:23.4375rem;width:20rem;top:9.562255859375rem;left:6.2499990463257rem;display:block; }
#zvP32dkAhudkh1Qy5DcQTpKprFQASrer { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:23.4375rem;width:20rem;top:9.5346984863281rem;left:28.183590888977rem;display:block; }
#h6Whd91g8QsVWTiKMyfJtsgZzUgPmJZI { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:23.4375rem;width:20rem;top:9.5346984863281rem;left:49.810429573059rem;display:block; }
#d1LcSqimoEXSeo0zdHcuGG7lmT1PsBUM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:23.4375rem;width:20rem;top:34.403717041016rem;left:6.2477025985717rem;display:block; }
#P5gwDc2IBU4yAfpPTOfDzumUBlTd5GE0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:23.4375rem;width:20rem;top:34.421875rem;left:28.180146217346rem;display:block; }
#FXALfGD3JBtDWJCkR4b2w1WuZ9w3Ascd { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:23.4375rem;width:20rem;top:34.449676513672rem;left:49.881657600403rem;display:block; }
#M0Bt5uSSPlh1vt6UHO9JMbqU6kVhwAIz { position:absolute;display:block;z-index:15044;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:12.1875rem;width:17.3747691875rem;top:15.144775390625rem;left:7.3701744079587rem;overflow:hidden;display:block; }
#lRtASHnUmcta3DZHbIdKax1xfBpg5KOm { position:absolute;display:block;z-index:15045;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:19.875rem;width:15.875rem;top:11.136260986328rem;left:30.211396217346rem;overflow:hidden;display:block; }
#eyp72N71JWLmqBlz3x3l2AKqtLNIBuLE { position:absolute;display:block;z-index:15046;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:19.8125rem;width:15.8125rem;top:11.295959472656rem;left:51.869252204895rem;overflow:hidden;display:block; }
#p1TIhbUvxTRSJcTwLFaPboGZNggTIExt { position:absolute;display:block;z-index:15045;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:12.8125rem;width:18.1870403125rem;top:39.678314208984rem;left:50.713464736939rem;overflow:hidden;display:block; }
#H6I6gMmyiAAAlWCfoQXD73U8pMEBS1Gi { position:absolute;display:block;z-index:15046;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:19.8125rem;width:15.8125rem;top:36.133941650391rem;left:30.243565559387rem;overflow:hidden;display:block; }
#xMZUhkbBGQEwateLB8S93nXh56XKh74i { position:absolute;display:block;z-index:15047;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:12.8745403125rem;width:18.2490806875rem;top:39.647308349609rem;left:7.1231613159181rem;overflow:hidden;display:block; }
#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { background-color: transparent; background-image: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .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); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { border-width: 0; border-radius: 0; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.5625rem;left:6.9375rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnGvd0srai3pUlW386eI4UKMUc0uhie5 { color:rgba(var(--color-secondary-1),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.6875rem;left:6.9375rem;height:4.6323526875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.9375rem;left:48.875rem;height:1.76470575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { box-sizing:content-box;height:3rem;width:3rem;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:15034;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:4.875rem;left:54.5625rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.6875rem;left:55.375rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:4.875rem;left:58.8125rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.6875rem;left:59.625rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { box-sizing:content-box;height:3rem;width:3rem;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:15038;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:4.9375rem;left:63.0625rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:5.75rem;left:63.875rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { position:absolute;display:block;z-index:15040;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:14.25rem;width:14.25rem;top:1.9756164550781rem;left:29.403721809387rem;overflow:hidden;display:block; }
#FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { background-color:rgba(var(--color-secondary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:13.1875rem;left:6.9375rem;display:block; }
#qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfJklziCWlTdge1JNTbI1vUUJXezPcBN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:10.0625rem;left:48.8125rem;height:6.17647025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:1.6865844726562rem;left:6.9370403289794rem;height:3.161764625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { top:9.6875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:25.875rem;height:32.375rem;top:19.1875rem;left:10.936120986939rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { width:7.1875rem;height:7.1875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { width:8.5rem;height:8.5rem;top:9rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { top:5.0625rem;left:3.4682903289795rem;width:40.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { top:26.0625rem;left:32rem;width:15.75rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { top:28.6875rem;left:0rem;width:25.75rem;height:17.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwX1p8rhRorPfdJMEtXouSKQETbyC1xp { width:8.4375rem;height:2.25rem;top:25.875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { top:22.25rem;left:0rem;width:27.875rem;height:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0NFiyPZ8ficsBKGrCz7E5geNe4t2GT { width:9.4375rem;height:2.875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcU7CJudeOungcP5MWREsd2XeSlwTWTp { width:3.125rem;height:3.125rem;top:46.25rem;left:0rem;display:block; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { top:34.625rem;left:31.9375rem;width:9.875rem;height:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { width:8.5rem;height:2.25rem;top:34.375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { top:0.75rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { top:8.375rem;left:39.5625rem;width:8.1875rem;height:5.7061628940342rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { top:1rem;left:42.6875rem;width:5.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .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; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .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; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
 }@media only screen and (max-width: 763px) { #uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { width:14.875rem;height:3.125rem;top:1.625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { top:2rem;left:0rem;width:22.5625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { top:6.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TRlq3A4xcf0MNgFlhcPDTX8rNdXl6h { top:3.125rem;left:16.5rem;width:13.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { top:10.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { display:block; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqETsTosNsqqlSV835auqmAHtpuxUQsA { width:13.9375rem;height:17.4375rem;top:0.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GuOPwPdio3uzvkNT69AVKTuXiUOqcW { width:18.25rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WliJdm904XohOGG2zGHz2vMPS4vGBAD6 { width:22.25rem;height:2.0625rem;top:19.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE7RDkqeMr8LocVNuwiZwSklh5U91PI6 { width:20.5rem;height:4.625rem;top:21.875rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { width:25.0625rem;height:2rem;top:19.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeExNeUZTNxpZcUf8U5JlzIAM6Jk01AT { width:18.25rem;height:18.25rem;top:0rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfPRTezlatXoC1mTfd84lvvADpwJawN6 { width:20.1875rem;height:4.625rem;top:21.875rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIdDwFnJzrEKlTw1pKUA3seuhsOKqr1W { width:19.625rem;height:2.0625rem;top:19.875rem;left:28rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { width:11rem;height:13.8125rem;top:2.25rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXxfgiX4BpagS3dyeOwRq2LutEoCc9il { width:18.25rem;height:18.25rem;top:0rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaGPCFRPtf18oIcNA9T4ABrwSWSghir { width:15.625rem;height:4.625rem;top:21.875rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { width:11.625rem;height:14.485536484659rem;top:1.8125rem;left:17.966909408569rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { display:block; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZpUG3KR3c2wvToKdNQIQE9aGfyqOhLr { width:13.125rem;height:16.4375rem;top:0.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pel2l8lHQSZs33BGVVKSpgTNInOurTRK { width:18.25rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { width:20.625rem;height:2rem;top:19.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { width:20.9375rem;height:4.625rem;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { width:19.6875rem;height:4.625rem;top:21.1875rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZKbOHbP7OsLUETmqAcT1PrEDIBdTR6 { width:21.3125rem;height:2.0625rem;top:19.25rem;left:10.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { width:13.6875rem;height:17.125rem;top:0.5rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqrfi2nTB2LHJQo3m256D6QrWBSdy3oH { width:18.25rem;height:18.25rem;top:0rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCiC1JEmmqKU797Hw4ChZUK2V6iQULT { width:21.0625rem;height:4.625rem;top:21.25rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { width:22.9375rem;height:2.0625rem;top:19.1875rem;left:8.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSaPtAyWh0sSi0kzxaP9OwPkqfW0kT4 { width:18.25rem;height:18.25rem;top:0rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOinNzcV6QfNRwQhoBuw8vAbr3rXWkgX { width:9.4375rem;height:11.859654808224rem;top:3.1875rem;left:33.496088027954rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh { display:block; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErbSeqqnfAoklTLrsiLlWcCOTTJOOtmT { width:38.9375rem;height:21.902272546622rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdAR0B6T58nsKbfQusHaQTnQhN7b97v { width:30.3125rem;height:27.6875rem;top:9.75rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #basWkyWO4VGoliH5NrXcKLP7AwBRnAL7 { width:11.25rem;height:0.625rem;top:4.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O79K4UftsP1HOb8QaElCJmxaNk89GdbK { width:0.625rem;height:11.25rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCwcFR5Qzxwc6R0WNnyebNQVGhc4BtP { width:28.4375rem;height:5.875rem;top:1.8125rem;left:19.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqnTsMqNJMHclBzl1JixBWbMWWATAAmr { top:29.6875rem;left:0rem;width:22.0625rem;height:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTGqCWIWoiM5K3kFSIdxmmN1Zuc1MtL { top:30.4375rem;left:11.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { top:28.25rem;left:16.129133224488rem;width:4.0625rem;height:5.2493105rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { top:33.4375rem;left:20.187040328979rem;width:4.8125rem;height:3.269959334333rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL { display:block; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoR2ofnKM7Zn7B0HzVJnRZ80nSlQesBG { width:12.9375rem;height:1.9375rem;top:24.6875rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrnEOnE4aT0tfMD9MoLRppkN47VkdMK { width:18.75rem;height:3rem;top:20.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiASHk1SZZqK2EdU2OxTKxqxXAydEM7q { top:12.5625rem;left:10.875rem;width:5rem;height:6.2959600220489rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8tSRMIz96K1BadgUXyaFGDmTBwEAet { top:12.5625rem;left:9.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Oo93OAzTO8FEdwVn3cqKf9ZGkV3JUX { width:47.1875rem;height:4.3125rem;top:2.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl16J0aL7vFWrMDw6KtTSWELH9dxtxf1 { width:16.9375rem;height:1.9375rem;top:28.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn4MSrUv7ica9eUOylfPEZBUEcqJVK8w { width:18.125rem;height:1.9375rem;top:31.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJgR2e4ZkG66T5A2hnJ6aVRKRpW8pF58 { top:6.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #punIgWGRQbIyIdhhCSS4tLKKN60vPyBl { top:1.5rem;left:15rem;width:16.75rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1XQzWv7MFPCEudd8r07eLrSgS6uRpS { top:24.5rem;left:12.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvmhQMNEGCeTN818oPar9IgHexddktEI { top:27.875rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxk2gS0HKP1l909SMZXuMUsLmin0oXg6 { top:31.25rem;left:12.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSisESCuu50y1Ld443od8glNTopPeOaS { top:27.9375rem;left:14.1875rem;width:1.6875rem;height:2.1694844868556rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJosKEm17kcaKraekbdLR5cO2n13gAo { top:31.1875rem;left:12.625rem;width:1.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0foOEVCTRODDRLtwEcwde111H1sEJpT { top:24.8125rem;left:12.9375rem;width:1.3125rem;height:1.7306124323377rem;display:block; }
 }@media only screen and (max-width: 763px) { #XndPGrB6Dg27O5xGQ1aM5TP5a1akyPXH { top:11rem;left:11.75rem;width:20rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTdL2hsq7TcrEayF5Jc2bf2SLJaRwfWi { width:18.75rem;height:3rem;top:20rem;left:13rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZpImRM1nmz8kq207ToAVnCpa2EbW0e { top:12.4375rem;left:25.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkIJWw9eneJQCRlHyx1vgrvRoECTpvVW { top:12.5rem;left:26.75rem;width:5rem;height:6.2959600220489rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATQ73Z2liWf0UgKsmUQX8uMFt0QXRWU { top:24.6875rem;left:28.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwsvCvMfUOOWcmeGNf0STiQeptMbKTdD { width:12.9375rem;height:1.9375rem;top:24.875rem;left:18.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDDfxKHOpWUNaNbvw3KTUAM33WLDUxh { top:25rem;left:29.125rem;width:1.3125rem;height:1.7306124323377rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRr3Z4pKtkOd3c5vkNu1pBINMz7xMPCV { width:16.9375rem;height:1.9375rem;top:28.25rem;left:14.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXi1wfhQsmQz7lDszGEHRTZXLoOx4Da { top:28.0625rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLX7N5hwSrlJ5OZ38wIxOaBSJA2lB2IH { top:28.125rem;left:30.0625rem;width:1.6875rem;height:2.1694844868556rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAdVTQXFhG89K0R2f7xMitL193rC0Ctv { top:31.375rem;left:28.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgUbb5DrpSvivPhPKJ1rUxtCMKQVHHkd { top:31.375rem;left:28.8125rem;width:1.875rem;height:2.6612544686005rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnRXLXL44KhWLHNRuUDaw1PTDRyUPgs1 { width:18.125rem;height:1.9375rem;top:31.5625rem;left:13.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkN7LKIE3dRAXUsatBsXKkpExl23TNC { top:11rem;left:0rem;width:20rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOrHageHODr71diSORizlAByexZxsOKB { display:block; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBETcBviorI52s9I8tdoivSsb5H0l9lL { top:2.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { top:12.1875rem;left:0rem;width:18.25rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ZXslEAdTMsyh1CozBhoZJtCvhx9l9C { top:8.3125rem;left:0rem;width:31rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trtP983TOPLxFaFQ16tpdpHrxWbuQ5u8 { top:10.25rem;left:0rem;width:18.3125rem;height:25.228927584424rem;display:block; }
 }@media only screen and (max-width: 763px) { #yelGbQNCJOfXtSsPQp4LiuhNBPoH6bfp { top:36.375rem;left:2.5625rem;width:9.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS0umXM3yvheKCWiyM2DE1xV9XFblF5e { top:12.3125rem;left:5.625rem;width:18.25rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE2fTkKxt67W888LBgHnKJJHmtvN38TZ { top:12.5rem;left:5.4375rem;width:18.4375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc6ZkHZ6v9DMVwlT42uhN9qcxVKWz8ot { top:36.375rem;left:14.5rem;width:9.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBffKW1Nd103H2dkop8IIalvCxKg8rbw { top:12.125rem;left:17.5625rem;width:18.25rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfXzhhyeTC0A6mbwB5tp5wi3kJnLzwD { top:12.5rem;left:17.375rem;width:18.4375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIrT9Szk68BOAbRPqnn8MTSzc0t36K5B { top:36.3125rem;left:26.4375rem;width:9.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7kvlsPCsXlasxysayNsMS1RUQQUiExx { display:block; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDapL7e4VUPwbb1tkOkbJnLswbgTeCP1 { top:5.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { top:3.5625rem;left:15.375rem;width:17rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { top:9.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { width:16.875rem;height:4.625rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { top:3.3125rem;left:0rem;width:12.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { top:6rem;left:0rem;width:14.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1yw0kqgRzgpmvVHyiAHFMw9mZXnSdrp { width:2rem;height:2rem;top:5.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQmwV4ywio5U5BCuwB0UWdpkKdD7CxGT { width:4.375rem;height:0.125rem;top:6.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2XuEmZWTkgrTMWoTmTToikx9syxlmti { width:2rem;height:2rem;top:5.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { top:3.3125rem;left:19.0625rem;width:12.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #necSJHuxusRIyrgh0aT7exivAhL9lLJT { top:6.25rem;left:19.0625rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcK3RwIwQqbhv7dq63ZukVTRfZwBOTW5 { width:4.375rem;height:0.125rem;top:6.8125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { width:18.0625rem;height:4.625rem;top:9.6875rem;left:19.062269210816rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZmmudatMXQvdp5QveOznSWbgc8UsyT { top:6.1875rem;left:34.875rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { width:19.4375rem;height:3.0625rem;top:9.6875rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { top:3.25rem;left:34.875rem;width:12.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:3.25rem;height:2.375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { width:3.25rem;height:2.375rem;top:5.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0oMQf3euHty7IKu7U4larqUsPLVatS { width:3.25rem;height:2.375rem;top:5.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm { display:block; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxdQuWoxW6OHTGpleMQWwbSz1gMBc79p { top:21.875rem;left:41.625rem;width:6.0625rem;height:20.662081653436rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { top:5.25rem;left:0rem;width:6.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { width:43.375rem;height:40.5625rem;top:2.1875rem;left:2.1872692108154rem;display:block; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-regular-label { width:36.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-textarea { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.9375rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-checkbox-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk  { width:36.625rem;height:auto;top:2.75rem;left:4.3104305267334rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .radio-container { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk {display:block;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk { width:36.625rem;height:auto;top:2.75rem;left:4.3104305267334rem; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #yNXAVBFhl2n9lBS0xl7WsdJlVboqk1xK {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #M8y3d40TqFuokuW74243bh5Tsng9wtTb {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WvvT5XpsLSI2ylnopO05pcqUWa9WSx7S {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #R2Gs3RgWMlfD8IN3ucG8SgupUSeC77rr {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WVGUgSfGo43lJkid8OhoiFTBU48zpHB8 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #eOGGcucNNII2JD8T4bPQb3BxHbS9fLMS {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Xl4ebmFlnbmow9J1064gu3ilwrWyEL7o {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #bwQnDcDhpIR62nrCdBgNPp1dD5LvJa3u {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WEgHUprgNMUK5fvocmdCQAD85U3QzC0e {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #pQp5PhJ4TMvlRhHaPQi7DHDGqW55be7n {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #l5MzRMLwNI6yhCAtrW7HJU2Jg5nUQWV1 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BoD5smQknmNJT1OwlZyxwaOsNihNmgqd {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XK5a0qQzZFdddTVEMCeFmXaW0GLl0Qzh {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #gZ8aLMMJv7VovaQcndaPIR7ZMpbz2Tlo {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #RutUmlFmvbgveWnqu8XeSJSTlECDmiLV {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #GdGdWTmyUIodAPtbuopdtZm36y4CWlQE {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #KyDALTIAfst2TXfydSgR7RGNTmZxL8kv {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #ACTV1k9hoiMOvV0S5RacNaEs639cAEPG {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #oxI7BCzzEf27lpck6Dif9LVQwDaMhdVZ {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Ubt3aR5GL5EGtqmQZyuvIKR37ALTNS5X {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #OfHTpAO9JKT4J47b00nbCeCHrbFgHbBi {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #MnE1VhpTRF5JL7sPuUWop96E1lrWoF0y {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #LixQg9MqKKcDzrff1UOLQHlnpd9dcign {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Kvyncb1alyenE3vVFvDlwR2v5w7QuFox {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FcTfst5m7I0e2hRUhnuHCw7Vpq45TKXB {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #DMtknQ0UcwA0LD7fw3a4BmTOBFipqgVB {  }
 }@media only screen and (max-width: 763px) { #xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS { display:block; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tlfmNMDCt7x2PZHWF56bKxeAPR2ZPW { width:47.75rem;height:3.6875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { top:2.5625rem;left:0rem;width:7.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { top:51.375rem;left:8.1592378616331rem;width:8.4375rem;height:10.79493613423rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { top:1.625rem;left:45.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { top:6.5rem;left:44.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { top:10.8125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { top:2.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaag8QdNBbt2y1HTWARFGySKlW45TUSq { top:28.4375rem;left:0rem;width:9.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { top:1.625rem;left:38.9375rem;width:8.8125rem;height:6.1438778225274rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { top:29.5rem;left:38.3125rem;width:9.4375rem;height:12.108490814417rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { top:0.5rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgUGhA8Q6z4OcLWMHEAxgEbECBJSl5ip { top:54.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { top:5.25rem;left:43.267231941223rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFtlxUIFH42HkCydw5zTQVyu64nWQenm { top:1.1875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauqifr82dwc47dHrXXcdsilTAo4twD6 { top:9.5rem;left:0rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvP32dkAhudkh1Qy5DcQTpKprFQASrer { top:9.5rem;left:14.558590888977rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Whd91g8QsVWTiKMyfJtsgZzUgPmJZI { top:9.5rem;left:27.75rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1LcSqimoEXSeo0zdHcuGG7lmT1PsBUM { top:34.375rem;left:0rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5gwDc2IBU4yAfpPTOfDzumUBlTd5GE0 { top:34.375rem;left:14.555146217346rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXALfGD3JBtDWJCkR4b2w1WuZ9w3Ascd { top:34.4375rem;left:27.75rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Bt5uSSPlh1vt6UHO9JMbqU6kVhwAIz { top:15.125rem;left:0rem;width:17.3125rem;height:12.143821392563rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRtASHnUmcta3DZHbIdKax1xfBpg5KOm { top:11.125rem;left:16.586396217346rem;width:15.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyp72N71JWLmqBlz3x3l2AKqtLNIBuLE { top:11.25rem;left:31.9375rem;width:15.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TIhbUvxTRSJcTwLFaPboGZNggTIExt { top:39.625rem;left:29.5625rem;width:18.125rem;height:12.768793520537rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6I6gMmyiAAAlWCfoQXD73U8pMEBS1Gi { top:36.125rem;left:16.618565559387rem;width:15.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMZUhkbBGQEwateLB8S93nXh56XKh74i { top:39.625rem;left:0rem;width:18.1875rem;height:12.831095765497rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:17.125rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:17.0625rem;height:4.625rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.75rem;top:1.9375rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:4.875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { width:1.375rem;height:1.375rem;top:5.6875rem;left:41.75rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:3rem;height:3rem;top:4.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { width:1.375rem;height:1.375rem;top:5.6875rem;left:46rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:3rem;height:3rem;top:4.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { width:1.375rem;height:1.375rem;top:5.75rem;left:46.375rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { top:1.9375rem;left:15.778721809388rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:3.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.125rem;height:6.25rem;top:10.0625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:20.6875rem;height:3.1875rem;top:1.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { width:20rem;height:4.705882125rem;top:11.248850822449rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:16.125rem;height:20.1875rem;top:61.926696777344rem;left:1.9060202240944rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { width:4.125rem;height:4.0625rem;top:10.164291953979rem;left:0.42060520438374rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { width:3.6247701875rem;height:3.6247701875rem;top:12.998620986939rem;left:16.375228941441rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { width:20rem;height:3.235294125rem;top:17.309282302856rem;left:0rem;font-size:1.25rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { width:13.9993105rem;height:5.5147056875rem;top:49.850639343262rem;left:2.9986212849617rem;font-size:1.25rem;z-index:15046;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { width:19.0625rem;height:13.5294113125rem;top:29.929916381836rem;left:0.46760112047196rem;font-size:1.25rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwX1p8rhRorPfdJMEtXouSKQETbyC1xp { width:8.3743105rem;height:2.2495403125rem;top:49.869022369385rem;left:3.9970126748085rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { width:20rem;height:7.058823125rem;top:21.9375rem;left:0rem;font-size:2rem;z-index:15044;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pe0NFiyPZ8ficsBKGrCz7E5geNe4t2GT { width:8.4995403125rem;height:2.1875rem;top:56.310886383057rem;left:5.7490807175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcU7CJudeOungcP5MWREsd2XeSlwTWTp { display:flex;width:3.125rem;height:3.125rem;top:45.3125rem;left:8.375rem; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { width:15.8743105rem;height:5.51470575rem;top:56.261486053467rem;left:2.0611212849617rem;font-size:1.25rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { width:8.125rem;height:2.311580875rem;top:21.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { width:11.8118105rem;height:11.8118105rem;top:0rem;left:4.091222345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { width:5.3745403125rem;height:3.6247701875rem;top:20.5445728302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { width:2.9997701875rem;height:3.8740806875rem;top:19.585247039795rem;left:17.000228941441rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .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; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .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:-9%;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { display:flex;width:18rem;height:5.0625rem;top:2.4919586181641rem;left:0.32743561267853rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
 }@media only screen and (max-width: 763px) { #uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { width:12.7493105rem;height:3.4375rem;top:8.80973815918rem;left:3.6247700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { width:18.4995403125rem;height:1.76470575rem;top:0.74907684326175rem;left:0.74908089637756rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { width:20rem;height:5.735293875rem;top:4.1119079589844rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4TRlq3A4xcf0MNgFlhcPDTX8rNdXl6h { width:13.4995403125rem;height:1.1764705rem;top:1.7497711181641rem;left:3.2490807771682rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { width:19.2497691875rem;height:4.411764625rem;top:10.52619934082rem;left:0.37339156866074rem;font-size:0.9375rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { background-color: transparent; background-image: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .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); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { border-width: 0; border-radius: 0; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqETsTosNsqqlSV835auqmAHtpuxUQsA { width:11.7497701875rem;height:14.6875rem;top:3.0491790771484rem;left:4.1245402097702rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GuOPwPdio3uzvkNT69AVKTuXiUOqcW { width:18.2490806875rem;height:18.2490806875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WliJdm904XohOGG2zGHz2vMPS4vGBAD6 { width:20rem;height:1.6176470625rem;top:20.7490806875rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PE7RDkqeMr8LocVNuwiZwSklh5U91PI6 { width:19.5622691875rem;height:6.17647025rem;top:49.3125rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { width:18.2490806875rem;height:1.6176470625rem;top:47.5rem;left:0.875rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeExNeUZTNxpZcUf8U5JlzIAM6Jk01AT { width:18.2490806875rem;height:18.2490806875rem;top:28.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfPRTezlatXoC1mTfd84lvvADpwJawN6 { width:20rem;height:4.6323528125rem;top:77.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIdDwFnJzrEKlTw1pKUA3seuhsOKqr1W { width:19.6243095625rem;height:1.6176470625rem;top:75.625rem;left:0.125rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { width:9.2497701875rem;height:11.5625rem;top:59.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXxfgiX4BpagS3dyeOwRq2LutEoCc9il { width:18.2490806875rem;height:18.2490806875rem;top:56.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaGPCFRPtf18oIcNA9T4ABrwSWSghir { width:18.2490806875rem;height:4.6323526875rem;top:22.542510986328rem;left:0.87545955181119rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { width:10.4365806875rem;height:13.0618105rem;top:30.690940856934rem;left:4.7805605530739rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { background-color: transparent; background-image: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .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); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { border-width: 0; border-radius: 0; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZpUG3KR3c2wvToKdNQIQE9aGfyqOhLr { width:12.6872701875rem;height:15.8743105rem;top:1.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pel2l8lHQSZs33BGVVKSpgTNInOurTRK { width:18.2490806875rem;height:18.2490806875rem;top:0.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { width:20rem;height:1.6176470625rem;top:20.122924804688rem;left:0.12545955181122rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { width:18.2490806875rem;height:6.176470375rem;top:21.890396118164rem;left:0.87545955181119rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { width:20rem;height:4.6323528125rem;top:50.357070922851rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACZKbOHbP7OsLUETmqAcT1PrEDIBdTR6 { width:20rem;height:1.6176470625rem;top:48.677383422851rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { width:12.3747701875rem;height:15.4997701875rem;top:30.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqrfi2nTB2LHJQo3m256D6QrWBSdy3oH { width:18.2490806875rem;height:18.2490806875rem;top:29.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCiC1JEmmqKU797Hw4ChZUK2V6iQULT { width:19.1865806875rem;height:4.6323526875rem;top:77.882583618162rem;left:0.40670955181122rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { width:20rem;height:1.6176470625rem;top:76.309982299806rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #edSaPtAyWh0sSi0kzxaP9OwPkqfW0kT4 { width:18.2490806875rem;height:18.2490806875rem;top:56.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOinNzcV6QfNRwQhoBuw8vAbr3rXWkgX { width:9.4370403125rem;height:11.8589153125rem;top:59.84375rem;left:5.2803307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh { display:block; }#TWiVhUqFU3xRdsV9yHB9EDlOlf42oAuh > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErbSeqqnfAoklTLrsiLlWcCOTTJOOtmT { height:10.9375rem;width:19.75rem;top:43.352941125rem;left:0.10869065679914rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsdAR0B6T58nsKbfQusHaQTnQhN7b97v { width:20rem;height:30.4411754375rem;top:6.4384460449219rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #basWkyWO4VGoliH5NrXcKLP7AwBRnAL7 { width:7.5rem;height:0.375rem;top:43.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O79K4UftsP1HOb8QaElCJmxaNk89GdbK { width:0.375rem;height:6.25rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCwcFR5Qzxwc6R0WNnyebNQVGhc4BtP { width:18.9993095625rem;height:4.7058820625rem;top:1.7486267089844rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sqnTsMqNJMHclBzl1JixBWbMWWATAAmr { width:20rem;height:4.411764625rem;top:38.202880859375rem;left:0rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDTGqCWIWoiM5K3kFSIdxmmN1Zuc1MtL { display:flex;width:2.5rem;height:2.5rem;top:46.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { width:3.75rem;height:4.7495403125rem;top:55.093078613281rem;left:10.935201704502rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { width:4.7495403125rem;height:3.3122701875rem;top:56.559051513672rem;left:4.1233912110329rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { background-color: transparent; background-image: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .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); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoR2ofnKM7Zn7B0HzVJnRZ80nSlQesBG { width:17.6240806875rem;height:1.83823525rem;top:24.239440917969rem;left:1.4958639740944rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrnEOnE4aT0tfMD9MoLRppkN47VkdMK { width:18.75rem;height:2.57352925rem;top:21.123626708984rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiASHk1SZZqK2EdU2OxTKxqxXAydEM7q { width:4.6875rem;height:5.9375rem;top:13.910858154297rem;left:7.6551008820531rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8tSRMIz96K1BadgUXyaFGDmTBwEAet { width:6.4372701875rem;height:6.4372701875rem;top:13.685668945312rem;left:6.7474718689919rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Oo93OAzTO8FEdwVn3cqKf9ZGkV3JUX { width:20rem;height:5.1470585rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl16J0aL7vFWrMDw6KtTSWELH9dxtxf1 { width:16.9990806875rem;height:1.83823525rem;top:26.739440917969rem;left:1.4981616139412rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn4MSrUv7ica9eUOylfPEZBUEcqJVK8w { width:18.125rem;height:1.83823525rem;top:29.349731445312rem;left:0.90303307771681rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJgR2e4ZkG66T5A2hnJ6aVRKRpW8pF58 { width:20rem;height:1.4705881875rem;top:8.4375rem;left:0rem;font-size:0.9375rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #punIgWGRQbIyIdhhCSS4tLKKN60vPyBl { width:16.7497691875rem;height:1.1764705rem;top:1.6875rem;left:1.625rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oG1XQzWv7MFPCEudd8r07eLrSgS6uRpS { width:2.3125rem;height:2.3125rem;top:24.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvmhQMNEGCeTN818oPar9IgHexddktEI { width:2.3125rem;height:2.3125rem;top:26.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxk2gS0HKP1l909SMZXuMUsLmin0oXg6 { width:2.3125rem;height:2.3125rem;top:29.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSisESCuu50y1Ld443od8glNTopPeOaS { width:1.6875rem;height:2.1694844868556rem;top:26.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJosKEm17kcaKraekbdLR5cO2n13gAo { width:2.25rem;height:1.625rem;top:29.431304931641rem;left:1.4958639740944rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z0foOEVCTRODDRLtwEcwde111H1sEJpT { width:1.3125rem;height:1.7306124323377rem;top:24.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XndPGrB6Dg27O5xGQ1aM5TP5a1akyPXH { width:20rem;height:21.9990806875rem;top:35.46875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DTdL2hsq7TcrEayF5Jc2bf2SLJaRwfWi { width:18.75rem;height:2.57352925rem;top:44.508270263672rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAZpImRM1nmz8kq207ToAVnCpa2EbW0e { width:6.375rem;height:6.375rem;top:36.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkIJWw9eneJQCRlHyx1vgrvRoECTpvVW { width:5rem;height:6.2959600220489rem;top:36.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATQ73Z2liWf0UgKsmUQX8uMFt0QXRWU { width:2.311580875rem;height:2.311580875rem;top:47.286315917969rem;left:1.4947150349617rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwsvCvMfUOOWcmeGNf0STiQeptMbKTdD { width:12.9365806875rem;height:1.83823525rem;top:47.491973876953rem;left:3.837316095829rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDDfxKHOpWUNaNbvw3KTUAM33WLDUxh { width:1.3120404375rem;height:1.7302389375rem;top:47.547119140625rem;left:1.9967830777168rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRr3Z4pKtkOd3c5vkNu1pBINMz7xMPCV { width:16.9370403125rem;height:1.83823525rem;top:50.01953125rem;left:1.5291820168495rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXi1wfhQsmQz7lDszGEHRTZXLoOx4Da { width:2.311580875rem;height:2.311580875rem;top:49.782867431641rem;left:1.4947150349617rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLX7N5hwSrlJ5OZ38wIxOaBSJA2lB2IH { width:1.68658075rem;height:2.1691176875rem;top:49.854095458984rem;left:1.8095126748085rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAdVTQXFhG89K0R2f7xMitL193rC0Ctv { width:2.311580875rem;height:2.311580875rem;top:52.495422363281rem;left:1.4947150349617rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgUbb5DrpSvivPhPKJ1rUxtCMKQVHHkd { width:1.875rem;height:2.6608455rem;top:52.465545654297rem;left:1.6831341385841rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnRXLXL44KhWLHNRuUDaw1PTDRyUPgs1 { width:18.125rem;height:1.83823525rem;top:52.702209472656rem;left:0.90303307771681rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkN7LKIE3dRAXUsatBsXKkpExl23TNC { width:20rem;height:22rem;top:11.948547363281rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BOrHageHODr71diSORizlAByexZxsOKB { display:block; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBETcBviorI52s9I8tdoivSsb5H0l9lL { width:20rem;height:6.4705881875rem;top:0.5765380859375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { width:12.8745403125rem;height:16.3120403125rem;top:11.549865722656rem;left:3.5615807175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ZXslEAdTMsyh1CozBhoZJtCvhx9l9C { width:20rem;height:1.0294118125rem;top:7.7091064453125rem;left:0rem;font-size:0.9375rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trtP983TOPLxFaFQ16tpdpHrxWbuQ5u8 { width:12.8745403125rem;height:17.8125rem;top:10.088470458984rem;left:3.5615807175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #yelGbQNCJOfXtSsPQp4LiuhNBPoH6bfp { width:9.375rem;height:1.39705875rem;top:28.697875976562rem;left:5.2780328392983rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hS0umXM3yvheKCWiyM2DE1xV9XFblF5e { width:12.8745403125rem;height:16.4993095625rem;top:31.616943359375rem;left:3.5615807175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE2fTkKxt67W888LBgHnKJJHmtvN38TZ { width:12.9365806875rem;height:16.1868095625rem;top:31.953125rem;left:3.5305605530739rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc6ZkHZ6v9DMVwlT42uhN9qcxVKWz8ot { width:9.375rem;height:1.39705875rem;top:49.267700195312rem;left:5.2780328392983rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBffKW1Nd103H2dkop8IIalvCxKg8rbw { width:12.9365806875rem;height:16.5625rem;top:52.170257568359rem;left:3.5305605530739rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfXzhhyeTC0A6mbwB5tp5wi3kJnLzwD { width:12.8125rem;height:15.9995403125rem;top:52.768859863281rem;left:3.5914521813393rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIrT9Szk68BOAbRPqnn8MTSzc0t36K5B { width:9.375rem;height:1.39705875rem;top:69.994232177738rem;left:5.2780328392983rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7kvlsPCsXlasxysayNsMS1RUQQUiExx { display:block; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDapL7e4VUPwbb1tkOkbJnLswbgTeCP1 { width:17.2495403125rem;height:4.2647056875rem;top:3.41455078125rem;left:1.3752297163009rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { width:18.5615806875rem;height:1.102941125rem;top:1.4410400390625rem;left:0.71920955181119rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { width:18.5615806875rem;height:3.3823528125rem;top:8.5615844726562rem;left:0.71920955181119rem;font-size:1rem;z-index:15010;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { width:20rem;height:33.209533691406rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { width:15.7490806875rem;height:4.6323528125rem;top:5.3170776367188rem;left:2.1254595518112rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { width:12.8745403125rem;height:1.1764705rem;top:1.8451538085938rem;left:3.5627297163009rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { width:15.0620403125rem;height:1.76470575rem;top:3.3504333496094rem;left:2.4689797163009rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1yw0kqgRzgpmvVHyiAHFMw9mZXnSdrp { display:flex;width:2rem;height:2rem;top:14rem;left:6.8125rem;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #gQmwV4ywio5U5BCuwB0UWdpkKdD7CxGT { width:4.375rem;height:0.3125rem;top:15rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2XuEmZWTkgrTMWoTmTToikx9syxlmti { display:flex;width:2rem;height:2rem;top:32.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { width:12.8745403125rem;height:1.1764705rem;top:13.483459472656rem;left:3.5627297163009rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #necSJHuxusRIyrgh0aT7exivAhL9lLJT { width:12.8745403125rem;height:1.76470575rem;top:14.983947753906rem;left:3.5627297163009rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcK3RwIwQqbhv7dq63ZukVTRfZwBOTW5 { width:4.375rem;height:0.125rem;top:33.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { width:14.7495403125rem;height:6.17647025rem;top:16.956604003906rem;left:2.6252297163009rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwZmmudatMXQvdp5QveOznSWbgc8UsyT { width:12.8745403125rem;height:1.76470575rem;top:26.611938476562rem;left:3.5627297163009rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { width:16.3740806875rem;height:4.6323528125rem;top:28.584594726562rem;left:1.8129595518112rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { width:12.8745403125rem;height:1.1764705rem;top:25.115112304688rem;left:3.5627297163009rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:3.249080875rem;height:2.3747701875rem;top:2.9917602539062rem;left:2.1243106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { width:3.249080875rem;height:2.3747701875rem;top:14.630065917969rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0oMQf3euHty7IKu7U4larqUsPLVatS { width:3.249080875rem;height:2.3747701875rem;top:26.258056640625rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm { display:block; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxdQuWoxW6OHTGpleMQWwbSz1gMBc79p { width:3.75rem;height:12.9997701875rem;top:53.213500976562rem;left:16.249998152256rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { width:5.3745403125rem;height:6.7497701875rem;top:3.6686401367188rem;left:7.3115799427031rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { width:20rem;height:58.4995384375rem;top:2.671875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(71,58,183,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-button { width:12.75rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk  { width:17.5rem;height:auto;top:10.350891113281rem;left:0rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk {display:block;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk { width:17.5rem;height:auto;top:10.350891113281rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #yNXAVBFhl2n9lBS0xl7WsdJlVboqk1xK {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #M8y3d40TqFuokuW74243bh5Tsng9wtTb { display:block; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WvvT5XpsLSI2ylnopO05pcqUWa9WSx7S {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #R2Gs3RgWMlfD8IN3ucG8SgupUSeC77rr {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WVGUgSfGo43lJkid8OhoiFTBU48zpHB8 { display:none; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #eOGGcucNNII2JD8T4bPQb3BxHbS9fLMS {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Xl4ebmFlnbmow9J1064gu3ilwrWyEL7o {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #bwQnDcDhpIR62nrCdBgNPp1dD5LvJa3u { display:none; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WEgHUprgNMUK5fvocmdCQAD85U3QzC0e {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #pQp5PhJ4TMvlRhHaPQi7DHDGqW55be7n {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #l5MzRMLwNI6yhCAtrW7HJU2Jg5nUQWV1 { display:none; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BoD5smQknmNJT1OwlZyxwaOsNihNmgqd {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XK5a0qQzZFdddTVEMCeFmXaW0GLl0Qzh {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #gZ8aLMMJv7VovaQcndaPIR7ZMpbz2Tlo { display:none; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #RutUmlFmvbgveWnqu8XeSJSTlECDmiLV {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #GdGdWTmyUIodAPtbuopdtZm36y4CWlQE {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #KyDALTIAfst2TXfydSgR7RGNTmZxL8kv {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #ACTV1k9hoiMOvV0S5RacNaEs639cAEPG {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #oxI7BCzzEf27lpck6Dif9LVQwDaMhdVZ {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Ubt3aR5GL5EGtqmQZyuvIKR37ALTNS5X {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #OfHTpAO9JKT4J47b00nbCeCHrbFgHbBi {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #MnE1VhpTRF5JL7sPuUWop96E1lrWoF0y {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #LixQg9MqKKcDzrff1UOLQHlnpd9dcign {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Kvyncb1alyenE3vVFvDlwR2v5w7QuFox {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FcTfst5m7I0e2hRUhnuHCw7Vpq45TKXB {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #DMtknQ0UcwA0LD7fw3a4BmTOBFipqgVB {  }
 }@media only screen and (max-width: 763px) { #xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS { display:block; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tlfmNMDCt7x2PZHWF56bKxeAPR2ZPW { width:20rem;height:2.57352925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { width:4.6875rem;height:5.875rem;top:41.269287109375rem;left:1.0914521217346rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { width:4.9368105rem;height:6.1868105rem;top:101.80151367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { width:2.3125rem;height:2.3125rem;top:10.827203763672rem;left:14.422790527344rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { width:3.6875rem;height:3.6875rem;top:317.802734375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { width:5.375rem;height:5.375rem;top:230.9091796875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { width:1.9375rem;height:1.9375rem;top:126.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaag8QdNBbt2y1HTWARFGySKlW45TUSq { width:5.9375rem;height:4.1865806875rem;top:82.166412353512rem;left:14.062499105931rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { width:5.0625rem;height:3.5625rem;top:21.719482421875rem;left:14.002465766894rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { width:5.4997701875rem;height:6.9370403125rem;top:124.44873046875rem;left:14.500228762627rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { width:1.125rem;height:1.125rem;top:3.0020570820312rem;left:13.92601108551rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgUGhA8Q6z4OcLWMHEAxgEbECBJSl5ip { width:1.875rem;height:1.875rem;top:249.1591796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { width:1.5rem;height:1.5rem;top:237.5341796875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFtlxUIFH42HkCydw5zTQVyu64nWQenm { width:4.1875rem;height:4.1875rem;top:147.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eauqifr82dwc47dHrXXcdsilTAo4twD6 { width:20rem;height:18.1875rem;top:25.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zvP32dkAhudkh1Qy5DcQTpKprFQASrer { width:20rem;height:18.0618095625rem;top:45.708679199219rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h6Whd91g8QsVWTiKMyfJtsgZzUgPmJZI { width:20rem;height:17.9365806875rem;top:5.7146606445312rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d1LcSqimoEXSeo0zdHcuGG7lmT1PsBUM { width:20rem;height:17.8125rem;top:65.976745605469rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P5gwDc2IBU4yAfpPTOfDzumUBlTd5GE0 { width:20rem;height:17.8745403125rem;top:85.724975585938rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FXALfGD3JBtDWJCkR4b2w1WuZ9w3Ascd { width:20rem;height:22.0625rem;top:105.45495605469rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-primary-0),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-primary-0),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M0Bt5uSSPlh1vt6UHO9JMbqU6kVhwAIz { width:15.9375rem;height:11.25rem;top:9.0195922851562rem;left:2.0301011204719rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRtASHnUmcta3DZHbIdKax1xfBpg5KOm { width:15.8743105rem;height:19.8747691875rem;top:24.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyp72N71JWLmqBlz3x3l2AKqtLNIBuLE { width:15.8122701875rem;height:19.8115806875rem;top:44.782897949219rem;left:2.0921415090561rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TIhbUvxTRSJcTwLFaPboGZNggTIExt { width:15.8122701875rem;height:11.1868105rem;top:69.229125976562rem;left:2.0909925103187rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6I6gMmyiAAAlWCfoQXD73U8pMEBS1Gi { width:15.8122701875rem;height:19.8115806875rem;top:84.704284667969rem;left:2.0921415090561rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMZUhkbBGQEwateLB8S93nXh56XKh74i { width:15.6870403125rem;height:11.1247701875rem;top:110.88256835938rem;left:2.1541817784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:18.125rem;height:1.76470575rem;top:17.75rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:18.125rem;height:4.6323526875rem;top:19.5rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.1231613125rem;height:1.76470575rem;top:25.3125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:2.9997701875rem;height:2.9997701875rem;top:29.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { display:flex;width:1.374080875rem;height:1.374080875rem;top:30.5rem;left:4.1875rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.374080875rem; height:1.374080875rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:2.9997701875rem;height:2.9997701875rem;top:29.74951171875rem;left:8.49954020977rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { display:flex;width:1.374080875rem;height:1.374080875rem;top:30.5rem;left:9.3125rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.374080875rem; height:1.374080875rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:2.9997701875rem;height:2.9997701875rem;top:29.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { display:flex;width:1.374080875rem;height:1.374080875rem;top:30.625rem;left:14.5625rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.374080875rem; height:1.374080875rem; } }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { width:13.9372701875rem;height:13.9372701875rem;top:4.9230346679688rem;left:2.997472345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:1.186810625rem;top:22.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.1231613125rem;height:6.17647025rem;top:34.06591796875rem;left:1.4372700452804rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:20rem;height:3.088235125rem;top:1.8841552734375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }