.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,237,237;--color-primary-1:246,196,196;--color-primary-2:237,136,136;--color-primary-3:119,68,68;--color-primary-4:36,20,20;--color-secondary-0:249,224,224;--color-secondary-1:237,153,153;--color-secondary-2:218,50,50;--color-secondary-3:109,25,25;--color-secondary-4:33,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:239,201,179;--color-tertiary-2:202,75,0;--color-tertiary-3:101,38,0;--color-tertiary-4:20,7,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;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); }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff63', endColorstr='rgba(var(--color-tertiary-1),0.28)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff63', endColorstr='rgba(var(--color-tertiary-1),0.28)' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.39), rgba(var(--color-tertiary-1),0.28));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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row .container { background-color: transparent; background-image: none; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row .container > .video-iframe-container { display: none; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row > .video-iframe-container { display: none; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .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); }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row .container { border-width: 0; border-radius: 0; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#meFyAUDPLT4OvzXpvVGz7WIZnwPOZiGz { 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.9993095625rem;width:30.9375rem;top:1.9370403289795rem;left:43.309968948364rem;overflow:hidden;display:block; }
#IUS6k5wDvLc4RC9SgfEUkwfp81kZwAt2 { color:rgba(var(--color-secondary-2),1);display:block;width:44.7495384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:12rem;left:1.625rem;height:10.4411764375rem;display:block; }
#ZK3LbL9e3sAtPJK8a3TEecUhGUDgv5xH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.2497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:23.9375rem;left:1.625rem;height:6.17647075rem;display:block; }
#NUxBnQR2uFpeMDQih3MBlhuBDEHxofy1 { box-sizing:content-box;height:2.8125rem;width:24.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:1.625rem;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block; }
#FdpKXVssuc8fTB0KgELisBz8nTDUHtIK { background-color:#ca4b00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6247701875rem;height:3.9993105rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:32.125rem;left:1.625rem;display:block; }
#vHNWtwVeC4fQOkaop84GUTPkHnWvLWrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDI1208C8G0fwo8VJkCER4u0miqq1zbk { 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:9.0625rem;width:8.9993105rem;top:1.9370403289795rem;left:65.319391250612rem;overflow:hidden;display:block; }
#E9nr83qWQk8GZW9FUnpZM468RFf56ZhL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.875rem;height:1.6176470625rem;text-align:left;text-align-last:left;display:block; }
#HTHCGIVZvZ8GLcrGXlx91S2wnsDh2h7v { background-color:rgba(0,0,0,0);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);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-4),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:13.5585936875rem;height:4.1835936875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:32.0625rem;left:17.1875rem;display:block; }
#GuGwlIiqo0gdkdEpGhWaLdeOw9iBgZuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsXXTKlCiuZd98hiqFppOvumSqQIntnp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:37.75rem;left:1.625rem; }
#hzEGoOnNTlR0CPgSvovBnLGARuBSc2h9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6868105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:37.6875rem;left:3.3125rem;height:1.76470575rem;display:block; }
#arZOl2HqTsWiXeny71H95Tcbq9NwGBlc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:37.75rem;left:11.125rem; }
#ERZqlRmAy3XZfkn8tO7K47ZhaKKPZrsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:37.6875rem;left:12.8125rem;height:1.76470575rem;display:block; }
#cRWQBOI0KA0TQy8fcyTk0ciioiZyru8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68658075rem;width:1.68658075rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:37.75rem;left:34.125rem; }
#HWnKfrFpyzfCIttCmEw4VoX4ysUbpTRw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6868105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:37.6875rem;left:35.8125rem;height:1.76470575rem;display:block; }
#M2rRKlEg1u9XZZgQS7TFJf7lueeMTOB5 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:29rem;top:0rem;left:1.6233921051026rem;overflow:hidden;display:block; }
#XXJXJknNTWTHIdsXtTLklCMlPGvHlFZx { 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:1.3120404375rem;width:19.7495403125rem;top:16rem;left:22.6875rem;overflow:hidden;display:block; }
#S76WJHnp3ownvKQy5z6HTxak3PTVO9Xx { 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:7.8745403125rem;width:6.3120403125rem;top:25.124078750611rem;left:37.068014144897rem;overflow:hidden;display:block; }
#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh { 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; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row .container { background-color: transparent; background-image: none; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row .container > .video-iframe-container { display: none; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row > .video-iframe-container { display: none; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .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); }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row .container { border-width: 0; border-radius: 0; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#vJKmwucXwM9uFq21HesXdPMZPwqWcAHl { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:10.9375rem;height:1.6176470625rem;text-align:center;text-align-last:center;display:block; }
#pqrTqMXKXopEclamMocMgJDThZLG8bQd { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:26.25rem;height:1.6176470625rem;text-align:center;text-align-last:center;display:block; }
#LsTCpaqWfJ0yKkG046dhGL73dXI7utBE { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:43.875rem;height:1.6176470625rem;text-align:center;text-align-last:center;display:block; }
#hC7XT19rDsuU4OqSnQ3bR99ZUhpJfWK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8740806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:59.8125rem;height:3.235294125rem;text-align:left;text-align-last:left;display:block; }
#uOmB6WvBvTuLTsJo9yasGQvRcUAagTIa { box-sizing:content-box;height:2.2495403125rem;width:0.124080875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:19.6875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#h8vT5keTSSrL0PC5wOT67Kcr7h3r6UOK { box-sizing:content-box;height:2.2495403125rem;width:0.124080875rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:37.875rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#mMs1lzlcTNfIR1PkO3sNNEkL3WiRCh39 { box-sizing:content-box;height:2.2495403125rem;width:0.122932rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:54.25rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#eC7Z3IIER3M2CVBs0tSeI42oICs12Ry7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:0.8125rem;left:6.3125rem; }
#s5FruAAr9s2lJ1IMlP1J2Bi559yrXQKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:0.8125rem;left:21.5625rem; }
#F1la7UCHZMwwtxMt9iRZvA9M85zgWDld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:0.8125rem;left:39.3125rem; }
#VtvelW1yGKo1FsGwC34x6tq1dVxKMhvN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.249080875rem;width:3.249080875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0.8125rem;left:55.375rem; }
#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG { 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; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row .container { background-color: transparent; background-image: none; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row .container > .video-iframe-container { display: none; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row > .video-iframe-container { display: none; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .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); }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row .container { border-width: 0; border-radius: 0; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Dy26X9XFAH86BT3NaBF3WfrFKyklRaKl { color:rgba(var(--color-secondary-4),1);display:block;width:61.6245384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:3.998161315918rem;left:6.6865806579587rem;height:8.82352925rem;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; }
#o9HXpA2qnWEbZJwPmyyQK7w5rVqyZMSo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1247691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:27.23575592041rem;left:4.368106842041rem;height:3.6764705rem;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; }
#zok4P5KqZyDlS9Q9NWWAmc4sfwHA5G8I { box-sizing:content-box;height:16.875rem;width:20.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);top:15.375rem;left:2.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#eqqEIDgPT3b6HCHenhe1LP9sV2r68kvR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1247691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:24.191177368164rem;left:4.3658084869385rem;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; }
#PwfKXCFpwHoMHqasqhPNi0TwTnIx4xlg { 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:5.2493105rem;width:7.6240806875rem;top:17.913604736328rem;left:8.6167278289794rem;overflow:hidden;display:block; }
#tqrEaSSEBOfuqlWcQSmtqSVIk0zlZ51s { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1247691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:27.138561248779rem;left:29.867876052856rem;height:3.6764705rem;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; }
#hUpfgqVsRuBdhEgpNsCdxZ0MGDzBQts2 { box-sizing:content-box;height:16.9375rem;width:20.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);top:15.375rem;left:27.625rem;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; }
#qWWDbQTNRZ5Ge0neLR0GHJEnW6anh91z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:24.19921875rem;left:27.842370986939rem;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; }
#lLuygrs19BKgGifiTTUi9c58Q9CElQmf { 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:5.2493105rem;width:7.3747701875rem;top:17.905563354493rem;left:34.241727828979rem;overflow:hidden;display:block; }
#U4CfXufvBt7S8f0g0A4mlCCM8kzJpgnA { box-sizing:content-box;height:16.9375rem;width:20.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.12) ;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);top:15.3125rem;left:52.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; }
#VF5zDOFSV84TD0DHIMqVVtTJDaw305fn { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:27.2265625rem;left:55.492876052856rem;height:3.6764705rem;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; }
#QHLbrcnlaETQxC2sEfd3UWWZOmWzHeBO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8740806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:23.546646118164rem;left:53.556985855103rem;height:3.5294115625rem;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; }
#HsMK1FQnBiaAcz1NU8KGcruPTcmETQIA { 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:5.3745403125rem;width:7.6240806875rem;top:17.081802368164rem;left:59.804681777954rem;overflow:hidden;display:block; }
#mM1Skekm1gyIIWKeJwBh0t6hQ2Kg09gy { 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:0.7490808125rem;width:12.0622701875rem;top:12.130054473877rem;left:44.739198684692rem;overflow:hidden;display:block; }
#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd { 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; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row .container { background-color: transparent; background-image: none; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row .container > .video-iframe-container { display: none; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row > .video-iframe-container { display: none; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .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); }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row .container { border-width: 0; border-radius: 0; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#ylwhaGg9HPbN6z4E0uX6vTU6wTZprETT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7493105rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:2.375rem;left:55.375rem;display:block; }
#Sv0w5L3kJbAtTxGEMAETLKOmDyzXBDcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cp2VPs4oNnqDRcIG7S7kUwr2Cqp9y1SZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2.3125rem;left:6.9375rem;height:1.83823525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZgfTcEPKQoxZeAb7WJ1xCQtWwL67HPbp { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4368095625rem;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:4.5625rem;left:6.9375rem;height:1.0294118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .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; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .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; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.319375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.754375rem;height:1.083125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.765625rem;font-weight:400;line-height:17.33px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 { 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:0.625rem;left:29.375rem;z-index:15084; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #PqRhVyOnPPxRt6VxCQJF0GrOTZ3tvehM { display:flex;position:relative;top:0rem;left:0rem; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #Zf0NaPDmqf1Fv9bVVQecqeB5d34tURVR { width:auto; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #ON2vK8NgAUB47BEPnbCTlOt8PBXZ2hka {  }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #gqzzNLfHPOAgDmXztTnKMIiWw0sdoSPo { display:flex;position:relative;top:0rem;left:0rem; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #f0IQi67cdmz5MydNvAEZlxTxT2r9ToAf {  }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #B6Za34TSkTJARFahdmcO2p9GgQHuDDIn {  }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #IZXviTWoQUf9TJlfTDlVWJQ9ue4KTNFV { display:flex;position:relative;top:0rem;left:0rem; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #RHA04uOEG972MPr4Ef52pibwxlphyHy6 {  }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #LqyTUg0692aFdCr1TuegfDEiLa7Xokfe {  }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #HPIbuIvCVVNHKqswMoCBD7vbpEOusv54 { display:flex;position:relative;top:0rem;left:0rem; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #D82LBDQb6ESMtu1UBUB4vacy7gu2D1Fm {  }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #KtWKmhsmVIBWw0sMVe8S7guPNWprWuE4 {  }
#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,228,217,0.28);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; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container { background-color: transparent; background-image: none; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container > .video-iframe-container { display: none; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row > .video-iframe-container { display: none; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .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); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container { border-width: 0; border-radius: 0; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#eHsATM5takH1sZ2ZgAevrGkPnHEQWu32 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.086860656738rem;left:2.6863517761231rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7legQDD9g7QkKfnNKFTMST0kCLDcPBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9990806875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.914520263672rem;left:3.9993114471436rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbicSoIf9iLp69NTHHvwBQ22FiJoxFc0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-1),1);border-left:0.25rem solid rgba(var(--color-tertiary-1),1);border-right:0.25rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:8.1875rem;left:27.5rem;display:block; }
#mAXAbMb1qyd3x9xLzmCZMKagVUH7gLXW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.423027038574rem;left:3.33984375rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd9bULNCWrfZZGfmlhadwi4w6W1KJgDm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.042053222656rem;left:27.686349868774rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLiKct5xR8Swm4a38Wtr23ZxEsMZLSdq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.364433288574rem;left:27.623849868774rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USCs8ZAKDTZ4aWM7hwEQoR54RA1uDoIz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3743095625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.477485656738rem;left:28.530557632446rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWODgcrgStf0McFftvT69mdwMtqoSesM { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:8.1875rem;left:2.5rem;display:block; }
#dFEmekEv718cvTfQLEHxmDvTv3UMdTAa { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-1),1);border-left:0.25rem solid rgba(var(--color-tertiary-1),1);border-right:0.25rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:8.1875rem;left:52.5rem;display:block; }
#AaOBSkxliTI8vmWL2T2mcaehmn0eewkG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.050094604493rem;left:52.748849868774rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCfuk8QLLk2Ny3vXrIi5MxTx9I2KvzSe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.37247467041rem;left:52.685655593872rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJkyRJ4lHeImNaGRfWcHSI6yz69xqTsm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6240806875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:21.428077697754rem;left:53.685655593872rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccFPHUr1hp1oMFzLT2rb7InrC8g8f11F { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:6.125rem;top:9.4375rem;left:9.5rem;overflow:hidden;display:block; }
#evgV35D29kkBXKxoqBHVZapIO6VPnCc8 { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:9.3125rem;display:block; }
#A8R9UZXwZ355KAcJ9LhMgSQnNxRc5v0T { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;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:9.625rem;left:34.3125rem;display:block; }
#DRpwX9XgmH4P07EshOAdblmSdpAnVQLM { position:absolute;display:block;z-index:15011;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.9995403125rem;width:4.7495403125rem;top:9.5829544067381rem;left:35.343519210816rem;overflow:hidden;display:block; }
#Tlseu2yWozMMZU6CcBQfKAbQSltBBNuf { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:59.3125rem;display:block; }
#vMvzAkSRp4BCWQePXgwF5B14784wzSsh { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9993105rem;width:3.1870403125rem;top:10.832954406738rem;left:61.123620986939rem;overflow:hidden;display:block; }
#uJsf7iq75TR67SnPe3yhP3pfDogunTOr { color:rgba(var(--color-tertiary-4),1);display:block;width:47.2495384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2936592102051rem;left:13.874080657959rem;height:4.7794118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3TNvWJTGL0X0nNNCcpUDupOsCsiC9zz { box-sizing:content-box;height:2.8125rem;width:14.4990806875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.8485794067381rem;left:5.46875rem;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block; }
#MLaI79wtScNO5DmM3VfJHspnozNX7g9Q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9990806875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:7.4460067749025rem;left:3.9993114471436rem;height:1.5441175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVKULUAhInB4B2lBaRk6d8EO7kTChMwG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3747691875rem;height:4.1865806875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:38.208869934082rem;left:29.030328750611rem;display:block; }
#eP9cQm5eS0xONwtbxVVpJWlMLgdApJVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1iiI6S0DVhNA5QLP8ZIkZhHpPt8cHKB { position:absolute;display:block;z-index:15001;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:0.7490808125rem;width:12.0622701875rem;top:5.4021148681641rem;left:45.675550460816rem;overflow:hidden;display:block; }
#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd { 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; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row .container { background-color: transparent; background-image: none; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row .container > .video-iframe-container { display: none; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row > .video-iframe-container { display: none; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .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); }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row .container { border-width: 0; border-radius: 0; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#n8mFzphiB2CWfnbGxtO2EK7BtRn7NoL7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;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:15.625rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VylFXvyvJmmsidWzOBN4fehnubpx7x0h { 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:11.8125rem;left:26rem; }
#s4B2TdWeC5JFimbNA7IPv82Gxbqy8STT { 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.375rem;left:6.8125rem;display:block; }
#bxboJeTM7NA9wrGV7GPaviiH5Em4aoUu { 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.4993095625rem;top:25.091903686524rem;left:4.7162227630615rem;overflow:hidden;display:block; }
#gDHdM4HZLCCvmLmDm5GVTJn9EJJRNdOJ { 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:16.7497691875rem;width:13.3122701875rem;top:24.821914672851rem;left:22.697610855102rem;overflow:hidden;display:block; }
#Xko7biMekRI0gAdQrhEWvhftacWx9AW2 { 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:11.75rem;left:29.875rem; }
#d9h4TWLceh5AKi6xmKBpNMu25xkXK6Wl { 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:12.5625rem;left:28.5625rem; }
#S5ryTQ9f07P13zCTgTNfydXi6hsTnp12 { 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.625rem;left:0rem;overflow:hidden;display:block; }
#E8EyoVWdR1RGOHJyRnszpg8k1dbAaJdd { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6870384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:4.474723815918rem;left:37.383958816528rem;height:9.5588235625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vztlhv9P3iALfodT2t8iNsp0CRMKoZ2p { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0615806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.3547744750976rem;left:37.246091842651rem;height:1.323529375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHFPh24DWiLXhIonAdOwHLBersIP0dK6 { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#f7e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:37.375rem;display:block; }
#W5izbdSvK6KDCJT1Wc9412MQ57KGh3mM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:16.1875rem;left:37.8125rem; }
#tSKhlXtcxOA0tT6BIVclicF4iLAJKKfB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:26.75rem;left:37.9375rem; }
#BruCb8lI1Nrmh4duXiyDqDZZVk12U5gx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:17.5625rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OfOu3FdrW1G9vWcM0S1Ebeqz139BrFiZ { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;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:15016;background-color:#f7e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.9375rem;left:37.375rem;display:block; }
#K5Tk9X1986v0Zw9unWSWmnfEQN7eKyVV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:21.625rem;left:38rem; }
#PafGXM4vbdRZNfAi9c9300vdTGe9Tnso { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:20.9375rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZeIcUTCe1gLTPPFB44aOF4M1P8LsR1l2 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:22.8125rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbxq9nxzFiwHQkHl05hHZ75qZwlfRPPA { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;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:15020;background-color:#f7e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:37.375rem;display:block; }
#KkSbzozFp50LhFwSGi7HOzuhCL6zn3mB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:26.4375rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdrzOiiAdJ68Xrrw8M2PhUR8nfhDrLEc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:28.375rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bg374QLNG60FMtObdyhqKmuWmId07tCl { box-sizing:content-box;height:3.8120403125rem;width:3.8120403125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#f7e4d9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.6875rem;left:37.375rem;display:block; }
#BQO8bgmTO2OEBP0egKGbnPoQiKvWua93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:31.9375rem;left:37.9375rem; }
#gGBxXakQCHr6oMiHoOQLIpVxPMaW30eJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:31.6875rem;left:42.75rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMehEMM5menKgeRzT7tcotltCrZd99hz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.7495403125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:33.625rem;left:42.75rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jlsz6RZmsrhZmzbG0DkpMI1qE46dp4Iy { 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:13.8740806875rem;width:15rem;top:27.697601318359rem;left:59.999994277954rem;overflow:hidden;display:block; }
#taZf6gXlfXT1ZVTB7qo1Ms4OgxKIw1An { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1247701875rem;width:21.9990806875rem;top:12.735305786132rem;left:41.776193618774rem;overflow:hidden;display:block; }
#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7e4d9;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; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row .container { background-color: transparent; background-image: none; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row .container > .video-iframe-container { display: none; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row > .video-iframe-container { display: none; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .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); }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row .container { border-width: 0; border-radius: 0; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#C20dBGgReSZroTKssgpIECmtdi2foUmi { 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:17.9375rem;width:14.3125rem;top:6.875rem;left:1.625rem;overflow:hidden;display:block; }
#yyUIyMqC5MetNqpeIS0GGqTle3LaDXn0 { 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:17.875rem;width:14.25rem;top:6.9375rem;left:20.375rem;overflow:hidden;display:block; }
#opsr15BCEnVkNtrZrSeA3U4DTC5ttbK0 { 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:17.6875rem;width:14.125rem;top:6.9375rem;left:39.1875rem;overflow:hidden;display:block; }
#cwrEqBKs4dSvGcITQ1TQbg4585ze5KdN { 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:17.625rem;width:14.0625rem;top:6.9375rem;left:58rem;overflow:hidden;display:block; }
#K6M3kTwIIMJ3PmfNtkhdPUEpiLcV1U2V { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4372673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.95957946777344rem;left:9.2463226318363rem;height:4.7794118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VvcwwqKJuaDMMRattr1DiMIMnG0HGokW { position:absolute;display:block;z-index:15002;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:0.7490808125rem;width:12.0622701875rem;top:5.033332824707rem;left:17.238050460816rem;overflow:hidden;display:block; }
#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf { 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; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row .container { background-color: transparent; background-image: none; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row .container > .video-iframe-container { display: none; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row > .video-iframe-container { display: none; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .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); }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row .container { border-width: 0; border-radius: 0; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#ZwbcgCxk7epuAnFSKOq62fNNG8RvkyKM { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:16.9375rem;height:2.4264705rem;text-align:center;text-align-last:center;display:block; }
#idlD8TagToRfBTkWFvgRHliZzoScgZD3 { position:relative;display:block; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 { background-color: transparent; background-image: none; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .row .container > .video-iframe-container { display: none; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .row > .video-iframe-container { display: none; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .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); }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 { border-width: 0; border-radius: 0; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .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; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .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:16rem;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; }#EyWlsTWuviWmQK8WCpEFthb72kF0Txgv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.125rem;left:0.6875rem; }
#FSTqfLXcyz2c0VIr0tKoMaeLwSCaNZ84 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:2.1875rem;left:3.5625rem;height:5.8823528125rem;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:italic;text-align:left;text-align-last:left;display:block; }
#PHyfuKO4iS6Ara4y0U5QsA4NUUa30f8u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.1875rem;left:26.5rem; }
#tcHIu1buFhaGfqp2MbzSJcqEnsoGGvMW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:2.2495422363281rem;left:29.374998092651rem;height:5.8823528125rem;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:italic;text-align:left;text-align-last:left;display:block; }
#d1PsGSBghNBTVmxf8DPTM3qh0i2V86zF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:8.9375rem;left:3.5625rem;overflow:hidden;display:block; }
#hmg779fQcJ3rpeXSxnvDpKaRT4o5IUE8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:8.9375rem;left:29.375rem;overflow:hidden;display:block; }
#IdaNJhm9TAFAevW3xJIWWFLcW1lWtr4G { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:11.0625rem;left:10.125rem;height:1.76470575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCaHcM4Q02EhsVVXOU5JoivM458RHfev { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:11.0625rem;left:35.8125rem;height:1.76470575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMzh5N3WFCpNTBEKuTnGpR2WRKBTAXbf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.25rem;left:51.4375rem; }
#R638iXLtKcEP4PDcsgCHmqiprVsfIv81 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:2.3125rem;left:54.3125rem;height:5.8823528125rem;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:italic;text-align:left;text-align-last:left;display:block; }
#rFweZlXK4yhPypNDkBoogGAPyKETuEKy { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:8.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#Z4LSewbgaOPAb8VPNngPUFJmlKd7yocm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:11.125rem;left:60.8125rem;height:1.76470575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u { position:relative;display:block; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u { background-color: transparent; background-image: none; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .row .container > .video-iframe-container { display: none; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .row > .video-iframe-container { display: none; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .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); }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u { border-width: 0; border-radius: 0; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .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; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .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:17.5rem;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; }#UCMasPIlVmzrFhvkwHUwd7sXTnA9tzUs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.625rem;left:0.75rem; }
#MLBgqZwzBUvTsTnTLTl08kC4UTJFxtQg { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:1.6875rem;left:3.625rem;height:7.3529410625rem;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:italic;text-align:left;text-align-last:left;display:block; }
#s3t8ohsFtsp2V1cVHMm6B9JEBWFBfPz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.75rem;left:26.5625rem; }
#tuQgTcXxuhXSTbgdUXJVBP6IyPCATd0v { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:1.8125rem;left:29.4375rem;height:7.3529410625rem;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:italic;text-align:left;text-align-last:left;display:block; }
#ZeCQKaok8Xwdh2lkTK84Q5qivLOl378G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.75rem;left:51.5rem; }
#pNMFt0GG39mXxaoNEUtATmR0sTr1qPHU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:1.8125rem;left:54.375rem;height:7.3529410625rem;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:italic;text-align:left;text-align-last:left;display:block; }
#oImm5CUm9xF72Or9M4e6glhI4n5gEWUu { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:9.875rem;left:4.3125rem;overflow:hidden;display:block; }
#bt6pi9o3qm6R9qcDvisyJzQC7JQvTNAt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:9.875rem;left:30.125rem;overflow:hidden;display:block; }
#k7738No8fSoU0pF96DAHqdPgK12Qd2EJ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:9.875rem;left:55.0625rem;overflow:hidden;display:block; }
#eiW5AcCqntMVEFig3OpfqclHZ0s3mfTw { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7493095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:11.799179077149rem;left:11.1328125rem;height:1.76470575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bXqAJ3A5tCzyOEV2TIIRoZVkbte3gqUf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:11.799179077149rem;left:36.623388290405rem;height:1.76470575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NXs7NeaeotkHoRtRaSUXcTdxmmmS10QG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:11.799179077149rem;left:61.562494277954rem;height:1.76470575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row .container { background-color: transparent; background-image: none; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row .container > .video-iframe-container { display: none; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row > .video-iframe-container { display: none; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .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); }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row .container { border-width: 0; border-radius: 0; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .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; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#DoTgC8woWJFTHbrCKO3JLlWMaQQx3zQA { 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:3.0625rem;left:9.375rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MawZfJNi16Zt0b0RoEvdICfszkqy0Rqv { 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:1.375rem;left:29rem;height:1.102941125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASM2yUZGUiplKhxCKOqT2aFAMB1sEObx { 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:7.125rem;left:9.375rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 { 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; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row .container { background-color: transparent; background-image: none; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row .container > .video-iframe-container { display: none; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row > .video-iframe-container { display: none; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .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); }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row .container { border-width: 0; border-radius: 0; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#dTXspk0ygHp69bzMzOsEBxxCb8lfaMC8 { 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:15007;line-height:1.6;letter-spacing:0;top:7.375rem;left:8.625rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrzANJbVGSLzTTPi5dEtzilbTIi7WhPf { color:rgba(var(--color-tertiary-0),1);display:block;width:0.6870404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:2.5625rem;left:11.4375rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtZ5dH1dIT4eFpfRZrTxucO5liPSsF3E { 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.4375rem;left:8.625rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yKZ30iro2owTspVRPIeMbC7EHmNLoGld { 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.1875rem;left:27.5rem; }
#VX5VSoWah3Gmvo9erxegGVJWeW3qbWf0 { 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.1875rem;left:24.3125rem;display:block; }
#I8mbhMhP2zqxVOgyPXSSi8yqIzcGoF1L { 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.1875rem;left:48.75rem; }
#w6rLSa223WafostGIuxdswJpKyqdDrdo { 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:5.5625rem;left:32rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WzpAaVlVsail7WVJF8Fw9IgpiURqHAHT { 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.125rem;left:45.5625rem;display:block; }
#NHfaZKlMD1D1x3BHEUN7adL5EOSSINh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.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:7.25rem;left:32rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kAgbpZlyCF1do0OoPuqaBEwNXy8A8ebk { box-sizing:content-box;height:2.5rem;width:2.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:15049;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:10.625rem;display:block; }
#mMApDt3u4rGo9gvVCG7ShI17RiNltrbt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9997701875rem;width:2.9997701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:1.8125rem;left:14.1875rem; }
#Tw3pHX7NaErd7IhOy8PENFUyIn4z2Rq5 { box-sizing:content-box;height:2.5rem;width:2.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:15052;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:33.5rem;display:block; }
#dl0gSs7hDTspO3FP66gqduAAmaqpSq76 { color:rgba(var(--color-tertiary-0),1);display:block;width:0.6870404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:2.4375rem;left:34.3125rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQQUbSmHBWDuoQr7ZutuvRhTbo3pyM24 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9997701875rem;width:2.9997701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:1.6875rem;left:37.0625rem; }
#aMDwTRVelTC6VOayvxfbPyMhhnlPOTnV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:7.3125rem;left:52.5rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bSS7VPw7oKKI98f6aIJIAWevttTWsXqR { 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:15032;line-height:1.3;letter-spacing:0;top:5.5625rem;left:52.5rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JrCUWcoCWanI3LSc0eLCw5QxNrt5ug1A { box-sizing:content-box;height:2.5rem;width:2.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:15057;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:54rem;display:block; }
#h4UTAsurVtiQmgOTrfcr6irp0sHGKzBa { color:rgba(var(--color-tertiary-0),1);display:block;width:0.6870404375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;top:2.4375rem;left:54.8125rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EHsQJM4sPUvoW2B0MsrehlG1ZqPx3i4X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9997701875rem;width:2.9997701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:1.6875rem;left:57.5625rem; }
#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f7e4d9);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f7e4d9);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f7e4d9);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f7e4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f7e4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f7e4d9' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f7e4d9);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; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row .container { background-color: transparent; background-image: none; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row .container > .video-iframe-container { display: none; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row > .video-iframe-container { display: none; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .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); }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row .container { border-width: 0; border-radius: 0; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .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; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#ptuVf5FlQLpt7Zdg8TzSuMtbpWNDyP25 { 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.4995403125rem;width:16.9370403125rem;top:28.289306640625rem;left:57.056520462036rem;overflow:hidden;display:block; }
#FJT3Xu4uRNCKoHlqwM8vrN39WPDZe6Ac { 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:11.1247701875rem;width:13.9993105rem;top:2.5068969726562rem;left:1.25rem;overflow:hidden;display:block; }
#UauxmGLw3g1CE5BAmVLI8VcmFWIBnG94 { box-sizing:content-box;height:39.75rem;width:43.375rem;position:absolute;display:block;z-index:15016;background-color:#f6c5a8;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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-form-header {  }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-text {padding-top: 0; padding-bottom: 0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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 #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-select {padding-top: 0; padding-bottom: 0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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-tertiary-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.3125rem;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;line-height:1; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-container:first-of-type{padding-top:0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-container:last-of-type{padding-bottom:0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh  { 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.5298919677734rem;left:17.934282302856rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.625rem;display:block;vertical-align:top; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .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; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh {display:block;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh { 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.5298919677734rem;left:17.934282302856rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #hu9k2u5GcF0eAT8XXSyyZww3uXsDKdXV { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #PmT6tpm75KSm6k6B1riq1RiKOXc0UU5I { position:relative;display:block; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #LdrrhoXUis7oowFNNhwTnIdV7hcCnzZ4 { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #ITaEFk6omo1VzDP9GTTqNIsdDJRmNf0h { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #HDIUiq2XKD1Ungv2T6te0dBXZeaUTHp7 { position:relative;display:none; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #bZVpQ3TwKI21VJDatQ2Sv91BXCV7y73K { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #BLPAQSUGN2TET0J6mkJTXioMP4F1L7l7 { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #DyLQms4TTTANNKw3XKZM7S9yGXNVHpaE { position:relative;display:none; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #DTU3aefqC4KQL30LidndINdsaAPGnHkI { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #EXWTo511nd7nl8KC4k9bs6IxOfhwXV3P { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #De6hBOwtrqKZhpioBHqxL5DeU75p5WJP { position:relative;display:none; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #LSfLbaFSdzBUvenFE4V43ffIWTC4OOef { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #UcVoToKbKQ4T1TAZwOVrsKduurJ6T3L4 { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #Cy7RSyto3zOT4NyM5PZvUJqqeaUZvJ4F { position:relative;display:none; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #qTM51o74sSkvhBVVdBvkGSpedOrk0Ceq { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #vbwpowZlLO2w2WPophDbQSaB8wsPVQv6 { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #rgZhORyv3O88eZBeSJCHpVeFvp04bEZc { position:relative;z-index:2; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #vCD72ohkqIXI8EedBBC3isPaXCDaPNxW { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #XPcwVIbAvSm3BwF0atwqsk9AB00B8seZ { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #Cz06WdlZOHaaqR8sQI5EQBKKZB7D78DC { position:relative;z-index:2; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #hqZlNEpLAaffazRnUbLQWrf64OxV2HOD { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #dTAEXFxlZsTJ9JUewwgtp89gZ9ek7CxS { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #PyOO4P9VUSTwwSbg2RG55QDrazMLkaph { position:relative;z-index:2; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #MyBvTzZyxp0HTxJXyltnZQTs4qcBc7Xn { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #yvTWPS8sRA9pbsgk7Q9dg19eU8J4Ic2m { position:relative; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #TGPGmg1T92qyVD2Ozqo5H23ae4NqC3gp { position:relative; }
#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP { 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; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row .container { background-color: transparent; background-image: none; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row .container > .video-iframe-container { display: none; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row > .video-iframe-container { display: none; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .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); }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row .container { border-width: 0; border-radius: 0; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#HDOCJ3q9yJNxe8dTvPTyqXCKsb2R5ne4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;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:2rem;left:17rem;height:2.0588235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DwRyIxfCGGxBcwyW28AKE9Wc82bQvpGA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8120403125rem;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:4rem;left:17rem;height:1.0294118125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .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; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .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.515625rem;padding-right:0.476875rem;padding-bottom:0.515625rem;padding-left:0.476875rem;display:block;align-items:center;width:2.859375rem;min-width:2.859375rem;height:2.76875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;line-height:44.3px;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; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.815rem;height:1.0925rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.773125rem;font-weight:400;line-height:17.48px;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; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv { 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:19.25rem;height:5.21375rem;padding-top:0.644375rem;padding-right:0.681875rem;padding-bottom:0.644375rem;padding-left:0.681875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.375rem;left:37.25rem;z-index:15084; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #n6SVEI69N7meWMnQKQlM2ACnmVvCBiAJ { display:flex;position:relative;top:0rem;left:0rem; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #X9JX0bTL8k2aVxxTL5pwZI1WSyUMkrrN { width:auto; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #GP8hqxtmn4XDmhKORGAk7DgzNNoTrTFA {  }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #Z0mkZ62sdTocs0JJTwrqoJymy1eTFaMx { display:flex;position:relative;top:0rem;left:0rem; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #wrvORLytgcHGER15SDF6vBCsp4TOBgL1 {  }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #ds39nK1KEk30615UV1Oe34Rr1xJCHaqe {  }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #Kfc23nKrNORhTE98H0rdAS7V3KwnAd0b { display:flex;position:relative;top:0rem;left:0rem; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #gIgRT79kOHSDkBlIwVSLZQ3NACrT2ryd {  }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #c0JSlZ6CrzGH2RVwFSqZw5eqsTZOpXRE {  }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #LeXt2UfLcA5MdBcshsilpMK8CCPgrHtT { display:flex;position:relative;top:0rem;left:0rem; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #qWzDZHopSPmH54N2NuxXB5y9H60uoikJ {  }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #al03x2aHxsyT8oCvW5wsUawhs4SELo9l {  }
#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC { 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; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row .container { background-color: transparent; background-image: none; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row .container > .video-iframe-container { display: none; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row > .video-iframe-container { display: none; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .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); }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row .container { border-width: 0; border-radius: 0; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row .container { font-size:0.875rem;font-family:arial;height:101.0625rem;width:75rem;position:relative;display:block; }#Feg8gFXqWBczLw4TwTnvCJuq4yGZNaFU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:4.7794118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nf7ZJT9ByZHDlC1KTTrIrh3MtCUg3Glt { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#g5ssPIG4WAJ7yIvzDmBFFLIq9HG3fHe7 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#D2VH59h6JI645azZt1Dd7ziwlCSe4ZrP { 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:6.8118105rem;width:5.4365806875rem;top:1.6348876953125rem;left:0.885799407959rem;overflow:hidden;display:block; }
#tgkgQg3oJhCd84cDa2P0xqDRnWRrOru2 { 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:8.1870403125rem;width:6.5625rem;top:0.89385986328125rem;left:66.621088027956rem;overflow:hidden;display:block; }
#TWBWJu1ZmNXgPivx9QP9wktxg3D6A1pM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;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.161102294922rem;left:8.3720130920413rem;height:20.0735283125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D1dTOWRBDDzqp2NO0zNdliznga3fAOCq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;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.526916503906rem;left:8.3731613159181rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGEPhKf1IxnJ4PpzD3n4FKWncUbGn5ck { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3115806875rem;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:24.311828613281rem;left:28.841909408569rem;height:12.3529405625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UOqyBrL8ozLaQp9t3Tyyt0gBBtkTnNev { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;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.526916503906rem;left:29.624307632446rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kS12WcOK0oDupQDyZRneFG8TUGReACUV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#as9eBTStCf8n65iJrmF9E8T4bmHz5RbQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9365806875rem;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:21.145477294922rem;left:49.778261184692rem;height:20.0735283125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XEqFw7PEtDeB8WRNopM9xm4SWr2VZKdr { 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; }
#wrnvQDosClyiVgvhsQBawlJnf98ZcIsr { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a5809e', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a5809e', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.62), rgba(255,245,232,0.65));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(229,165,128,0.6) ;height:10.8125rem;width:26.3125rem;top:62.875rem;left:2.375rem;display:block; }
#u7PlM10rcFMXSlMgoileGaJTcug7WShb { 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:60.3125rem;left:4.25rem;overflow:hidden;display:block; }
#TTzVfJNazh79GBhla8urLqKKAP3t3mOP { 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:72.25rem;left:4.1875rem;overflow:hidden;display:block; }
#eSZuLbHveAkO1uqRbtTXsXE0wkItdFlq { 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:84.125rem;left:4.1875rem;overflow:hidden;display:block; }
#d8eTddOQRxiTInbbn55TM6V01O1fwdwz { 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.6875rem;width:15.125rem;top:66.5rem;left:33.4375rem;overflow:hidden;display:block; }
#eTuCl6d6xeMM5bssTg7dfsWQ84L4HBNk { 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.125rem;width:15.75rem;top:70.9375rem;left:56.5625rem;overflow:hidden;display:block; }
#M1OEmB8A51XnlBzwsdQFROLGJWbskCV5 { 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:10.4375rem;width:14.9375rem;top:86.25rem;left:36.5rem;overflow:hidden;display:block; }
#ZchZI6dxb0wlX8qmu0bdeBFSU9V9hrLQ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,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(229,165,128,0.6) ;height:10.8125rem;width:26.3125rem;top:74.75rem;left:2.375rem;display:block; }
#lGiXkTH5guzc29K96UTWftV6UHfBwoKw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,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(229,165,128,0.6) ;height:10.8125rem;width:26.3125rem;top:86.6875rem;left:2.375rem;display:block; }
#MgrAlpFdsf0c8zGwI81vXfTrFxbwtMVa { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,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(229,165,128,0.6) ;height:13.6875rem;width:19.3125rem;top:69.6875rem;left:54.875rem;display:block; }
#PAu47LaSf3GyNx2ddyEltWypIoHlNERJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,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(229,165,128,0.6) ;height:13.6875rem;width:19.3125rem;top:65rem;left:31.4375rem;display:block; }
#uhLtVUKsAJryB3NIOqTqt1w7fDAf9htm { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e89e' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,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(229,165,128,0.6) ;height:13.6875rem;width:19.3125rem;top:84.625rem;left:34.3125rem;display:block; }
#StZdlexesDiEyO28Ng1WtN9T33X7h6DK { 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(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.125rem;left:31.1875rem;display:block; }
#DvuKsKfMfMPIlh5HulcwAZLI73vb70fI { 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(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(237deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.875rem;left:68rem;display:block; }
#ItuMIpo6kOLHyO4QRPqIweTerRUECJcC { box-sizing:content-box;height:5.3745403125rem;width:5.3745403125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(83deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.875rem;left:53.625rem;display:block; }
#WahGEP8cMKVSSHszMEOFK9GOp58O4G2h { box-sizing:content-box;height:1.9370403125rem;width:1.9370403125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(246deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62rem;left:49.75rem;display:block; }
#nBTlahrZ9tcsp1dywChGyguS9tQAEmV7 { 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(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(252deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.125rem;left:46.6875rem;display:block; }
#esQzbcVHSdxAB2OfULABafGJ3bHVmpMq { 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(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(180deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:80.3125rem;left:43.6875rem;display:block; }
#z8WvfD57G7K9eUkahAqK8E9xl8OZUdxq { 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(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(128deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.25rem;left:50.125rem;display:block; }
#JUKhgKEyawZqIX5VSk4AnwQW85Cb9i2R { 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(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -moz-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -ms-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-image: -o-linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5e8a5', endColorstr='#e5a580a5' );";background-image: linear-gradient(172deg, rgba(255,245,232,0.65), rgba(229,165,128,0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(229,165,128,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.4375rem;left:65.4375rem;display:block; }
#pPp05pJqiUggGK3rd5U1TykQ51Br19Tf { 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:65rem;left:8.875rem;display:block; }
#qa55QsAkLKncyIq0TU11MlyNthlV0QKC { 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:76.8125rem;left:8.6875rem;display:block; }
#y1WwRTDBWbB8H2qW7La4o1PPFNDvh8Cg { 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:89rem;left:8.25rem;display:block; }
#w218vMokw7g6D0kTzTH7OT0ZNPtnTSdT { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));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(229,165,128,0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:27.5rem;display:block; }
#tTIWizEPXkzKpG2clVFbgxwakaLnR3fr { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));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(229,165,128,0.59) ;height:35.75rem;width:20rem;top:9.5625rem;left:6.25rem;display:block; }
#UxOEk9JXcqWksusk17Hxz7PWwnzKxwJS { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8b2' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.7));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(229,165,128,0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:48.75rem;display:block; }
#hXv3SsmxL7DC9oZUzVd0EJqC4CbIQcWL { 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:8.9993105rem;width:8.9993105rem;top:11.189117431641rem;left:54.24631690979rem;overflow:hidden;display:block; }
#xSBn5G9apL2oGi1qM4mp8HaBr2xJ0DJ8 { 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:9.1865806875rem;width:9.1865806875rem;top:11.03515625rem;left:32.904409408569rem;overflow:hidden;display:block; }
#Pc16FxvJdgTs4atvD5X4s5wkRyExosna { 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:9.0625rem;width:9.0625rem;top:11.097198486328rem;left:11.715303421021rem;overflow:hidden;display:block; }
#GbPhTXRxd45fXU0nIOzQDbPZ89J24nCv { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580b2', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.7), rgba(255,245,232,0.65));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(229,165,128,0.59) ;height:11.625rem;width:62.5625rem;top:47.4375rem;left:7rem;display:block; }
#cpzn8gN7mN5MbrTIpcqsnULl7mGNUPsQ { position:absolute;display:block;z-index:15081;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.0625rem;width:9.0625rem;top:48.6875rem;left:9.625rem;overflow:hidden;display:block; }
#n0ZF3Fey0RL2zUuZUbyFh2iBuTQxpRF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0622673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:49.375rem;left:20.375rem;height:6.17647025rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#M2bebKz1a2lbe64Jz7C3sgriM0rFzZ8h { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:56.4375rem;left:36.5625rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbN3xZyr1dSKoI6xTomJLuFfOIHFRdN0 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0620404375rem;width:3.249080875rem;top:56.125rem;left:42.3125rem;display:block; }
#wFGumfs5ONiF6CL2CD52P36CidLhyTDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row .container { background-color: transparent; background-image: none; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row .container > .video-iframe-container { display: none; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row > .video-iframe-container { display: none; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .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); }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row .container { border-width: 0; border-radius: 0; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#WCtTTrMQsWzQSvPdtkMFGv22VKtLRMU0 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.187034625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:1.6555480957031rem;left:0rem;height:4.0441174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVKMI4Lv445tEZUJrWJFntbWb0dx2MHD { color:rgba(var(--color-tertiary-0),1);display:block;width:63.4995384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.6870422363281rem;left:0rem;height:3.6029410625rem;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; }
#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X { 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; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row .container { background-color: transparent; background-image: none; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row .container > .video-iframe-container { display: none; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row > .video-iframe-container { display: none; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .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); }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row .container { border-width: 0; border-radius: 0; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;overflow:visible;position:relative;display:block; }#DHun0HBiNITpIT1tc1chsVlTOe1mSOr8 { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:26.135107040405rem;display:block; }
#Z6GsXbJPffZE3Tkra7Cp0lnU7vQuAqRL { 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.55859375rem;left:19.796644210816rem; }
#PTNtKDHgDMTrvH0wZsnMcBrUuTMXotHP { 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.5827026367188rem;left:48.617872238159rem; }
#mzedJKumQ82pqnTCdZcPzMhCCM0Nbf4V { 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.4655151367188rem;left:39.127985000611rem; }
#xyGPyETenTmqQ07AWTmn0gpsr9Oap8oS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;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.5487060546875rem;left:45.371091842651rem;height:2.7941174375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCzRfLxTS2Fv3tMwWfNKTmRTpnrwINWk { 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.5827026367188rem;left:29.501375198364rem; }
#K9sht66ixf7TRLIcfTN3IP2tFb90M2Lc { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:35.911073684692rem;display:block; }
#GQ8nlJKtd8SZDxeNgKGOSd5FZC4CW1DD { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:45.311349868774rem;display:block; }
#HkLFanJn5Qskf1Gldlr1WNZWbJMLT6RS { box-sizing:content-box;height:6.6865806875rem;width:0.1872701875rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5919189453125rem;left:54.999998092651rem;display:block; }
#uuAB0hEbFmRodfVLhMmt3DD34Fnndmcd { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;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.5487060546875rem;left:26.254823684693rem;height:2.7941174375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdzZtLdT1JKHcVJJQCQBSHXTvNSpZx8r { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6243105rem;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.5372314453125rem;left:35.906476974487rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6JsPmMEhdXiauB5Vqw0zhqsgIVg2xu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6243105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:6.5245971679688rem;left:16.580881118774rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ne1XZXbwxDQ12GyeOJ78MaqFuOCAe9yV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0.61)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0.61)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0.61));background-size:auto !important;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-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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.3743095625rem;height:5.4997701875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:11.665893554688rem;left:20.811120986939rem;display:block; }
#R2IWKFuUD6yyAz9GiLBByE8AJ17zMZJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWqKEI8IJW5kxZ38T97CqyC9KOpgeVgO { 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:9.2497701875rem;width:9.2497701875rem;top:4.8690490722656rem;left:62.340303421021rem;overflow:hidden;display:block; }
#SWbkmJg1P3ghfQohU0I91OVqA5Qo9kmw { 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:8.1870403125rem;width:11.6245403125rem;top:5.9443969726562rem;left:2.2840080261231rem;overflow:hidden;display:block; }
#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { background-color: transparent; background-image: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { border-width: 0; border-radius: 0; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.5625rem;left:6.9375rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnGvd0srai3pUlW386eI4UKMUc0uhie5 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.6875rem;left:6.9375rem;height:4.6323526875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.9375rem;left:48.875rem;height:1.76470575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:4.875rem;left:54.5625rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.6875rem;left:55.375rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:4.875rem;left:58.8125rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.6875rem;left:59.625rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:4.9375rem;left:63.0625rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:5.75rem;left:63.875rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:20.625rem;top:1.9375rem;left:26.4169921875rem;overflow:hidden;display:block; }
#FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { 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; }
#qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfJklziCWlTdge1JNTbI1vUUJXezPcBN { 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; }
#Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { 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) { #s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS { display:block; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meFyAUDPLT4OvzXpvVGz7WIZnwPOZiGz { top:1.875rem;left:16.8125rem;width:30.9375rem;height:38.9993095625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUS6k5wDvLc4RC9SgfEUkwfp81kZwAt2 { top:12rem;left:0rem;width:44.6875rem;height:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3LbL9e3sAtPJK8a3TEecUhGUDgv5xH { top:23.9375rem;left:0rem;width:24.1875rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUxBnQR2uFpeMDQih3MBlhuBDEHxofy1 { top:7.9375rem;left:0rem;width:24.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdpKXVssuc8fTB0KgELisBz8nTDUHtIK { width:13.5625rem;height:3.9375rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHNWtwVeC4fQOkaop84GUTPkHnWvLWrr { display:block; }
 }@media only screen and (max-width: 763px) { #IDI1208C8G0fwo8VJkCER4u0miqq1zbk { top:1.875rem;left:38.75rem;width:8.9375rem;height:9.0002554917957rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9nr83qWQk8GZW9FUnpZM468RFf56ZhL { top:8.5rem;left:0rem;width:22.375rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHCGIVZvZ8GLcrGXlx91S2wnsDh2h7v { width:13.4375rem;height:4.0625rem;top:32.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuGwlIiqo0gdkdEpGhWaLdeOw9iBgZuc { display:block; }
 }@media only screen and (max-width: 763px) { #wsXXTKlCiuZd98hiqFppOvumSqQIntnp { top:37.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzEGoOnNTlR0CPgSvovBnLGARuBSc2h9 { top:37.6875rem;left:0rem;width:8.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arZOl2HqTsWiXeny71H95Tcbq9NwGBlc { top:37.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERZqlRmAy3XZfkn8tO7K47ZhaKKPZrsQ { top:37.6875rem;left:0rem;width:20.6875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWQBOI0KA0TQy8fcyTk0ciioiZyru8r { top:37.75rem;left:20.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWnKfrFpyzfCIttCmEw4VoX4ysUbpTRw { top:37.6875rem;left:22.1875rem;width:8.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2rRKlEg1u9XZZgQS7TFJf7lueeMTOB5 { top:0rem;left:0rem;width:29rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXJXJknNTWTHIdsXtTLklCMlPGvHlFZx { top:16rem;left:9.0625rem;width:19.6875rem;height:1.3079188530243rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76WJHnp3ownvKQy5z6HTxak3PTVO9Xx { top:25.0625rem;left:23.443014144898rem;width:6.25rem;height:7.7971423686349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh { display:block; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJKmwucXwM9uFq21HesXdPMZPwqWcAHl { top:1.6875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqrTqMXKXopEclamMocMgJDThZLG8bQd { top:1.625rem;left:12.625rem;width:10.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTCpaqWfJ0yKkG046dhGL73dXI7utBE { top:1.6875rem;left:30.25rem;width:8.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC7XT19rDsuU4OqSnQ3bR99ZUhpJfWK9 { top:0.875rem;left:38.9375rem;width:8.8125rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOmB6WvBvTuLTsJo9yasGQvRcUAagTIa { top:1.3125rem;left:6.0625rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8vT5keTSSrL0PC5wOT67Kcr7h3r6UOK { top:1.3125rem;left:24.25rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMs1lzlcTNfIR1PkO3sNNEkL3WiRCh39 { top:1.375rem;left:40.625rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7Z3IIER3M2CVBs0tSeI42oICs12Ry7 { top:0.8125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5FruAAr9s2lJ1IMlP1J2Bi559yrXQKs { top:0.8125rem;left:7.9375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1la7UCHZMwwtxMt9iRZvA9M85zgWDld { top:0.8125rem;left:25.6875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtvelW1yGKo1FsGwC34x6tq1dVxKMhvN { top:0.8125rem;left:41.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG { display:block; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy26X9XFAH86BT3NaBF3WfrFKyklRaKl { top:3.9375rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9HXpA2qnWEbZJwPmyyQK7w5rVqyZMSo { top:27.1875rem;left:0rem;width:16.0625rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zok4P5KqZyDlS9Q9NWWAmc4sfwHA5G8I { top:15.375rem;left:0rem;width:20.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqEIDgPT3b6HCHenhe1LP9sV2r68kvR { top:24.1875rem;left:0rem;width:16.0625rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwfKXCFpwHoMHqasqhPNi0TwTnIx4xlg { top:17.875rem;left:0rem;width:7.5625rem;height:5.2069111389831rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqrEaSSEBOfuqlWcQSmtqSVIk0zlZ51s { top:27.125rem;left:16.242876052856rem;width:16.0625rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUpfgqVsRuBdhEgpNsCdxZ0MGDzBQts2 { top:15.375rem;left:14rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWWDbQTNRZ5Ge0neLR0GHJEnW6anh91z { top:24.1875rem;left:14.217370986939rem;width:19.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLuygrs19BKgGifiTTUi9c58Q9CElQmf { top:17.875rem;left:20.616727828979rem;width:7.3125rem;height:5.2049870104851rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CfXufvBt7S8f0g0A4mlCCM8kzJpgnA { top:15.3125rem;left:27.125rem;width:20.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5zDOFSV84TD0DHIMqVVtTJDaw305fn { top:27.1875rem;left:32.75rem;width:15rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHLbrcnlaETQxC2sEfd3UWWZOmWzHeBO { top:23.5rem;left:28.9375rem;width:18.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsMK1FQnBiaAcz1NU8KGcruPTcmETQIA { top:17.0625rem;left:40.125rem;width:7.5625rem;height:5.3311294540626rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1Skekm1gyIIWKeJwBh0t6hQ2Kg09gy { top:12.125rem;left:31.114198684693rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd { display:block; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylwhaGg9HPbN6z4E0uX6vTU6wTZprETT { width:12.6875rem;height:3.125rem;top:2.375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0w5L3kJbAtTxGEMAETLKOmDyzXBDcn { display:block; }
 }@media only screen and (max-width: 763px) { #Cp2VPs4oNnqDRcIG7S7kUwr2Cqp9y1SZ { top:2.3125rem;left:0rem;width:22rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgfTcEPKQoxZeAb7WJ1xCQtWwL67HPbp { top:4.5rem;left:0rem;width:22.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .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; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .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; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #PqRhVyOnPPxRt6VxCQJF0GrOTZ3tvehM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #Zf0NaPDmqf1Fv9bVVQecqeB5d34tURVR {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #ON2vK8NgAUB47BEPnbCTlOt8PBXZ2hka {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #gqzzNLfHPOAgDmXztTnKMIiWw0sdoSPo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #f0IQi67cdmz5MydNvAEZlxTxT2r9ToAf {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #B6Za34TSkTJARFahdmcO2p9GgQHuDDIn {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #IZXviTWoQUf9TJlfTDlVWJQ9ue4KTNFV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #RHA04uOEG972MPr4Ef52pibwxlphyHy6 {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #LqyTUg0692aFdCr1TuegfDEiLa7Xokfe {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #HPIbuIvCVVNHKqswMoCBD7vbpEOusv54 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #D82LBDQb6ESMtu1UBUB4vacy7gu2D1Fm {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #KtWKmhsmVIBWw0sMVe8S7guPNWprWuE4 {  }
 }@media only screen and (max-width: 763px) { #lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW { display:block; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHsATM5takH1sZ2ZgAevrGkPnHEQWu32 { width:20.0625rem;height:1.3125rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7legQDD9g7QkKfnNKFTMST0kCLDcPBZ { width:16.9375rem;height:13.875rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbicSoIf9iLp69NTHHvwBQ22FiJoxFc0 { top:8.1875rem;left:11.75rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAXAbMb1qyd3x9xLzmCZMKagVUH7gLXW { width:18.75rem;height:3rem;top:17.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd9bULNCWrfZZGfmlhadwi4w6W1KJgDm { width:20rem;height:1.3125rem;top:16rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLiKct5xR8Swm4a38Wtr23ZxEsMZLSdq { width:20.1875rem;height:3rem;top:17.3125rem;left:11.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USCs8ZAKDTZ4aWM7hwEQoR54RA1uDoIz { width:18.3125rem;height:13.875rem;top:21.4375rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWODgcrgStf0McFftvT69mdwMtqoSesM { top:8.1875rem;left:0rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFEmekEv718cvTfQLEHxmDvTv3UMdTAa { top:8.1875rem;left:27.625rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaOBSkxliTI8vmWL2T2mcaehmn0eewkG { width:19.9375rem;height:1.3125rem;top:16rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCfuk8QLLk2Ny3vXrIi5MxTx9I2KvzSe { width:20rem;height:3rem;top:17.3125rem;left:27.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkyRJ4lHeImNaGRfWcHSI6yz69xqTsm { width:17.5625rem;height:13.875rem;top:21.375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccFPHUr1hp1oMFzLT2rb7InrC8g8f11F { top:9.4375rem;left:4.9375rem;width:6.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #evgV35D29kkBXKxoqBHVZapIO6VPnCc8 { top:9.625rem;left:4.75rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8R9UZXwZ355KAcJ9LhMgSQnNxRc5v0T { top:9.625rem;left:20.625rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRpwX9XgmH4P07EshOAdblmSdpAnVQLM { top:9.5625rem;left:21.656019210816rem;width:4.6875rem;height:5.9211720218121rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlseu2yWozMMZU6CcBQfKAbQSltBBNuf { top:9.625rem;left:36.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvzAkSRp4BCWQePXgwF5B14784wzSsh { top:10.8125rem;left:38.311120986939rem;width:3.125rem;height:3.9214581828419rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJsf7iq75TR67SnPe3yhP3pfDogunTOr { width:47.1875rem;height:4.75rem;top:1.25rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TNvWJTGL0X0nNNCcpUDupOsCsiC9zz { top:6.8125rem;left:0.90625rem;width:14.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLaI79wtScNO5DmM3VfJHspnozNX7g9Q { width:16.9375rem;height:1.5rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVKULUAhInB4B2lBaRk6d8EO7kTChMwG { width:17.3125rem;height:4.125rem;top:38.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP9cQm5eS0xONwtbxVVpJWlMLgdApJVn { display:block; }
 }@media only screen and (max-width: 763px) { #y1iiI6S0DVhNA5QLP8ZIkZhHpPt8cHKB { top:5.375rem;left:19.75rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd { display:block; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8mFzphiB2CWfnbGxtO2EK7BtRn7NoL7 { width:28rem;height:1.9375rem;top:15.625rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VylFXvyvJmmsidWzOBN4fehnubpx7x0h { top:11.8125rem;left:12.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4B2TdWeC5JFimbNA7IPv82Gxbqy8STT { top:3.375rem;left:0rem;width:17.25rem;height:31.200657244467rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxboJeTM7NA9wrGV7GPaviiH5Em4aoUu { top:25.0625rem;left:0rem;width:21.4375rem;height:16.82648512262rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDHdM4HZLCCvmLmDm5GVTJn9EJJRNdOJ { top:24.8125rem;left:9.0726108551025rem;width:13.25rem;height:16.671419570703rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xko7biMekRI0gAdQrhEWvhftacWx9AW2 { top:11.75rem;left:16.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9h4TWLceh5AKi6xmKBpNMu25xkXK6Wl { top:12.5625rem;left:14.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ryTQ9f07P13zCTgTNfydXi6hsTnp12 { top:0.625rem;left:0rem;width:30.8125rem;height:38.734337748819rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8EyoVWdR1RGOHJyRnszpg8k1dbAaJdd { width:35.625rem;height:9.5rem;top:4.4375rem;left:12.125rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vztlhv9P3iALfodT2t8iNsp0CRMKoZ2p { top:3.3125rem;left:16.75rem;width:31rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHFPh24DWiLXhIonAdOwHLBersIP0dK6 { top:15.625rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5izbdSvK6KDCJT1Wc9412MQ57KGh3mM { top:16.1875rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSKhlXtcxOA0tT6BIVclicF4iLAJKKfB { top:26.75rem;left:24.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BruCb8lI1Nrmh4duXiyDqDZZVk12U5gx { width:29.6875rem;height:1.5rem;top:17.5625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfOu3FdrW1G9vWcM0S1Ebeqz139BrFiZ { top:20.9375rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Tk9X1986v0Zw9unWSWmnfEQN7eKyVV { top:21.625rem;left:24.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PafGXM4vbdRZNfAi9c9300vdTGe9Tnso { width:28rem;height:1.9375rem;top:20.9375rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeIcUTCe1gLTPPFB44aOF4M1P8LsR1l2 { width:29.6875rem;height:1.5rem;top:22.8125rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxq9nxzFiwHQkHl05hHZ75qZwlfRPPA { top:26.4375rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkSbzozFp50LhFwSGi7HOzuhCL6zn3mB { width:28rem;height:1.9375rem;top:26.4375rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdrzOiiAdJ68Xrrw8M2PhUR8nfhDrLEc { width:29.6875rem;height:1.5rem;top:28.375rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg374QLNG60FMtObdyhqKmuWmId07tCl { top:31.6875rem;left:23.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQO8bgmTO2OEBP0egKGbnPoQiKvWua93 { top:31.9375rem;left:24.3125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGBxXakQCHr6oMiHoOQLIpVxPMaW30eJ { width:28rem;height:1.9375rem;top:31.6875rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMehEMM5menKgeRzT7tcotltCrZd99hz { width:29.6875rem;height:1.5rem;top:33.625rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlsz6RZmsrhZmzbG0DkpMI1qE46dp4Iy { top:27.6875rem;left:32.75rem;width:15rem;height:13.8740806875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taZf6gXlfXT1ZVTB7qo1Ms4OgxKIw1An { top:12.6875rem;left:25.8125rem;width:21.9375rem;height:1.1216216867781rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl { display:block; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C20dBGgReSZroTKssgpIECmtdi2foUmi { top:6.875rem;left:0rem;width:14.3125rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyUIyMqC5MetNqpeIS0GGqTle3LaDXn0 { top:6.9375rem;left:9.5625rem;width:14.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opsr15BCEnVkNtrZrSeA3U4DTC5ttbK0 { top:6.9375rem;left:21.5625rem;width:14.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwrEqBKs4dSvGcITQ1TQbg4585ze5KdN { top:6.9375rem;left:33.625rem;width:14.0625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6M3kTwIIMJ3PmfNtkhdPUEpiLcV1U2V { top:0.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvcwwqKJuaDMMRattr1DiMIMnG0HGokW { top:5rem;left:0rem;width:12rem;height:0.74521376244044rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRss4RwxWcKCvLRSJBzZToGoWNOko1wf { display:block; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwbcgCxk7epuAnFSKOq62fNNG8RvkyKM { top:1.1875rem;left:3.3125rem;width:41.125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idlD8TagToRfBTkWFvgRHliZzoScgZD3 { display:block; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyWlsTWuviWmQK8WCpEFthb72kF0Txgv { top:2.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTqfLXcyz2c0VIr0tKoMaeLwSCaNZ84 { top:2.1875rem;left:0rem;width:20rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHyfuKO4iS6Ara4y0U5QsA4NUUa30f8u { top:2.1875rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcHIu1buFhaGfqp2MbzSJcqEnsoGGvMW { top:2.1875rem;left:12.375rem;width:20.0625rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1PsGSBghNBTVmxf8DPTM3qh0i2V86zF { top:8.9375rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmg779fQcJ3rpeXSxnvDpKaRT4o5IUE8 { top:8.9375rem;left:15.875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdaNJhm9TAFAevW3xJIWWFLcW1lWtr4G { top:11.0625rem;left:1.8125rem;width:14.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCaHcM4Q02EhsVVXOU5JoivM458RHfev { top:11.0625rem;left:18.3125rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMzh5N3WFCpNTBEKuTnGpR2WRKBTAXbf { top:2.25rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R638iXLtKcEP4PDcsgCHmqiprVsfIv81 { top:2.25rem;left:29.1875rem;width:18.4375rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFweZlXK4yhPypNDkBoogGAPyKETuEKy { top:8.9375rem;left:31.75rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4LSewbgaOPAb8VPNngPUFJmlKd7yocm { top:11.125rem;left:34.1875rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTV85zirBwzsQJcKZ1TtItLnJKg9A45u { display:block; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCMasPIlVmzrFhvkwHUwd7sXTnA9tzUs { top:1.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLBgqZwzBUvTsTnTLTl08kC4UTJFxtQg { top:1.625rem;left:0rem;width:20.9375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3t8ohsFtsp2V1cVHMm6B9JEBWFBfPz9 { top:1.75rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQgTcXxuhXSTbgdUXJVBP6IyPCATd0v { top:1.75rem;left:12.375rem;width:19.375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCQKaok8Xwdh2lkTK84Q5qivLOl378G { top:1.75rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNMFt0GG39mXxaoNEUtATmR0sTr1qPHU { top:1.75rem;left:29.5rem;width:18.125rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oImm5CUm9xF72Or9M4e6glhI4n5gEWUu { top:9.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt6pi9o3qm6R9qcDvisyJzQC7JQvTNAt { top:9.875rem;left:16.4375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7738No8fSoU0pF96DAHqdPgK12Qd2EJ { top:9.875rem;left:32.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiW5AcCqntMVEFig3OpfqclHZ0s3mfTw { top:11.75rem;left:0rem;width:17.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXqAJ3A5tCzyOEV2TIIRoZVkbte3gqUf { top:11.75rem;left:18.3125rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXs7NeaeotkHoRtRaSUXcTdxmmmS10QG { top:11.75rem;left:34.1875rem;width:13.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I { display:block; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoTgC8woWJFTHbrCKO3JLlWMaQQx3zQA { top:3.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawZfJNi16Zt0b0RoEvdICfszkqy0Rqv { top:1.375rem;left:15.375rem;width:16.9375rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASM2yUZGUiplKhxCKOqT2aFAMB1sEObx { top:7.125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 { display:block; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTXspk0ygHp69bzMzOsEBxxCb8lfaMC8 { width:14.25rem;height:3.0625rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrzANJbVGSLzTTPi5dEtzilbTIi7WhPf { top:2.5625rem;left:0rem;width:0.625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtZ5dH1dIT4eFpfRZrTxucO5liPSsF3E { top:5.4375rem;left:0rem;width:14.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKZ30iro2owTspVRPIeMbC7EHmNLoGld { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5VSoWah3Gmvo9erxegGVJWeW3qbWf0 { width:4.375rem;height:0.0625rem;top:6.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8mbhMhP2zqxVOgyPXSSi8yqIzcGoF1L { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6rLSa223WafostGIuxdswJpKyqdDrdo { top:5.5625rem;left:18.375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzpAaVlVsail7WVJF8Fw9IgpiURqHAHT { width:4.375rem;height:0.0625rem;top:6.125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHfaZKlMD1D1x3BHEUN7adL5EOSSINh1 { width:13.8125rem;height:3.0625rem;top:7.25rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAgbpZlyCF1do0OoPuqaBEwNXy8A8ebk { top:2.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMApDt3u4rGo9gvVCG7ShI17RiNltrbt { top:1.8125rem;left:0.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3pHX7NaErd7IhOy8PENFUyIn4z2Rq5 { top:2.125rem;left:19.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl0gSs7hDTspO3FP66gqduAAmaqpSq76 { top:2.4375rem;left:20.6875rem;width:0.625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQQUbSmHBWDuoQr7ZutuvRhTbo3pyM24 { top:1.6875rem;left:23.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMDwTRVelTC6VOayvxfbPyMhhnlPOTnV { width:13.8125rem;height:3.0625rem;top:7.3125rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSS7VPw7oKKI98f6aIJIAWevttTWsXqR { top:5.5625rem;left:34.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrCUWcoCWanI3LSc0eLCw5QxNrt5ug1A { top:2.125rem;left:40.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4UTAsurVtiQmgOTrfcr6irp0sHGKzBa { top:2.4375rem;left:41.1875rem;width:0.625rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHsQJM4sPUvoW2B0MsrehlG1ZqPx3i4X { top:1.6875rem;left:43.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm { display:block; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptuVf5FlQLpt7Zdg8TzSuMtbpWNDyP25 { top:28.25rem;left:30.8125rem;width:16.875rem;height:18.431776568604rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJT3Xu4uRNCKoHlqwM8vrN39WPDZe6Ac { top:2.5rem;left:0rem;width:13.9375rem;height:11.075651510714rem;display:block; }
 }@media only screen and (max-width: 763px) { #UauxmGLw3g1CE5BAmVLI8VcmFWIBnG94 { width:43.375rem;height:39.75rem;top:2.1875rem;left:2.1872692108154rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-regular-label { width:36.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-text { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-text {padding-top: 0; padding-bottom: 0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-textarea { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-select { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-select {padding-top: 0; padding-bottom: 0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.9375rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-checkbox-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh  { width:36.625rem;height:auto;top:2.5rem;left:4.3092823028564rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .radio-container { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh {display:block;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh { width:36.625rem;height:auto;top:2.5rem;left:4.3092823028564rem; }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #hu9k2u5GcF0eAT8XXSyyZww3uXsDKdXV {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #PmT6tpm75KSm6k6B1riq1RiKOXc0UU5I {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #LdrrhoXUis7oowFNNhwTnIdV7hcCnzZ4 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #ITaEFk6omo1VzDP9GTTqNIsdDJRmNf0h {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #HDIUiq2XKD1Ungv2T6te0dBXZeaUTHp7 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #bZVpQ3TwKI21VJDatQ2Sv91BXCV7y73K {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #BLPAQSUGN2TET0J6mkJTXioMP4F1L7l7 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #DyLQms4TTTANNKw3XKZM7S9yGXNVHpaE {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #DTU3aefqC4KQL30LidndINdsaAPGnHkI {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #EXWTo511nd7nl8KC4k9bs6IxOfhwXV3P {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #De6hBOwtrqKZhpioBHqxL5DeU75p5WJP {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #LSfLbaFSdzBUvenFE4V43ffIWTC4OOef {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #UcVoToKbKQ4T1TAZwOVrsKduurJ6T3L4 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #Cy7RSyto3zOT4NyM5PZvUJqqeaUZvJ4F {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #qTM51o74sSkvhBVVdBvkGSpedOrk0Ceq {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #vbwpowZlLO2w2WPophDbQSaB8wsPVQv6 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #rgZhORyv3O88eZBeSJCHpVeFvp04bEZc {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #vCD72ohkqIXI8EedBBC3isPaXCDaPNxW {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #XPcwVIbAvSm3BwF0atwqsk9AB00B8seZ {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #Cz06WdlZOHaaqR8sQI5EQBKKZB7D78DC {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #hqZlNEpLAaffazRnUbLQWrf64OxV2HOD {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #dTAEXFxlZsTJ9JUewwgtp89gZ9ek7CxS {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #PyOO4P9VUSTwwSbg2RG55QDrazMLkaph {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #MyBvTzZyxp0HTxJXyltnZQTs4qcBc7Xn {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #yvTWPS8sRA9pbsgk7Q9dg19eU8J4Ic2m {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #TGPGmg1T92qyVD2Ozqo5H23ae4NqC3gp {  }
 }@media only screen and (max-width: 763px) { #I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP { display:block; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDOCJ3q9yJNxe8dTvPTyqXCKsb2R5ne4 { top:2rem;left:3.375rem;width:18.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwRyIxfCGGxBcwyW28AKE9Wc82bQvpGA { top:4rem;left:3.375rem;width:18.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .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; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .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; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #n6SVEI69N7meWMnQKQlM2ACnmVvCBiAJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #X9JX0bTL8k2aVxxTL5pwZI1WSyUMkrrN {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #GP8hqxtmn4XDmhKORGAk7DgzNNoTrTFA {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #Z0mkZ62sdTocs0JJTwrqoJymy1eTFaMx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #wrvORLytgcHGER15SDF6vBCsp4TOBgL1 {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #ds39nK1KEk30615UV1Oe34Rr1xJCHaqe {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #Kfc23nKrNORhTE98H0rdAS7V3KwnAd0b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #gIgRT79kOHSDkBlIwVSLZQ3NACrT2ryd {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #c0JSlZ6CrzGH2RVwFSqZw5eqsTZOpXRE {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #LeXt2UfLcA5MdBcshsilpMK8CCPgrHtT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #qWzDZHopSPmH54N2NuxXB5y9H60uoikJ {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #al03x2aHxsyT8oCvW5wsUawhs4SELo9l {  }
 }@media only screen and (max-width: 763px) { #s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC { display:block; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Feg8gFXqWBczLw4TwTnvCJuq4yGZNaFU { width:47.75rem;height:4.75rem;top:1.625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7ZJT9ByZHDlC1KTTrIrh3MtCUg3Glt { width:3.25rem;height:0.0625rem;top:42.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ssPIG4WAJ7yIvzDmBFFLIq9HG3fHe7 { width:3.25rem;height:0.0625rem;top:42.625rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2VH59h6JI645azZt1Dd7ziwlCSe4ZrP { top:1.625rem;left:0rem;width:5.375rem;height:6.7346524483088rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkgQg3oJhCd84cDa2P0xqDRnWRrOru2 { top:0.875rem;left:41.1875rem;width:6.5625rem;height:8.1870403125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBWJu1ZmNXgPivx9QP9wktxg3D6A1pM { width:15.6875rem;height:20.0625rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1dTOWRBDDzqp2NO0zNdliznga3fAOCq { width:15.6875rem;height:1.5rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEPhKf1IxnJ4PpzD3n4FKWncUbGn5ck { width:17.25rem;height:12.3125rem;top:24.25rem;left:15.215761184693rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOqyBrL8ozLaQp9t3Tyyt0gBBtkTnNev { width:15.6875rem;height:1.5rem;top:42.5rem;left:15.998159408569rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS12WcOK0oDupQDyZRneFG8TUGReACUV { width:3.25rem;height:0.0625rem;top:42.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as9eBTStCf8n65iJrmF9E8T4bmHz5RbQ { width:17.875rem;height:20.0625rem;top:21.125rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqFw7PEtDeB8WRNopM9xm4SWr2VZKdr { width:15.6875rem;height:1.5rem;top:42.5625rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrnvQDosClyiVgvhsQBawlJnf98ZcIsr { top:62.875rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7PlM10rcFMXSlMgoileGaJTcug7WShb { top:60.3125rem;left:0rem;width:22.5rem;height:15.893675617685rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzVfJNazh79GBhla8urLqKKAP3t3mOP { top:72.25rem;left:0rem;width:22.5625rem;height:15.831102072321rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSZuLbHveAkO1uqRbtTXsXE0wkItdFlq { top:84.125rem;left:0rem;width:22.5625rem;height:15.955991020675rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8eTddOQRxiTInbbn55TM6V01O1fwdwz { top:66.5rem;left:19.8125rem;width:15.0625rem;height:10.643525912955rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTuCl6d6xeMM5bssTg7dfsWQ84L4HBNk { top:70.9375rem;left:32.0625rem;width:15.6875rem;height:11.081271077297rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1OEmB8A51XnlBzwsdQFROLGJWbskCV5 { top:86.25rem;left:22.875rem;width:14.875rem;height:10.39339273445rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZchZI6dxb0wlX8qmu0bdeBFSU9V9hrLQ { top:74.75rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGiXkTH5guzc29K96UTWftV6UHfBwoKw { top:86.6875rem;left:0rem;width:26.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgrAlpFdsf0c8zGwI81vXfTrFxbwtMVa { top:69.6875rem;left:28.5rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAu47LaSf3GyNx2ddyEltWypIoHlNERJ { top:65rem;left:17.8125rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLtVUKsAJryB3NIOqTqt1w7fDAf9htm { top:84.625rem;left:20.6875rem;width:19.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StZdlexesDiEyO28Ng1WtN9T33X7h6DK { top:81.125rem;left:17.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvuKsKfMfMPIlh5HulcwAZLI73vb70fI { top:85.875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItuMIpo6kOLHyO4QRPqIweTerRUECJcC { top:63.875rem;left:40rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WahGEP8cMKVSSHszMEOFK9GOp58O4G2h { top:62rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTlahrZ9tcsp1dywChGyguS9tQAEmV7 { top:82.125rem;left:33.0625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esQzbcVHSdxAB2OfULABafGJ3bHVmpMq { top:80.3125rem;left:30.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8WvfD57G7K9eUkahAqK8E9xl8OZUdxq { top:79.25rem;left:36.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKhgKEyawZqIX5VSk4AnwQW85Cb9i2R { top:61.4375rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPp05pJqiUggGK3rd5U1TykQ51Br19Tf { top:65rem;left:0rem;width:4.4375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa55QsAkLKncyIq0TU11MlyNthlV0QKC { top:76.8125rem;left:0rem;width:4.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1WwRTDBWbB8H2qW7La4o1PPFNDvh8Cg { top:89rem;left:0rem;width:4.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w218vMokw7g6D0kTzTH7OT0ZNPtnTSdT { top:9.5rem;left:13.875rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTIWizEPXkzKpG2clVFbgxwakaLnR3fr { top:9.5625rem;left:0rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxOEk9JXcqWksusk17Hxz7PWwnzKxwJS { top:9.5rem;left:27.75rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXv3SsmxL7DC9oZUzVd0EJqC4CbIQcWL { top:11.1875rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSBn5G9apL2oGi1qM4mp8HaBr2xJ0DJ8 { top:11rem;left:19.279409408569rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc16FxvJdgTs4atvD5X4s5wkRyExosna { top:11.0625rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbPhTXRxd45fXU0nIOzQDbPZ89J24nCv { top:47.4375rem;left:0rem;width:47.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpzn8gN7mN5MbrTIpcqsnULl7mGNUPsQ { top:48.6875rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ZF3Fey0RL2zUuZUbyFh2iBuTQxpRF7 { width:47rem;height:6.125rem;top:49.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2bebKz1a2lbe64Jz7C3sgriM0rFzZ8h { width:15.6875rem;height:1.5rem;top:56.4375rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbN3xZyr1dSKoI6xTomJLuFfOIHFRdN0 { width:3.1875rem;height:0;top:56.125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGumfs5ONiF6CL2CD52P36CidLhyTDC { display:block; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCtTTrMQsWzQSvPdtkMFGv22VKtLRMU0 { top:1.625rem;left:0rem;width:47.75rem;height:4rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKMI4Lv445tEZUJrWJFntbWb0dx2MHD { top:5.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X { display:block; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHun0HBiNITpIT1tc1chsVlTOe1mSOr8 { top:2.5625rem;left:12.510107040405rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6GsXbJPffZE3Tkra7Cp0lnU7vQuAqRL { top:2.5rem;left:6.1716442108154rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTNtKDHgDMTrvH0wZsnMcBrUuTMXotHP { top:2.5625rem;left:34.992872238159rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzedJKumQ82pqnTCdZcPzMhCCM0Nbf4V { top:2.4375rem;left:25.502985000611rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyGPyETenTmqQ07AWTmn0gpsr9Oap8oS { top:6.5rem;left:31.746091842651rem;width:9.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCzRfLxTS2Fv3tMwWfNKTmRTpnrwINWk { top:2.5625rem;left:15.876375198364rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9sht66ixf7TRLIcfTN3IP2tFb90M2Lc { top:2.5625rem;left:22.286073684693rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ8nlJKtd8SZDxeNgKGOSd5FZC4CW1DD { top:2.5625rem;left:31.686349868774rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLFanJn5Qskf1Gldlr1WNZWbJMLT6RS { top:2.5625rem;left:41.374998092651rem;width:0.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuAB0hEbFmRodfVLhMmt3DD34Fnndmcd { top:6.5rem;left:12.629823684693rem;width:9.6875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdzZtLdT1JKHcVJJQCQBSHXTvNSpZx8r { top:6.5rem;left:22.281476974488rem;width:9.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6JsPmMEhdXiauB5Vqw0zhqsgIVg2xu4 { top:6.5rem;left:2.9547328948974rem;width:9.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne1XZXbwxDQ12GyeOJ78MaqFuOCAe9yV { width:33.3125rem;height:5.4375rem;top:11.625rem;left:7.1861209869388rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IWKFuUD6yyAz9GiLBByE8AJ17zMZJg { display:block; }
 }@media only screen and (max-width: 763px) { #TWqKEI8IJW5kxZ38T97CqyC9KOpgeVgO { top:4.8125rem;left:38.5625rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWbkmJg1P3ghfQohU0I91OVqA5Qo9kmw { top:5.9375rem;left:0rem;width:11.5625rem;height:8.1433459791515rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:17.125rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:17.125rem;height:6.25rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.75rem;top:1.9375rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:4.875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { width:1.375rem;height:1.375rem;top:5.6875rem;left:41.75rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:3rem;height:3rem;top:4.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { width:1.375rem;height:1.375rem;top:5.6875rem;left:46rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:3rem;height:3rem;top:4.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { width:1.375rem;height:1.375rem;top:5.75rem;left:46.375rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { top:1.9375rem;left:12.7919921875rem;width:20.625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:3.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.125rem;height:6.25rem;top:10.0625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width: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;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS { display:block; }#s3qmMeVz5CDqW9CZEb6UCeZdI31s2eDS > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meFyAUDPLT4OvzXpvVGz7WIZnwPOZiGz { width:14.1245403125rem;height:17.7493095625rem;top:33.285843849182rem;left:2.9354317784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUS6k5wDvLc4RC9SgfEUkwfp81kZwAt2 { width:20rem;height:4.8529410625rem;top:9.0613508224488rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3LbL9e3sAtPJK8a3TEecUhGUDgv5xH { width:19.6875rem;height:5.07352925rem;top:14.747241973877rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUxBnQR2uFpeMDQih3MBlhuBDEHxofy1 { width:18.25rem;height:2.125rem;top:5.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdpKXVssuc8fTB0KgELisBz8nTDUHtIK { width:9.4990806875rem;height:2.9997701875rem;top:21.099493026733rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHNWtwVeC4fQOkaop84GUTPkHnWvLWrr { display:block; }
 }@media only screen and (max-width: 763px) { #IDI1208C8G0fwo8VJkCER4u0miqq1zbk { width:4.2497701875rem;height:4.2497701875rem;top:34.096965789795rem;left:14.946001112461rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9nr83qWQk8GZW9FUnpZM468RFf56ZhL { width:16.3740806875rem;height:1.1764705rem;top:6.25rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTHCGIVZvZ8GLcrGXlx91S2wnsDh2h7v { width:9.558134rem;height:2.8083638125rem;top:21.197149276733rem;left:10.375688612461rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuGwlIiqo0gdkdEpGhWaLdeOw9iBgZuc { display:block; }
 }@media only screen and (max-width: 763px) { #wsXXTKlCiuZd98hiqFppOvumSqQIntnp { display:flex;width:1.625rem;height:1.625rem;top:25.25rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #hzEGoOnNTlR0CPgSvovBnLGARuBSc2h9 { width:8.6247701875rem;height:1.76470575rem;top:25.125rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arZOl2HqTsWiXeny71H95Tcbq9NwGBlc { display:flex;width:1.625rem;height:1.625rem;top:27.5rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #ERZqlRmAy3XZfkn8tO7K47ZhaKKPZrsQ { width:11.9990806875rem;height:3.5294115625rem;top:27.5rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWQBOI0KA0TQy8fcyTk0ciioiZyru8r { display:flex;width:1.625rem;height:1.625rem;top:31.6875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #HWnKfrFpyzfCIttCmEw4VoX4ysUbpTRw { width:8.6247701875rem;height:1.76470575rem;top:31.5625rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2rRKlEg1u9XZZgQS7TFJf7lueeMTOB5 { width:16.5625rem;height:3.6247701875rem;top:1.4349722862244rem;left:1.7176011204719rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXJXJknNTWTHIdsXtTLklCMlPGvHlFZx { width:11.3125rem;height:0.8125rem;top:10.901882171631rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76WJHnp3ownvKQy5z6HTxak3PTVO9Xx { width:3.1870403125rem;height:4.0625rem;top:40.12752532959rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh { display:block; }#eTyUcxXcQHpUE9NnKkz6z2s9ECZPdreh > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJKmwucXwM9uFq21HesXdPMZPwqWcAHl { width:7.3747701875rem;height:1.39705875rem;top:5.625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqrTqMXKXopEclamMocMgJDThZLG8bQd { width:9.7495403125rem;height:1.39705875rem;top:5.6169586181641rem;left:10.250458776951rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTCpaqWfJ0yKkG046dhGL73dXI7utBE { width:7.9365806875rem;height:1.39705875rem;top:12.4375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC7XT19rDsuU4OqSnQ3bR99ZUhpJfWK9 { width:8.0618105rem;height:2.7941174375rem;top:11.6875rem;left:11.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOmB6WvBvTuLTsJo9yasGQvRcUAagTIa { width:0.0608915625rem;height:2.1875rem;top:5.3687973022461rem;left:9.9678307175637rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8vT5keTSSrL0PC5wOT67Kcr7h3r6UOK { width:0.0625rem;height:2.1875rem;top:22.337603666992rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMs1lzlcTNfIR1PkO3sNNEkL3WiRCh39 { width:0.0620404375rem;height:2.1875rem;top:12rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7Z3IIER3M2CVBs0tSeI42oICs12Ry7 { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:1.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #s5FruAAr9s2lJ1IMlP1J2Bi559yrXQKs { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:1.6875rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #F1la7UCHZMwwtxMt9iRZvA9M85zgWDld { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:8.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #VtvelW1yGKo1FsGwC34x6tq1dVxKMhvN { display:flex;width:3.1870403125rem;height:3.1870403125rem;top:8.125rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG { display:block; }#S9FOH7l7SeiDE3UF96GMJNMFxxx7OnHG > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy26X9XFAH86BT3NaBF3WfrFKyklRaKl { width:20rem;height:6.6176466875rem;top:1.5351409912109rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9HXpA2qnWEbZJwPmyyQK7w5rVqyZMSo { width:19.0625rem;height:1.4705881875rem;top:20.18611907959rem;left:0.46760112047196rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #zok4P5KqZyDlS9Q9NWWAmc4sfwHA5G8I { width:19.6875rem;height:13.4375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqEIDgPT3b6HCHenhe1LP9sV2r68kvR { width:16.0615806875rem;height:2.2058823125rem;top:17.472427368164rem;left:1.9669116139412rem;font-size:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PwfKXCFpwHoMHqasqhPNi0TwTnIx4xlg { width:7.5620403125rem;height:5.2068014375rem;top:11.686576843262rem;left:6.2178307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqrEaSSEBOfuqlWcQSmtqSVIk0zlZ51s { width:16.0615806875rem;height:2.9411764375rem;top:34.499076843262rem;left:1.9669116139412rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #hUpfgqVsRuBdhEgpNsCdxZ0MGDzBQts2 { width:19.6875rem;height:13.3743105rem;top:24.972427368164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWWDbQTNRZ5Ge0neLR0GHJEnW6anh91z { width:19.2497691875rem;height:2.2058823125rem;top:31.810661315918rem;left:0.37339156866074rem;font-size:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #lLuygrs19BKgGifiTTUi9c58Q9CElQmf { width:7.3115806875rem;height:5.2045035625rem;top:25.708637237549rem;left:6.3419113755225rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CfXufvBt7S8f0g0A4mlCCM8kzJpgnA { width:19.75rem;height:14.3125rem;top:39.749534606934rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF5zDOFSV84TD0DHIMqVVtTJDaw305fn { width:17.6240806875rem;height:2.9411764375rem;top:50.574447631836rem;left:1.1868106722832rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QHLbrcnlaETQxC2sEfd3UWWZOmWzHeBO { width:18.8120403125rem;height:3.5294115625rem;top:46.418190002441rem;left:0.59283083677292rem;font-size:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #HsMK1FQnBiaAcz1NU8KGcruPTcmETQIA { width:7.5620403125rem;height:5.3308820625rem;top:40.575134277344rem;left:6.5303307175637rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1Skekm1gyIIWKeJwBh0t6hQ2Kg09gy { width:19.625rem;height:0.9375rem;top:8.04573059082rem;left:0.31341844797134rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd { display:block; }#EyDOQ3BmRPT7LlIv8wgFLzyVipgcgsKd > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylwhaGg9HPbN6z4E0uX6vTU6wTZprETT { width:12.7493105rem;height:3.4375rem;top:8.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0w5L3kJbAtTxGEMAETLKOmDyzXBDcn { display:block; }
 }@media only screen and (max-width: 763px) { #Cp2VPs4oNnqDRcIG7S7kUwr2Cqp9y1SZ { width:17.0622691875rem;height:3.5294115625rem;top:0.75rem;left:1.4375rem;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) { #ZgfTcEPKQoxZeAb7WJ1xCQtWwL67HPbp { width:20rem;height:1.25rem;top:12.875rem;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) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .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; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 .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; }
#UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 { display:flex;width:18rem;height:5.0625rem;top:3.1318969726562rem;left:0.32628679275513rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #PqRhVyOnPPxRt6VxCQJF0GrOTZ3tvehM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #Zf0NaPDmqf1Fv9bVVQecqeB5d34tURVR {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #ON2vK8NgAUB47BEPnbCTlOt8PBXZ2hka {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #gqzzNLfHPOAgDmXztTnKMIiWw0sdoSPo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #f0IQi67cdmz5MydNvAEZlxTxT2r9ToAf {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #B6Za34TSkTJARFahdmcO2p9GgQHuDDIn {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #IZXviTWoQUf9TJlfTDlVWJQ9ue4KTNFV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #RHA04uOEG972MPr4Ef52pibwxlphyHy6 {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #LqyTUg0692aFdCr1TuegfDEiLa7Xokfe {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #HPIbuIvCVVNHKqswMoCBD7vbpEOusv54 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #D82LBDQb6ESMtu1UBUB4vacy7gu2D1Fm {  }
 }@media only screen and (max-width: 763px) { #UtwtG05lNAk8luo6nPlDI57TvC0QfDg3 #KtWKmhsmVIBWw0sMVe8S7guPNWprWuE4 {  }
 }@media only screen and (max-width: 763px) { #lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container { background-color: transparent; background-image: none; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container > .video-iframe-container { display: none; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row > .video-iframe-container { display: none; }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .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); }#lkmxizEVKOJ99aZLh12Hh7fLqSGBRvnW > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHsATM5takH1sZ2ZgAevrGkPnHEQWu32 { width:18.75rem;height:1.323529375rem;top:16.506210327149rem;left:0.62385112047196rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7legQDD9g7QkKfnNKFTMST0kCLDcPBZ { width:17.1875rem;height:13.8970585rem;top:20.286544799805rem;left:1.6247702240944rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbicSoIf9iLp69NTHHvwBQ22FiJoxFc0 { width:20rem;height:27.0625rem;top:37.6875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mAXAbMb1qyd3x9xLzmCZMKagVUH7gLXW { width:19.125rem;height:2.57352925rem;top:17.7734375rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd9bULNCWrfZZGfmlhadwi4w6W1KJgDm { width:18.75rem;height:1.323529375rem;top:45.590530395507rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLiKct5xR8Swm4a38Wtr23ZxEsMZLSdq { width:19.125rem;height:2.57352925rem;top:46.879592895507rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #USCs8ZAKDTZ4aWM7hwEQoR54RA1uDoIz { width:17.8125rem;height:15.4411764375rem;top:49.422103881836rem;left:1.3122702240944rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWODgcrgStf0McFftvT69mdwMtqoSesM { width:20rem;height:26.9375rem;top:9.0625rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dFEmekEv718cvTfQLEHxmDvTv3UMdTAa { width:20rem;height:27.4375rem;top:66.5rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AaOBSkxliTI8vmWL2T2mcaehmn0eewkG { width:18.75rem;height:1.323529375rem;top:74.331573486325rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCfuk8QLLk2Ny3vXrIi5MxTx9I2KvzSe { width:19rem;height:2.57352925rem;top:75.60316467285rem;left:0.62385112047196rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkyRJ4lHeImNaGRfWcHSI6yz69xqTsm { width:16.9370403125rem;height:13.8970585rem;top:78.757339477537rem;left:1.5291820168495rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccFPHUr1hp1oMFzLT2rb7InrC8g8f11F { width:6rem;height:7.5625rem;top:10.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #evgV35D29kkBXKxoqBHVZapIO6VPnCc8 { width:6.4375rem;height:6.4375rem;top:10.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8R9UZXwZ355KAcJ9LhMgSQnNxRc5v0T { width:6.4375rem;height:6.4375rem;top:39.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRpwX9XgmH4P07EshOAdblmSdpAnVQLM { width:4.3125rem;height:5.4375rem;top:39.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlseu2yWozMMZU6CcBQfKAbQSltBBNuf { width:6.4375rem;height:6.4375rem;top:67.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMvzAkSRp4BCWQePXgwF5B14784wzSsh { width:2.5625rem;height:3.1875rem;top:69.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJsf7iq75TR67SnPe3yhP3pfDogunTOr { width:20rem;height:5.1470585rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TNvWJTGL0X0nNNCcpUDupOsCsiC9zz { width:14.4375rem;height:2.8125rem;top:7.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLaI79wtScNO5DmM3VfJHspnozNX7g9Q { width:16.9370403125rem;height:1.5441175625rem;top:8.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVKULUAhInB4B2lBaRk6d8EO7kTChMwG { width:17.3115806875rem;height:4.1245403125rem;top:95.921417236325rem;left:1.3419117331505rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP9cQm5eS0xONwtbxVVpJWlMLgdApJVn { display:block; }
 }@media only screen and (max-width: 763px) { #y1iiI6S0DVhNA5QLP8ZIkZhHpPt8cHKB { width:14.1875rem;height:0.6875rem;top:5.7837600708008rem;left:2.2866214262486rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd { display:block; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .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; }#TzvIxbRLLK7CJ7uKHdv1EnSX9eTWodkd > .row .container { width:20rem;height:60rem;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) { #n8mFzphiB2CWfnbGxtO2EK7BtRn7NoL7 { width:14.5rem;height:1.83823525rem;top:8.5rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VylFXvyvJmmsidWzOBN4fehnubpx7x0h { display:flex;width:2.5rem;height:2.5rem;top:36.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4B2TdWeC5JFimbNA7IPv82Gxbqy8STT { width:10.875rem;height:19.9375rem;top:34.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxboJeTM7NA9wrGV7GPaviiH5Em4aoUu { width:13.75rem;height:10.75rem;top:48.5rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gDHdM4HZLCCvmLmDm5GVTJn9EJJRNdOJ { width:6.9375rem;height:8.6875rem;top:51.150502770508rem;left:12.944807715817rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xko7biMekRI0gAdQrhEWvhftacWx9AW2 { display:flex;width:2.5620403125rem;height:2.5620403125rem;top:49.936813354493rem;left:0.63304227590563rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9h4TWLceh5AKi6xmKBpNMu25xkXK6Wl { display:flex;width:2.5625rem;height:2.5625rem;top:39.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5ryTQ9f07P13zCTgTNfydXi6hsTnp12 { width:20rem;height:25.1875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8EyoVWdR1RGOHJyRnszpg8k1dbAaJdd { width:20rem;height:5.1470585rem;top:2.3432769775391rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vztlhv9P3iALfodT2t8iNsp0CRMKoZ2p { width:20rem;height:1.1764705rem;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) { #SHFPh24DWiLXhIonAdOwHLBersIP0dK6 { width:3.75rem;height:3.75rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5izbdSvK6KDCJT1Wc9412MQ57KGh3mM { display:flex;width:2.5rem;height:2.5rem;top:9.5625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #tSKhlXtcxOA0tT6BIVclicF4iLAJKKfB { display:flex;width:2.5rem;height:2.5rem;top:20.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #BruCb8lI1Nrmh4duXiyDqDZZVk12U5gx { width:9.1245403125rem;height:3.088235125rem;top:10.0625rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfOu3FdrW1G9vWcM0S1Ebeqz139BrFiZ { width:3.75rem;height:3.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Tk9X1986v0Zw9unWSWmnfEQN7eKyVV { display:flex;width:2.5rem;height:2.5rem;top:15.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #PafGXM4vbdRZNfAi9c9300vdTGe9Tnso { width:13.8125rem;height:1.83823525rem;top:14.1875rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZeIcUTCe1gLTPPFB44aOF4M1P8LsR1l2 { width:11.1875rem;height:3.088235125rem;top:16rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxq9nxzFiwHQkHl05hHZ75qZwlfRPPA { width:3.75rem;height:3.75rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkSbzozFp50LhFwSGi7HOzuhCL6zn3mB { width:14.4370403125rem;height:1.83823525rem;top:19.6875rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdrzOiiAdJ68Xrrw8M2PhUR8nfhDrLEc { width:11.3120403125rem;height:3.088235125rem;top:21.5rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg374QLNG60FMtObdyhqKmuWmId07tCl { width:3.75rem;height:3.75rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQO8bgmTO2OEBP0egKGbnPoQiKvWua93 { display:flex;width:2.6875rem;height:2.6875rem;top:26.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #gGBxXakQCHr6oMiHoOQLIpVxPMaW30eJ { width:11.6245403125rem;height:2.0588235625rem;top:25.5625rem;left:4.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #iMehEMM5menKgeRzT7tcotltCrZd99hz { width:11.3740806875rem;height:3.088235125rem;top:28.1875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlsz6RZmsrhZmzbG0DkpMI1qE46dp4Iy { width:9.5625rem;height:8.75rem;top:51.187957763672rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taZf6gXlfXT1ZVTB7qo1Ms4OgxKIw1An { width:20rem;height:1.0225610819629rem;top:61.023664458008rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl { display:block; }#pXwtRb1JXoNLt4dOFS8adQhWSVIiaQAl > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C20dBGgReSZroTKssgpIECmtdi2foUmi { width:14.3125rem;height:17.9375rem;top:6.3816528320312rem;left:2.7780328392983rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyUIyMqC5MetNqpeIS0GGqTle3LaDXn0 { width:14.25rem;height:17.875rem;top:24.391326904297rem;left:2.8423712849617rem;display:block; }
 }@media only screen and (max-width: 763px) { #opsr15BCEnVkNtrZrSeA3U4DTC5ttbK0 { width:14.125rem;height:17.6875rem;top:42.30908203125rem;left:2.8733914494514rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwrEqBKs4dSvGcITQ1TQbg4585ze5KdN { width:14.0625rem;height:17.625rem;top:60.087097167969rem;left:2.9354317784309rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6M3kTwIIMJ3PmfNtkhdPUEpiLcV1U2V { width:20rem;height:5.1470585rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvcwwqKJuaDMMRattr1DiMIMnG0HGokW { width:25.875rem;height:0.6875rem;top:3.4542541503906rem;left:-0.19634030833499rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRss4RwxWcKCvLRSJBzZToGoWNOko1wf { display:block; }#wRss4RwxWcKCvLRSJBzZToGoWNOko1wf > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwbcgCxk7epuAnFSKOq62fNNG8RvkyKM { width:20rem;height:1.6911764375rem;top:1.0215902328491rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idlD8TagToRfBTkWFvgRHliZzoScgZD3 { display:block; }#idlD8TagToRfBTkWFvgRHliZzoScgZD3 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyWlsTWuviWmQK8WCpEFthb72kF0Txgv { display:flex;width:2.1875rem;height:2.1875rem;top:1.5841064453125rem;left:0.81916362047194rem; }
 }@media only screen and (max-width: 763px) { #FSTqfLXcyz2c0VIr0tKoMaeLwSCaNZ84 { width:20rem;height:5.8823528125rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHyfuKO4iS6Ara4y0U5QsA4NUUa30f8u { display:flex;width:2.1875rem;height:2.1875rem;top:19.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #tcHIu1buFhaGfqp2MbzSJcqEnsoGGvMW { width:19.375rem;height:7.3529410625rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1PsGSBghNBTVmxf8DPTM3qh0i2V86zF { width:5.6870403125rem;height:5.6870403125rem;top:12.8125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #hmg779fQcJ3rpeXSxnvDpKaRT4o5IUE8 { width:5.6870403125rem;height:5.6870403125rem;top:29.5rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #IdaNJhm9TAFAevW3xJIWWFLcW1lWtr4G { width:12.8745403125rem;height:1.6176470625rem;top:14.798950195312rem;left:6.3832717537881rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCaHcM4Q02EhsVVXOU5JoivM458RHfev { width:13.4375rem;height:1.6176470625rem;top:31.5rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMzh5N3WFCpNTBEKuTnGpR2WRKBTAXbf { display:flex;width:2.1875rem;height:2.1875rem;top:37.516082763672rem;left:0.81801468133925rem; }
 }@media only screen and (max-width: 763px) { #R638iXLtKcEP4PDcsgCHmqiprVsfIv81 { width:18.4375rem;height:5.8823528125rem;top:40.219421386719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFweZlXK4yhPypNDkBoogGAPyKETuEKy { width:5.6870403125rem;height:5.6870403125rem;top:47.744689941406rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Z4LSewbgaOPAb8VPNngPUFJmlKd7yocm { width:10.9995403125rem;height:1.6176470625rem;top:49.778259277344rem;left:7.3184738755225rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTV85zirBwzsQJcKZ1TtItLnJKg9A45u { display:none; }#nTV85zirBwzsQJcKZ1TtItLnJKg9A45u > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UCMasPIlVmzrFhvkwHUwd7sXTnA9tzUs { display:flex;width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #MLBgqZwzBUvTsTnTLTl08kC4UTJFxtQg { width:20rem;height:8.82352925rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3t8ohsFtsp2V1cVHMm6B9JEBWFBfPz9 { display:flex;width:2.1875rem;height:2.1875rem;top:24.5661763125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #tuQgTcXxuhXSTbgdUXJVBP6IyPCATd0v { width:19.375rem;height:7.3529410625rem;top:28.0036763125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeCQKaok8Xwdh2lkTK84Q5qivLOl378G { display:flex;width:2.1875rem;height:2.1875rem;top:46.4117644375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #pNMFt0GG39mXxaoNEUtATmR0sTr1qPHU { width:18.125rem;height:7.3529410625rem;top:49.8492644375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oImm5CUm9xF72Or9M4e6glhI4n5gEWUu { width:5.625rem;height:5.625rem;top:14.76102925rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #bt6pi9o3qm6R9qcDvisyJzQC7JQvTNAt { width:5.625rem;height:5.625rem;top:36.606617375rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #k7738No8fSoU0pF96DAHqdPgK12Qd2EJ { width:5.625rem;height:5.625rem;top:58.4522055rem;left:7.1875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #eiW5AcCqntMVEFig3OpfqclHZ0s3mfTw { width:17.6872691875rem;height:1.6176470625rem;top:21.69852925rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXqAJ3A5tCzyOEV2TIIRoZVkbte3gqUf { width:13.4375rem;height:1.6176470625rem;top:43.544117375rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXs7NeaeotkHoRtRaSUXcTdxmmmS10QG { width:13.4375rem;height:1.6176470625rem;top:65.3897055rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I { display:block; }#CoNLHkiUxi77bNCk1IhVbNsChXn0Zi2I > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoTgC8woWJFTHbrCKO3JLlWMaQQx3zQA { width:18.5625rem;height:5.1470585rem;top:4.6103515625rem;left:0.71875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawZfJNi16Zt0b0RoEvdICfszkqy0Rqv { width:18.5625rem;height:1.102941125rem;top:2.1875rem;left:0.71875rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ASM2yUZGUiplKhxCKOqT2aFAMB1sEObx { width:18.5625rem;height:3.3823528125rem;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) { #aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 { display:block; }#aETnWyIu8aQRnHLQDTDnLlEbdJ3u9W92 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTXspk0ygHp69bzMzOsEBxxCb8lfaMC8 { width:14.5622701875rem;height:3.088235125rem;top:7.485107421875rem;left:2.7171414494514rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrzANJbVGSLzTTPi5dEtzilbTIi7WhPf { width:1.811810625rem;height:1.1764705rem;top:3.0625rem;left:6.75rem;font-size:1.125rem;z-index:15062;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtZ5dH1dIT4eFpfRZrTxucO5liPSsF3E { width:15.0620403125rem;height:1.76470575rem;top:5.734130859375rem;left:2.4666817784309rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKZ30iro2owTspVRPIeMbC7EHmNLoGld { display:flex;width:2rem;height:2rem;top:14rem;left:6.8125rem;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #VX5VSoWah3Gmvo9erxegGVJWeW3qbWf0 { width:4.375rem;height:0.3125rem;top:15rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8mbhMhP2zqxVOgyPXSSi8yqIzcGoF1L { display:flex;width:2rem;height:2rem;top:32.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6rLSa223WafostGIuxdswJpKyqdDrdo { width:12.8745403125rem;height:1.76470575rem;top:15.060913085938rem;left:3.5615807175636rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzpAaVlVsail7WVJF8Fw9IgpiURqHAHT { width:4.375rem;height:0.125rem;top:33.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHfaZKlMD1D1x3BHEUN7adL5EOSSINh1 { width:14.7495403125rem;height:3.088235125rem;top:16.814147949219rem;left:2.6229317784309rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAgbpZlyCF1do0OoPuqaBEwNXy8A8ebk { width:2.5rem;height:2.5rem;top:2.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMApDt3u4rGo9gvVCG7ShI17RiNltrbt { display:flex;width:2.936580875rem;height:2.936580875rem;top:2.1875rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #Tw3pHX7NaErd7IhOy8PENFUyIn4z2Rq5 { width:2.5rem;height:2.5rem;top:12.08642578125rem;left:6.4028030037881rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl0gSs7hDTspO3FP66gqduAAmaqpSq76 { width:0.625rem;height:1.1764705rem;top:12.705627441406rem;left:7.3092828392981rem;font-size:1.125rem;z-index:15063;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQQUbSmHBWDuoQr7ZutuvRhTbo3pyM24 { display:flex;width:2.936580875rem;height:2.936580875rem;top:11.824462890625rem;left:9.8839607834819rem; }
 }@media only screen and (max-width: 763px) { #aMDwTRVelTC6VOayvxfbPyMhhnlPOTnV { width:13.8120403125rem;height:3.088235125rem;top:27.012878417969rem;left:3.0928307175636rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSS7VPw7oKKI98f6aIJIAWevttTWsXqR { width:12.8125rem;height:1.76470575rem;top:25.274597167969rem;left:3.5914521813393rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrCUWcoCWanI3LSc0eLCw5QxNrt5ug1A { width:2.5rem;height:2.5rem;top:21.850646972656rem;left:6.4028030037881rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4UTAsurVtiQmgOTrfcr6irp0sHGKzBa { width:0.625rem;height:1.1764705rem;top:22.487548828125rem;left:7.3092828392981rem;font-size:1.125rem;z-index:15064;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHsQJM4sPUvoW2B0MsrehlG1ZqPx3i4X { display:flex;width:2.936580875rem;height:2.936580875rem;top:21.603820800781rem;left:9.8104315400125rem; }
 }@media only screen and (max-width: 763px) { #ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm { display:block; }#ZciUnL7CDaGFDF1gsJI5TgLEr57Kv2zm > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptuVf5FlQLpt7Zdg8TzSuMtbpWNDyP25 { width:8.0618105rem;height:8.8120403125rem;top:48.352478027344rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FJT3Xu4uRNCKoHlqwM8vrN39WPDZe6Ac { width:3.0625rem;height:2.4375rem;top:6.7975463867188rem;left:2.1312039494514rem;display:none; }
 }@media only screen and (max-width: 763px) { #UauxmGLw3g1CE5BAmVLI8VcmFWIBnG94 { width:20rem;height:51.8125rem;top:0.75rem;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) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-text {padding-top: 0; padding-bottom: 0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-select {padding-top: 0; padding-bottom: 0;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-input-button { width:12.75rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh  { width:17.5rem;height:auto;top:2.0625rem;left:0rem; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh {display:block;}#q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh { width:17.5rem;height:auto;top:2.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #hu9k2u5GcF0eAT8XXSyyZww3uXsDKdXV {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #PmT6tpm75KSm6k6B1riq1RiKOXc0UU5I {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #LdrrhoXUis7oowFNNhwTnIdV7hcCnzZ4 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #ITaEFk6omo1VzDP9GTTqNIsdDJRmNf0h {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #HDIUiq2XKD1Ungv2T6te0dBXZeaUTHp7 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #bZVpQ3TwKI21VJDatQ2Sv91BXCV7y73K {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #BLPAQSUGN2TET0J6mkJTXioMP4F1L7l7 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #DyLQms4TTTANNKw3XKZM7S9yGXNVHpaE {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #DTU3aefqC4KQL30LidndINdsaAPGnHkI {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #EXWTo511nd7nl8KC4k9bs6IxOfhwXV3P {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #De6hBOwtrqKZhpioBHqxL5DeU75p5WJP {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #LSfLbaFSdzBUvenFE4V43ffIWTC4OOef {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #UcVoToKbKQ4T1TAZwOVrsKduurJ6T3L4 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #Cy7RSyto3zOT4NyM5PZvUJqqeaUZvJ4F {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #qTM51o74sSkvhBVVdBvkGSpedOrk0Ceq {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #vbwpowZlLO2w2WPophDbQSaB8wsPVQv6 {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #rgZhORyv3O88eZBeSJCHpVeFvp04bEZc {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #vCD72ohkqIXI8EedBBC3isPaXCDaPNxW {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #XPcwVIbAvSm3BwF0atwqsk9AB00B8seZ {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #Cz06WdlZOHaaqR8sQI5EQBKKZB7D78DC {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #hqZlNEpLAaffazRnUbLQWrf64OxV2HOD {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #dTAEXFxlZsTJ9JUewwgtp89gZ9ek7CxS {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #PyOO4P9VUSTwwSbg2RG55QDrazMLkaph {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #MyBvTzZyxp0HTxJXyltnZQTs4qcBc7Xn {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #yvTWPS8sRA9pbsgk7Q9dg19eU8J4Ic2m {  }
 }@media only screen and (max-width: 763px) { #q9Se5WMst8JZhiEqeBAnhJpsIMN84NZh #TGPGmg1T92qyVD2Ozqo5H23ae4NqC3gp {  }
 }@media only screen and (max-width: 763px) { #I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP { display:block; }#I8LEPTlhaVPPXA4EVA4RbKk19HoQbVaP > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDOCJ3q9yJNxe8dTvPTyqXCKsb2R5ne4 { width:17.0622691875rem;height:3.5294115625rem;top:1rem;left:1.4375rem;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) { #DwRyIxfCGGxBcwyW28AKE9Wc82bQvpGA { width:20rem;height:1.25rem;top:13.061828613281rem;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) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .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; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv .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; }
#DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv { display:flex;width:18rem;height:5.0625rem;top:5.3624267578125rem;left:0.31479781866074rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #n6SVEI69N7meWMnQKQlM2ACnmVvCBiAJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #X9JX0bTL8k2aVxxTL5pwZI1WSyUMkrrN {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #GP8hqxtmn4XDmhKORGAk7DgzNNoTrTFA {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #Z0mkZ62sdTocs0JJTwrqoJymy1eTFaMx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #wrvORLytgcHGER15SDF6vBCsp4TOBgL1 {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #ds39nK1KEk30615UV1Oe34Rr1xJCHaqe {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #Kfc23nKrNORhTE98H0rdAS7V3KwnAd0b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #gIgRT79kOHSDkBlIwVSLZQ3NACrT2ryd {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #c0JSlZ6CrzGH2RVwFSqZw5eqsTZOpXRE {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #LeXt2UfLcA5MdBcshsilpMK8CCPgrHtT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #qWzDZHopSPmH54N2NuxXB5y9H60uoikJ {  }
 }@media only screen and (max-width: 763px) { #DK69a28CDaQGeBrt8Ao9rABoPqPbH5Wv #al03x2aHxsyT8oCvW5wsUawhs4SELo9l {  }
 }@media only screen and (max-width: 763px) { #s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC { display:block; }#s634cVOOtCAkqX1XX2eJdPIdJ6TJpANC > .row .container { width:20rem;height:160rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Feg8gFXqWBczLw4TwTnvCJuq4yGZNaFU { width:20rem;height:2.57352925rem;top:2.6351013183594rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7ZJT9ByZHDlC1KTTrIrh3MtCUg3Glt { width:3.25rem;height:0.0625rem;top:26.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5ssPIG4WAJ7yIvzDmBFFLIq9HG3fHe7 { width:3.25rem;height:0.0625rem;top:19.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2VH59h6JI645azZt1Dd7ziwlCSe4ZrP { width:3.3125rem;height:4.3125rem;top:119.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgkgQg3oJhCd84cDa2P0xqDRnWRrOru2 { width:5.0620403125rem;height:6.4993105rem;top:40.860534667969rem;left:14.937958776951rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBWJu1ZmNXgPivx9QP9wktxg3D6A1pM { width:15.7490806875rem;height:20.0735283125rem;top:18.249084472656rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1dTOWRBDDzqp2NO0zNdliznga3fAOCq { width:15.7490806875rem;height:1.5441175625rem;top:39.373840332031rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEPhKf1IxnJ4PpzD3n4FKWncUbGn5ck { width:17.3115806875rem;height:12.3529405625rem;top:58.752532958984rem;left:1.3419117331505rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOqyBrL8ozLaQp9t3Tyyt0gBBtkTnNev { width:15.7490806875rem;height:1.5441175625rem;top:73.311096191406rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS12WcOK0oDupQDyZRneFG8TUGReACUV { width:3.25rem;height:0.0625rem;top:38.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #as9eBTStCf8n65iJrmF9E8T4bmHz5RbQ { width:15.75rem;height:23.161764125rem;top:91.125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEqFw7PEtDeB8WRNopM9xm4SWr2VZKdr { width:15.7490806875rem;height:1.5441175625rem;top:116.62451171875rem;left:2.1231616139412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrnvQDosClyiVgvhsQBawlJnf98ZcIsr { width:20rem;height:10.8125rem;top:122.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u7PlM10rcFMXSlMgoileGaJTcug7WShb { width:18.875rem;height:13.25rem;top:133.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzVfJNazh79GBhla8urLqKKAP3t3mOP { width:18.8125rem;height:13.125rem;top:121.1875rem;left:0.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #eSZuLbHveAkO1uqRbtTXsXE0wkItdFlq { width:18.8125rem;height:13.25rem;top:145.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8eTddOQRxiTInbbn55TM6V01O1fwdwz { width:15.1875rem;height:10.75rem;top:98.96875rem;left:2.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTuCl6d6xeMM5bssTg7dfsWQ84L4HBNk { width:15.8125rem;height:11.1875rem;top:113.9375rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1OEmB8A51XnlBzwsdQFROLGJWbskCV5 { width:8.9375rem;height:6.3125rem;top:130.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZchZI6dxb0wlX8qmu0bdeBFSU9V9hrLQ { width:20rem;height:10.8125rem;top:134.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lGiXkTH5guzc29K96UTWftV6UHfBwoKw { width:20rem;height:10.8125rem;top:146.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MgrAlpFdsf0c8zGwI81vXfTrFxbwtMVa { 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) { #PAu47LaSf3GyNx2ddyEltWypIoHlNERJ { 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) { #uhLtVUKsAJryB3NIOqTqt1w7fDAf9htm { 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) { #StZdlexesDiEyO28Ng1WtN9T33X7h6DK { width:2.3125rem;height:2.3125rem;top:240.2841796875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvuKsKfMfMPIlh5HulcwAZLI73vb70fI { width:3.6875rem;height:3.6875rem;top:317.802734375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItuMIpo6kOLHyO4QRPqIweTerRUECJcC { width:5.375rem;height:5.375rem;top:230.9091796875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WahGEP8cMKVSSHszMEOFK9GOp58O4G2h { width:1.9375rem;height:1.9375rem;top:126.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBTlahrZ9tcsp1dywChGyguS9tQAEmV7 { width:1.125rem;height:1.125rem;top:300.365234375rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #esQzbcVHSdxAB2OfULABafGJ3bHVmpMq { width:1.875rem;height:1.875rem;top:249.1591796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8WvfD57G7K9eUkahAqK8E9xl8OZUdxq { width:1.5rem;height:1.5rem;top:237.5341796875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUKhgKEyawZqIX5VSk4AnwQW85Cb9i2R { width:4.1875rem;height:4.1875rem;top:147.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPp05pJqiUggGK3rd5U1TykQ51Br19Tf { width:4.5rem;height:0.9375rem;top:149.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa55QsAkLKncyIq0TU11MlyNthlV0QKC { width:4.375rem;height:1.375rem;top:136.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1WwRTDBWbB8H2qW7La4o1PPFNDvh8Cg { width:4.3125rem;height:1.375rem;top:124.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w218vMokw7g6D0kTzTH7OT0ZNPtnTSdT { width:20rem;height:31.125rem;top:45.249267578125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tTIWizEPXkzKpG2clVFbgxwakaLnR3fr { width:20rem;height:35.75rem;top:7.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UxOEk9JXcqWksusk17Hxz7PWwnzKxwJS { width:20rem;height:40.5625rem;top:79.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a580a5', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(229,165,128,0.65), rgba(255,245,232,0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hXv3SsmxL7DC9oZUzVd0EJqC4CbIQcWL { width:8.8120403125rem;height:8.8120403125rem;top:80.6867980957rem;left:5.5928307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSBn5G9apL2oGi1qM4mp8HaBr2xJ0DJ8 { width:8.8120403125rem;height:8.8120403125rem;top:47.588470458984rem;left:5.5928307175636rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc16FxvJdgTs4atvD5X4s5wkRyExosna { width:8.875rem;height:8.875rem;top:8.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbPhTXRxd45fXU0nIOzQDbPZ89J24nCv { width:20rem;height:11.5625rem;top:47.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.65)', endColorstr='#fff5e8a5' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.65), rgba(255,245,232,0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #cpzn8gN7mN5MbrTIpcqsnULl7mGNUPsQ { width:9.0625rem;height:9.0625rem;top:48.6875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0ZF3Fey0RL2zUuZUbyFh2iBuTQxpRF7 { width:20rem;height:auto;top:49.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2bebKz1a2lbe64Jz7C3sgriM0rFzZ8h { width:15.6875rem;height:auto;top:56.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbN3xZyr1dSKoI6xTomJLuFfOIHFRdN0 { width:3.1875rem;height:0;top:56.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFGumfs5ONiF6CL2CD52P36CidLhyTDC { display:block; }#wFGumfs5ONiF6CL2CD52P36CidLhyTDC > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCtTTrMQsWzQSvPdtkMFGv22VKtLRMU0 { width:17.6240806875rem;height:4.2647056875rem;top:1.124755859375rem;left:1.1868106722832rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVKMI4Lv445tEZUJrWJFntbWb0dx2MHD { width:15.6870403125rem;height:3.5294115625rem;top:5.3389282226562rem;left:2.1541817784309rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X { display:block; }#OJocuoBtZnOPJoq6rT9OJKOCFJ6Gws7X > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHun0HBiNITpIT1tc1chsVlTOe1mSOr8 { width:0.1872701875rem;height:6.6865806875rem;top:1.1488647460938rem;left:9.8736202716825rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Z6GsXbJPffZE3Tkra7Cp0lnU7vQuAqRL { display:flex;width:3.125rem;height:3.125rem;top:1.1098022460938rem;left:3.2582719326019rem; }
 }@media only screen and (max-width: 763px) { #PTNtKDHgDMTrvH0wZsnMcBrUuTMXotHP { display:flex;width:3.125rem;height:3.125rem;top:1.1383056640625rem;left:13.437499284744rem; }
 }@media only screen and (max-width: 763px) { #mzedJKumQ82pqnTCdZcPzMhCCM0Nbf4V { display:flex;width:3.125rem;height:3.125rem;top:9.363525390625rem;left:13.436350107193rem; }
 }@media only screen and (max-width: 763px) { #xyGPyETenTmqQ07AWTmn0gpsr9Oap8oS { width:9.9375rem;height:2.7941175rem;top:13.335205078125rem;left:0.0064334869384763rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCzRfLxTS2Fv3tMwWfNKTmRTpnrwINWk { display:flex;width:3.125rem;height:3.125rem;top:9.3692626953125rem;left:3.2571229934692rem; }
 }@media only screen and (max-width: 763px) { #K9sht66ixf7TRLIcfTN3IP2tFb90M2Lc { width:0.1872701875rem;height:6.6865806875rem;top:9.375rem;left:9.8736202716825rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GQ8nlJKtd8SZDxeNgKGOSd5FZC4CW1DD { width:0.1875rem;height:6.6875rem;top:22.125rem;left:6.3750002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkLFanJn5Qskf1Gldlr1WNZWbJMLT6RS { width:0.1875rem;height:6.6875rem;top:22rem;left:13.437500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuAB0hEbFmRodfVLhMmt3DD34Fnndmcd { width:8.8120403125rem;height:2.7941174375rem;top:12.9296875rem;left:10.622701704502rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdzZtLdT1JKHcVJJQCQBSHXTvNSpZx8r { width:10.25rem;height:1.39705875rem;top:5.112548828125rem;left:9.8724720478056rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6JsPmMEhdXiauB5Vqw0zhqsgIVg2xu4 { width:10rem;height:1.39705875rem;top:5.0758056640625rem;left:0.0082719326019288rem;font-size:1rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ne1XZXbwxDQ12GyeOJ78MaqFuOCAe9yV { width:18.9993095625rem;height:3.6868105rem;top:17.678100585938rem;left:0.4974724650383rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IWKFuUD6yyAz9GiLBByE8AJ17zMZJg { display:block; }
 }@media only screen and (max-width: 763px) { #TWqKEI8IJW5kxZ38T97CqyC9KOpgeVgO { width:4.5625rem;height:4.5625rem;top:22.614850050781rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWbkmJg1P3ghfQohU0I91OVqA5Qo9kmw { width:15.25rem;height:10.8125rem;top:36.259611113281rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:18.125rem;height:1.76470575rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:18.125rem;height:4.6323526875rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.76470575rem;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) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:27.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:4.9375rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:3rem;height:3rem;top:27.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:9.375rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:3rem;height:3rem;top:27.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:13.75rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { width:20rem;height:14rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { 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) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.125rem;height:6.17647025rem;top:37rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:18.4375rem;height:3.161764625rem;top:1rem;left:0.78125rem;font-size:2rem;display:block; }
 }