.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,232,226;--color-primary-1:234,177,158;--color-primary-2:213,99,60;--color-primary-3:107,50,30;--color-primary-4:32,15,9;--color-secondary-0:249,226,233;--color-secondary-1:236,159,182;--color-secondary-2:216,63,108;--color-secondary-3:108,32,54;--color-secondary-4:32,9,16;--color-tertiary-0:255,255,255;--color-tertiary-1:235,235,235;--color-tertiary-2:188,188,188;--color-tertiary-3:141,141,141;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0f463487-aa2b-41c9-8b20-6959dddd5f06/Projektbeznazwy44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.adaptive-delivery-prevent-bg, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyload, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyloading { background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;overflow:visible;position:relative;display:block; }#iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { color:rgba(var(--color-secondary-2),1);display:block;width:69.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:400;z-index:14999;line-height:1.1;letter-spacing:0;top:8.3125rem;left:2.96875rem;height:8.3823528125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8hUyJfQsxwRhmeSrsUPii72qP8bkfp9 { position:absolute;display:block;z-index:14995;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:31.9375rem;width:32.5rem;top:21.5rem;left:22.5625rem;overflow:hidden;display:block; }
#p9cTa6CQay9FGSZ37G0MISTgBEr4m2Wu { color:rgba(var(--color-secondary-4),1);display:block;width:68.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:18.25rem;left:3.28125rem;height:5.2941175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cJabk2HTtIK1IlGCeDnWkb6xqhePr8fN { 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:7.5625rem;width:10.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Zr0qWgq2J0UxI1PTu1urINdhXZnbNKu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:40.375rem;left:58.0625rem;height:2.2794118125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wq3E9ydeka54lNCcrIyTXqAlazkJ8TEe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:.9;letter-spacing:0;top:27.875rem;left:57.75rem;height:2.7941175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xrln8znmXtnMmyEQB25dv347Id2NM9PZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;top:34rem;left:57.75rem;height:2.7941175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vDcABGVhdJnemxPad1H4D4lc6Ozq6WJh { box-sizing:content-box;height:4.4375rem;width:15.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.5rem;left:56.1875rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#ns3J0efWMwxsdqgHRAVbgMhzxP67M031 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:.9;letter-spacing:0;top:46.375rem;left:57.5rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VTm8LpQExrZETFrnVJ9B4NZrHoVacBl0 { box-sizing:content-box;height:4.4375rem;width:15.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:56.1875rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#GLcvNz5fhrI6ktCnTzToHTKnUeSznitn { box-sizing:content-box;height:4.4375rem;width:15.9375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.3125rem;left:56.1875rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#aZTcudg3Fdmbb9QPuRNkLECzFdEN3BGX { box-sizing:content-box;height:4.4375rem;width:15.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.125rem;left:56.1875rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#ofT5M30TgBmOZsMFsQ7wbb4CtsGQdJun { box-sizing:content-box;height:5.9375rem;width:25.1875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(244deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(244deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(244deg, 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(244deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:1.3125rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#TsQDMge5eOXOuT5inKkD2QQytWzlg9tZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:27.5625rem;left:2.4375rem;height:4.558823625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c19BSbJr28p2tQH37Cybtm01RMVWe68H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:33.302085876465rem;left:3.28125rem; }
#c19BSbJr28p2tQH37Cybtm01RMVWe68H > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; }#MvtTkkFoIOfN4kE5WhaaEHC5qiFU33UK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:37.3125rem;left:2.4375rem;height:5.441176375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RSbkyT3f3eG9GJ6XdgEzei0oRdJ4x7eA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:43.520835876465rem;left:2.4375rem;height:6.3970585rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yDzlsCHk0v3AGzTV59t9HBVUt0CCqDXf { box-sizing:content-box;height:2.9375rem;width:7.3125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:37.3125rem;left:1.875rem;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; }
#uLHpD3HCH7MxKI4mvU2FbtB6lZ06Ayfo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:0rem;left:35.1875rem; }
#aMTlNHf24RwHZUrBzvNTGBAX0XJk9EJ7 { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:4.4791669845581rem;left:28.34375rem;height:2.1323528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG { 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; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row .container { background-color: transparent; background-image: none; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row .container > .video-iframe-container { display: none; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row > .video-iframe-container { display: none; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .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); }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row .container { border-width: 0; border-radius: 0; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .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; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .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; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),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; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 { 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:1.1875rem;left:29.875rem;z-index:15084; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #euOqPu40LRHhPNmB8tK3nG7ooSFsuk8w { display:flex;position:relative;top:0rem;left:0rem; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #bx8f4Zpt7kN4iK4nlgOLezOTRdvrkLki { width:auto; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #COLXkJqCxP7JnSDbgsklWbAxuDWyspMy {  }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #PbTzCvEOpKiZFvbtTWduffUILagKNqfC { display:flex;position:relative;top:0rem;left:0rem; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #R2hsoTbqENyqIuNX1lCZ3lzSEsrfulvl {  }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #GP9nhNAnrBGJSakwTQdQZb6iv7MorNmM {  }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #fzDn4dfAH9NHRrflEIHNJGAorM1Hftqp { display:flex;position:relative;top:0rem;left:0rem; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #D9ZsrTanQTFnFwLn2bRiUXx9uNZ25PIe {  }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #zrsmcZLEJ4VsMOuquFHPPus6AlV1TOZI {  }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #wdQszmIE6dqn75pN4mAc4Q0BwGur6zpz { display:flex;position:relative;top:0rem;left:0rem; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #TbzuyDIT7DFBfZH7NIpqtTboWxXFbT8a {  }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #iddMdIwkHpL56xI3Om9Sgl5mm3PrN4LV {  }
#CBmyrqxJdaOnANqlq4nIVJbuKVnW0sSU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.83)', endColorstr='rgba(var(--color-secondary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.83)', endColorstr='rgba(var(--color-secondary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:4rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:2.0625rem;left:51.625rem;display:block; }
#uTRpXdT7w8h0dNbOBKIo5PQ8GDpvWUrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kD8i7rVr2ahTCfbcFSsJMlcCA1H5KimN { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2rem;left:2.3125rem;height:2.64705875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d8aUqyyO5X1hfsLsx0QC643W1wiFzlul { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:4.875rem;left:2.3125rem;height:1.39705875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { background-color: transparent; background-image: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container > .video-iframe-container { display: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container { display: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .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); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { border-width: 0; border-radius: 0; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#UIkTcuDSdLhtwolIDXBEI8xbfRTPpPMW { color:rgba(var(--color-secondary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.9778671264649rem;left:7.53125rem;height:9.5588235625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.15495300293rem;left:0rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f9qOnEb18DzxNvId7LlHhQ2nhIBkume6 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(206,156,156,0.39);top:6.70703125rem;left:13.21875rem;height:2.2058823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xa6WPRaZbBViNITpxwhV0xaf9KcdlgiQ { box-sizing:content-box;height:4.0625rem;width:54.1875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.41)', endColorstr='rgba(var(--color-secondary-0),0.74)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.41)', endColorstr='rgba(var(--color-secondary-0),0.74)' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.26953125rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#Ul8FMW8bdsvlSUvuHS9Hw4um1GTzTnAN { box-sizing:content-box;height:4.0625rem;width:53.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.41)', endColorstr='rgba(var(--color-secondary-0),0.74)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.41)', endColorstr='rgba(var(--color-secondary-0),0.74)' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#e7dS0s62hcIhkLXRLIgd881nZzMyv18T { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.32292175293rem;left:0.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m8McZP7gCT9zIyq1ok17xkEBEmWadgiS { box-sizing:content-box;height:4.0625rem;width:53.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.41)', endColorstr='rgba(var(--color-secondary-0),0.74)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.41)', endColorstr='rgba(var(--color-secondary-0),0.74)' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-1),0.41), rgba(var(--color-secondary-0),0.74));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#Z242yTp19wr1FqHGDDSDOtivmmL4sMwM { color:rgba(var(--color-tertiary-4),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:23.5rem;left:0.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RbM6P0SRKDKdIcPC0TWRTmU8VuQ94gKS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:11.71745300293rem;left:0rem; }
#da7utOCeIksCbQCptL53OHGnb9BThePf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.88542175293rem;left:0rem; }
#xAgbb0vqSLh0larmlaRisf51QqN0LHR8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.0625rem;left:0rem; }
#Hquix9IXx9o8Eg4V0wtTAFaNE2z7w0Bi { box-sizing:content-box;height:4.0625rem;width:53.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-0),0.41), rgba(var(--color-primary-1),0.74));background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-0),0.41), rgba(var(--color-primary-1),0.74));background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-0),0.41), rgba(var(--color-primary-1),0.74));background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-0),0.41), rgba(var(--color-primary-1),0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.41)', endColorstr='rgba(var(--color-primary-1),0.74)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.41)', endColorstr='rgba(var(--color-primary-1),0.74)' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-0),0.41), rgba(var(--color-primary-1),0.74));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.625rem;left:21.3125rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#y4nhqNXQkwMau1Xdzyt6iSKBMkDX4TqT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:30.5625rem;left:21.5625rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TEAE1xLbLrMG9i0Xpy5seQdKXqci4Wpw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.125rem;left:21.3125rem; }
#Vh3K1R9J3OSWPJHiwpJX1uOqbTdiuPZg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.83)', endColorstr='rgba(var(--color-secondary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.83)', endColorstr='rgba(var(--color-secondary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.83), rgba(var(--color-secondary-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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:4rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.54167175293rem;left:26.96875rem;display:block; }
#SzhGT6bdnOmqfTKxJxVfWiO9O0Tsi4CJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D54ArkCzs5NNZA8MkOozsas2TT5N6qvS { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:41.15495300293rem;left:10.40625rem;height:1.6176470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AU4bVAZChGTFIPUBMXbwgHoPyqTllAzX { position:absolute;display:block;z-index:15037;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.1875rem;width:4.8125rem;top:34.395835876465rem;left:9.28125rem;overflow:hidden;display:block; }
#I9g7SF72qrSD0zoAArPzTIOf0K45yr3q { position:absolute;display:block;z-index:15038;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:7rem;width:5.5625rem;top:28.489585876465rem;left:3.75rem;overflow:hidden;display:block; }
#t5I3vAhPVaOVzzDr7asUAxVDQGbqLESk { position:absolute;display:block;z-index:15039;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.8125rem;width:8.5625rem;top:14.020835876465rem;left:61.109378814698rem;overflow:hidden;display:block; }
#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { background-color: transparent; background-image: none; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container > .video-iframe-container { display: none; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row > .video-iframe-container { display: none; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .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); }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { border-width: 0; border-radius: 0; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#zUAeyL5hyh58KCU0QavbT5mqkIqWQAm6 { color:rgba(var(--color-secondary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1.6979217529297rem;left:0rem;height:8.6029405625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RJgTh4UOlQ8PVZ5pPPCGoqOhyXkq7vcI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:2.6875038146973rem;left:59.781253814698rem; }
#F1Vo7HAp0NWoXAoG6DTCLRyelTbDMy4M { box-sizing:content-box;height:6.6875rem;width:0.1875rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:31.9375rem;display:block; }
#AdATEBSsNZzVESZ6GLhTKiMKPzgqB1Vm { 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:15044;opacity:1;top:2.6250038146973rem;left:26.5rem; }
#dXlHTpFCV6WrkZMnkVvVD5vGMyDca7AV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:6.875rem;left:24.1875rem;height:2.7941175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0xSFuZRGOszpCGTW8aX6FhWT6EiioST { 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:15045;opacity:1;top:2.6875038146973rem;left:34.6875rem; }
#OMBiHngeiAmi8R0Fbbb4tsLLZPUW3tpd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:6.875rem;left:32.0625rem;height:2.7941175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RR6NivFhuzm3sQ9CbqB3i7wk2mzpS51I { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:6.875rem;left:40.625rem;height:2.7941175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G47C2NkSseGno3tMRCebPzCFsyMImq25 { 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:15046;opacity:1;top:2.6875038146973rem;left:43.375003814698rem; }
#S0DMDB8x7ky7L2MoZJp7GQ3aLvJB9z9G { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:6.875rem;left:49rem;height:2.7941175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AzGArE4GCNfiq8Bo2euXxmzbcsCAzzJW { 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:15047;opacity:1;top:2.6875038146973rem;left:51.531253814698rem; }
#FTvHgbhoHwt4XhIeeWxeEHi3ZMxCrDy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:6.875rem;left:57.25rem;height:2.7941175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtbPkBDLOhiuvZ8iF3nVCKNEwTvhFieX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:6.92448425293rem;left:65.5000038147rem;height:2.7941175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATCWDNB4d8g18snvWAVNZqn17ryW4znU { 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:15048;opacity:1;top:2.6250038146973rem;left:68.1562538147rem; }
#TJ3U7nXv4OtwtrsrErgJWvTunSTiXx1w { box-sizing:content-box;height:6.6875rem;width:0.1875rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:40.4375rem;display:block; }
#KGFXQeLGmd1GpoylAIvXf9ETh3c2QhOh { box-sizing:content-box;height:6.6875rem;width:0.1875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:48.875rem;display:block; }
#pqcsamBVVNFVWuh4gCVLWBb07uiAcFHB { box-sizing:content-box;height:6.6875rem;width:0.1875rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:57.1875rem;display:block; }
#zU9yXInwIKkDkxF0Wflt3tSdk7VRUSXD { box-sizing:content-box;height:6.6875rem;width:0.1875rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9036483764649rem;left:65.395832061769rem;display:block; }
#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID { 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; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row .container { background-color: transparent; background-image: none; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row .container > .video-iframe-container { display: none; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row > .video-iframe-container { display: none; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .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); }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row .container { border-width: 0; border-radius: 0; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .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; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#RgExy4dA2MJOrSe8StQk8n2lFszQewcs { 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:5.84375rem;left:4.09375rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cR6QTg0ubIubv5KHhxsLaM3e2TKTsNGV { color:rgba(var(--color-secondary-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; }
#GOkVvPgw07MBWt1oxpO880JUPV3ZTERK { color:rgba(var(--color-tertiary-4),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.6;letter-spacing:0;top:10.375rem;left:9.375rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe { position:relative;display:block; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe { background-color: transparent; background-image: none; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container > .video-iframe-container { display: none; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row > .video-iframe-container { display: none; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .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); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe { border-width: 0; border-radius: 0; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .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; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .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; }#WvVTOldnrklXoAUEFCGT60JSshlwsyPq { 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.40625rem;left:8.15625rem;overflow:hidden;display:block; }
#KNgJhFRg9xbApg52oGBXkCzDPg6yuZRq { 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-2),1);background-image:none;top:0rem;left:6rem;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; }
#lwp19Z93Zo1A3RxSQTudGWM47s9uSymX { 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:3.96875rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JVOxiQir8JriM2WPzJglAQfblk2zrQUt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;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.9375rem;left:28.375rem;height:4.6323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXbnZ2HcCyuh71kuvTdsHKLpap3t69Jd { color:rgba(var(--color-secondary-2),0.83);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; }
#ofXT8kks9lhF3KnQ9Gtr0ErDoCTgetTg { 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:15.125rem;width:12.0625rem;top:1.5625rem;left:31.65625rem;overflow:hidden;display:block; }
#GXMNmEk2DT9gk28GRMbViuF01LZxOviw { 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-2),0.83);background-image:none;top:0rem;left:28.5625rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#aRaoyhI30xGV1Fy1zDeT8MvRegm2ZHww { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;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:22rem;left:50.90625rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mc4w3kLMAQR2n6pRfnJw4JhTKuKxDtLL { 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:50.625rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ux5UsXu0tZwwE6ErdAgDvkelAHXfgHWD { 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.21875rem;left:54.9375rem;overflow:hidden;display:block; }
#uLlEOXKUsXdtDQ5x4cICbRNIvFXJsSG6 { 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-2),1);background-image:none;top:0rem;left:51rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#XSaM9JoglCHAJEsOTVCK8LSqXtH7MlzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;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.9375rem;left:5.96875rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz { position:relative;display:block; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz { background-color: transparent; background-image: none; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container > .video-iframe-container { display: none; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row > .video-iframe-container { display: none; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .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); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz { border-width: 0; border-radius: 0; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .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; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .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; }#XExaTbGWGL4GJ67HBvctq5PtvkpgaCct { 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.90625rem;left:8.5625rem;overflow:hidden;display:block; }
#MbnPZX9QmeEkJthElRqNskPO2k7bPMRp { 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-2),0.83);background-image:none;top:0rem;left:6rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#dMD2xtmA6xIWkB9O8KVJcPZpMFxeNFR2 { color:rgba(var(--color-secondary-2),0.83);display:block;width:18.6875rem;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.25rem;left:5.78125rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDNAIcO3v9eN1cxlJ6G9oTOCRHTxOG8X { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;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.3125rem;left:6rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEt20kgEmSwMJ8GMJTQF6tcJhwpQHE5H { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;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.3125rem;left:27.4375rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V32c5H38k14cIXD8FfwtpeTsKwrB3g9Q { 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; }
#QOVwihC0lHQ593Mb21sRQlPGRo6Cvbym { 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.25rem;width:13.6875rem;top:0.5rem;left:30.65625rem;overflow:hidden;display:block; }
#GVy1qLUDgoKDfp4EmMFzVTX6TrwU97ai { 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-2),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; }
#cXKDrDBdwkeUeUPyGh2S8vPJi8mewok6 { 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:49.1875rem;height:1.5441175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XynAv3ZCIHGXinUzOoL2QbhWlAWKMSCu { color:rgba(var(--color-secondary-2),0.83);display:block;width:18.25rem;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.25rem;left:50.625rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZEJrCDapZ3HuWCUvnXiaraqNs7iuT1R1 { 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.6875rem;width:11.6875rem;top:1.78125rem;left:54.28125rem;overflow:hidden;display:block; }
#rMV57fEVf9XqeOACMTO3ipKIzHIMTAi0 { 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-2),0.83);background-image:none;top:0rem;left:51rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.08), rgba(var(--color-primary-2),0.46));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.08), rgba(var(--color-primary-2),0.46));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.08), rgba(var(--color-primary-2),0.46));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.08), rgba(var(--color-primary-2),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.08)', endColorstr='rgba(var(--color-primary-2),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.08)', endColorstr='rgba(var(--color-primary-2),0.46)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.08), rgba(var(--color-primary-2),0.46));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; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container { background-color: transparent; background-image: none; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container > .video-iframe-container { display: none; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row > .video-iframe-container { display: none; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .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); }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container { border-width: 0; border-radius: 0; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#WJghJ9MvrgZgBDbeJ3cTvcDM0UuLDyiS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:4.1875rem;left:4.9375rem;height:8.2352943125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXetgHrSRegEFGqSSuv9aTgAL13Zx9Rn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.15625rem;left:4.9375rem;height:9.9264705rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNHBCKDkIcXp1wDcTvWzq7cG4DwLbV7Z { 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:15040;line-height:1.1;letter-spacing:0;top:0.8125rem;left:4.9375rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwPTnrpbwS9Ly3l9rPhA4pAlDbsUVxvh { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:"marck script";font-size:1.8125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:27.75rem;left:4.9375rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WgBfgiKwv9iRzpyNf3o3wEH1v3pOvm2y { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);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(206,156,156,0.39);top:35.1875rem;left:4.9375rem;height:4.411764625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v5iFZMHQIkhqNrHzNfdnUOEyI4IP0OSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:35.9375rem;left:28.0625rem; }
#X1S3dDbADCHvQMTgHgW5OcC9vSehhnO6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.3125rem;width:17.3125rem;top:3.5625rem;left:42.46875rem;display:block; }
#VIekhsn4TnywoEXGK6QgP705z31eoidt { position:absolute;display:block;z-index:14999;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:16.875rem;width:21.5rem;top:25.8125rem;left:40.375rem;overflow:hidden;display:block; }
#hlGWHT8EmS3TOtK8ytNZZvZ2QDaPJ8XH { 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:9.25rem;width:13.1875rem;top:24.09375rem;left:12.375rem;overflow:hidden;display:block; }
#mAI7SiGWv3PapNwogzWeyKAQEk6xd4vg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:35.90625rem;left:31.9375rem; }
#GSMrVkbxirBP2Ozh2bP4VNhclV3tZ9xO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:35.90625rem;left:35.96875rem; }
#dE4r4qzJxPpJ18astTTsaGguTs2QAyA3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.8125rem;width:30.875rem;top:0.8125rem;left:35.65625rem;overflow:hidden;display:block; }
#idrEEfUSGBShPZS9XJnCB2U5Z9VhqbQd { 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:27.5625rem;width:22rem;top:14.0625rem;left:53rem;overflow:hidden;display:block; }
#XfcxSfZ1uK6yLG9CVwm27Qzhh5VSWWQN { 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:6.3125rem;width:5rem;top:3.5416717529297rem;left:67.441083318394rem;overflow:hidden;display:block; }
#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row .container { background-color: transparent; background-image: none; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row .container > .video-iframe-container { display: none; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row > .video-iframe-container { display: none; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .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); }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row .container { border-width: 0; border-radius: 0; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;overflow:visible;position:relative;display:block; }#NQ9XqmThveecnTfLZbvgaTb4vnCzadsA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:17.3125rem;height:4.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28rem;left:39.342449188233rem;display:block; }
#amd3VJrPOnHrhTvWLRuZ3PqdpUS9boEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W5a1xIG7kpHNqPUwPIxupQ9s86B1oyLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.5625rem;left:37.6875rem;height:1.4705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ybJS74Kz9iSLMC4TzxZVCWuWIJtEE0eE { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:21.75rem;left:37.6875rem;height:1.4705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DhLzzfvuszT8VD3kewTMyy1RB6ZBewBS { color:rgba(var(--color-tertiary-0),1);display:block;width:23.87369725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:13.75rem;left:37.625rem;height:1.4705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N4ZBpQf4qPiNpgs6oL51GxeIbdOaEarR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:17.8125rem;left:37.6875rem;height:1.4705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k2hNZ4ybPFPTQmqQPz6SVHs2Cbc1XBBO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.125rem;left:34.5625rem; }
#U4eivehgAyG3p7CyLq3LG4IhGE4ZBJXA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.1875rem;left:34.5625rem; }
#VKfF1yszhgctgLD7i3bzmhDqC5f3yNw9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.3125rem;left:34.5625rem; }
#DSplUe5EIEElVUFRpEi9m7G0fmdnUH1H { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.3125rem;left:34.5625rem; }
#mC2R3gqIT8vXbVtQ6FWG13TyTE4glkC7 { position:absolute;display:block;z-index:15027;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:36.1861991875rem;width:32.1875rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#vemxUbn9SUpIWo41g0HPbuXgBUr34Wca { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:17.6240806875rem;width:30.9995403125rem;top:7.75rem;left:32.5rem;display:block; }
#u60UIa4VbHTBnBAZ0DOhk6MNdo3mTG7c { 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:15022;line-height:1.1;letter-spacing:0;top:1.8125rem;left:2.40625rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f139CXxxwdgvVwPGcBC9h1xRoZ3XGB2a { color:rgba(var(--color-secondary-2),1);display:block;width:41.9375rem;position:absolute;font-family:"marck script";font-size:1.8125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:34.26953125rem;left:28.59375rem;height:2.64705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row .container { background-color: transparent; background-image: none; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row .container > .video-iframe-container { display: none; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row > .video-iframe-container { display: none; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .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); }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row .container { border-width: 0; border-radius: 0; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#azmqHkbWqtzm2RqBSHhtnC5Gyb5Q0f3m { color:rgba(var(--color-secondary-4),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.9362030029297rem;left:14.15625rem;height:4.7794118125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J5qRkwnQ7Qbz0KoKZh4yWi2qGJZaQvAW { color:rgba(var(--color-primary-2),1);display:block;width:14.62369825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.0625rem;left:16.125rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IsJOFBOQgnthHNJty3QxWOcailbZsulX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:20.25rem;left:11.9375rem;height:1.6176470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BWcFCMQaeesE9UckMyqSv4oCu19AHQnl { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:25.625rem;left:11.9375rem;height:1.6176470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TBLozrIQ5R08avEhairWDaahUSLaZyo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:30.375rem;left:11.9375rem;height:3.235294125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CRGnb0auGo7AaiPk0LuTt7MGxKrZ8DtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.62369825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:15.3125rem;left:16.125rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KtLAN7qrZMQQWX26y4D3uHBB3feuxG8d { color:rgba(var(--color-secondary-2),1);display:block;width:14.62369825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.0625rem;left:44.3125rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HTPBfyZxtZi4e6kSec6aPI8DFEIZobni { color:rgba(var(--color-tertiary-0),1);display:block;width:14.62369825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:15.3125rem;left:44.3125rem;height:2.2058823125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VpHcbEWGhEPZp9qJIEZIQtk8bKUBkXaW { 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:15019;opacity:1;top:19.3125rem;left:41.25rem; }
#bnVictu4xVJ8pBPwmSPtWd7cODkJRF30 { 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:15020;opacity:1;top:24.875rem;left:41.25rem; }
#r3wBTszlpcZSSOsyyOVyZs1a74bfMNBc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:20.0625rem;left:40.25rem;height:1.6176470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZdmaxsPvO1n4o9LGlT1vhdPqHCIkT27I { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:25.6875rem;left:40.1875rem;height:1.6176470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s5bJNig3vlM6qxWa5k8lQ9tWRDZAQdxf { 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:15021;opacity:1;top:30.375rem;left:41.25rem; }
#guR0J5o3wITOUx3bX7VQ5ET1Lq825l59 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:30.3125rem;left:40.25rem;height:3.235294125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w80pa2JurQJRmEbkE5kbM4fBoXKooOaL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(206,156,156,0.39);top:6.64453125rem;left:26.40625rem;height:2.2058823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZksamD9eK6QVmUUef19ZVEFLCw39VvR1 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.75rem;width:22.75rem;top:11.6875rem;left:40.25rem;display:block; }
#zohF0FoiTdDfENiTPcMNLKZlK58zkcZ9 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.75), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.75), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.75), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.75), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.75)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.75)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.75), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.8125rem;width:22.8125rem;top:11.6875rem;left:11.9375rem;display:block; }
#AT2t3y0flmdshxuQB3TyBoW64aMg1IHl { 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:15020;opacity:1;top:19.5rem;left:13rem; }
#pXpseFKDSg3XGAPOXr1msuon9mzPvH8K { 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:15021;opacity:1;top:24.875rem;left:13rem; }
#bzUm7EZteLLbpwFSAqFuZW455kMBdayl { 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:15022;opacity:1;top:30.4375rem;left:13rem; }
#NVtLJ35Eg2QifiFfg7lBC1geV4nB8I3J { box-sizing:content-box;height:6.6875rem;width:22.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:11.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#zXETECCfX7ZKRMON8V8EUCxOB62Js0L7 { box-sizing:content-box;height:3.25rem;width:22.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:11.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#I6XMC2qBLse6m0RhtkDIUSX8o0ynNJgc { box-sizing:content-box;height:6.6875rem;width:22.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:40.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#JmyxcR1t0xpnP80GM9a88fGtTTkDs1ic { box-sizing:content-box;height:3.25rem;width:22.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:40.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#UOxZHENAs79ssPfCGyetefIxPiR0kQ7F { box-sizing:content-box;height:5.25rem;width:22.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:11.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#fCrtt1elZNZvwVVFcgf9LPGAhVyVQHl2 { color:rgba(var(--color-primary-1),1);display:block;width:14.62369825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:38.26953125rem;left:16.125rem;height:4.411764625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#im02WEF1srFTbuwIKerqwNVXtlBmwTT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.80078125rem;left:35.895832061767rem; }
#kvhlLXwUbZUetcSu5Mm4ENu3tCMUCA0S { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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:17.3125rem;height:4.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:38.32292175293rem;left:42.967449188233rem;display:block; }
#PneTDrGwczouW5Krlb75ez4nIvWCc3R9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emL8yNMTKGlWryNwLt4nu45out1wsn6I { position:relative;display:block; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I { background-color: transparent; background-image: none; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .row .container > .video-iframe-container { display: none; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .row > .video-iframe-container { display: none; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .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); }#emL8yNMTKGlWryNwLt4nu45out1wsn6I { border-width: 0; border-radius: 0; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .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; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .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:57.4375rem;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; }#ezxgPDHLJcI7SK9HHcOdUf5D6AVT1R54 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4375rem;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; }
#KpDRJ8QaVNDxEItVIJJcGCJwZIdP9vI4 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.625rem;left:1.875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrxbZbo40vE99s41oVX8gEmpXxlTehxE { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.625rem;left:20.9375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEC3hNUkgvwE0VQVet6xC7CbOOw1nAHx { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.625rem;left:39.625rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tr134UmUfeCzyurwKLSDlsg1z0ORtphF { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.625rem;left:58.6875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T36tngfeE4TlCCUT8f1uXrTc6Uz23vEM { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.875rem;left:1.875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0p3UToimCNeobSJeTAqHiQtzzr2mEqG { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:53.875rem;left:20.9375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTgLJBkT0cKOhTZTktbNrcBLDtcInypT { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:53.875rem;left:39.6875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZowLW6hHkVoDdRKZB5QWlGvGaxM3kN1 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:53.875rem;left:58.6875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IK7Onu7F5Gu0ECkmw1HwaTt7EaOndbaA { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:2.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; }
#y9RBsawTFacT6GNTuK2kONRZlccSVTW9 { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:20.9375rem;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; }
#soofmIEb2agmoETE6NA1oIfRWPfoVE15 { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:39.6875rem;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; }
#dCX7iX3SUThTUUHCxiyX7nRCoeETWHnR { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:58.4375rem;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; }
#rPmUs27FgAOG2Egx1TpATxrz3AxFWaCo { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.125rem;left:2.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; }
#W8RVDw6h4FJKVfF1po7KIPUp7fkEELRR { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.125rem;left:20.9375rem;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; }
#dWWT4C8H1rKx1RHnmzKb99AFmow09QFd { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.125rem;left:39.6875rem;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; }
#fePkytbkKViaIn1kcdNTOew2ttJqLaS3 { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.125rem;left:58.4375rem;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; }
#teB9fBlmXchJcTac4N9HhoM7nqZ9vren { position:absolute;display:block;z-index:15021;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:18.0625rem;width:14.25rem;top:11.96875rem;left:2.1146201413427rem;overflow:hidden;display:block; }
#mTf0LfoLTlFveX2hensWifKBN7P9OsDV { 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:18.0625rem;width:14.375rem;top:11.90625rem;left:20.869140625rem;overflow:hidden;display:block; }
#TLEmt7dvZO132zEVV4RT3rzvRk1GQ0RH { position:absolute;display:block;z-index:15023;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:18.0625rem;width:14.375rem;top:11.90625rem;left:39.71875rem;overflow:hidden;display:block; }
#ORI51KmaNpfLaxTAiMVTCKOZdGTE5Nlh { position:absolute;display:block;z-index:15024;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:18.1875rem;width:14.5rem;top:11.760437011719rem;left:58.375003814698rem;overflow:hidden;display:block; }
#zfn0IBEtGV6BheEuwJPKifmgpzhGW0zT { 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:18.125rem;width:14.4375rem;top:35.1875rem;left:20.90625rem;overflow:hidden;display:block; }
#GxiTg3xMSNuhkUswWzA8ZTXfoocUG9yO { position:absolute;display:block;z-index:15026;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:18.4375rem;width:14.5rem;top:35.010437011719rem;left:2.0116757264319rem;overflow:hidden;display:block; }
#oloUVIsiOKsPkPJ47RyCO5GBvfXefafv { position:absolute;display:block;z-index:15027;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:17.0625rem;width:13.625rem;top:36.375rem;left:40.0625rem;overflow:hidden;display:block; }
#OhvnnOkKvfXn5nNm38WidnvSvbUhrllX { 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:18.125rem;width:14.4375rem;top:35.25rem;left:58.4375rem;overflow:hidden;display:block; }
#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc { 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), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #000000);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; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row .container { background-color: transparent; background-image: none; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row .container > .video-iframe-container { display: none; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row > .video-iframe-container { display: none; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .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); }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row .container { border-width: 0; border-radius: 0; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .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; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#OMsErwLJt5nZg0IDHGAotPrnXRQgD57R { 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; }
#hvQhny5PgfaCPlAcFMKw3aENGgUmSu04 { 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:2.2058823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ox7cGz4iJhyABNR2xh40eNOcSOKwyC1G { 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; }
#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd { 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; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row .container { background-color: transparent; background-image: none; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row .container > .video-iframe-container { display: none; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row > .video-iframe-container { display: none; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .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); }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row .container { border-width: 0; border-radius: 0; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#XQyRcIQpznFO558KJ32wmT1hUeZQH0Mx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;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.625rem;left:7.8125rem;height:7.7205881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xV2QcS6bLUCfszyeGuhla7BnWWfeVi08 { 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.25rem;left:7.8125rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fEAwKDEyf7l6ToeXx7xTLbzH0dbLFwq3 { 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:5.9375rem;left:7.8125rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKIC9ekmIv5PGiwhQsWrwP3QIDlXOowX { 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.8125rem;left:28.1875rem; }
#toMKFXKnqkUr0v4QS0tDpqtUu2Ec6pf8 { 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.8125rem;left:25rem;display:block; }
#ATSQFWLORnUeEqheSfSpATA83N61BZ6J { 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.8125rem;left:49.4375rem; }
#KKWPzmMK94EiLEzO1N5HC5wFJOR72Gz3 { 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.25rem;left:32.6875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oqgmmrbSy0UfDH9cvFeXo7Wt7uLkWQNC { 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.1875rem;left:32.6875rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nsNlsKzboFO7qQ8ZZVaPXykvWZLTJxNU { 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.75rem;left:46.25rem;display:block; }
#qxPivN8JkyQTH2AldTqSTOpiaix7bZN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;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.625rem;left:32.6875rem;height:4.6323528125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgVEDel6WDS6HnBNGRxUD3IESh6dylo4 { 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.125rem;left:53.875rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#icopOeEqN2I8I2SCw0FKiq0vrui4uT5Q { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;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.625rem;left:53.875rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DtAoPm3gM4PHSyNwp7KJbWeUcfIJIEd4 { color:#da3232;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.1875rem;left:53.875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IzywuukTSkTxVCNl1wUisx7ZBmQVA2ug { 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.625rem;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; }
#mywkBazbW0G30uqbt0wG8PXqfAghFamC { 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.6875rem;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; }
#FGwUebBm72KEGT7PDhm2weEi2qArwWMH { 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.6875rem;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; }
#JAazVP0lPtCu8JUHJkVpxz54mILiZedP { 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; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row .container { background-color: transparent; background-image: none; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row .container > .video-iframe-container { display: none; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row > .video-iframe-container { display: none; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .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); }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row .container { border-width: 0; border-radius: 0; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .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; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#a3fnLcAR91JPfESU8cGHUSnITphfrP7p { 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:18.5615806875rem;width:20.1872691875rem;top:28.190948486328rem;left:54.749540328979rem;overflow:hidden;display:block; }
#fofovw9dwH0sXIDnBtDEAOXedaGTqMlL { 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; }
#kBHUf1FgtpyFerNcbe2fsDwVbbQoguSz { box-sizing:content-box;height:39.75rem;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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-form-header {  }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-container:first-of-type{padding-top:0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-container:last-of-type{padding-bottom:0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk  { 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.5286560058594rem;left:17.936199188233rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.625rem;display:block;vertical-align:top; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .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; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk {display:block;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk { 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.5286560058594rem;left:17.936199188233rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #aWeGcLOsndi9nSlWz6uKNBPfBuaVR1CD { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #d6VqWoAAWKsPTKzFeH3hwD8EM4T15JT0 { position:relative;display:block; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #crmITEc3u8azJsL3WbDgBtClfcdhI70y { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VWvlz0puwfyMfr2PvOcQIe5iERSWtm9o { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #Spmex8P9fzkc3h602lXu1iLTECLFGXpS { position:relative;display:none; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #PwMovXA7XGdiu3ve3rSdWbE66wFyJlRw { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #PsFR1gnRdQQmiQJtDKEZwprrrm0Klo1o { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #QyK4dKnAuNpMV6UgSUUvB75PL7A5RaZg { position:relative;display:none; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #mnp1Lp5VEvIfGxCsZVoORJxHTDS29sUs { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #rq77DaKtVRF0ieQomOUoIksCxDb92RUv { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #V8RFIv2qy0VkHV25qkwQpwxwaWCU8LXh { position:relative;display:none; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #eiAE5Z2rCIk7RlNAPXTu6cyQaNSy4O3V { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VsZl5LFEqMCurwAsHfK10a2JikeOSNoB { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #y5SIeZbhUa31FpMlBmC3yy4G3yE9nWkT { position:relative;display:none; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #HcLCo6ZqWRdU1Tybd5qzAokSltJS9TRH { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #kykh2XHWBkdxulrARL7GNOpbLPVnTR1r { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #vTWI5CgNL9Z5OSteFih7KsRq58ioT096 { position:relative;z-index:2; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #idw9Np3gdLcNaZlbpHsst2nP1l7n7ert { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VnUaJTLiwCULURuhdVE01FAEzccQMgRf { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #H0IzNDHizoVMoqiFDtUL7sqJLnTHv9yD { position:relative;z-index:2; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #wwE2peh6TwO93NvZkNop6G8VFDD13SLT { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #GebTJ8UzTXdl59gPumm6rKaxhF5oiovw { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #u36A4UClP546RcxVHxJRC5zTT92ZmzpO { position:relative;z-index:2; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #zLM7VH4lEcGH3gdTOKQHvN9CsAAs4B8W { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #v0sDA2yPU0NyknmX7qIJPPPhLSgLAF3n { position:relative; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #i1QTZaByuJUSxgL0algXKIptoJfmbqID { position:relative; }
#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M { 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; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row .container { background-color: transparent; background-image: none; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row .container > .video-iframe-container { display: none; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row > .video-iframe-container { display: none; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .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); }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row .container { border-width: 0; border-radius: 0; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .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; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .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; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),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; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n { 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:38.5rem;z-index:15084; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #kHRyOG9ps2ZrQ1C7TVD4GgC9Lwbd97Gz { display:flex;position:relative;top:0rem;left:0rem; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #uPukOl7HXhuCDIuxM8dpDtUUIl6myB81 { width:auto; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #JJaB3TihD2Q6GoP7BXMwOl52anLiHdtS {  }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #OJOnaKzafsOeSlXs780b6N2dFUTXLQuA { display:flex;position:relative;top:0rem;left:0rem; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #H5DP2U5TzvAbscQLplFGqENS2iMMCVJ8 {  }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #dohUL1SyPl7LUFmgEbuXQoLJi8BX8Ty7 {  }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #gmsygsF792LOblK6V64WGJ1TUM8d0kcH { display:flex;position:relative;top:0rem;left:0rem; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #IMMmLS92fwKJd2uu43XmvEPTJTBAtS07 {  }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #wlK2i4BfSeyAqX41Qh4cCEgJKgxN2gHv {  }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #Lnfx2oTJOMKedWUKCDMqTPX5v2Tiq5Fl { display:flex;position:relative;top:0rem;left:0rem; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #Uy0AuvABcAUQzgkW66yQKTCl0m3noOtD {  }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #liExP1uNk8lSRxkZ9dZpuSJWf29kJNJS {  }
#C8CbiKzSIO4uyn0PDzADBP9P5wrGzbnw { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:1.6875rem;left:15.9375rem;height:2.0588235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gItKG80mgVxRLTV8T7Qb5q74sna2E3rO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:3.75rem;left:15.9375rem;height:1.0294118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE { 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; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row .container { background-color: transparent; background-image: none; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row .container > .video-iframe-container { display: none; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row > .video-iframe-container { display: none; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .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); }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row .container { border-width: 0; border-radius: 0; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row .container { font-size:0.875rem;font-family:arial;height:89.0625rem;width:75rem;position:relative;display:block; }#OKiR8ou8bEgpVbTN2TJ0WQkOdV7LnTuW { 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.6875rem;left:0rem;height:3.6764705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#goMCDhBMNBkDZQzHCHoI8bvJpfhGMT6F { position:absolute;display:block;z-index:15004;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:14.625rem;display:block; }
#W47CCATeTA52SIGXoGOBbLM1ehiAqX6z { position:absolute;display:block;z-index:15018;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:57.125rem;display:block; }
#Jw5vm4gg4UXqKcSPBrfGGzVZqwi1zwSB { 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:3.375rem;width:2.6875rem;top:3.0625rem;left:0.5869140625rem;overflow:hidden;display:block; }
#QD5kngmse6dyVORcIsROaeGXTaA6vTkD { position:absolute;display:block;z-index:15030;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.625rem;width:2.0625rem;top:1.125rem;left:3.2744140625rem;overflow:hidden;display:block; }
#QrSpZgz9itWe4DDC2vBiZsNZ40cLsKkp { 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:6.875rem;width:5.375rem;top:0rem;left:68.75rem;overflow:hidden;display:block; }
#hBqZk649Gc9x6W3eMroKCHiT2cEnqCc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;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:25.15625rem;left:8.375rem;height:10.8088235625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qiO6vNIZINuXlJIDaFZQe8TZ4Nv4DFo7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:42.625rem;left:8.375rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATFfWa9ZK1OsMwmhzC2EFp5nn8yahkPG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;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.25rem;left:28.84375rem;height:18.5294113125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DP2oTCr5JpXyP55zoM8KKJh9T2BF3BIO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:42.6875rem;left:29.5625rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNysZesf4BgE4HqTcwICW5QZGTys1rLc { position:absolute;display:block;z-index:15005;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:35.8125rem;display:block; }
#eMwJ1MDkJunJbnJAe5FkRwuLyu9iN8tR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;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:22.8125rem;left:49.8125rem;height:15.4411764375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#usmhweWpUP23mTArlMypShLtFFSSQp9B { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:42.625rem;left:50.875rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JBVlqP8BGs3kfsXAc0hGVHsGV6GLTzRM { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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.6) ;height:10.8125rem;width:26.3125rem;top:51.25rem;left:3.1875rem;display:block; }
#QZdquyOA4Ix33pQ0DoVl0IKlWraEXCH5 { position:absolute;display:block;z-index:15032;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:15.9375rem;width:22.5625rem;top:48.6875rem;left:5.0625rem;overflow:hidden;display:block; }
#s6rQ5VptvXy6KTedMrt2CDbsJtz4d65l { position:absolute;display:block;z-index:15033;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:15.875rem;width:22.625rem;top:60.625rem;left:5rem;overflow:hidden;display:block; }
#KfOOnSIFQGtTN506Z1JvcQ7MUiQ2rWeh { position:absolute;display:block;z-index:15034;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:16rem;width:22.625rem;top:72.5rem;left:5rem;overflow:hidden;display:block; }
#LzAWXr1TBW2rBO3nssmfO1ZSPgpLooQi { position:absolute;display:block;z-index:15035;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.75rem;width:15.3125rem;top:54.875rem;left:34.25rem;overflow:hidden;display:block; }
#TceCT5sg5UAGa9mPNEOOUhOfpbbFOEwq { position:absolute;display:block;z-index:15036;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:11.1875rem;width:15.9375rem;top:59.3125rem;left:57.375rem;overflow:hidden;display:block; }
#I9otOWMH0HVzfOVvMhRxEyyiCHna3nTK { position:absolute;display:block;z-index:15036;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.4375rem;width:13.375rem;top:75.125rem;left:38.125rem;overflow:hidden;display:block; }
#BwtbE0hTymyrAlVwBwcLDJPzdDGWB0UG { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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.6) ;height:10.8125rem;width:26.3125rem;top:63.125rem;left:3.1875rem;display:block; }
#NXithDHFytrsPgmR00pCASAMJkaBQs6S { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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.6) ;height:10.8125rem;width:26.3125rem;top:75.0625rem;left:3.1875rem;display:block; }
#T2fOx3DCIzWftWmXxWDkwSzpur64XzIp { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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.6) ;height:13.6875rem;width:19.3125rem;top:58.0625rem;left:55.6875rem;display:block; }
#d8rSQna9P3TQtN7Io1TGCQhVOx8AwNBq { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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.6) ;height:13.6875rem;width:19.3125rem;top:53.375rem;left:32.25rem;display:block; }
#trI0iKdPRyamimy62zOnJRbTUcEE1u5M { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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.6) ;height:13.6875rem;width:19.3125rem;top:73rem;left:35.125rem;display:block; }
#ra0ZxD51TRrqcGPdOlKtuETaLVmswvs3 { box-sizing:content-box;height:2.3125rem;width:2.3125rem;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:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),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:69.5rem;left:32rem;display:block; }
#EVCuIJyS2Z2ZJSOikDoDO5kmL1TaTHnS { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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-secondary-2),0.65));background-image: -moz-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),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:74.25rem;left:68.8125rem;display:block; }
#q8LCqe487eu0tWFvN3yIT8951rJmlOHE { box-sizing:content-box;height:5.375rem;width:5.375rem;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(83deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(83deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(83deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(83deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(83deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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:51.25rem;left:54.4375rem;display:block; }
#wNeoA5MpggJ5CJ2wCPWV9Gs3UD0u8uFo { box-sizing:content-box;height:1.9375rem;width:1.9375rem;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-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(246deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(246deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(246deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(246deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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:50.375rem;left:51.5rem;display:block; }
#dapraHRlIAPKQxNBSxUFJQ5KLFFW4AdB { 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:5.875rem;width:4.625rem;top:80.0625rem;left:59.8125rem;overflow:hidden;display:block; }
#yomfTlC5Lay2L8WDzwnXPxvuFr5kf2qb { 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:4.0625rem;width:3.25rem;top:67.75rem;left:36.9375rem;overflow:hidden;display:block; }
#FIcFXL2c1ieTS2nTsZHtdFyMRShS7FEe { 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:6.9375rem;width:5.5625rem;top:82.8125rem;left:0rem;overflow:hidden;display:block; }
#ir663oH7SmZSoQzUmMSEXtONTQAWuQwa { box-sizing:content-box;height:1.125rem;width:1.125rem;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-secondary-2),0.65));background-image: -moz-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),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:70.5rem;left:47.5rem;display:block; }
#ITVV1inL0GqbQefPqwDRGGmnrnSZqGRD { 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-secondary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),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:68.6875rem;left:44.5rem;display:block; }
#Un3g6EpTVdksXJ5TtVMJa6o3GcxwVzWM { box-sizing:content-box;height:1.5rem;width:1.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:15039;background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),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:67.625rem;left:50.9375rem;display:block; }
#KkeiBWkoiKEFAmR4GVHSkLRcGTptuWQr { 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:15039;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-2),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:48.6875rem;left:66.3125rem;display:block; }
#vg6G4bEr2TAN3mKIynPObedRPxvfVVc3 { box-sizing:content-box;height:0.9375rem;width:4.5rem;position:absolute;display:block;z-index:15044;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:53.375rem;left:9.6875rem;display:block; }
#QDBFTPoLHs69e4FKivt96EmFNbzuTf0a { box-sizing:content-box;height:1.375rem;width:4.6875rem;position:absolute;display:block;z-index:15045;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:65.1875rem;left:9.5rem;display:block; }
#mWh4wUb2uTr9ecPvQDcQs33dc5GUtO1t { box-sizing:content-box;height:1.375rem;width:4.5rem;position:absolute;display:block;z-index:15046;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:77.375rem;left:9.0625rem;display:block; }
#hMqpKfPd8b4atTdEUHx1zrDL4rGoomzc { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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:35.75rem;width:20rem;top:9.5rem;left:27.5rem;display:block; }
#PkFizp7NHN4MToh74tHnQdnKqZvxBBmv { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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:35.75rem;width:20rem;top:9.5625rem;left:6.25rem;display:block; }
#GLtUFAOF4s52TuyTR0RLFq1ST1D5seVg { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),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:35.75rem;width:20rem;top:9.5rem;left:48.75rem;display:block; }
#Wbu6EPVCeHAgRBhs55mgOUGl75ouemS9 { 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:14.875rem;width:11.875rem;top:8.75rem;left:52.8125rem;overflow:hidden;display:block; }
#wLb9MTHuTQ13ggOxEl6XBk0plNOc3XSd { position:absolute;display:block;z-index:15048;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:17.125rem;width:13.625rem;top:7.625rem;left:30.6875rem;overflow:hidden;display:block; }
#Pk7MchJbpmtxiewIpLGDqg9L6VaMyaB3 { position:absolute;display:block;z-index:15050;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:11.3125rem;width:8.9375rem;top:10.53125rem;left:11.78125rem;overflow:hidden;display:block; }
#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB { 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; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row .container { background-color: transparent; background-image: none; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row .container > .video-iframe-container { display: none; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row > .video-iframe-container { display: none; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .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); }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row .container { border-width: 0; border-radius: 0; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#RGK6Ugcewqn61S9x34CfIJPzgHRVqRz7 { 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; }
#fzotSZfeAso602JOyxbVqisiybSETIXH { 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; }
#KwpnqH1xyOmDTttGIAg6JpS1XOGRHMVZ { 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; }
#DNbCofOhskMEaTUT2WoHk6TPgW6nMJqo { 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; }
#i7ZGgIDwuU2gOWDHa0WPua6BWqMoafs9 { 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; }
#i7ZGgIDwuU2gOWDHa0WPua6BWqMoafs9 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#kPoWiZiaEBf9Z2cCwfxyHlduWbAIOMsy { 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; }
#DiVuFLo9GbvLatTmZVzdP4AI1x1hJFcN { 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; }
#DiVuFLo9GbvLatTmZVzdP4AI1x1hJFcN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#zz4Fwxm5xtbw0QZCry3xghBvwc0eckUw { 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; }
#PicQ7ET5RplyIcWoBgmKMLOZmH9qfAAN { 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; }
#PicQ7ET5RplyIcWoBgmKMLOZmH9qfAAN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#IpWVKTCI0TwJWIJNbrtlX1LH4ReZXs6l { 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.4375rem;width:20.625rem;top:1.9375rem;left:26.4169921875rem;overflow:hidden;display:block; }
#HM3r645PlAOvmRNt9hoDGZ7qNdrcO1ow { 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-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; }
#Ca7U7P7NK5H0mkAyAhOiFxHL7uxOmswI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KaMNxhyD7qPxeqrAzbUJkm7VfmIpKgHl { color:rgba(var(--color-tertiary-0),0.6);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; }
#g9dL7QTaf89A7aVoP8Z4tI8rwgVLOil8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;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.6875rem;left:6.9375rem;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) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { top:8.3125rem;left:0rem;width:47.75rem;height:8.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8hUyJfQsxwRhmeSrsUPii72qP8bkfp9 { top:21.5rem;left:8.9375rem;width:32.5rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9cTa6CQay9FGSZ37G0MISTgBEr4m2Wu { top:18.25rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJabk2HTtIK1IlGCeDnWkb6xqhePr8fN { top:0rem;left:0rem;width:10.9375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0qWgq2J0UxI1PTu1urINdhXZnbNKu2 { top:40.375rem;left:35.5625rem;width:12.1875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq3E9ydeka54lNCcrIyTXqAlazkJ8TEe { top:27.875rem;left:35rem;width:12.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrln8znmXtnMmyEQB25dv347Id2NM9PZ { top:34rem;left:35rem;width:12.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDcABGVhdJnemxPad1H4D4lc6Ozq6WJh { top:45.5rem;left:31.8125rem;width:15.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns3J0efWMwxsdqgHRAVbgMhzxP67M031 { top:46.375rem;left:34.4375rem;width:13.3125rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTm8LpQExrZETFrnVJ9B4NZrHoVacBl0 { top:27rem;left:31.8125rem;width:15.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcvNz5fhrI6ktCnTzToHTKnUeSznitn { top:39.3125rem;left:31.8125rem;width:15.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTcudg3Fdmbb9QPuRNkLECzFdEN3BGX { top:33.125rem;left:31.8125rem;width:15.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofT5M30TgBmOZsMFsQ7wbb4CtsGQdJun { top:27rem;left:0rem;width:25.1875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQDMge5eOXOuT5inKkD2QQytWzlg9tZ { top:27.5625rem;left:0rem;width:22.9375rem;height:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19BSbJr28p2tQH37Cybtm01RMVWe68H { width:4.0625rem;height:4.0625rem;top:33.25rem;left:0rem;display:block; }
#c19BSbJr28p2tQH37Cybtm01RMVWe68H > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #MvtTkkFoIOfN4kE5WhaaEHC5qiFU33UK { top:37.3125rem;left:0rem;width:21.8125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSbkyT3f3eG9GJ6XdgEzei0oRdJ4x7eA { top:43.5rem;left:0rem;width:19.125rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDzlsCHk0v3AGzTV59t9HBVUt0CCqDXf { width:7.3125rem;height:2.9375rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLHpD3HCH7MxKI4mvU2FbtB6lZ06Ayfo { top:0rem;left:21.5625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTlNHf24RwHZUrBzvNTGBAX0XJk9EJ7 { top:4.4375rem;left:14.71875rem;width:20.9375rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG { display:block; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .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; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .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; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #euOqPu40LRHhPNmB8tK3nG7ooSFsuk8w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #bx8f4Zpt7kN4iK4nlgOLezOTRdvrkLki {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #COLXkJqCxP7JnSDbgsklWbAxuDWyspMy {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #PbTzCvEOpKiZFvbtTWduffUILagKNqfC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #R2hsoTbqENyqIuNX1lCZ3lzSEsrfulvl {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #GP9nhNAnrBGJSakwTQdQZb6iv7MorNmM {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #fzDn4dfAH9NHRrflEIHNJGAorM1Hftqp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #D9ZsrTanQTFnFwLn2bRiUXx9uNZ25PIe {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #zrsmcZLEJ4VsMOuquFHPPus6AlV1TOZI {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #wdQszmIE6dqn75pN4mAc4Q0BwGur6zpz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #TbzuyDIT7DFBfZH7NIpqtTboWxXFbT8a {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #iddMdIwkHpL56xI3Om9Sgl5mm3PrN4LV {  }
 }@media only screen and (max-width: 763px) { #CBmyrqxJdaOnANqlq4nIVJbuKVnW0sSU { width:21.0625rem;height:4rem;top:2.0625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTRpXdT7w8h0dNbOBKIo5PQ8GDpvWUrg { display:block; }
 }@media only screen and (max-width: 763px) { #kD8i7rVr2ahTCfbcFSsJMlcCA1H5KimN { top:2rem;left:0rem;width:27.5625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8aUqyyO5X1hfsLsx0QC643W1wiFzlul { top:4.875rem;left:0rem;width:27.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIkTcuDSdLhtwolIDXBEI8xbfRTPpPMW { top:1.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { top:13.125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9qOnEb18DzxNvId7LlHhQ2nhIBkume6 { top:6.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6WPRaZbBViNITpxwhV0xaf9KcdlgiQ { top:12.25rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8FMW8bdsvlSUvuHS9Hw4um1GTzTnAN { top:17.4375rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7dS0s62hcIhkLXRLIgd881nZzMyv18T { top:18.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8McZP7gCT9zIyq1ok17xkEBEmWadgiS { top:22.5625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z242yTp19wr1FqHGDDSDOtivmmL4sMwM { top:23.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbM6P0SRKDKdIcPC0TWRTmU8VuQ94gKS { top:11.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #da7utOCeIksCbQCptL53OHGnb9BThePf { top:16.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAgbb0vqSLh0larmlaRisf51QqN0LHR8 { top:22.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hquix9IXx9o8Eg4V0wtTAFaNE2z7w0Bi { top:29.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4nhqNXQkwMau1Xdzyt6iSKBMkDX4TqT { top:30.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEAE1xLbLrMG9i0Xpy5seQdKXqci4Wpw { top:29.125rem;left:7.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh3K1R9J3OSWPJHiwpJX1uOqbTdiuPZg { width:21.0625rem;height:4rem;top:36.5rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhGT6bdnOmqfTKxJxVfWiO9O0Tsi4CJ { display:block; }
 }@media only screen and (max-width: 763px) { #D54ArkCzs5NNZA8MkOozsas2TT5N6qvS { top:41.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU4bVAZChGTFIPUBMXbwgHoPyqTllAzX { top:34.375rem;left:0rem;width:4.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9g7SF72qrSD0zoAArPzTIOf0K45yr3q { top:28.4375rem;left:0rem;width:5.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5I3vAhPVaOVzzDr7asUAxVDQGbqLESk { top:14rem;left:39.1875rem;width:8.5625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN { display:block; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUAeyL5hyh58KCU0QavbT5mqkIqWQAm6 { top:1.6875rem;left:0rem;width:21.4375rem;height:8.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJgTh4UOlQ8PVZ5pPPCGoqOhyXkq7vcI { top:2.6875rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Vo7HAp0NWoXAoG6DTCLRyelTbDMy4M { top:2.75rem;left:18.3125rem;width:0.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdATEBSsNZzVESZ6GLhTKiMKPzgqB1Vm { top:2.625rem;left:12.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXlHTpFCV6WrkZMnkVvVD5vGMyDca7AV { top:6.875rem;left:10.5625rem;width:7.8125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0xSFuZRGOszpCGTW8aX6FhWT6EiioST { top:2.6875rem;left:21.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMBiHngeiAmi8R0Fbbb4tsLLZPUW3tpd { top:6.875rem;left:18.4375rem;width:8.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6NivFhuzm3sQ9CbqB3i7wk2mzpS51I { top:6.875rem;left:27rem;width:8.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G47C2NkSseGno3tMRCebPzCFsyMImq25 { top:2.6875rem;left:29.750003814698rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0DMDB8x7ky7L2MoZJp7GQ3aLvJB9z9G { top:6.875rem;left:35.375rem;width:8.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGArE4GCNfiq8Bo2euXxmzbcsCAzzJW { top:2.6875rem;left:37.906253814698rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTvHgbhoHwt4XhIeeWxeEHi3ZMxCrDy6 { top:6.875rem;left:39.5rem;width:8.25rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtbPkBDLOhiuvZ8iF3nVCKNEwTvhFieX { top:6.875rem;left:39.25rem;width:8.5rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATCWDNB4d8g18snvWAVNZqn17ryW4znU { top:2.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3U7nXv4OtwtrsrErgJWvTunSTiXx1w { top:2.875rem;left:26.8125rem;width:0.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGFXQeLGmd1GpoylAIvXf9ETh3c2QhOh { top:2.875rem;left:35.25rem;width:0.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqcsamBVVNFVWuh4gCVLWBb07uiAcFHB { top:2.875rem;left:43.5625rem;width:0.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9yXInwIKkDkxF0Wflt3tSdk7VRUSXD { top:2.875rem;left:47.5625rem;width:0.1875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID { display:block; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgExy4dA2MJOrSe8StQk8n2lFszQewcs { top:5.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR6QTg0ubIubv5KHhxsLaM3e2TKTsNGV { 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) { #GOkVvPgw07MBWt1oxpO880JUPV3ZTERK { top:10.375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe { display:block; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvVTOldnrklXoAUEFCGT60JSshlwsyPq { width:13.9375rem;height:17.4375rem;top:0.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNgJhFRg9xbApg52oGBXkCzDPg6yuZRq { width:18.25rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwp19Z93Zo1A3RxSQTudGWM47s9uSymX { width:22.25rem;height:2.0625rem;top:19.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOxiQir8JriM2WPzJglAQfblk2zrQUt { width:18.25rem;height:4.6875rem;top:21.9375rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXbnZ2HcCyuh71kuvTdsHKLpap3t69Jd { width:25.125rem;height:2.0625rem;top:19.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofXT8kks9lhF3KnQ9Gtr0ErDoCTgetTg { width:12.0625rem;height:15.125rem;top:1.5625rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXMNmEk2DT9gk28GRMbViuF01LZxOviw { width:18.25rem;height:18.25rem;top:0rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRaoyhI30xGV1Fy1zDeT8MvRegm2ZHww { width:19.0625rem;height:0;top:22rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc4w3kLMAQR2n6pRfnJw4JhTKuKxDtLL { width:19.625rem;height:2.0625rem;top:19.875rem;left:28rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux5UsXu0tZwwE6ErdAgDvkelAHXfgHWD { width:11rem;height:13.8125rem;top:2.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLlEOXKUsXdtDQ5x4cICbRNIvFXJsSG6 { width:18.25rem;height:18.25rem;top:0rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSaM9JoglCHAJEsOTVCK8LSqXtH7MlzJ { width:18.25rem;height:3.125rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz { display:block; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XExaTbGWGL4GJ67HBvctq5PtvkpgaCct { width:13.125rem;height:16.4375rem;top:0.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbnPZX9QmeEkJthElRqNskPO2k7bPMRp { width:18.25rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMD2xtmA6xIWkB9O8KVJcPZpMFxeNFR2 { width:18.6875rem;height:2.0625rem;top:19.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDNAIcO3v9eN1cxlJ6G9oTOCRHTxOG8X { width:18.25rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEt20kgEmSwMJ8GMJTQF6tcJhwpQHE5H { width:20.125rem;height:3.125rem;top:21.3125rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32c5H38k14cIXD8FfwtpeTsKwrB3g9Q { width:21.3125rem;height:2.0625rem;top:19.25rem;left:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOVwihC0lHQ593Mb21sRQlPGRo6Cvbym { width:13.6875rem;height:17.25rem;top:0.5rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVy1qLUDgoKDfp4EmMFzVTX6TrwU97ai { width:18.25rem;height:18.25rem;top:0rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKDrDBdwkeUeUPyGh2S8vPJi8mewok6 { width:21.125rem;height:1.5625rem;top:21.3125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XynAv3ZCIHGXinUzOoL2QbhWlAWKMSCu { width:18.25rem;height:2rem;top:19.25rem;left:29.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJrCDapZ3HuWCUvnXiaraqNs7iuT1R1 { width:11.6875rem;height:14.6875rem;top:1.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMV57fEVf9XqeOACMTO3ipKIzHIMTAi0 { width:18.25rem;height:18.25rem;top:0rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 { display:block; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJghJ9MvrgZgBDbeJ3cTvcDM0UuLDyiS { top:4.1875rem;left:0rem;width:33.3125rem;height:8.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXetgHrSRegEFGqSSuv9aTgAL13Zx9Rn { width:28.0625rem;height:10rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNHBCKDkIcXp1wDcTvWzq7cG4DwLbV7Z { top:0.8125rem;left:0rem;width:31.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwPTnrpbwS9Ly3l9rPhA4pAlDbsUVxvh { top:27.75rem;left:0rem;width:33.9375rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBfgiKwv9iRzpyNf3o3wEH1v3pOvm2y { top:35.1875rem;left:0rem;width:22.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5iFZMHQIkhqNrHzNfdnUOEyI4IP0OSh { top:35.9375rem;left:14.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1S3dDbADCHvQMTgHgW5OcC9vSehhnO6 { top:3.5625rem;left:28.84375rem;width:17.3125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIekhsn4TnywoEXGK6QgP705z31eoidt { top:25.8125rem;left:26.25rem;width:21.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlGWHT8EmS3TOtK8ytNZZvZ2QDaPJ8XH { top:24.0625rem;left:0rem;width:13.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAI7SiGWv3PapNwogzWeyKAQEk6xd4vg { top:35.875rem;left:18.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSMrVkbxirBP2Ozh2bP4VNhclV3tZ9xO { top:35.875rem;left:22.34375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE4r4qzJxPpJ18astTTsaGguTs2QAyA3 { top:0.8125rem;left:16.875rem;width:30.875rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrEEfUSGBShPZS9XJnCB2U5Z9VhqbQd { top:14.0625rem;left:25.75rem;width:22rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfcxSfZ1uK6yLG9CVwm27Qzhh5VSWWQN { top:3.5rem;left:42.75rem;width:5rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 { display:block; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ9XqmThveecnTfLZbvgaTb4vnCzadsA { width:17.3125rem;height:4.4375rem;top:28rem;left:25.717449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #amd3VJrPOnHrhTvWLRuZ3PqdpUS9boEa { display:block; }
 }@media only screen and (max-width: 763px) { #W5a1xIG7kpHNqPUwPIxupQ9s86B1oyLQ { top:9.5625rem;left:24rem;width:23.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybJS74Kz9iSLMC4TzxZVCWuWIJtEE0eE { top:21.75rem;left:24.0625rem;width:22.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLzzfvuszT8VD3kewTMyy1RB6ZBewBS { top:13.75rem;left:23.9375rem;width:23.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ZBpQf4qPiNpgs6oL51GxeIbdOaEarR { top:17.8125rem;left:24.0625rem;width:22.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2hNZ4ybPFPTQmqQPz6SVHs2Cbc1XBBO { top:9.125rem;left:20.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4eivehgAyG3p7CyLq3LG4IhGE4ZBJXA { top:21.1875rem;left:20.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKfF1yszhgctgLD7i3bzmhDqC5f3yNw9 { top:17.3125rem;left:20.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSplUe5EIEElVUFRpEi9m7G0fmdnUH1H { top:13.3125rem;left:20.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC2R3gqIT8vXbVtQ6FWG13TyTE4glkC7 { top:2.25rem;left:0rem;width:32.1875rem;height:36.1861991875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vemxUbn9SUpIWo41g0HPbuXgBUr34Wca { top:7.75rem;left:16.8125rem;width:30.9375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u60UIa4VbHTBnBAZ0DOhk6MNdo3mTG7c { top:1.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f139CXxxwdgvVwPGcBC9h1xRoZ3XGB2a { top:34.25rem;left:5.8125rem;width:41.9375rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 { display:block; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azmqHkbWqtzm2RqBSHhtnC5Gyb5Q0f3m { top:1.875rem;left:0.53125rem;width:46.6875rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5qRkwnQ7Qbz0KoKZh4yWi2qGJZaQvAW { top:13.0625rem;left:2.5rem;width:14.5625rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsJOFBOQgnthHNJty3QxWOcailbZsulX { top:20.25rem;left:0rem;width:22.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWcFCMQaeesE9UckMyqSv4oCu19AHQnl { top:25.625rem;left:0rem;width:22.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBLozrIQ5R08avEhairWDaahUSLaZyo0 { top:30.375rem;left:0rem;width:22.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRGnb0auGo7AaiPk0LuTt7MGxKrZ8DtJ { top:15.3125rem;left:2.5rem;width:14.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtLAN7qrZMQQWX26y4D3uHBB3feuxG8d { top:13.0625rem;left:30.6875rem;width:14.5625rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPBfyZxtZi4e6kSec6aPI8DFEIZobni { top:15.3125rem;left:30.6875rem;width:14.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpHcbEWGhEPZp9qJIEZIQtk8bKUBkXaW { top:19.3125rem;left:27.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnVictu4xVJ8pBPwmSPtWd7cODkJRF30 { top:24.875rem;left:27.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3wBTszlpcZSSOsyyOVyZs1a74bfMNBc { top:20.0625rem;left:25rem;width:22.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdmaxsPvO1n4o9LGlT1vhdPqHCIkT27I { top:25.6875rem;left:25rem;width:22.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5bJNig3vlM6qxWa5k8lQ9tWRDZAQdxf { top:30.375rem;left:27.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guR0J5o3wITOUx3bX7VQ5ET1Lq825l59 { top:30.3125rem;left:25rem;width:22.75rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80pa2JurQJRmEbkE5kbM4fBoXKooOaL { top:6.625rem;left:12.78125rem;width:22.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZksamD9eK6QVmUUef19ZVEFLCw39VvR1 { top:11.6875rem;left:25rem;width:22.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zohF0FoiTdDfENiTPcMNLKZlK58zkcZ9 { top:11.6875rem;left:0rem;width:22.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2t3y0flmdshxuQB3TyBoW64aMg1IHl { top:19.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXpseFKDSg3XGAPOXr1msuon9mzPvH8K { top:24.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzUm7EZteLLbpwFSAqFuZW455kMBdayl { top:30.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVtLJ35Eg2QifiFfg7lBC1geV4nB8I3J { top:11.6875rem;left:0rem;width:22.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXETECCfX7ZKRMON8V8EUCxOB62Js0L7 { top:15.25rem;left:0rem;width:22.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6XMC2qBLse6m0RhtkDIUSX8o0ynNJgc { top:11.6875rem;left:24.9375rem;width:22.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmyxcR1t0xpnP80GM9a88fGtTTkDs1ic { top:15.3125rem;left:24.9375rem;width:22.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOxZHENAs79ssPfCGyetefIxPiR0kQ7F { top:37.9375rem;left:0rem;width:22.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrtt1elZNZvwVVFcgf9LPGAhVyVQHl2 { top:38.25rem;left:2.5rem;width:14.5625rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im02WEF1srFTbuwIKerqwNVXtlBmwTT1 { top:37.75rem;left:22.270832061767rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvhlLXwUbZUetcSu5Mm4ENu3tCMUCA0S { width:17.3125rem;height:4.4375rem;top:38.3125rem;left:29.342449188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #PneTDrGwczouW5Krlb75ez4nIvWCc3R9 { display:block; }
 }@media only screen and (max-width: 763px) { #emL8yNMTKGlWryNwLt4nu45out1wsn6I { display:block; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezxgPDHLJcI7SK9HHcOdUf5D6AVT1R54 { top:2.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpDRJ8QaVNDxEItVIJJcGCJwZIdP9vI4 { top:30.625rem;left:0rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxbZbo40vE99s41oVX8gEmpXxlTehxE { top:30.625rem;left:9.4375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEC3hNUkgvwE0VQVet6xC7CbOOw1nAHx { top:30.625rem;left:21.375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr134UmUfeCzyurwKLSDlsg1z0ORtphF { top:30.625rem;left:33.3125rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T36tngfeE4TlCCUT8f1uXrTc6Uz23vEM { top:53.875rem;left:0rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0p3UToimCNeobSJeTAqHiQtzzr2mEqG { top:53.875rem;left:9.4375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgLJBkT0cKOhTZTktbNrcBLDtcInypT { top:53.875rem;left:21.375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZowLW6hHkVoDdRKZB5QWlGvGaxM3kN1 { top:53.875rem;left:33.3125rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7Onu7F5Gu0ECkmw1HwaTt7EaOndbaA { top:11.75rem;left:0rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9RBsawTFacT6GNTuK2kONRZlccSVTW9 { top:11.75rem;left:9.5rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soofmIEb2agmoETE6NA1oIfRWPfoVE15 { top:11.75rem;left:21.4375rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCX7iX3SUThTUUHCxiyX7nRCoeETWHnR { top:11.75rem;left:33.375rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPmUs27FgAOG2Egx1TpATxrz3AxFWaCo { top:35.125rem;left:0rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8RVDw6h4FJKVfF1po7KIPUp7fkEELRR { top:35.125rem;left:9.5rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWT4C8H1rKx1RHnmzKb99AFmow09QFd { top:35.125rem;left:21.4375rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fePkytbkKViaIn1kcdNTOew2ttJqLaS3 { top:35.125rem;left:33.375rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #teB9fBlmXchJcTac4N9HhoM7nqZ9vren { top:11.9375rem;left:0rem;width:14.25rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTf0LfoLTlFveX2hensWifKBN7P9OsDV { top:11.875rem;left:9.5625rem;width:14.375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEmt7dvZO132zEVV4RT3rzvRk1GQ0RH { top:11.875rem;left:21.5rem;width:14.375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORI51KmaNpfLaxTAiMVTCKOZdGTE5Nlh { top:11.75rem;left:33.25rem;width:14.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfn0IBEtGV6BheEuwJPKifmgpzhGW0zT { top:35.1875rem;left:9.4375rem;width:14.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiTg3xMSNuhkUswWzA8ZTXfoocUG9yO { top:35rem;left:0rem;width:14.5rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oloUVIsiOKsPkPJ47RyCO5GBvfXefafv { top:36.375rem;left:22.1875rem;width:13.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhvnnOkKvfXn5nNm38WidnvSvbUhrllX { top:35.25rem;left:33.3125rem;width:14.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc { display:block; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMsErwLJt5nZg0IDHGAotPrnXRQgD57R { top:5.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvQhny5PgfaCPlAcFMKw3aENGgUmSu04 { top:3.5625rem;left:15.375rem;width:17rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox7cGz4iJhyABNR2xh40eNOcSOKwyC1G { top:9.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAucIpai16Z2kQ8W8im9JgEq9rrzICNd { display:block; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQyRcIQpznFO558KJ32wmT1hUeZQH0Mx { width:12.875rem;height:7.875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV2QcS6bLUCfszyeGuhla7BnWWfeVi08 { top:3.25rem;left:0rem;width:12.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEAwKDEyf7l6ToeXx7xTLbzH0dbLFwq3 { top:5.9375rem;left:0rem;width:14.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKIC9ekmIv5PGiwhQsWrwP3QIDlXOowX { width:2rem;height:2rem;top:5.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toMKFXKnqkUr0v4QS0tDpqtUu2Ec6pf8 { width:4.375rem;height:0.125rem;top:6.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSQFWLORnUeEqheSfSpATA83N61BZ6J { width:2rem;height:2rem;top:5.8125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKWPzmMK94EiLEzO1N5HC5wFJOR72Gz3 { top:3.25rem;left:19.0625rem;width:12.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqgmmrbSy0UfDH9cvFeXo7Wt7uLkWQNC { top:6.1875rem;left:19.0625rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsNlsKzboFO7qQ8ZZVaPXykvWZLTJxNU { width:4.375rem;height:0.125rem;top:6.75rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxPivN8JkyQTH2AldTqSTOpiaix7bZN3 { width:12.875rem;height:6.3125rem;top:9.625rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgVEDel6WDS6HnBNGRxUD3IESh6dylo4 { top:6.125rem;left:34.875rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icopOeEqN2I8I2SCw0FKiq0vrui4uT5Q { width:14.3125rem;height:3.125rem;top:9.625rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtAoPm3gM4PHSyNwp7KJbWeUcfIJIEd4 { top:3.1875rem;left:34.875rem;width:12.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzywuukTSkTxVCNl1wUisx7ZBmQVA2ug { width:3.25rem;height:2.375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mywkBazbW0G30uqbt0wG8PXqfAghFamC { width:3.25rem;height:2.375rem;top:5.6875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGwUebBm72KEGT7PDhm2weEi2qArwWMH { width:3.25rem;height:2.375rem;top:5.6875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAazVP0lPtCu8JUHJkVpxz54mILiZedP { display:block; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3fnLcAR91JPfESU8cGHUSnITphfrP7p { top:28.1875rem;left:27.625rem;width:20.125rem;height:18.504326061459rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofovw9dwH0sXIDnBtDEAOXedaGTqMlL { top:5.25rem;left:0rem;width:6.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHUf1FgtpyFerNcbe2fsDwVbbQoguSz { width:43.375rem;height:39.75rem;top:2.1875rem;left:2.1872692108154rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-regular-label { width:36.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-text { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-textarea { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-select { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.9375rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-checkbox-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk  { width:36.625rem;height:auto;top:2.5rem;left:4.3111991882324rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .radio-container { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk {display:block;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk { width:36.625rem;height:auto;top:2.5rem;left:4.3111991882324rem; }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #aWeGcLOsndi9nSlWz6uKNBPfBuaVR1CD {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #d6VqWoAAWKsPTKzFeH3hwD8EM4T15JT0 {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #crmITEc3u8azJsL3WbDgBtClfcdhI70y {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VWvlz0puwfyMfr2PvOcQIe5iERSWtm9o {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #Spmex8P9fzkc3h602lXu1iLTECLFGXpS {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #PwMovXA7XGdiu3ve3rSdWbE66wFyJlRw {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #PsFR1gnRdQQmiQJtDKEZwprrrm0Klo1o {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #QyK4dKnAuNpMV6UgSUUvB75PL7A5RaZg {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #mnp1Lp5VEvIfGxCsZVoORJxHTDS29sUs {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #rq77DaKtVRF0ieQomOUoIksCxDb92RUv {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #V8RFIv2qy0VkHV25qkwQpwxwaWCU8LXh {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #eiAE5Z2rCIk7RlNAPXTu6cyQaNSy4O3V {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VsZl5LFEqMCurwAsHfK10a2JikeOSNoB {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #y5SIeZbhUa31FpMlBmC3yy4G3yE9nWkT {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #HcLCo6ZqWRdU1Tybd5qzAokSltJS9TRH {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #kykh2XHWBkdxulrARL7GNOpbLPVnTR1r {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #vTWI5CgNL9Z5OSteFih7KsRq58ioT096 {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #idw9Np3gdLcNaZlbpHsst2nP1l7n7ert {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VnUaJTLiwCULURuhdVE01FAEzccQMgRf {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #H0IzNDHizoVMoqiFDtUL7sqJLnTHv9yD {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #wwE2peh6TwO93NvZkNop6G8VFDD13SLT {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #GebTJ8UzTXdl59gPumm6rKaxhF5oiovw {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #u36A4UClP546RcxVHxJRC5zTT92ZmzpO {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #zLM7VH4lEcGH3gdTOKQHvN9CsAAs4B8W {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #v0sDA2yPU0NyknmX7qIJPPPhLSgLAF3n {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #i1QTZaByuJUSxgL0algXKIptoJfmbqID {  }
 }@media only screen and (max-width: 763px) { #ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M { display:block; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .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; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .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; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #kHRyOG9ps2ZrQ1C7TVD4GgC9Lwbd97Gz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #uPukOl7HXhuCDIuxM8dpDtUUIl6myB81 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #JJaB3TihD2Q6GoP7BXMwOl52anLiHdtS {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #OJOnaKzafsOeSlXs780b6N2dFUTXLQuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #H5DP2U5TzvAbscQLplFGqENS2iMMCVJ8 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #dohUL1SyPl7LUFmgEbuXQoLJi8BX8Ty7 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #gmsygsF792LOblK6V64WGJ1TUM8d0kcH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #IMMmLS92fwKJd2uu43XmvEPTJTBAtS07 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #wlK2i4BfSeyAqX41Qh4cCEgJKgxN2gHv {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #Lnfx2oTJOMKedWUKCDMqTPX5v2Tiq5Fl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #Uy0AuvABcAUQzgkW66yQKTCl0m3noOtD {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #liExP1uNk8lSRxkZ9dZpuSJWf29kJNJS {  }
 }@media only screen and (max-width: 763px) { #C8CbiKzSIO4uyn0PDzADBP9P5wrGzbnw { top:1.6875rem;left:2.3125rem;width:22.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gItKG80mgVxRLTV8T7Qb5q74sna2E3rO { top:3.75rem;left:2.3125rem;width:22.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE { display:block; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKiR8ou8bEgpVbTN2TJ0WQkOdV7LnTuW { width:47.75rem;height:3.6875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goMCDhBMNBkDZQzHCHoI8bvJpfhGMT6F { width:3.25rem;height:0.0625rem;top:42.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47CCATeTA52SIGXoGOBbLM1ehiAqX6z { width:3.25rem;height:0.0625rem;top:42.625rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw5vm4gg4UXqKcSPBrfGGzVZqwi1zwSB { top:3.0625rem;left:0rem;width:2.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD5kngmse6dyVORcIsROaeGXTaA6vTkD { top:1.125rem;left:0rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrSpZgz9itWe4DDC2vBiZsNZ40cLsKkp { top:0rem;left:41.5rem;width:5.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBqZk649Gc9x6W3eMroKCHiT2cEnqCc5 { width:15.75rem;height:12.5rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiO6vNIZINuXlJIDaFZQe8TZ4Nv4DFo7 { width:15.75rem;height:1.5625rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFfWa9ZK1OsMwmhzC2EFp5nn8yahkPG { width:17.3125rem;height:20.3125rem;top:21.25rem;left:15.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP2oTCr5JpXyP55zoM8KKJh9T2BF3BIO { width:15.75rem;height:1.5625rem;top:42.6875rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNysZesf4BgE4HqTcwICW5QZGTys1rLc { width:3.25rem;height:0.0625rem;top:42.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMwJ1MDkJunJbnJAe5FkRwuLyu9iN8tR { width:17.9375rem;height:17.1875rem;top:22.8125rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usmhweWpUP23mTArlMypShLtFFSSQp9B { width:15.75rem;height:1.5625rem;top:42.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBVlqP8BGs3kfsXAc0hGVHsGV6GLTzRM { top:51.25rem;left:0rem;width:26.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZdquyOA4Ix33pQ0DoVl0IKlWraEXCH5 { top:48.6875rem;left:0rem;width:22.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6rQ5VptvXy6KTedMrt2CDbsJtz4d65l { top:60.625rem;left:0rem;width:22.625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfOOnSIFQGtTN506Z1JvcQ7MUiQ2rWeh { top:72.5rem;left:0rem;width:22.625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzAWXr1TBW2rBO3nssmfO1ZSPgpLooQi { top:54.875rem;left:20.625rem;width:15.3125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceCT5sg5UAGa9mPNEOOUhOfpbbFOEwq { top:59.3125rem;left:31.8125rem;width:15.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9otOWMH0HVzfOVvMhRxEyyiCHna3nTK { top:75.125rem;left:24.5rem;width:13.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwtbE0hTymyrAlVwBwcLDJPzdDGWB0UG { top:63.125rem;left:0rem;width:26.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXithDHFytrsPgmR00pCASAMJkaBQs6S { top:75.0625rem;left:0rem;width:26.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2fOx3DCIzWftWmXxWDkwSzpur64XzIp { top:58.0625rem;left:28.4375rem;width:19.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8rSQna9P3TQtN7Io1TGCQhVOx8AwNBq { top:53.375rem;left:18.625rem;width:19.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trI0iKdPRyamimy62zOnJRbTUcEE1u5M { top:73rem;left:21.5rem;width:19.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra0ZxD51TRrqcGPdOlKtuETaLVmswvs3 { top:69.5rem;left:18.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCuIJyS2Z2ZJSOikDoDO5kmL1TaTHnS { top:74.25rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8LCqe487eu0tWFvN3yIT8951rJmlOHE { top:51.25rem;left:40.8125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNeoA5MpggJ5CJ2wCPWV9Gs3UD0u8uFo { top:50.375rem;left:37.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dapraHRlIAPKQxNBSxUFJQ5KLFFW4AdB { top:80.0625rem;left:43.125rem;width:4.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomfTlC5Lay2L8WDzwnXPxvuFr5kf2qb { top:67.75rem;left:23.3125rem;width:3.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIcFXL2c1ieTS2nTsZHtdFyMRShS7FEe { top:82.8125rem;left:0rem;width:5.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir663oH7SmZSoQzUmMSEXtONTQAWuQwa { top:70.5rem;left:33.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITVV1inL0GqbQefPqwDRGGmnrnSZqGRD { top:68.6875rem;left:30.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un3g6EpTVdksXJ5TtVMJa6o3GcxwVzWM { top:67.625rem;left:37.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkeiBWkoiKEFAmR4GVHSkLRcGTptuWQr { top:48.6875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg6G4bEr2TAN3mKIynPObedRPxvfVVc3 { top:53.375rem;left:0rem;width:4.5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDBFTPoLHs69e4FKivt96EmFNbzuTf0a { top:65.1875rem;left:0rem;width:4.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWh4wUb2uTr9ecPvQDcQs33dc5GUtO1t { top:77.375rem;left:0rem;width:4.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMqpKfPd8b4atTdEUHx1zrDL4rGoomzc { top:9.5rem;left:13.875rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkFizp7NHN4MToh74tHnQdnKqZvxBBmv { top:9.5625rem;left:0rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtUFAOF4s52TuyTR0RLFq1ST1D5seVg { top:9.5rem;left:27.75rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbu6EPVCeHAgRBhs55mgOUGl75ouemS9 { top:8.75rem;left:35.875rem;width:11.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLb9MTHuTQ13ggOxEl6XBk0plNOc3XSd { top:7.625rem;left:17.0625rem;width:13.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7MchJbpmtxiewIpLGDqg9L6VaMyaB3 { top:10.5rem;left:0rem;width:8.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB { display:block; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGK6Ugcewqn61S9x34CfIJPzgHRVqRz7 { width:17.125rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzotSZfeAso602JOyxbVqisiybSETIXH { width:17.125rem;height:6.25rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwpnqH1xyOmDTttGIAg6JpS1XOGRHMVZ { 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) { #DNbCofOhskMEaTUT2WoHk6TPgW6nMJqo { width:3rem;height:3rem;top:4.875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ZGgIDwuU2gOWDHa0WPua6BWqMoafs9 { width:1.375rem;height:1.375rem;top:5.6875rem;left:41.75rem;display:block; }
#i7ZGgIDwuU2gOWDHa0WPua6BWqMoafs9 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #kPoWiZiaEBf9Z2cCwfxyHlduWbAIOMsy { width:3rem;height:3rem;top:4.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiVuFLo9GbvLatTmZVzdP4AI1x1hJFcN { width:1.375rem;height:1.375rem;top:5.6875rem;left:46rem;display:block; }
#DiVuFLo9GbvLatTmZVzdP4AI1x1hJFcN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #zz4Fwxm5xtbw0QZCry3xghBvwc0eckUw { width:3rem;height:3rem;top:4.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PicQ7ET5RplyIcWoBgmKMLOZmH9qfAAN { width:1.375rem;height:1.375rem;top:5.75rem;left:46.375rem;display:block; }
#PicQ7ET5RplyIcWoBgmKMLOZmH9qfAAN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #IpWVKTCI0TwJWIJNbrtlX1LH4ReZXs6l { top:1.9375rem;left:12.7919921875rem;width:20.625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM3r645PlAOvmRNt9hoDGZ7qNdrcO1ow { width:17.5rem;height:3.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7U7P7NK5H0mkAyAhOiFxHL7uxOmswI { display:block; }
 }@media only screen and (max-width: 763px) { #KaMNxhyD7qPxeqrAzbUJkm7VfmIpKgHl { width:17.125rem;height:6.25rem;top:10.0625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9dL7QTaf89A7aVoP8Z4tI8rwgVLOil8 { width:18.4375rem;height:3.1875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { width:20rem;height:12.5rem;top:8.3307294845581rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8hUyJfQsxwRhmeSrsUPii72qP8bkfp9 { width:20rem;height:19.5598965rem;top:86.8125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #p9cTa6CQay9FGSZ37G0MISTgBEr4m2Wu { width:20rem;height:6.666666625rem;top:22.859376430511rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJabk2HTtIK1IlGCeDnWkb6xqhePr8fN { width:10.9375rem;height:7.5625rem;top:0rem;left:4.5312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0qWgq2J0UxI1PTu1urINdhXZnbNKu2 { width:12.1875rem;height:2.33333325rem;top:71rem;left:3.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wq3E9ydeka54lNCcrIyTXqAlazkJ8TEe { width:12.75rem;height:2.66666675rem;top:59.4375rem;left:3.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrln8znmXtnMmyEQB25dv347Id2NM9PZ { width:12.75rem;height:2.66666675rem;top:65.0625rem;left:3.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDcABGVhdJnemxPad1H4D4lc6Ozq6WJh { width:15.9375rem;height:4.4375rem;top:75.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns3J0efWMwxsdqgHRAVbgMhzxP67M031 { width:13.3125rem;height:2.66666675rem;top:76.375rem;left:3.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTm8LpQExrZETFrnVJ9B4NZrHoVacBl0 { width:15.9375rem;height:4.4375rem;top:58.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcvNz5fhrI6ktCnTzToHTKnUeSznitn { width:15.9375rem;height:4.4375rem;top:69.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTcudg3Fdmbb9QPuRNkLECzFdEN3BGX { width:15.9375rem;height:4.4375rem;top:64.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofT5M30TgBmOZsMFsQ7wbb4CtsGQdJun { width:20rem;height:5.75rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQDMge5eOXOuT5inKkD2QQytWzlg9tZ { width:20rem;height:3.83333325rem;top:32.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c19BSbJr28p2tQH37Cybtm01RMVWe68H { display:flex;width:4.0625rem;height:4.0625rem;top:37.75rem;left:8rem; }
#c19BSbJr28p2tQH37Cybtm01RMVWe68H > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #MvtTkkFoIOfN4kE5WhaaEHC5qiFU33UK { width:9.6875rem;height:4.3333335rem;top:42.8125rem;left:5.1875rem;font-size:2rem;z-index:15044;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RSbkyT3f3eG9GJ6XdgEzei0oRdJ4x7eA { width:19.125rem;height:6.5rem;top:48.875rem;left:0.4375rem;font-size:1.5625rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDzlsCHk0v3AGzTV59t9HBVUt0CCqDXf { width:7.75rem;height:2.4375rem;top:42.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLHpD3HCH7MxKI4mvU2FbtB6lZ06Ayfo { display:flex;width:7.25rem;height:7.25rem;top:78.9375rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #aMTlNHf24RwHZUrBzvNTGBAX0XJk9EJ7 { width:20rem;height:4.3333335rem;top:84rem;left:0rem;font-size:1.5625rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG { display:block; }#wxv6inpLAua3sWJ4n3CLNKIm5TQpHyfG > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .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; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 .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; }
#N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 { display:flex;width:18rem;height:5.0625rem;top:5.11328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #euOqPu40LRHhPNmB8tK3nG7ooSFsuk8w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #bx8f4Zpt7kN4iK4nlgOLezOTRdvrkLki {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #COLXkJqCxP7JnSDbgsklWbAxuDWyspMy {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #PbTzCvEOpKiZFvbtTWduffUILagKNqfC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #R2hsoTbqENyqIuNX1lCZ3lzSEsrfulvl {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #GP9nhNAnrBGJSakwTQdQZb6iv7MorNmM {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #fzDn4dfAH9NHRrflEIHNJGAorM1Hftqp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #D9ZsrTanQTFnFwLn2bRiUXx9uNZ25PIe {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #zrsmcZLEJ4VsMOuquFHPPus6AlV1TOZI {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #wdQszmIE6dqn75pN4mAc4Q0BwGur6zpz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #TbzuyDIT7DFBfZH7NIpqtTboWxXFbT8a {  }
 }@media only screen and (max-width: 763px) { #N2b4mGeKMRmNCxBq0aKNutUTOzvqeaS4 #iddMdIwkHpL56xI3Om9Sgl5mm3PrN4LV {  }
 }@media only screen and (max-width: 763px) { #CBmyrqxJdaOnANqlq4nIVJbuKVnW0sSU { width:16.0625rem;height:3.4375rem;top:11.45182800293rem;left:1.9687500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTRpXdT7w8h0dNbOBKIo5PQ8GDpvWUrg { display:block; }
 }@media only screen and (max-width: 763px) { #kD8i7rVr2ahTCfbcFSsJMlcCA1H5KimN { width:17.0625rem;height:3.5rem;top:1.61328125rem;left:1.4687500596046rem;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) { #d8aUqyyO5X1hfsLsx0QC643W1wiFzlul { width:20rem;height:2.5rem;top:16.29948425293rem;left:0rem;font-size:0.75rem;z-index:15010;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIkTcuDSdLhtwolIDXBEI8xbfRTPpPMW { width:20rem;height:4.3333335rem;top:1.8020935058594rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { width:11.9375rem;height:3rem;top:14.01042175293rem;left:4.0312502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9qOnEb18DzxNvId7LlHhQ2nhIBkume6 { width:20rem;height:3.16666675rem;top:7.0716247558594rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6WPRaZbBViNITpxwhV0xaf9KcdlgiQ { width:20rem;height:4.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8FMW8bdsvlSUvuHS9Hw4um1GTzTnAN { width:20rem;height:4.0625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7dS0s62hcIhkLXRLIgd881nZzMyv18T { width:15.0625rem;height:3rem;top:19.57292175293rem;left:2.4687500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8McZP7gCT9zIyq1ok17xkEBEmWadgiS { width:20rem;height:4.0625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z242yTp19wr1FqHGDDSDOtivmmL4sMwM { width:13.8125rem;height:3rem;top:24.614593505859rem;left:3.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbM6P0SRKDKdIcPC0TWRTmU8VuQ94gKS { display:flex;width:3.75rem;height:3.75rem;top:10.32292175293rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #da7utOCeIksCbQCptL53OHGnb9BThePf { display:flex;width:3.75rem;height:3.75rem;top:15.88542175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAgbb0vqSLh0larmlaRisf51QqN0LHR8 { display:flex;width:3.75rem;height:3.75rem;top:43.21875500293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hquix9IXx9o8Eg4V0wtTAFaNE2z7w0Bi { width:20rem;height:4.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4nhqNXQkwMau1Xdzyt6iSKBMkDX4TqT { width:13.9375rem;height:3rem;top:33.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEAE1xLbLrMG9i0Xpy5seQdKXqci4Wpw { display:flex;width:3.75rem;height:3.75rem;top:30.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vh3K1R9J3OSWPJHiwpJX1uOqbTdiuPZg { width:19rem;height:4rem;top:42.375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhGT6bdnOmqfTKxJxVfWiO9O0Tsi4CJ { display:block; }
 }@media only screen and (max-width: 763px) { #D54ArkCzs5NNZA8MkOozsas2TT5N6qvS { width:20rem;height:3.33333325rem;top:47.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU4bVAZChGTFIPUBMXbwgHoPyqTllAzX { width:4.8125rem;height:6.25rem;top:50.343765258789rem;left:13.260669303284rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9g7SF72qrSD0zoAArPzTIOf0K45yr3q { width:3.5625rem;height:4.5625rem;top:36.875rem;left:3.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5I3vAhPVaOVzzDr7asUAxVDQGbqLESk { width:6rem;height:7.6875rem;top:26.375rem;left:14.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN { display:block; }#x6n1Et7eLt8Iqxr27Q1pTpw2QbmowPCN > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUAeyL5hyh58KCU0QavbT5mqkIqWQAm6 { width:20rem;height:8rem;top:2.5rem;left:0rem;font-size:1.8125rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #RJgTh4UOlQ8PVZ5pPPCGoqOhyXkq7vcI { display:flex;width:3.936198rem;height:3.936198rem;top:12.1875rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #F1Vo7HAp0NWoXAoG6DTCLRyelTbDMy4M { width:0.1875rem;height:6.6875rem;top:12.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdATEBSsNZzVESZ6GLhTKiMKPzgqB1Vm { display:flex;width:3.125rem;height:3.125rem;top:13rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #dXlHTpFCV6WrkZMnkVvVD5vGMyDca7AV { width:4.9375rem;height:2.66666675rem;top:16.9375rem;left:14.25rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0xSFuZRGOszpCGTW8aX6FhWT6EiioST { display:flex;width:3.125rem;height:3.125rem;top:12.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #OMBiHngeiAmi8R0Fbbb4tsLLZPUW3tpd { width:5.8125rem;height:2.66666675rem;top:16.9375rem;left:7.0625rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RR6NivFhuzm3sQ9CbqB3i7wk2mzpS51I { width:4.1875rem;height:2.66666675rem;top:26.0625rem;left:7.9375rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G47C2NkSseGno3tMRCebPzCFsyMImq25 { display:flex;width:3.125rem;height:3.125rem;top:22.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #S0DMDB8x7ky7L2MoZJp7GQ3aLvJB9z9G { width:3.3125rem;height:2.66666675rem;top:26.1875rem;left:1.625rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzGArE4GCNfiq8Bo2euXxmzbcsCAzzJW { display:flex;width:3.125rem;height:3.125rem;top:22.375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #FTvHgbhoHwt4XhIeeWxeEHi3ZMxCrDy6 { width:4.8125rem;height:2.5rem;top:17.125rem;left:0.875rem;font-size:0.9375rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtbPkBDLOhiuvZ8iF3nVCKNEwTvhFieX { width:4rem;height:2.66666675rem;top:26.1875rem;left:14.75rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATCWDNB4d8g18snvWAVNZqn17ryW4znU { display:flex;width:3.125rem;height:3.125rem;top:22.25rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #TJ3U7nXv4OtwtrsrErgJWvTunSTiXx1w { width:0.1875rem;height:6.6875rem;top:12.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGFXQeLGmd1GpoylAIvXf9ETh3c2QhOh { width:0.1875rem;height:6.6875rem;top:22.125rem;left:6.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqcsamBVVNFVWuh4gCVLWBb07uiAcFHB { width:0.1875rem;height:6.6875rem;top:22rem;left:13.437500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9yXInwIKkDkxF0Wflt3tSdk7VRUSXD { width:0.1875rem;height:6.6875rem;top:105.98178150586rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID { display:block; }#d5EBrOXH2JQNTcouRKDlLe4lQAN1JcID > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgExy4dA2MJOrSe8StQk8n2lFszQewcs { width:20rem;height:7.75rem;top:3.34375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR6QTg0ubIubv5KHhxsLaM3e2TKTsNGV { width:13.5rem;height:1.166666625rem;top:1.375rem;left:3.25rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GOkVvPgw07MBWt1oxpO880JUPV3ZTERK { width:20rem;height:3.16666675rem;top:12.162109375rem;left:0rem;font-size:1rem;z-index:15010;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe { 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; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container { background-color: transparent; background-image: none; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container > .video-iframe-container { display: none; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row > .video-iframe-container { display: none; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .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); }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container { border-width: 0; border-radius: 0; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeIvXR2oFkeB5h4dS3001PrBFlRMzKe > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvVTOldnrklXoAUEFCGT60JSshlwsyPq { width:11.75rem;height:14.6875rem;top:2.59375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNgJhFRg9xbApg52oGBXkCzDPg6yuZRq { width:18.25rem;height:18.25rem;top:0.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwp19Z93Zo1A3RxSQTudGWM47s9uSymX { width:20rem;height:1.833333375rem;top:20.8125rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JVOxiQir8JriM2WPzJglAQfblk2zrQUt { width:18.25rem;height:4.75rem;top:48.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXbnZ2HcCyuh71kuvTdsHKLpap3t69Jd { width:18.25rem;height:1.833333375rem;top:46.75rem;left:0.875rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ofXT8kks9lhF3KnQ9Gtr0ErDoCTgetTg { width:11.8125rem;height:14.8125rem;top:28.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXMNmEk2DT9gk28GRMbViuF01LZxOviw { width:18.25rem;height:18.25rem;top:27.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRaoyhI30xGV1Fy1zDeT8MvRegm2ZHww { width:19.4375rem;height:3.16666675rem;top:76.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc4w3kLMAQR2n6pRfnJw4JhTKuKxDtLL { width:19.625rem;height:1.833333375rem;top:74.375rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ux5UsXu0tZwwE6ErdAgDvkelAHXfgHWD { width:9.25rem;height:11.5625rem;top:58rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLlEOXKUsXdtDQ5x4cICbRNIvFXJsSG6 { width:18.25rem;height:18.25rem;top:54.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSaM9JoglCHAJEsOTVCK8LSqXtH7MlzJ { width:18.25rem;height:3.16666675rem;top:22.645843505859rem;left:0.87500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz { 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; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container { background-color: transparent; background-image: none; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container > .video-iframe-container { display: none; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row > .video-iframe-container { display: none; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .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); }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container { border-width: 0; border-radius: 0; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZ4oZuSZfbBE3b79EV3zBTI1qhugWepz > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XExaTbGWGL4GJ67HBvctq5PtvkpgaCct { width:12.6875rem;height:15.875rem;top:0.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbnPZX9QmeEkJthElRqNskPO2k7bPMRp { width:18.25rem;height:18.25rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMD2xtmA6xIWkB9O8KVJcPZpMFxeNFR2 { width:18.25rem;height:1.833333375rem;top:19.8125rem;left:0.87500005960463rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tDNAIcO3v9eN1cxlJ6G9oTOCRHTxOG8X { width:18.25rem;height:3.16666675rem;top:21.645843505859rem;left:0.87500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEt20kgEmSwMJ8GMJTQF6tcJhwpQHE5H { width:20rem;height:3.16666675rem;top:47.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32c5H38k14cIXD8FfwtpeTsKwrB3g9Q { width:18.25rem;height:1.833333375rem;top:45.8125rem;left:0.875rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QOVwihC0lHQ593Mb21sRQlPGRo6Cvbym { width:12.375rem;height:15.5rem;top:27.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVy1qLUDgoKDfp4EmMFzVTX6TrwU97ai { width:18.25rem;height:18.25rem;top:26.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKDrDBdwkeUeUPyGh2S8vPJi8mewok6 { width:19.4375rem;height:1.583333375rem;top:73.3125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XynAv3ZCIHGXinUzOoL2QbhWlAWKMSCu { width:18.25rem;height:1.833333375rem;top:71.5625rem;left:0.875rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJrCDapZ3HuWCUvnXiaraqNs7iuT1R1 { width:10.4375rem;height:13.1875rem;top:54.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMV57fEVf9XqeOACMTO3ipKIzHIMTAi0 { width:18.25rem;height:18.25rem;top:52.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 { display:block; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6ukz2UqwMZOc80Ky4uqmLltQJ6yASi6 > .row .container { width:20rem;height:63.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJghJ9MvrgZgBDbeJ3cTvcDM0UuLDyiS { width:19.9375rem;height:6.1666665rem;top:12.5625rem;left:0rem;font-size:2.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXetgHrSRegEFGqSSuv9aTgAL13Zx9Rn { width:20rem;height:7.916666875rem;top:18.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MNHBCKDkIcXp1wDcTvWzq7cG4DwLbV7Z { width:20rem;height:1.166666625rem;top:0.625rem;left:0rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwPTnrpbwS9Ly3l9rPhA4pAlDbsUVxvh { width:20rem;height:2.33333325rem;top:38.6875rem;left:0rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WgBfgiKwv9iRzpyNf3o3wEH1v3pOvm2y { width:20rem;height:4.5rem;top:30.8125rem;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) { #v5iFZMHQIkhqNrHzNfdnUOEyI4IP0OSh { display:flex;width:2.5rem;height:2.5rem;top:36.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X1S3dDbADCHvQMTgHgW5OcC9vSehhnO6 { width:10.875rem;height:19.9375rem;top:38rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIekhsn4TnywoEXGK6QgP705z31eoidt { width:13.75rem;height:10.75rem;top:52.125rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hlGWHT8EmS3TOtK8ytNZZvZ2QDaPJ8XH { width:13.75rem;height:9.5625rem;top:2.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAI7SiGWv3PapNwogzWeyKAQEk6xd4vg { display:flex;width:2.5625rem;height:2.5625rem;top:43.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GSMrVkbxirBP2Ozh2bP4VNhclV3tZ9xO { display:flex;width:2.5625rem;height:2.5625rem;top:39.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dE4r4qzJxPpJ18astTTsaGguTs2QAyA3 { width:20rem;height:25.1875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idrEEfUSGBShPZS9XJnCB2U5Z9VhqbQd { width:16.375rem;height:20.5625rem;top:55.5rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfcxSfZ1uK6yLG9CVwm27Qzhh5VSWWQN { width:2.8125rem;height:3.6875rem;top:26rem;left:15.500001251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 { display:block; }#ZRV0AGKIeG1XJDS60iodzwvnycSAlJV6 > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ9XqmThveecnTfLZbvgaTb4vnCzadsA { width:13.125rem;height:4.375rem;top:27.54296875rem;left:3.0312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amd3VJrPOnHrhTvWLRuZ3PqdpUS9boEa { display:block; }
 }@media only screen and (max-width: 763px) { #W5a1xIG7kpHNqPUwPIxupQ9s86B1oyLQ { width:13.31119825rem;height:1.5rem;top:7.0221557617188rem;left:3.3437502980233rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybJS74Kz9iSLMC4TzxZVCWuWIJtEE0eE { width:13.9375rem;height:3rem;top:11.39453125rem;left:3.0312500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhLzzfvuszT8VD3kewTMyy1RB6ZBewBS { width:15.06119825rem;height:3rem;top:16.559906005859rem;left:2.4687500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4ZBpQf4qPiNpgs6oL51GxeIbdOaEarR { width:13.18619825rem;height:3rem;top:21.690124511719rem;left:3.4062502980233rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2hNZ4ybPFPTQmqQPz6SVHs2Cbc1XBBO { display:flex;width:2.061198rem;height:2.061198rem;top:6.7200622558594rem;left:1.0520833134651rem; }
 }@media only screen and (max-width: 763px) { #U4eivehgAyG3p7CyLq3LG4IhGE4ZBJXA { display:flex;width:2.248698rem;height:2.248698rem;top:11.748718261719rem;left:0.86458331346512rem; }
 }@media only screen and (max-width: 763px) { #VKfF1yszhgctgLD7i3bzmhDqC5f3yNw9 { display:flex;width:2.248698rem;height:2.248698rem;top:16.9140625rem;left:0.86458331346512rem; }
 }@media only screen and (max-width: 763px) { #DSplUe5EIEElVUFRpEi9m7G0fmdnUH1H { display:flex;width:2.248698rem;height:2.248698rem;top:22.044281005859rem;left:0.86458331346512rem; }
 }@media only screen and (max-width: 763px) { #mC2R3gqIT8vXbVtQ6FWG13TyTE4glkC7 { width:20rem;height:22.48307225rem;top:35.079437255859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vemxUbn9SUpIWo41g0HPbuXgBUr34Wca { width:20rem;height:21.6875rem;top:4.4440307617188rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #u60UIa4VbHTBnBAZ0DOhk6MNdo3mTG7c { width:13.4375rem;height:2.16666675rem;top:0.94271850585938rem;left:0.82942706346512rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f139CXxxwdgvVwPGcBC9h1xRoZ3XGB2a { width:19.5625rem;height:4rem;top:33.563812255859rem;left:0.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 { display:block; }#J4HWk2d4cPQVoilRxWN7xerNbozz1gu2 > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azmqHkbWqtzm2RqBSHhtnC5Gyb5Q0f3m { width:20rem;height:4.6666665rem;top:1.8020935058594rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5qRkwnQ7Qbz0KoKZh4yWi2qGJZaQvAW { width:16.875rem;height:1.916666625rem;top:13.75rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsJOFBOQgnthHNJty3QxWOcailbZsulX { width:20rem;height:1.5rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWcFCMQaeesE9UckMyqSv4oCu19AHQnl { width:20rem;height:1.5rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBLozrIQ5R08avEhairWDaahUSLaZyo0 { width:20rem;height:3rem;top:28.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRGnb0auGo7AaiPk0LuTt7MGxKrZ8DtJ { width:14.56119825rem;height:1.666666625rem;top:15.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtLAN7qrZMQQWX26y4D3uHBB3feuxG8d { width:14.56119825rem;height:1.916666625rem;top:36.6875rem;left:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPBfyZxtZi4e6kSec6aPI8DFEIZobni { width:14.56119825rem;height:1.666666625rem;top:38.5625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpHcbEWGhEPZp9qJIEZIQtk8bKUBkXaW { display:flex;width:3.1875rem;height:3.1875rem;top:45.875rem;left:0.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bnVictu4xVJ8pBPwmSPtWd7cODkJRF30 { display:flex;width:3.1875rem;height:3.1875rem;top:41.5625rem;left:0.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #r3wBTszlpcZSSOsyyOVyZs1a74bfMNBc { width:20rem;height:1.5rem;top:42.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdmaxsPvO1n4o9LGlT1vhdPqHCIkT27I { width:20rem;height:1.5rem;top:46.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5bJNig3vlM6qxWa5k8lQ9tWRDZAQdxf { display:flex;width:3.1875rem;height:3.1875rem;top:50.6875rem;left:0.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #guR0J5o3wITOUx3bX7VQ5ET1Lq825l59 { width:20rem;height:3rem;top:50.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80pa2JurQJRmEbkE5kbM4fBoXKooOaL { width:20rem;height:2.25rem;top:7.9466247558594rem;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) { #ZksamD9eK6QVmUUef19ZVEFLCw39VvR1 { width:20rem;height:20.5625rem;top:35.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zohF0FoiTdDfENiTPcMNLKZlK58zkcZ9 { width:20rem;height:20.5rem;top:12.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.66)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.66)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.66), rgba(var(--color-primary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AT2t3y0flmdshxuQB3TyBoW64aMg1IHl { display:flex;width:3.125rem;height:3.125rem;top:19rem;left:0.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pXpseFKDSg3XGAPOXr1msuon9mzPvH8K { display:flex;width:3.125rem;height:3.125rem;top:23.25rem;left:0.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bzUm7EZteLLbpwFSAqFuZW455kMBdayl { display:flex;width:3.125rem;height:3.125rem;top:28rem;left:0.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NVtLJ35Eg2QifiFfg7lBC1geV4nB8I3J { width:20rem;height:4.9375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXETECCfX7ZKRMON8V8EUCxOB62Js0L7 { width:20rem;height:3.25rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6XMC2qBLse6m0RhtkDIUSX8o0ynNJgc { width:20rem;height:5rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmyxcR1t0xpnP80GM9a88fGtTTkDs1ic { width:20rem;height:3.25rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOxZHENAs79ssPfCGyetefIxPiR0kQ7F { width:20rem;height:5.25rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrtt1elZNZvwVVFcgf9LPGAhVyVQHl2 { width:14.5625rem;height:3.83333325rem;top:58.875rem;left:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im02WEF1srFTbuwIKerqwNVXtlBmwTT1 { display:flex;width:5.4375rem;height:5.4375rem;top:65.875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvhlLXwUbZUetcSu5Mm4ENu3tCMUCA0S { width:17.3125rem;height:4.4375rem;top:65rem;left:1.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PneTDrGwczouW5Krlb75ez4nIvWCc3R9 { display:block; }
 }@media only screen and (max-width: 763px) { #emL8yNMTKGlWryNwLt4nu45out1wsn6I { display:block; }#emL8yNMTKGlWryNwLt4nu45out1wsn6I > .row .container { width:20rem;height:182.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezxgPDHLJcI7SK9HHcOdUf5D6AVT1R54 { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpDRJ8QaVNDxEItVIJJcGCJwZIdP9vI4 { width:14.4375rem;height:1.416666625rem;top:26.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrxbZbo40vE99s41oVX8gEmpXxlTehxE { width:14.4375rem;height:1.416666625rem;top:71.125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEC3hNUkgvwE0VQVet6xC7CbOOw1nAHx { width:14.4375rem;height:1.416666625rem;top:114.375rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr134UmUfeCzyurwKLSDlsg1z0ORtphF { width:14.4375rem;height:1.416666625rem;top:157.8125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T36tngfeE4TlCCUT8f1uXrTc6Uz23vEM { width:14.4375rem;height:1.416666625rem;top:48.625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0p3UToimCNeobSJeTAqHiQtzzr2mEqG { width:14.4375rem;height:1.416666625rem;top:92.9375rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgLJBkT0cKOhTZTktbNrcBLDtcInypT { width:14.4375rem;height:1.416666625rem;top:136.0625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZowLW6hHkVoDdRKZB5QWlGvGaxM3kN1 { width:14.4375rem;height:1.416666625rem;top:179.5rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK7Onu7F5Gu0ECkmw1HwaTt7EaOndbaA { width:14.375rem;height:18.25rem;top:7.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9RBsawTFacT6GNTuK2kONRZlccSVTW9 { width:14.375rem;height:18.25rem;top:51.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soofmIEb2agmoETE6NA1oIfRWPfoVE15 { width:14.375rem;height:18.25rem;top:95.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCX7iX3SUThTUUHCxiyX7nRCoeETWHnR { width:14.375rem;height:18.25rem;top:138.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPmUs27FgAOG2Egx1TpATxrz3AxFWaCo { width:14.375rem;height:18.25rem;top:29.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8RVDw6h4FJKVfF1po7KIPUp7fkEELRR { width:14.375rem;height:18.25rem;top:74rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWT4C8H1rKx1RHnmzKb99AFmow09QFd { width:14.375rem;height:18.25rem;top:117.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fePkytbkKViaIn1kcdNTOew2ttJqLaS3 { width:14.375rem;height:18.25rem;top:160.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teB9fBlmXchJcTac4N9HhoM7nqZ9vren { width:13.875rem;height:17.375rem;top:8.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTf0LfoLTlFveX2hensWifKBN7P9OsDV { width:14.125rem;height:17.75rem;top:52.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEmt7dvZO132zEVV4RT3rzvRk1GQ0RH { width:14.375rem;height:18.0625rem;top:95.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORI51KmaNpfLaxTAiMVTCKOZdGTE5Nlh { width:14.5rem;height:18.125rem;top:139rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfn0IBEtGV6BheEuwJPKifmgpzhGW0zT { width:14.4375rem;height:18.125rem;top:74.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiTg3xMSNuhkUswWzA8ZTXfoocUG9yO { width:14.375rem;height:18.0625rem;top:29.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oloUVIsiOKsPkPJ47RyCO5GBvfXefafv { width:13.625rem;height:17.0625rem;top:118.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhvnnOkKvfXn5nNm38WidnvSvbUhrllX { width:14.375rem;height:18.0625rem;top:160.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc { display:block; }#AHngHZ5VhLusPOsNHgsVkkPvhEZC3hrc > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMsErwLJt5nZg0IDHGAotPrnXRQgD57R { width:18.5625rem;height:5.1666665rem;top:4.6103515625rem;left:0.71875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvQhny5PgfaCPlAcFMKw3aENGgUmSu04 { width:18.5625rem;height:1.083333375rem;top:2.1875rem;left:0.71875rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ox7cGz4iJhyABNR2xh40eNOcSOKwyC1G { width:18.5625rem;height:3.33333325rem;top:10.4482421875rem;left:0.71875rem;font-size:1rem;z-index:15010;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eAucIpai16Z2kQ8W8im9JgEq9rrzICNd { display:block; }#eAucIpai16Z2kQ8W8im9JgEq9rrzICNd > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQyRcIQpznFO558KJ32wmT1hUeZQH0Mx { width:15.75rem;height:6.3333335rem;top:7.4375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xV2QcS6bLUCfszyeGuhla7BnWWfeVi08 { width:12.875rem;height:1.166666625rem;top:2.3125rem;left:3.5625rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEAwKDEyf7l6ToeXx7xTLbzH0dbLFwq3 { width:15.0625rem;height:1.75rem;top:4.4375rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKIC9ekmIv5PGiwhQsWrwP3QIDlXOowX { display:flex;width:2rem;height:2rem;top:14rem;left:6.8125rem;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #toMKFXKnqkUr0v4QS0tDpqtUu2Ec6pf8 { width:4.375rem;height:0.3125rem;top:15rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATSQFWLORnUeEqheSfSpATA83N61BZ6J { display:flex;width:2rem;height:2rem;top:32.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKWPzmMK94EiLEzO1N5HC5wFJOR72Gz3 { width:12.875rem;height:1.166666625rem;top:16.5625rem;left:3.8125rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqgmmrbSy0UfDH9cvFeXo7Wt7uLkWQNC { width:12.875rem;height:1.75rem;top:18.5625rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsNlsKzboFO7qQ8ZZVaPXykvWZLTJxNU { width:4.375rem;height:0.125rem;top:33.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxPivN8JkyQTH2AldTqSTOpiaix7bZN3 { width:14.75rem;height:4.75rem;top:21.5rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgVEDel6WDS6HnBNGRxUD3IESh6dylo4 { width:12.875rem;height:1.75rem;top:31rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icopOeEqN2I8I2SCw0FKiq0vrui4uT5Q { width:16.375rem;height:3.16666675rem;top:34.125rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtAoPm3gM4PHSyNwp7KJbWeUcfIJIEd4 { width:12.875rem;height:1.166666625rem;top:28.875rem;left:3.5625rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzywuukTSkTxVCNl1wUisx7ZBmQVA2ug { width:3.25rem;height:2.375rem;top:3.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mywkBazbW0G30uqbt0wG8PXqfAghFamC { width:3.25rem;height:2.375rem;top:18.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGwUebBm72KEGT7PDhm2weEi2qArwWMH { width:3.25rem;height:2.375rem;top:30.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAazVP0lPtCu8JUHJkVpxz54mILiZedP { display:block; }#JAazVP0lPtCu8JUHJkVpxz54mILiZedP > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3fnLcAR91JPfESU8cGHUSnITphfrP7p { width:14.31119825rem;height:13.125rem;top:46.8125rem;left:5.6888020634651rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fofovw9dwH0sXIDnBtDEAOXedaGTqMlL { width:3.248698rem;height:4.12369775rem;top:50.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHUf1FgtpyFerNcbe2fsDwVbbQoguSz { width:20rem;height:51.25rem;top:0.9375rem;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) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-text {padding-top: 0; padding-bottom: 0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-select {padding-top: 0; padding-bottom: 0;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-input-button { width:12.75rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem;font-size:1rem;overflow:hidden; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk  { width:17.5rem;height:auto;top:2.2682495117188rem;left:0rem; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk {display:block;}#qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk { width:17.5rem;height:auto;top:2.2682495117188rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #aWeGcLOsndi9nSlWz6uKNBPfBuaVR1CD {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #d6VqWoAAWKsPTKzFeH3hwD8EM4T15JT0 {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #crmITEc3u8azJsL3WbDgBtClfcdhI70y {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VWvlz0puwfyMfr2PvOcQIe5iERSWtm9o {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #Spmex8P9fzkc3h602lXu1iLTECLFGXpS {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #PwMovXA7XGdiu3ve3rSdWbE66wFyJlRw {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #PsFR1gnRdQQmiQJtDKEZwprrrm0Klo1o {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #QyK4dKnAuNpMV6UgSUUvB75PL7A5RaZg {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #mnp1Lp5VEvIfGxCsZVoORJxHTDS29sUs {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #rq77DaKtVRF0ieQomOUoIksCxDb92RUv {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #V8RFIv2qy0VkHV25qkwQpwxwaWCU8LXh {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #eiAE5Z2rCIk7RlNAPXTu6cyQaNSy4O3V {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VsZl5LFEqMCurwAsHfK10a2JikeOSNoB {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #y5SIeZbhUa31FpMlBmC3yy4G3yE9nWkT {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #HcLCo6ZqWRdU1Tybd5qzAokSltJS9TRH {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #kykh2XHWBkdxulrARL7GNOpbLPVnTR1r {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #vTWI5CgNL9Z5OSteFih7KsRq58ioT096 {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #idw9Np3gdLcNaZlbpHsst2nP1l7n7ert {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #VnUaJTLiwCULURuhdVE01FAEzccQMgRf {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #H0IzNDHizoVMoqiFDtUL7sqJLnTHv9yD {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #wwE2peh6TwO93NvZkNop6G8VFDD13SLT {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #GebTJ8UzTXdl59gPumm6rKaxhF5oiovw {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #u36A4UClP546RcxVHxJRC5zTT92ZmzpO {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #zLM7VH4lEcGH3gdTOKQHvN9CsAAs4B8W {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #v0sDA2yPU0NyknmX7qIJPPPhLSgLAF3n {  }
 }@media only screen and (max-width: 763px) { #qHRMq20zcmrNPCIIbcgZTxy6CiSwxBIk #i1QTZaByuJUSxgL0algXKIptoJfmbqID {  }
 }@media only screen and (max-width: 763px) { #ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M { display:block; }#ZuK7wHOIcfDfCvS75nB2WSEzDbPOEP8M > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .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; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n .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; }
#NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n { display:flex;width:18rem;height:5.0625rem;top:6.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #kHRyOG9ps2ZrQ1C7TVD4GgC9Lwbd97Gz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #uPukOl7HXhuCDIuxM8dpDtUUIl6myB81 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #JJaB3TihD2Q6GoP7BXMwOl52anLiHdtS {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #OJOnaKzafsOeSlXs780b6N2dFUTXLQuA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #H5DP2U5TzvAbscQLplFGqENS2iMMCVJ8 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #dohUL1SyPl7LUFmgEbuXQoLJi8BX8Ty7 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #gmsygsF792LOblK6V64WGJ1TUM8d0kcH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #IMMmLS92fwKJd2uu43XmvEPTJTBAtS07 {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #wlK2i4BfSeyAqX41Qh4cCEgJKgxN2gHv {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #Lnfx2oTJOMKedWUKCDMqTPX5v2Tiq5Fl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #Uy0AuvABcAUQzgkW66yQKTCl0m3noOtD {  }
 }@media only screen and (max-width: 763px) { #NMyssfLzM4ki81n7ibgWAlNCFCPNDn5n #liExP1uNk8lSRxkZ9dZpuSJWf29kJNJS {  }
 }@media only screen and (max-width: 763px) { #C8CbiKzSIO4uyn0PDzADBP9P5wrGzbnw { width:17.0625rem;height:3.5rem;top:2.98828125rem;left:1.46875rem;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) { #gItKG80mgVxRLTV8T7Qb5q74sna2E3rO { width:20rem;height:1.25rem;top:14.08875rem;left:0rem;font-size:0.75rem;z-index:15010;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE { display:block; }#yZ3J3gW8EgOM6sHTL20O9FgZcEAHxJLE > .row .container { width:20rem;height:159.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKiR8ou8bEgpVbTN2TJ0WQkOdV7LnTuW { width:20rem;height:2.58333325rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #goMCDhBMNBkDZQzHCHoI8bvJpfhGMT6F { width:3.25rem;height:0.0625rem;top:26.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W47CCATeTA52SIGXoGOBbLM1ehiAqX6z { width:3.25rem;height:0.0625rem;top:19.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw5vm4gg4UXqKcSPBrfGGzVZqwi1zwSB { width:2.6875rem;height:3.375rem;top:116.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD5kngmse6dyVORcIsROaeGXTaA6vTkD { width:2.0625rem;height:2.625rem;top:119.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrSpZgz9itWe4DDC2vBiZsNZ40cLsKkp { width:4.9375rem;height:6.375rem;top:42.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBqZk649Gc9x6W3eMroKCHiT2cEnqCc5 { width:15.75rem;height:11.083333rem;top:21.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiO6vNIZINuXlJIDaFZQe8TZ4Nv4DFo7 { width:15.75rem;height:1.583333375rem;top:35.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATFfWa9ZK1OsMwmhzC2EFp5nn8yahkPG { width:17.3125rem;height:19rem;top:57.3125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP2oTCr5JpXyP55zoM8KKJh9T2BF3BIO { width:15.75rem;height:1.583333375rem;top:78.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNysZesf4BgE4HqTcwICW5QZGTys1rLc { width:3.25rem;height:0.0625rem;top:38.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMwJ1MDkJunJbnJAe5FkRwuLyu9iN8tR { width:15.75rem;height:19rem;top:95.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usmhweWpUP23mTArlMypShLtFFSSQp9B { width:15.75rem;height:1.583333375rem;top:114.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBVlqP8BGs3kfsXAc0hGVHsGV6GLTzRM { width:20rem;height:10.8125rem;top:121.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QZdquyOA4Ix33pQ0DoVl0IKlWraEXCH5 { width:18.875rem;height:13.25rem;top:132.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6rQ5VptvXy6KTedMrt2CDbsJtz4d65l { width:18.8125rem;height:13.125rem;top:120.3125rem;left:0.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #KfOOnSIFQGtTN506Z1JvcQ7MUiQ2rWeh { width:18.8125rem;height:13.25rem;top:144.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzAWXr1TBW2rBO3nssmfO1ZSPgpLooQi { width:15.3125rem;height:10.75rem;top:98.96875rem;left:2.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TceCT5sg5UAGa9mPNEOOUhOfpbbFOEwq { width:15.9375rem;height:11.1875rem;top:113.9375rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9otOWMH0HVzfOVvMhRxEyyiCHna3nTK { width:13.375rem;height:9.4375rem;top:130.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwtbE0hTymyrAlVwBwcLDJPzdDGWB0UG { width:20rem;height:10.8125rem;top:133.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NXithDHFytrsPgmR00pCASAMJkaBQs6S { width:20rem;height:10.8125rem;top:145.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T2fOx3DCIzWftWmXxWDkwSzpur64XzIp { width:20rem;height:13.6875rem;top:112.6875rem;left:0.09375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #d8rSQna9P3TQtN7Io1TGCQhVOx8AwNBq { width:20rem;height:13.6875rem;top:97.5rem;left:0.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #trI0iKdPRyamimy62zOnJRbTUcEE1u5M { width:20rem;height:13.6875rem;top:128rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ra0ZxD51TRrqcGPdOlKtuETaLVmswvs3 { width:2.3125rem;height:2.3125rem;top:240.2841796875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVCuIJyS2Z2ZJSOikDoDO5kmL1TaTHnS { width:3.6875rem;height:3.6875rem;top:317.802734375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8LCqe487eu0tWFvN3yIT8951rJmlOHE { width:5.375rem;height:5.375rem;top:230.9091796875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNeoA5MpggJ5CJ2wCPWV9Gs3UD0u8uFo { width:1.9375rem;height:1.9375rem;top:126.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dapraHRlIAPKQxNBSxUFJQ5KLFFW4AdB { width:3.625rem;height:4.625rem;top:130.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomfTlC5Lay2L8WDzwnXPxvuFr5kf2qb { width:3.25rem;height:4.0625rem;top:142.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIcFXL2c1ieTS2nTsZHtdFyMRShS7FEe { width:5.5625rem;height:6.9375rem;top:152.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir663oH7SmZSoQzUmMSEXtONTQAWuQwa { width:1.125rem;height:1.125rem;top:300.365234375rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITVV1inL0GqbQefPqwDRGGmnrnSZqGRD { width:1.875rem;height:1.875rem;top:249.1591796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Un3g6EpTVdksXJ5TtVMJa6o3GcxwVzWM { width:1.5rem;height:1.5rem;top:237.5341796875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkeiBWkoiKEFAmR4GVHSkLRcGTptuWQr { width:4.1875rem;height:4.1875rem;top:147.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vg6G4bEr2TAN3mKIynPObedRPxvfVVc3 { width:4.5rem;height:0.9375rem;top:148.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDBFTPoLHs69e4FKivt96EmFNbzuTf0a { width:4.375rem;height:1.375rem;top:135.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWh4wUb2uTr9ecPvQDcQs33dc5GUtO1t { width:4.3125rem;height:1.375rem;top:123.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMqpKfPd8b4atTdEUHx1zrDL4rGoomzc { width:20rem;height:35.75rem;top:45.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PkFizp7NHN4MToh74tHnQdnKqZvxBBmv { width:20rem;height:35.75rem;top:7.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GLtUFAOF4s52TuyTR0RLFq1ST1D5seVg { width:20rem;height:35.75rem;top:83.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-primary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-primary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Wbu6EPVCeHAgRBhs55mgOUGl75ouemS9 { width:11.875rem;height:14.875rem;top:82.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLb9MTHuTQ13ggOxEl6XBk0plNOc3XSd { width:13.625rem;height:17.125rem;top:43.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7MchJbpmtxiewIpLGDqg9L6VaMyaB3 { width:8.9375rem;height:11.3125rem;top:8.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB { display:block; }#q1aATHD0mFg6BOROPU1m6iR7wNUSuTRB > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGK6Ugcewqn61S9x34CfIJPzgHRVqRz7 { width:18.125rem;height:1.75rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzotSZfeAso602JOyxbVqisiybSETIXH { width:18.125rem;height:4.750000125rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwpnqH1xyOmDTttGIAg6JpS1XOGRHMVZ { width:17.125rem;height:1.75rem;top:25.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNbCofOhskMEaTUT2WoHk6TPgW6nMJqo { width:3rem;height:3rem;top:27.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ZGgIDwuU2gOWDHa0WPua6BWqMoafs9 { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:4.9375rem; }
#i7ZGgIDwuU2gOWDHa0WPua6BWqMoafs9 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #kPoWiZiaEBf9Z2cCwfxyHlduWbAIOMsy { width:3rem;height:3rem;top:27.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiVuFLo9GbvLatTmZVzdP4AI1x1hJFcN { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:9.375rem; }
#DiVuFLo9GbvLatTmZVzdP4AI1x1hJFcN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #zz4Fwxm5xtbw0QZCry3xghBvwc0eckUw { width:3rem;height:3rem;top:27.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PicQ7ET5RplyIcWoBgmKMLOZmH9qfAAN { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:13.75rem; }
#PicQ7ET5RplyIcWoBgmKMLOZmH9qfAAN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #IpWVKTCI0TwJWIJNbrtlX1LH4ReZXs6l { width:18.3125rem;height:12.8125rem;top:4.6875rem;left:0.84375005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM3r645PlAOvmRNt9hoDGZ7qNdrcO1ow { width:17.5rem;height:1.1875rem;top:34.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7U7P7NK5H0mkAyAhOiFxHL7uxOmswI { display:block; }
 }@media only screen and (max-width: 763px) { #KaMNxhyD7qPxeqrAzbUJkm7VfmIpKgHl { width:17.125rem;height:6.3333335rem;top:37rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9dL7QTaf89A7aVoP8Z4tI8rwgVLOil8 { width:18.4375rem;height:3.16666675rem;top:1rem;left:0.78125rem;font-size:2rem;display:block; }
 }