.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,225,231;--color-primary-1:128,157,174;--color-primary-2:0,58,93;--color-primary-3:0,29,47;--color-primary-4:0,9,14;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,225,231;--color-tertiary-1:128,157,174;--color-tertiary-2:0,58,93;--color-tertiary-3:0,29,47;--color-tertiary-4:0,9,14;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ea9faa53-03dd-4fce-af28-630afd61cc2d/1920x540_Header_Caramello_v10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row .container { background-color: transparent; background-image: none; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row .container > .video-iframe-container { display: none; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row > .video-iframe-container { display: none; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .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); }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row .container { border-width: 0; border-radius: 0; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#DiV23liTTqABFlOGgL7xTRMmy0as9wc6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:2.125rem;left:71.25rem; }
#DiV23liTTqABFlOGgL7xTRMmy0as9wc6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#AeF4ZbJEv7efq1XBOlq2kd57P42REvUg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:2rem;left:68.4375rem; }
#AeF4ZbJEv7efq1XBOlq2kd57P42REvUg > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#J1cq3vXp1RXbvb4zP3cTxC6ucSNx97tO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.0625rem;left:38.75rem; }
#DOkdJiO0Fx0SriccZBctpQuMT6mgyd0E { color:rgba(var(--color-tertiary-2),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.5rem;left:40.875rem;height:1.3rem;display:block; }
#XkcHyzCaBcETx4dQPZvNXt5yQ7vU1Ovr { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:18.75rem;top:1.40625rem;left:1.90625rem;overflow:hidden;display:block; }
#BbAvJ8NAufBvD6rKlaemDnzy08nuSHHT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.125rem;left:54.75rem; }
#FSmgGIlR78VlSn3afiSmnAkxtMu12yFW { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.5rem;left:56.875rem;height:1.3rem;display:block; }
#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1f41bd6-b118-482d-883d-a25ac5f7e4f5/HeaderLanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.adaptive-delivery-prevent-bg, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyload, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyloading { background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { background-color: transparent; background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .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); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { border-width: 0; border-radius: 0; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { background-color: transparent; background-image: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container > .video-iframe-container { display: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container { display: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .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); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { border-width: 0; border-radius: 0; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { color:rgba(var(--color-tertiary-2),1);display:block;width:67.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:6.25rem;left:4.6861991882324rem;height:8.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .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; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;color:rgba(var(--color-secondary-0),1);padding-top:0.535rem;padding-right:0.479375rem;padding-bottom:0.535rem;padding-left:0.479375rem;display:block;align-items:center;width:2.873125rem;min-width:2.873125rem;height:2.87375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.14rem;font-weight:700;line-height:45.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.334375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.83rem;height:1.13625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.8025rem;font-weight:400;line-height:18.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { 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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.3125rem;height:5.414375rem;padding-top:0.66875rem;padding-right:0.68375rem;padding-bottom:0.66875rem;padding-left:0.68375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.6875rem;left:26.6875rem;z-index:15002; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA { width:auto; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
#ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { color:rgba(var(--color-tertiary-2),1);display:block;width:66.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.3313789367676rem;left:4.0625019073486rem;height:3.6002625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { color:rgba(var(--color-tertiary-2),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:17.625rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { 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; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { background-color: transparent; background-image: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container > .video-iframe-container { display: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container { display: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .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); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { border-width: 0; border-radius: 0; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.84375rem;left:6.875rem;display:block; }
#IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.37305rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.9375rem;left:29.0625rem;display:block; }
#GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vyr1WiH3QTl9pDXBd6VqzxsEh9qd6Ezg { background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9375rem;left:51.25rem;display:block; }
#TmgP7KG9gxn7r6GDzLF6oOxqpVk9OfBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { position:relative;display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { background-color: transparent; background-image: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container > .video-iframe-container { display: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row > .video-iframe-container { display: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .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); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { border-width: 0; border-radius: 0; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .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; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;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; }#WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { color:#e81313;display:block;width:64.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:8.438720703125rem;left:5.186767578125rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xd2UHddfxobmraDnHenreFmdyWk1Elat { color:rgba(var(--color-tertiary-2),1);display:block;width:60.4989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.5616111755371rem;left:7.2487564086912rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { position:relative;display:block; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { background-color: transparent; background-image: none; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container > .video-iframe-container { display: none; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row > .video-iframe-container { display: none; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .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); }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { border-width: 0; border-radius: 0; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .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; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gUpcRmBFx1knzIwBran3LQnpto4B2PfZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.93359375rem;left:38.625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#q8I3HzIRPAdPgcDK2sxs5zp59cin95ow { box-sizing:content-box;height:2.875rem;width:17.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.4296875rem;left:37.75rem;display:block; }
#VLAF2A69S8TtGmwEg1r4cooeTTBLEf48 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:20.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hGrN0GTbdUFCXT4ud1G4Mpd8tmWTZ1Pe { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44.625rem;left:20.25rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#Azgc8Uia2FWB4oQJ7UwhCQAIPTfh754r { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:9.0625rem;left:20.1875rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#TsIqZhuEGbvCUZtJfPyw0Am9MNnAQaVV { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:20.3125rem;left:19.4375rem;display:block; }
#qbbQaBA352DS9JzyfhTzWwycdrX6unMT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.6245rem;height:10.81175rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.391357421875rem;left:19.34326171875rem;display:block; }
#DHOPAmcwCcf1QuAIIbVRMkzVw9gruEaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcwxi83tpXIK4ISqdS5JEEacfA7lJ6F1 { position:absolute;display:block;z-index:14997;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:10.8744375rem;width:17.6873125rem;top:1.3125rem;left:37.75rem;overflow:hidden;display:block; }
#w6oDBmcJyRzNXU5rixNoqvgwsTMQhCl6 { position:absolute;display:block;z-index:14994;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:10.875rem;width:17.6875rem;top:12.625rem;left:19.3125rem;overflow:hidden;display:block; }
#IAGDtnwtbbRVz1xxwF2ohukMiSGKmIxQ { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:44rem;left:19.25rem;display:block; }
#LP0COOhIpbvf3i3fVMdLBHuKQASH9X4e { box-sizing:content-box;height:2.8125rem;width:17.9375rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.5625rem;left:19.1875rem;display:block; }
#wQGgQ5Le3mUUxZ9Lga67OpsHVNEOIBeO { position:absolute;display:block;z-index:14992;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:10.8125rem;width:17.8125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:block; }
#GFAURaTcIzCeyrxZRm9pBKEoHUilk10X { box-sizing:content-box;height:2.8125rem;width:17.749rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:32rem;left:55.9375rem;display:block; }
#o5JFm296JTmKRTrZuz0hOKBcazGnUm1w { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:32.5625rem;left:56.8125rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#U0RX7kFDgQSXGgRKgFtIezcIT01hD22b { position:absolute;display:block;z-index:15066;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:10.875rem;width:17.6875rem;top:12.625rem;left:37.75rem;overflow:hidden;display:block; }
#r3Mcw1EEXnF8Eig9WLV4z6dCWaTuygbE { position:absolute;display:block;z-index:15003;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:10.875rem;width:17.6875rem;top:1.3125rem;left:55.9375rem;overflow:hidden;display:block; }
#Q4hTRvRu1LwykIge3Qz5zQnhH9DF5uWn { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.4609375rem;left:55.9052734375rem;display:block; }
#KxBOIr2U1pfumIwcVWGVVhlMuBd8SeiL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.6233125rem;height:10.8093125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:24.40673828125rem;left:37.78076171875rem;display:block; }
#cmrOrZsnrDdWcA0lU18idSsb03F1v3Xy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcCIoETdvzhQuQaSRO66DoOIFFJzmynH { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:8.93359375rem;left:56.3427734375rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#x3UNb9MC5q0P80voKTBu8bFQP1UlVvCO { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:20.375rem;left:37.6875rem;display:block; }
#a9I5flM2klJJbO85Ta7qAxFbJrE4tmQD { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:20.875rem;left:38.5625rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#vIxKNNNT5Sc5fAFdzvDGI5q2OQPFTTup { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.68675rem;height:10.9375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:12.391357421875rem;left:37.7490234375rem;display:block; }
#ZWx7TwnCmhMdEpeuDbNhG02lKPGnmBEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLl54dHb9mVJCBqcIy4HyDZJmgnSU0t1 { box-sizing:content-box;height:10.8735625rem;width:17.6864375rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),0.85);background-image:none;top:36.311851024628rem;left:55.937501907349rem;display:block; }
#i2yvunJfbaTOnddniMmhl6RAGuHDuKJx { position:absolute;display:block;z-index:14989;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:10.8744375rem;width:17.6873125rem;top:24.375rem;left:37.75rem;overflow:hidden;display:block; }
#DTct8uDN3eoVn2wTJ4TQTNU7EoRVKSMJ { position:absolute;display:block;z-index:14988;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:10.8728125rem;width:17.6855625rem;top:24.375rem;left:55.9375rem;overflow:hidden;display:block; }
#TFyJDCVBTKHrt49e8En0TRFQ7R50LnnH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.6843125rem;height:10.9375rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:24.342041015625rem;left:55.96923828125rem;display:block; }
#NndQlTb3nVayCVSxf5KV13xrvFwmNFSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzGEqHfBFylHEWOMHp7MqG6Q5eFZVGcf { color:rgba(var(--color-secondary-0),1);display:block;width:15.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:40.550132274628rem;left:56.936853408814rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sp2L8l2OOlWOMpoX7y4TzhW7IfKQf7qh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:31.6875rem;left:68.8125rem; }
#xhrCx7L01iqXT7UKZG7M2qnMBQtGVew5 { position:absolute;display:block;z-index:14997;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:45.9375rem;width:15.874rem;top:1.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#ssCzMw6lQENflXRlLQOvyJKbQl8iaOZ4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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:15.75rem;height:45.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.0625rem;left:1.875rem;display:block; }
#o3VoFAmzpBOmsxr0TMyJs6As4oEeMPuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoTCFn8clTIob6Fe5wDAv4iPDyXozBEg { color:rgba(var(--color-secondary-0),1);display:block;width:15.5603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:16.123046875rem;left:1.84326171875rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vd4WIffTIhT27owF1BUpVdx2DlqTdPi7 { color:rgba(var(--color-secondary-0),1);display:block;width:15.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:30.75rem;left:2.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TC6a6BdPob5Tsbea9PdTrGR4iFc4RTzl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68555rem;width:2.68555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:42.015380859375rem;left:12.811279296875rem; }
#palaPo77sDN0GzoEKXTkXUl7p7asyTKH { box-sizing:content-box;height:2.8125rem;width:17.7485rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:31.963977813721rem;left:37.68772315979rem;display:block; }
#fJHVxXfUWH46Hch5Pb67iGT6tV4zRWBq { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:32.516277313233rem;left:38.592668533325rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#vyuITE3txbnwF80VazoQ1KyIXo417Qnc { box-sizing:content-box;height:46.0623125rem;width:16.124125rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-2),0.75);background-image:none;top:1.125rem;left:1.5625rem;display:block; }
#G5C1Hb1pcSpg6Pp4lTnywhrh7RTKUlVg { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.6875rem;left:37.75rem;display:none; }
#lH5E8fcTXv1TUaO5Ls2o6DVtkOZCDSTB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.6248125rem;height:10.8105625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:24.436849594116rem;left:37.749567031861rem;display:none; }
#a26cQd1VDxHo1B5wuckboTlv1kwCsANK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyXiihT1nQlUt6ZyQV4ykTTI5tQxZ03L { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:42.688151836395rem;left:68.309465408325rem; }
#HraeW4qylV3F3Zv0yxKVSKRu1RS4xuro { position:absolute;display:block;z-index:14987;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:10.9375rem;width:17.625rem;top:35.96875rem;left:55.9375rem;overflow:hidden;display:block; }
#rTlTA3E47tzDlbZ3tKs2EBFIkuaaQmtE { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:32.0625rem;left:19.375rem;display:block; }
#oV5KD7kga33kTe2eLVRtxrSQtnRR3U43 { position:absolute;display:block;z-index:14996;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:10.875rem;width:17.687125rem;top:24.3125rem;left:19.3125rem;overflow:hidden;display:block; }
#q2fhA6EqLNk2NulV56x65uHKhTZOoCfs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.6233125rem;height:10.8728125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.3115234375rem;left:19.34326171875rem;display:block; }
#Uhxf0VLHeCl2FBxV9u63o0JNVPJdbdEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRoTE9XPdG06b4lJ2AvTrKHvXbDMrGA3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5625rem;left:20.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ARUDh4wb95nFnequHvBksrMyHyvHXNGL { position:absolute;display:block;z-index:15003;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:10.875rem;width:17.6859375rem;top:12.6875rem;left:56rem;overflow:hidden;display:block; }
#P4IVLWBMggfwznd5cJfIFQO7bG4EpKmU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5610625rem;height:10.8105625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.655029296875rem;left:56.0302734375rem;display:block; }
#uv5fzIMLADMC5Mplga13xUGO7JxhhUHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdzoJtuRsipRez7zfiGaRToBtIHOSpfU { box-sizing:content-box;height:2.8125rem;width:17.6859375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:20.3125rem;left:56rem;display:block; }
#kDT6gZ5L9dQ9vqO9F1Kd1kZ3WLwSd3sW { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875rem;left:56.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IZGxHK578rEaLkHDOAo7ip0FXiwZmkkH { position:absolute;display:block;z-index:14993;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:10.8735rem;width:17.6855625rem;top:36.3125rem;left:19.375rem;overflow:hidden;display:block; }
#R2nTPKinK8J9mFKhSWmZdGUD1E7E35mT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.7478125rem;height:10.8728125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.3134765625rem;left:19.281005859375rem;display:block; }
#W4KLqeqem7J3tFXB3G8os70Bx3UpvRu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJ8zAuFWGlpPbUIltaPPuEC6Dv5ronTT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:10.874rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.3134765625rem;left:37.686767578125rem;display:block; }
#uXAHi9gxykTJNDoywXV5oNa0mn4IMyVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBSoox442rNBMgC88O5QGoAMIf0gJWK4 { position:absolute;display:block;z-index:14990;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:10.8745625rem;width:17.7495625rem;top:36.375rem;left:37.75rem;overflow:hidden;display:block; }
#Vfaag1zavcJrTce5ExhyNuxFE38NqVVP { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:44.0625rem;left:37.6875rem;display:block; }
#K5hlEwCEE2dCHu7b78r4pqpSUOWz29LO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:44.625rem;left:38.625rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#UnFBqfbwFX9ddhmZNtyob8LtZ8IqpMC5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.8736875rem;height:10.7486875rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:0.6484375rem;left:19.21875rem;display:block; }
#VsOQ3OI6PAMTe4ve43SLQBABU02sr3dN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S82BGxsu4RrGVvxDIRT11c3k7po4Mh31 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:17.8125rem;height:10.9375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:1.2802734375rem;left:37.6875rem;display:block; }
#LD756JHuRouC4v9LfCTIt0rPwEQh8fy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTypSWM4IAnQq37TyCQhqdeKGQuGuyFr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.6861875rem;height:10.9375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:1.2802734375rem;left:55.96875rem;display:block; }
#OEOv8rCcVTy5TNLk9VW7oQb2ZGOewlg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);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.6233125rem;height:10.9350625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.533203125rem;left:37.78076171875rem;display:block; }
#SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMLuN1IudG5VMFVMnszbCZu360cVbD44 { position:relative;display:block; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 { background-color: transparent; background-image: none; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .row .container > .video-iframe-container { display: none; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .row > .video-iframe-container { display: none; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .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); }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 { border-width: 0; border-radius: 0; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .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; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo { position:relative;display:block; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo { background-color: transparent; background-image: none; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .row .container > .video-iframe-container { display: none; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .row > .video-iframe-container { display: none; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .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); }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo { border-width: 0; border-radius: 0; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .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; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.1875rem;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; }#aq1xbAThkXkCC6qRDC7AxOb089qFD7EG { color:rgba(var(--color-primary-2),1);display:block;width:61.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.70654296875rem;left:6.71875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#oFgzG8FemexnXmCNyUNkkaQ2Em9utQIr { color:#000000;display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:5.11962890625rem;left:4.53125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ { position:relative;display:block; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ { background-color: transparent; background-image: none; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .row .container > .video-iframe-container { display: none; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .row > .video-iframe-container { display: none; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .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); }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ { border-width: 0; border-radius: 0; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .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; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hmK3QJr4oa3xfuxKEZfShWn4TbaLVFv8 { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:3.62426875rem;width:3.62426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.90576171875rem;left:1.558837890625rem; }
#ya350gUscUEe5ZKbnET5kiTWpJkZFUl4 { color:rgba(var(--color-secondary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.29638671875rem;left:6.1865234375rem;height:;display:block; }
#a8Aza0p2JBQii23FfJXDES4h1r14JB5e { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:14999;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:0.59245300292969rem;left:-0.0625rem;display:block; }
#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz { position:relative;display:block; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz { background-color: transparent; background-image: none; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .row .container > .video-iframe-container { display: none; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .row > .video-iframe-container { display: none; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .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); }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz { border-width: 0; border-radius: 0; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .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; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .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:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DoNTPFVk7TkBIEWATH1fTVnThsGGEmyT { color:#7ab41d;display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.63232421875rem;left:52.9052734375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#EHTFIcXPNK7lyBusgvum4cLTTXn30dEz { color:rgba(var(--color-primary-2),1);display:block;width:16.4978125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.50048828125rem;left:53.031005859375rem;height:;text-align:center;text-align-last:center;display:block; }
#l6Dbm6sZTAsEWkkaKdBkc2Q4vygX128z { box-sizing:content-box;height:26.8125rem;width:20.0625rem;position:absolute;display:block;z-index:15001;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:1.7513027191162rem;left:3.7500019073486rem;display:block; }
#TpRtdk22QpfGH13sNObayX4GNpTZMl8T { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.870625rem;height:2.74658125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.2431640625rem;left:56.343994140625rem;display:block; }
#d1FDFJOMLBwG8k2nXE1ld9Odyw2eyH5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzdCwV9nEpk4O4dJHREXzAIqPx8fLX5K { box-sizing:content-box;height:26.25rem;width:20.061875rem;position:absolute;display:block;z-index:15002;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:1.7513027191162rem;left:27.500001907349rem;display:block; }
#PkUStpASeC5d0gmkAeCILwTQAvVTOb92 { box-sizing:content-box;height:26.25rem;width:20.061875rem;position:absolute;display:block;z-index:15003;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:1.7513027191162rem;left:51.250001907349rem;display:block; }
#wB2wsFogbUGUOqt3yuBrr0EFKzOaUh6G { color:#7ab41d;display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.69482421875rem;left:29.124755859375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#tPv81TT47rV3MfNEZgbdwdaAWaxbiBvb { color:rgba(var(--color-primary-2),1);display:block;width:13.061rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.501302719116rem;left:31.250001907349rem;height:;text-align:center;text-align-last:center;display:block; }
#uHHVfxkbUT8rLUt1WT5hTnaqmXGJn5W1 { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8718125rem;height:2.7478rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.24072265625rem;left:32.84423828125rem;display:block; }
#GTztQawa4XmBd4bTZHwfIbuEkCe7xamH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPLEqm1CvtANokrQdziTCA2ziZhg3xH4 { color:#7ab41d;display:block;width:16.7468125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5703125rem;left:5.467529296875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nuwCee9Ck5UkT6AOHuslRLzESQ7isRVi { color:rgba(var(--color-primary-2),1);display:block;width:14.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.50048828125rem;left:6.685791015625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#G1iZp1sDllFf2143M32mXliLtfmef5S0 { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8718125rem;height:2.7478rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.2431640625rem;left:8.843994140625rem;display:block; }
#Lz1c418qLhrkGNEURCiIaEXRhumUrCHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoyvAzEAHE6n3BTR97oQsf7kCO98USTu { color:rgba(var(--color-primary-2),1);display:block;width:13.0603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.50048828125rem;left:30.96923828125rem;height:;text-align:center;text-align-last:center;display:none; }
#d7AwLhuSWxLIAc7BTSwzEUEsNUBd01Nb { color:rgba(var(--color-primary-2),1);display:block;width:13.0603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.50048828125rem;left:30.96923828125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Oh8IKTKtXxN82RVvfs1oZyNvnTziqEa2 { 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:15.249rem;width:11.499rem;top:2.33642578125rem;left:55.528564453125rem;overflow:hidden;display:block; }
#wOoGUBlmWzcvTk2XZldrk1ZIVRornmcT { position:absolute;display:block;z-index:15009;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:11.3745rem;top:1.7734375rem;left:32.186279296875rem;overflow:hidden;display:block; }
#TZofaDSGl1RCvZ2qcewzzwA3OEIbf8bX { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.7495rem;width:14.12475rem;top:2.3046875rem;left:6.71875rem;overflow:hidden;display:block; }
#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk { position:relative;display:block; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk { background-color: transparent; background-image: none; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .row .container > .video-iframe-container { display: none; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .row > .video-iframe-container { display: none; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .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); }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk { border-width: 0; border-radius: 0; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .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; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KGFQbFp8yI00amT53q6qX0lPsfMy8vQL { box-sizing:content-box;color:#5d92ff;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.90576171875rem;left:1.24755859375rem; }
#WQ4MSSWo3UN5ik1likRGozzOqBrRLRvu { color:rgba(var(--color-secondary-2),1);display:block;width:35.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.29638671875rem;left:5.745849609375rem;height:2.84375rem;display:block; }
#Xp0m20syTOVO94oHBO91FHQK8wypwR4c { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:14999;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:0.59245300292969rem;left:-0.0625rem;display:block; }
#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN { position:relative;display:block; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN { background-color: transparent; background-image: none; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .row .container > .video-iframe-container { display: none; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .row > .video-iframe-container { display: none; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .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); }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN { border-width: 0; border-radius: 0; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .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; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .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:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I6vSDWrLG1Gv6DOPQFi7El1hJUIkWtX8 { color:#7ab41d;display:block;width:16.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.437067031861rem;left:5.7508678436279rem;height:;text-align:center;text-align-last:center;display:block; }
#iFVQkhlReLZINXZrIAoiWuTTz9Gak1i8 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.499267578125rem;left:6.156005859375rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#bOeANLqXGKJtd2Xw7ofSffKwyCeV9Kme { box-sizing:content-box;height:26.8125rem;width:20.0625rem;position:absolute;display:block;z-index:15001;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:1.7513027191162rem;left:3.7500019073486rem;display:block; }
#sPPxC5ODlAamOb10aqm5XTunc9vKVs46 { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8729375rem;height:2.74895625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.250005722046rem;left:9.1875rem;display:block; }
#hRKerN5wxxlTzkgt1yQcWxTPPUcK35qO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMMUfZhmGiMQ8zVPJgaJAvErVimyVTeK { box-sizing:content-box;height:26.25rem;width:20.061875rem;position:absolute;display:block;z-index:15002;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:1.7513027191162rem;left:27.500001907349rem;display:block; }
#MmE4aETh4V6SF3unUQorWaTJv5zxB5I2 { color:#7ab41d;display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.382814407349rem;left:29.500871658325rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#leCVstpVX4T8zLPX1Snsl894pkbnJSlP { color:rgba(var(--color-primary-2),1);display:block;width:17.68675rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.499267578125rem;left:29.029541015625rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#cINH7aP2TIdEnttJObdhgcUoLhzCnNLf { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8729375rem;height:2.74895625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.247922897339rem;left:32.9375rem;display:block; }
#G4Ht2azg3kbO1bKl8wUWVMVJ6LRsAvli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMeJC4S5TEkJfzpZK7DItkoSzDqAi8Dd { position:absolute;display:block;z-index:15009;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.49925rem;width:11.875rem;top:2.015380859375rem;left:8.187255859375rem;overflow:hidden;display:block; }
#V1WTdB66scb5F52m9KTW4DZixk7lepPH { 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:17.937rem;width:13.75rem;top:0.794677734375rem;left:30.625rem;overflow:hidden;display:block; }
#dQGTV7W1vRJ5SiAMZlCJoDwwHrvKndy1 { box-sizing:content-box;height:26.25rem;width:20.0615rem;position:absolute;display:block;z-index:15003;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:1.7509765625rem;left:51.15625rem;display:block; }
#DMZe3wapPPzhsTrgI68Kc3bD9AQWau5e { color:#7ab41d;display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4365234375rem;left:52.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#Qv7hlg0p9LB0WgfGsIaNldrOZ3T9lnbT { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.4990234375rem;left:51.9677734375rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#uEPFg0x6KZPkAIxVmBlvdmgniKccneUL { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8720625rem;height:2.74805rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.25rem;left:56.2490234375rem;display:block; }
#oc0BbItXiO0WsZOgRBBIM5xXsX8JdLRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXX5iEetNcR7DxSEmfEvgIpHEkJVv2sN { 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:15.5625rem;width:11.9375rem;top:1.9395837783814rem;left:55.217712402344rem;overflow:hidden;display:block; }
#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp { position:relative;display:block; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp { background-color: transparent; background-image: none; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .row .container > .video-iframe-container { display: none; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .row > .video-iframe-container { display: none; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .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); }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp { border-width: 0; border-radius: 0; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .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; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hrtWaCBPS7OTGZNbwLK2fPOQ51KxcLXZ { box-sizing:content-box;color:#5d92ff;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.90576171875rem;left:1.0595703125rem; }
#vomZ9l18m5PHqbtfkBrgQD4HntrnptJl { color:rgba(var(--color-secondary-2),1);display:block;width:49.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21337890625rem;left:5.68359375rem;height:3.00625rem;display:block; }
#vv5H523DN99cp4hIZmHJBbqXLm5tee3L { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:14999;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:0.59245300292969rem;left:0.029949188232422rem;display:block; }
#kogCHiI1Nhyip4A6e30pf93dlaAQulVd { position:relative;display:block; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd { background-color: transparent; background-image: none; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .row .container > .video-iframe-container { display: none; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .row > .video-iframe-container { display: none; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .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); }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd { border-width: 0; border-radius: 0; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .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; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .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:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Oo6g2dKitrqfAxEAR0BwOdFtd10mKH53 { color:#7ab41d;display:block;width:16.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.437067031861rem;left:5.7508678436279rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#sih0t9UCWo2QouwZPAlrcoXnIJr71cUu { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.9361991882325rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#qAEuBTlLD5r2mZ00WApTZUsv3DaMTVxm { box-sizing:content-box;height:26.8125rem;width:20.0625rem;position:absolute;display:block;z-index:15001;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:1.7513027191162rem;left:3.7500019073486rem;display:block; }
#GOMmlfVvqNLnxVu40B9UmKhekrCILgxV { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8729375rem;height:2.74895625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.250005722046rem;left:9.1875rem;display:block; }
#WkG79oCNq1PTGxbtwb3kRVA0XguMhfTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTgrqUErNxcAFHoVzdWdy2Jg18XdTAg4 { position:absolute;display:block;z-index:15008;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.499rem;width:16.25rem;top:4.249267578125rem;left:5.999755859375rem;overflow:hidden;display:block; }
#Mnd255gRfAGyrJNZOFVpfG29dV1hMawo { box-sizing:content-box;height:26.8125rem;width:20.0625rem;position:absolute;display:block;z-index:15002;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:1.8125rem;left:27.46875rem;display:block; }
#fQk6aKIXeT66sJ5ysOWAOyVlKBC42wX6 { box-sizing:content-box;height:26.8125rem;width:20.0625rem;position:absolute;display:block;z-index:15003;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:1.8125rem;left:51.59375rem;display:block; }
#CV1ivnRbs2OuBeqS15AtqezwXGcTDuiR { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8720625rem;height:2.74805rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.25rem;left:32.5625rem;display:block; }
#CXlNpqM8EZWOPCcqcw6vBRHuPhr81K7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NyyyaIQT8s2zrgLLTckWVIMfLaJF6O80 { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8720625rem;height:2.74805rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.25rem;left:56.6875rem;display:block; }
#WIsaVJHXyv4ffDb7omcQZbOCsAm9XgR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iglXaNmS5rw6ZusTww53qTNTTPJ4rPIc { color:#7ab41d;display:block;width:16.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.4365234375rem;left:29.1240234375rem;height:;text-align:center;text-align-last:center;display:block; }
#ynqNq8USXHqBrOJHQ4ksrIcus4z22Cef { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5rem;left:30.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#oTRx118RdWT6lxc0GR1PJ18Alf8gpyeo { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:54.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#kPr3fnvqpI4lK6p9pXEqVIFIwA8ubume { color:#7ab41d;display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4365234375rem;left:53.25rem;height:;text-align:center;text-align-last:center;display:block; }
#EOW5QS6ttNwepSLwVe5eKQDTmcEJ6ac5 { 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:18.3125rem;width:14rem;top:1.6240234375rem;left:30.5rem;overflow:hidden;display:block; }
#EVOkRNC0zdg2cldnt3kkzOkbxkUOaN15 { 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:19.375rem;width:14.875rem;top:1.1875rem;left:54rem;overflow:hidden;display:block; }
#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN { position:relative;display:block; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN { background-color: transparent; background-image: none; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .row .container > .video-iframe-container { display: none; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .row > .video-iframe-container { display: none; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .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); }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN { border-width: 0; border-radius: 0; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .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; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vcxt4WJaQ21JGi8DJGgZdWlvd9IN9QXN { box-sizing:content-box;color:#5d92ff;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.90576171875rem;left:1.0595703125rem; }
#dDzRp23yQ7TFIEfHA9fKFubaIB7UwVn4 { color:rgba(var(--color-secondary-2),1);display:block;width:45.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21337890625rem;left:5.560302734375rem;height:3.00625rem;display:block; }
#b55wq6AKTJALhKVoVhZdn4yNB9ZHWNga { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:14999;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:0.59245300292969rem;left:-0.0625rem;display:block; }
#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT { position:relative;display:block; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT { background-color: transparent; background-image: none; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .row .container > .video-iframe-container { display: none; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .row > .video-iframe-container { display: none; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .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); }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT { border-width: 0; border-radius: 0; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .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; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .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:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QRnd6dOOma6Dyxt2da9wQg2t07X6cDKk { box-sizing:content-box;height:26.8120625rem;width:20.061875rem;position:absolute;display:block;z-index:15002;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:1.3747825622559rem;left:3.7500019073486rem;display:block; }
#zNtMro5FMofB6mBpdmB9DPxCvdfI4rDb { color:#7ab41d;display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.552084922791rem;left:5.40625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#T2lEONVxlncRffM3m5yNe2B1IK2TLmhg { color:rgba(var(--color-primary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.985417366028rem;left:4.1864585876465rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#ZsMdReAGvLM4sWLgkBtZHprhvux8excC { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8729375rem;height:2.74895625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.560413360596rem;left:8.9375rem;display:block; }
#a3hCJ9itOBcSIpoGgd7QyWiPSVLmpOE7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBMbKRLbU4BTkCvAGakQXgWqogBrVV6A { position:absolute;display:block;z-index:15009;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.7495rem;width:12.124rem;top:1.37451171875rem;left:7.71728515625rem;overflow:hidden;display:block; }
#o9ikVAU12TgRD4LTMbHXTvzWmo2X4pLI { box-sizing:content-box;height:26.8114375rem;width:20.0614375rem;position:absolute;display:block;z-index:15003;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:1.8114585876465rem;left:27.467708587646rem;display:block; }
#Uayi3POkzfmGpNrx0DoM0J0aLLdszhO8 { box-sizing:content-box;height:26.8114375rem;width:20.0614375rem;position:absolute;display:block;z-index:15004;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:1.8114585876465rem;left:51.632293701172rem;display:block; }
#bFpX6QgoJd0TNt464QXzJ5kyLmNupGxD { color:#7ab41d;display:block;width:16.7479375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.552084922791rem;left:29.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#fVyCS8TqpTz1xOipPcbHc04wtw9n4HWq { color:#7ab41d;display:block;width:16.7479375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.551022529602rem;left:53.288543701172rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#AvugcHXP1bMzsNr2b44ykE93klMvGaJ8 { color:rgba(var(--color-primary-2),1);display:block;width:18.4989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.676043510437rem;left:28.25rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#TlStGHJKOkLbCV8wgN7MuvrHLDqZw8fB { color:rgba(var(--color-primary-2),1);display:block;width:18.4989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.988522529602rem;left:52.413543701172rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#k02Z2uehirRkGTTQNdztT3RTSDuJGuAC { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8729375rem;height:2.74791875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.559374809265rem;left:32.5625rem;display:block; }
#cPqQ96WhVWE8Trlhw1KkJHF1nw4Q1625 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRNhale0HJr5J61CTbDa15bft1RSPozP { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8729375rem;height:2.74791875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.559374809265rem;left:56.726043701172rem;display:block; }
#VT1Ns4FG1TkAcDUdm644xHw0hBOTTyIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtOS9ucISr1hwfbPJ4C7wQlsVVTTWZWU { 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:11.4375rem;width:16.75rem;top:4.591667175293rem;left:29.125rem;overflow:hidden;display:block; }
#LfQESotXqKWos9mdAOM4iu6FseoCsE7m { 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:16.75rem;width:12.875rem;top:1.8687505722046rem;left:55.224998474121rem;overflow:hidden;display:block; }
#KD764gPPk7qmFUichcBAbcTDnbIhQ16f { position:relative;display:block; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f { background-color: transparent; background-image: none; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .row .container > .video-iframe-container { display: none; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .row > .video-iframe-container { display: none; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .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); }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f { border-width: 0; border-radius: 0; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .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; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IFUCMJ8DR4ucDGXhxSkpfrwMsMF2TFfz { box-sizing:content-box;color:#5d92ff;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.90576171875rem;left:1.18408203125rem; }
#pw7g12XUmfaReJSygThl3wBkwaPbRKBK { color:rgba(var(--color-secondary-2),1);display:block;width:45.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.214599609375rem;left:5.31005859375rem;height:3.00625rem;display:block; }
#KqJJZzziczANzTg6Su9tGKBb5IHefnIN { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:14999;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:0.59245300292969rem;left:-0.0625rem;display:block; }
#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 { position:relative;display:block; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 { background-color: transparent; background-image: none; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .row .container > .video-iframe-container { display: none; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .row > .video-iframe-container { display: none; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .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); }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 { border-width: 0; border-radius: 0; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .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; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .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:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMWmzRKdZcecqsrDpAtmss8TBMyIDDre { color:#7ab41d;display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.630208969116rem;left:51.7109375rem;height:0;text-align:center;text-align-last:center;display:none; }
#oX6BzvVZS43oAKqwg38QNrgpTUxXgi5n { color:rgba(var(--color-primary-2),1);display:block;width:16.4986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.501302719116rem;left:53.0234375rem;height:0;text-align:center;text-align-last:center;display:none; }
#ISvhlC0Xtxp1D6v31qa3TcsGOi4MzAAH { box-sizing:content-box;height:26.8125rem;width:20.0625rem;position:absolute;display:block;z-index:15001;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:1.7513027191162rem;left:3.7500019073486rem;display:block; }
#MKmTbh2D9gkgmRxObl8sVI16qiTsW3v1 { box-sizing:content-box;height:26.25rem;width:20.061875rem;position:absolute;display:block;z-index:15002;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:1.7513027191162rem;left:27.500001907349rem;display:block; }
#lQO06h7y1evCtU1QrDn2yCWuE47lnusd { box-sizing:content-box;height:26.25rem;width:20.061875rem;position:absolute;display:block;z-index:15003;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:1.7513027191162rem;left:51.250001907349rem;display:none; }
#DHnnMQAQbL8sVb4rAld60Gd0bXTKOMkV { color:#7ab41d;display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3828125rem;left:29.124755859375rem;height:;text-align:center;text-align-last:center;display:block; }
#uS5T7NMPekKkSRKDByEAWid1Q454ws6V { color:rgba(var(--color-primary-2),1);display:block;width:13.061rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.501302719116rem;left:31.250001907349rem;height:;text-align:center;text-align-last:center;display:block; }
#qPX9hPeM8lpH72tFMG7rWQphV3xoO9GE { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8729375rem;height:2.74895625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.247922897339rem;left:32.9375rem;display:block; }
#mtQJ4SZFUOX4rCJtPmvSfBe4675tQb9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwkFuup6ftG0ovADmc47mzVNNd0yrOPr { color:#7ab41d;display:block;width:16.7468125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3828125rem;left:5.467529296875rem;height:;text-align:center;text-align-last:center;display:block; }
#qPiB4n1gpmuDJUZVd6iJqlPEvgPk868e { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.500001907349rem;left:2.3125rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#ULnOrpzcXca0ndlSuULLJUdK5TEot82m { background-color:rgba(var(--color-primary-2),1);background-image:none;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.8718125rem;height:2.7478rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.2431640625rem;left:8.843994140625rem;display:block; }
#mMVwlt2Alaol4oTTHlgTFTvXeUNLqiG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0vlSgATfT2XTrRToG9taIletlwo6wTk { color:rgba(var(--color-primary-2),1);display:block;width:13.0603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.50048828125rem;left:30.96923828125rem;height:;text-align:center;text-align-last:center;display:none; }
#PDDcZOrOdOyvCD2tSBTt7DvNlvAOT3Oz { color:rgba(var(--color-primary-2),1);display:block;width:13.0595625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.500001907349rem;left:31.25rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#qAew3Bf6HucsWS4XnOJhLBWcOsgnvE3A { 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:17.9375rem;width:13.75rem;top:0.9052085876465rem;left:6.90625rem;overflow:hidden;display:block; }
#rCMwEGK5B2UogzUEWuiKoHzblit1edWr { 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:16.5625rem;width:14.5625rem;top:0.88645935058594rem;left:30.21875rem;overflow:hidden;display:block; }
#tw9bB8CgL2ZWhgavddrFsziWx6ZUnqHE { 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:16.9375rem;width:16.9375rem;top:1.5625rem;left:53.75rem;overflow:hidden;display:none; }
#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk { position:relative;display:block; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk { background-color: transparent; background-image: none; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .row .container > .video-iframe-container { display: none; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .row > .video-iframe-container { display: none; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .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); }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk { border-width: 0; border-radius: 0; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .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; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl { position:relative;display:block; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl { background-color: transparent; background-image: none; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .row .container > .video-iframe-container { display: none; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .row > .video-iframe-container { display: none; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .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); }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl { border-width: 0; border-radius: 0; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .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; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FzTHzM2zXzuVSzeH7uVLrwouhzDSzTbu { color:rgba(var(--color-secondary-2),1);display:block;width:26.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5950422286988rem;left:5.1875rem;height:2.925rem;display:block; }
#AwoegmTSHKUZLt4FDtDVgdZeGeSLTvMl { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15014;background-color:#636362;background-image:none;top:6.4375rem;left:5.1875rem;display:block; }
#iptmeaWqTriNS7irGpuZVHPyvGikmdrF { box-sizing:content-box;height:29.75rem;width:72.5625rem;position:absolute;display:block;z-index:15012;background-color:#f2f3f5;background-image:none;top:1.1484375rem;left:1.1875rem;display:block; }
#TbOIDALTCfUZmnJHIa1dTRTcP8CbSzMm { color:#636362;display:block;width:64.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:4.875rem;height:2.275rem;font-style:normal;display:block; }
#mJoL6zznT3KNNNHJ1yBaw6OlmnJu1y6R { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.125rem;top:2.7747402191162rem;left:26.25rem;overflow:hidden;display:block; }
#EAxCL0t57dZuge27P79TtJkd6DEDfN0P { box-sizing:content-box;height:2.625rem;width:4.9375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:3.5625rem;left:65.5625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#fdPuRZWIJWXSgUORJFTBZL9TEPub1XM2 { color:#7ab41d;display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:65.6875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tw2BOLz2swEcHOTskkCyDk0THHmAdmvr { color:rgba(var(--color-tertiary-2),1);display:block;width:65.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:10.8125rem;left:4.8125rem;height:9.84375rem;text-align:justify;text-align-last:initial;display:block; }
#wqB9PXkBZiot0FppNbPcz2iOfZlMJXsG { position:absolute;display:block;z-index:15020;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:5.0625rem;width:5.0625rem;top:22.3125rem;left:4.875rem;overflow:hidden;display:block; }
#bNaNZZwyd6bROplG4lSdGk2KR0cwGn5L { color:rgba(var(--color-tertiary-2),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.375rem;left:10.8125rem;height:2.6rem;font-style:normal;display:block; }
#V1x956TQcOe6igpTzVveZavv3cgpPwLp { color:#003a5d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:25.375rem;left:10.8125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hee54LWMGyq2KAEH8pN9GaUggVKmQ3T0 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:22.5rem;left:29.9375rem;overflow:hidden;display:block; }
#yPS5VebuIB6WT9o9fT2VkoD9w1CXo9X4 { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:22.3125rem;left:35.5625rem;height:2.6rem;font-style:normal;display:block; }
#M4EpTNvXLPWgybDiZntxtKlxsD0oRWTe { color:#003a5d;display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:25.375rem;left:35.5625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ctA6MFz63h5pxKTUhJeBJ6CLRV4oHNUb { position:absolute;display:block;z-index:15026;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:5.375rem;width:5.3125rem;top:22.1875rem;left:52.3125rem;overflow:hidden;display:block; }
#hqmtg0HwQG6FhRRI3ILD7RuzFCF0NorO { color:rgba(var(--color-primary-2),1);display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:22.3125rem;left:58.4375rem;height:2.7625rem;font-style:normal;display:block; }
#FrbXSbztI51nSb1TrnfvVq8AFEUfGO4R { color:#003a5d;display:block;width:11.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.375rem;left:58.747398376465rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV { position:relative;display:block; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV { background-color: transparent; background-image: none; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .row .container > .video-iframe-container { display: none; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .row > .video-iframe-container { display: none; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .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); }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV { border-width: 0; border-radius: 0; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .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; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.125rem;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; }#TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt { position:relative;display:none; }#TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt { border-width: 0; border-radius: 0; }#TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt > .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; }#TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt > .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:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FSQfDlCrGx2OmzbLzGqJXk5nliKypLCS { color:rgba(var(--color-primary-2),1);display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4427280426025rem;left:16.78125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#NU6gZgP3uztUJ0UvtT2ssSFSDWTMteIo { color:rgba(var(--color-primary-2),1);display:block;width:61.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.76953125rem;left:6.71875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#WhRl70LcxEITviMofxVDtexaTrooNEDb { color:rgba(var(--color-primary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:25.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#pB7xWBAG9J1fXsHqqulnPazQfi0RzM7P { color:rgba(var(--color-primary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:25.1875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#lgNgMv0tXxIWsKLWpIvv1JivZD4Na4Ox { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.0625rem;left:21rem; }
#b0p8bKmTkvuxx1iiIhbr4lawUs17ZIG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.3125rem;left:39.5625rem; }
#hQI8yG5K4m7FUNKvn6OIfRIkM4rfhxwa { color:rgba(var(--color-primary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:43.6875rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#ZVvEpZ6QUOXzE7yuisMVisxtuTUNUAQL { color:rgba(var(--color-primary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.875rem;left:43.6875rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#H1wzZ9oeWQOzWZaoFPDh4IRWAnTuQTSs { box-sizing:content-box;height:23.2495rem;width:63.37375rem;position:absolute;display:block;z-index:15000;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:15.875rem;left:5.75rem;display:block; }
#HHbGO3Rvs4Z7NyixeEDA2ktMNti2rIRU { box-sizing:content-box;height:18.75rem;width:0.124511875rem;position:absolute;display:block;z-index:15011;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:18.125rem;left:37.4375rem;display:block; }
#tWTIaEqzOl1CTpQoqkmnrpmFpCWFpKov { box-sizing:content-box;height:18.75rem;width:0.124511875rem;position:absolute;display:block;z-index:15012;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:18.25rem;left:7.4375rem;display:block; }
#tLk8W1RbBov4oZdWoZTV2JaJzs2GXUGe { color:rgba(var(--color-primary-2),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.75rem;left:8.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#C96CR33g1rAvBxq9iwxIqeSny0giAipb { color:rgba(var(--color-primary-2),1);display:block;width:24.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:8.9375rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#Cn6cdQiZqqZCpsTP8T2AJtFpfNrplukP { box-sizing:content-box;height:0.125rem;width:1.875rem;position:absolute;display:block;z-index:15013;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:29.9375rem;left:8.9375rem;display:block; }
#eG3ciT4FvpuDBECwZhvC05fwb1UFlNS4 { color:rgba(var(--color-primary-2),1);display:block;width:24.8108125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.9375rem;left:8.9375rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#MsP2KUizR1SLPuxfeBoEcqWnWeviOlcT { box-sizing:content-box;height:5.249025rem;width:70.811875rem;position:absolute;display:block;z-index:15001;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:37.875rem;left:2.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MTTBd6mKp6lXcUrB3VZD5zUSe4tMS56f { color:rgba(var(--color-secondary-2),1);display:block;width:25.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.8125rem;left:11.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#tnJo09CbNflwnZV090n4HG4MtlLw1SNx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:38.9375rem;left:6.75rem; }
#gtOkX6PbDFhyGxhQORBDUoDRb75mQWEq { box-sizing:content-box;height:3.125rem;width:0.124511875rem;position:absolute;display:block;z-index:15017;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:39.125rem;left:37.4375rem;display:block; }
#y3Sk9fIBObSFU3TUeGErdMsOUhh9iq4U { background-color:#7ab41d;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-secondary-2),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.0625rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:20.18675rem;height:3.374025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.8125rem;left:42.25rem;display:block; }
#p4BVs8MFXtskwJ2OkoRR7HIbBfkqGbCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRT7TtgiyK4AMJo3rPCFOR0W74D00v4L { color:#7ab41d;display:block;width:15.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.625rem;left:53.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wGoOc6bAwbNf546GewEc1F0iOetARvnu { position:absolute;display:block;z-index:15020;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.1230625rem;width:14.375rem;top:19rem;left:38.875rem;overflow:hidden;display:block; }
#PVEFP2JJiH64JOp2cWDgamDBRW46uG3q { color:rgba(var(--color-primary-2),1);display:block;width:9.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:53.9375rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#rVrHRItUvPyUh10JRDXUnezu2rwhxVfw { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1875rem;left:53.9375rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#kQWWQAn2NE09m0rSgU78qfZT5KNfMKBk { box-sizing:content-box;height:18.75rem;width:0.124511875rem;position:absolute;display:block;z-index:15012;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:18.12255859375rem;left:66.585693359375rem;display:block; }
#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { background-color: transparent; background-image: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container > .video-iframe-container { display: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container { display: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .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); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { border-width: 0; border-radius: 0; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlRyaL44m6Ir31TpQFciJBgZSC1ZyLGc { 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:37.625rem;width:56.1875rem;top:6.875rem;left:16.208195364238rem;overflow:hidden;display:block; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-form-header {  }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:30.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.4375rem;box-sizing:border-box;height:2.0625rem;color:#004673;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-text {padding-top: 0; padding-bottom: 0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.4375rem;box-sizing:border-box;height:4.375rem;color:#004673;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;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;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:30.4375rem;box-sizing:border-box;height:2.0625rem;color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-select {padding-top: 0; padding-bottom: 0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#003a5d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#ffffff;width:30.4375rem;height:3.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;text-align:center;text-align-last:center; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:29.375rem;overflow:hidden;font-style:normal;line-height:1.2;float:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .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; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-container:first-of-type{padding-top:0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-container:last-of-type{padding-bottom:0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P  { background-color:#f2f3f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.4375rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.875rem;left:2.5rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.4375rem;display:block;vertical-align:top; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P {display:block;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P { background-color:#f2f3f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.4375rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.875rem;left:2.5rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Rre4TTa3snQFVrh6rwgZiXSNSc2SFl4t { position:relative;z-index:1; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #fyxDuCe6TuOkZ9UpBetQZ8MxW65hUDG3 { position:relative;display:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #iLDekS08pul3TzQexTnvwaW6sJiR4LgG { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #uUCSIZTS1r2SRk18sPJQMbsVGhSfLlKC { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #wuQvb5KgSN25NU7wwCdgm07FspgtUU37 { position:relative;display:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #BRAIgDTZ7lRxkfXAgvoQexoH2G5s9fEW { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #UXe4P1Mki4bDo9H4Z5mRb3kJXgBmGMVL { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #qep3Tel2c4TH25SKaFGKzTwMcZTeA5x1 { position:relative;display:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #n8Ww0VaBAe6JuTW5BpyU6P63H6fWp0o3 { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #C5K9OAxhDPw0mUo9CsitAsmTcQ1LRt7L { position:relative;z-index:1; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #s4kzXi53WBrCAd1zvHX2ROPL1BiOMAnr { position:relative;display:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #HupkrUBKlaeDkMpCxfqmmesonWGzgoWe { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #b8ebi1Hc8xIsmNfnXypssIQyIOHcrAoB { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #aFhF2Bxb0zD8W7n15fRGRIkAIq95Z43n { position:relative;display:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Eza8bUp6AF69XzQ6lHvHJJwJteABnre6 { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #kut10cTmXodZfbRkoZhrv9CaaQ7b0SZU { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #mHHUeJSGwXfo75nm9UCP8NDEGwfXKNEm { position:relative;display:block; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Eco6F5Jm65Vt7T8ipUTkOqoL2NqwcD8u { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #PtIrZiTeEu3BfJaI6gIUMw3vL7iBzzox { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #yh5yBgalO1iFZDmwkTCuTdPnPEsUN808 { position:relative;display:block; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #mEBkcxiek92MEpOLzPwH1kQ4bQ043736 { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #K6XuxKnpvnDzGxdXd4sTceD9MAuIJZ4Q { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #xWzO7TXP45rwVqJVLGgtVVGUM1CuCmDX { position:relative;display:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #biHTEosBysaA4cezSDTbs6lsMrKSS4hb { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #WBFLLxZbUar7QdCe031GSGTqXNdnzcmC { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #PVysmHfzSZDAsCOqhVdMkRHWN0Ud6F8k { position:relative;display:block; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #J1XkzUcCHaKF4TpasCKMmUBSLe4VK7Ib { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #u22ra9FcaM8V7gDGRyiir7C4NLlFtGPW { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #WsrF11FWw4zQukOvMF2eMbnUsGZsTmT3 { position:relative;display:none; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #uE6JAE47z994y9bZrvw51Rl4L61cJvpS { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #FBF07Kg67fGCuw8uv7N8HTMkd2gdqdGk { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #ME5SLL20rZ1ab2Ku186nudBSnKNS1aFN { position:relative;z-index:2; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #dixbHEZof0TS3weASQfxvg5RAykNirMF { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #DHanh7tELOuUvAQ4HELOOUuF70ir59ug { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #VWVkmoPfTP0HT1gLFvIT07VXITUTPsom { position:relative;z-index:2; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #w5S1U30kR3lXAeXMuUzpvgFTe0f9v8lX { position:relative; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #nT4txgJkt46BXCwUvEbwsG5xAQn21nxp { position:relative;z-index:1; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #XyhKVblMNFKtMKiDglvv43LWoJAHGPtB { position:relative; }
#p5RIILMdS6MElsytZl0z1s1xVCJvn18U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f5;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; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row .container { background-color: transparent; background-image: none; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row .container > .video-iframe-container { display: none; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row > .video-iframe-container { display: none; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .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); }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row .container { border-width: 0; border-radius: 0; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#s7gsrhUkxTkdJgg8cmeybAI2WmhLl9DG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SykZ0El9xFh54mis7yN59WEUXOSoc8Dw { color:rgba(var(--color-tertiary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:2.5625rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#RokvoR6BcBJK6RqR44gJNchN5H2vSTy3 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.257162451744rem;left:2.5rem;height:11.25rem;text-align:justify;text-align-last:initial;display:block; }
#AaudcoSZKMQGuWVNuSaATvRgTmJm3ho5 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:28.382162451744rem;left:2.5rem;height:5.625rem;display:block; }
#T1n78mMcTABgP11CbI4kzqimvIz1O8UN { 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:19.25rem;width:31.375rem;top:6.4990234375rem;left:41.5625rem;overflow:hidden;display:block; }
#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row .container { background-color: transparent; background-image: none; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row .container > .video-iframe-container { display: none; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row > .video-iframe-container { display: none; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .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); }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row .container { border-width: 0; border-radius: 0; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#srhZnFECkyffbhVToAJCiyQyHr0A3Eta { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:16.25rem;top:3.03125rem;left:57.5rem;display:block; }
#hbwdwOvXUAwFwbPsOwvKOXIDGCwZL6ma { color:#003a5d;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.601318359375rem;left:63.780517578125rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TkrKMLLH58p3qtZsFwrw5r5keo89FJbv { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:58.249755859375rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1U31df7RpbUO0rarTWzRdb4ffKpAPTO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.25rem;top:2.999755859375rem;left:38.75rem;display:block; }
#aOTHPJASdrb3Zhh57bkM2CODT20JZ8Tk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:3.125rem;left:5.875rem;overflow:hidden;display:block; }
#UOtrUatnJmIE4nJr8RKNVS7CG7KtMldh { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6822834014894rem;left:2.5598983764649rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N2MVDqXvE3R94CT3RBXbdlQHFGmdp6gx { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.225261688233rem;left:1.46875rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#erPacxLsUSvRxZavEiIobQIkoht86JGs { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.25rem;top:3.125rem;left:1.25rem;display:block; }
#yTnTLGVxTaWPLGLTOi84rCIlbhluctT1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.25rem;top:2.999755859375rem;left:20rem;display:block; }
#Sph1KvkrgAWTdopvD95HeCddK9nOVM6S { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:3.125rem;left:24.625rem;overflow:hidden;display:block; }
#t3xuBaMgo8A67OG5l0Vzk5T8OAXv1RfS { color:rgba(var(--color-tertiary-2),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.7607421875rem;left:20.3125rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mNRECwuG7K2VPwQENktXxhoQiTBzmdVu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.18701171875rem;left:20.74951171875rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o4znerlTkViuVqXS60p7753lbJkTznXN { color:#003a5d;display:block;width:8.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.697998046875rem;left:42.5rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NUsXVuIHBGOel6GOBW7eKVzuSCgoCC7T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:4.125rem;left:44.34375rem;overflow:hidden;display:block; }
#ihxq42rbkKlXkDEGGRmWZgMCbythqvzm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:4.125rem;left:63.09375rem;overflow:hidden;display:block; }
#BaWKBJDz8glgncSNvbWS48OMgAiTFz1w { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:15rem;top:16.68728351593rem;left:51.372613906861rem;overflow:hidden;display:none; }
#olRSBJIgtLvaaDkoQd9W5ruc3dW5cDlh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.186767578125rem;left:39.188232421875rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { position:relative;display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { background-color: transparent; background-image: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container > .video-iframe-container { display: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row > .video-iframe-container { display: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .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); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { border-width: 0; border-radius: 0; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .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; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;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; }#dERdxtBRyB4ptiZg1wynyUyJCH1wIx8C { box-sizing:content-box;height:9.5rem;width:25.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.812744140625rem;left:1.99462890625rem;display:block; }
#XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { color:rgba(var(--color-secondary-0),1);display:block;width:21.684875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-0),0.5);top:2.8125rem;left:3.0625rem;height:7.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qukS40DHkp1JQtSrZ1r74gpp40KgiiaL { position:absolute;display:block;z-index:15028;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.1875rem;width:12.25rem;top:0.8515625rem;left:28.243492126465rem;overflow:hidden;display:block; }
#vctqqLEexl0OTG3BLJG66yeQUyED8m4N { 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:3.6875rem;width:9.375rem;top:1.9869804382324rem;left:57.5rem;overflow:hidden;display:block; }
#TTctKsD1vrOhXeUnRPRx1hTz0kIUvnGU { 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:3.6875rem;width:12.75rem;top:4.43359375rem;left:42.911460876465rem;overflow:hidden;display:block; }
#DDLvXcbF7hpo5tTTvE5KPBlV1qnC3EVc { 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:4.375rem;width:18.562rem;top:8.163330078125rem;left:26.958740234375rem;overflow:hidden;display:block; }
#UXa0qT1R94c4rxydOOmsKa5oCntECKJi { 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:3.999025rem;width:16.5625rem;top:8.448486328125rem;left:57rem;overflow:hidden;display:block; }
#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4a25ad7-8573-4609-8f92-a0d3b79d2d98/PROVA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD.adaptive-delivery-prevent-bg, #aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD.lazyload, #aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD.lazyloading { background-image: none; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row .container { background-color: transparent; background-image: none; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row .container > .video-iframe-container { display: none; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row > .video-iframe-container { display: none; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .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); }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row .container { border-width: 0; border-radius: 0; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#GzoUITcVHH6vRLOfSPCqtTlurOPgmCm1 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-0),0.5);top:1.5625rem;left:3.0625rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Et4vFRvsGVeyifVkOvKDcTqDVtr40TJA { color:rgba(var(--color-secondary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-0),0.5);top:5.625rem;left:3.1875rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HeAVdvJRVu4yXTPJFpPIX1tRCCoGzFVr { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);top:1.5625rem;left:28.0625rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XEwCNU9HGrDbOkDPkSHhChhUsW7IKdG1 { color:rgba(var(--color-secondary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-0),0.5);top:5.625rem;left:28.1875rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PkmZDwVkddTQrZqHxgTU3vUNIgKoKe3M { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-0),0.5);top:1.5625rem;left:53.0625rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fsflAZNqMNFNOSUxZCeXAtSrJZeBLGFG { color:rgba(var(--color-secondary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-0),0.5);top:5.625rem;left:53.125rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wBslpm0IwTp10ET5dslhW40xlaxJNU82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;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; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { background-color: transparent; background-image: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container > .video-iframe-container { display: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container { display: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .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); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { border-width: 0; border-radius: 0; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.328125rem;left:3.1861991882324rem;height:5.25rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:1.328125rem;left:69.2470703125rem; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WFoGKa3xR46PJelyKVz69f7xtikuVK4T { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:1.453125rem;left:71.935546875rem; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6862rem;width:20.184875rem;top:7.515625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QHei61HxzeCkXfw7GBfAT72xThsa5H4b { display:block; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiV23liTTqABFlOGgL7xTRMmy0as9wc6 { top:2.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#DiV23liTTqABFlOGgL7xTRMmy0as9wc6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AeF4ZbJEv7efq1XBOlq2kd57P42REvUg { top:2rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#AeF4ZbJEv7efq1XBOlq2kd57P42REvUg > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #J1cq3vXp1RXbvb4zP3cTxC6ucSNx97tO { top:2.0625rem;left:25.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOkdJiO0Fx0SriccZBctpQuMT6mgyd0E { top:2.5rem;left:27.25rem;width:14rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkcHyzCaBcETx4dQPZvNXt5yQ7vU1Ovr { top:1.375rem;left:0rem;width:18.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbAvJ8NAufBvD6rKlaemDnzy08nuSHHT { top:2.125rem;left:41.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSmgGIlR78VlSn3afiSmnAkxtMu12yFW { top:2.5rem;left:37.5625rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { top:6.25rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .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; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .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; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { display:flex;width:18rem;height:5.0625rem;top:14rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
 }@media only screen and (max-width: 763px) { #ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { top:1.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { top:17.375rem;left:4rem;width:41.5625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { display:block; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { width:16.875rem;height:3.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block; }
 }@media only screen and (max-width: 763px) { #kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { width:16.875rem;height:3.3125rem;top:1.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block; }
 }@media only screen and (max-width: 763px) { #Vyr1WiH3QTl9pDXBd6VqzxsEh9qd6Ezg { width:16.875rem;height:3.375rem;top:1.9375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmgP7KG9gxn7r6GDzLF6oOxqpVk9OfBw { display:block; }
 }@media only screen and (max-width: 763px) { #oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { top:8.4375rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2UHddfxobmraDnHenreFmdyWk1Elat { top:1.5rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { display:block; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUpcRmBFx1knzIwBran3LQnpto4B2PfZ { top:8.875rem;left:25rem;width:15.9375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8I3HzIRPAdPgcDK2sxs5zp59cin95ow { top:8.375rem;left:24.125rem;width:17.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLAF2A69S8TtGmwEg1r4cooeTTBLEf48 { top:20.75rem;left:6.561767578125rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGrN0GTbdUFCXT4ud1G4Mpd8tmWTZ1Pe { top:44.5625rem;left:6.6240234375rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azgc8Uia2FWB4oQJ7UwhCQAIPTfh754r { top:9.0625rem;left:6.561767578125rem;width:15.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIqZhuEGbvCUZtJfPyw0Am9MNnAQaVV { top:20.3125rem;left:5.8125rem;width:17.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbbQaBA352DS9JzyfhTzWwycdrX6unMT { width:17.5625rem;height:10.75rem;top:12.375rem;left:5.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOPAmcwCcf1QuAIIbVRMkzVw9gruEaG { display:block; }
 }@media only screen and (max-width: 763px) { #vcwxi83tpXIK4ISqdS5JEEacfA7lJ6F1 { top:1.3125rem;left:24.125rem;width:17.625rem;height:10.835618864711rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6oDBmcJyRzNXU5rixNoqvgwsTMQhCl6 { top:12.625rem;left:5.6875rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGDtnwtbbRVz1xxwF2ohukMiSGKmIxQ { top:44rem;left:5.625rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP0COOhIpbvf3i3fVMdLBHuKQASH9X4e { top:8.5625rem;left:5.5625rem;width:17.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQGgQ5Le3mUUxZ9Lga67OpsHVNEOIBeO { top:1.0625rem;left:5.625rem;width:17.8125rem;height:10.8116875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFAURaTcIzCeyrxZRm9pBKEoHUilk10X { top:32rem;left:30.0625rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5JFm296JTmKRTrZuz0hOKBcazGnUm1w { top:32.5rem;left:31.8125rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0RX7kFDgQSXGgRKgFtIezcIT01hD22b { top:12.625rem;left:24.125rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Mcw1EEXnF8Eig9WLV4z6dCWaTuygbE { top:1.3125rem;left:30.125rem;width:17.625rem;height:10.836802193686rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hTRvRu1LwykIge3Qz5zQnhH9DF5uWn { top:8.4375rem;left:29.9375rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBOIr2U1pfumIwcVWGVVhlMuBd8SeiL { width:17.5625rem;height:10.75rem;top:24.375rem;left:24.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmrOrZsnrDdWcA0lU18idSsb03F1v3Xy { display:block; }
 }@media only screen and (max-width: 763px) { #gcCIoETdvzhQuQaSRO66DoOIFFJzmynH { top:8.875rem;left:30.8125rem;width:16.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3UNb9MC5q0P80voKTBu8bFQP1UlVvCO { top:20.375rem;left:24.0625rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9I5flM2klJJbO85Ta7qAxFbJrE4tmQD { top:20.8125rem;left:24.93701171875rem;width:15.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIxKNNNT5Sc5fAFdzvDGI5q2OQPFTTup { width:17.625rem;height:10.9375rem;top:12.375rem;left:24.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWx7TwnCmhMdEpeuDbNhG02lKPGnmBEl { display:block; }
 }@media only screen and (max-width: 763px) { #iLl54dHb9mVJCBqcIy4HyDZJmgnSU0t1 { top:36.25rem;left:30.125rem;width:17.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yvunJfbaTOnddniMmhl6RAGuHDuKJx { top:24.375rem;left:24.125rem;width:17.625rem;height:10.835613775947rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTct8uDN3eoVn2wTJ4TQTNU7EoRVKSMJ { top:24.375rem;left:30.125rem;width:17.625rem;height:10.835143602303rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyJDCVBTKHrt49e8En0TRFQ7R50LnnH { width:17.625rem;height:10.9375rem;top:24.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NndQlTb3nVayCVSxf5KV13xrvFwmNFSa { display:block; }
 }@media only screen and (max-width: 763px) { #dzGEqHfBFylHEWOMHp7MqG6Q5eFZVGcf { top:40.5rem;left:32.125rem;width:15.625rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2L8l2OOlWOMpoX7y4TzhW7IfKQf7qh { top:31.6875rem;left:46.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhrCx7L01iqXT7UKZG7M2qnMBQtGVew5 { top:1.0625rem;left:0rem;width:15.8125rem;height:45.760967571739rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssCzMw6lQENflXRlLQOvyJKbQl8iaOZ4 { width:15.6875rem;height:45.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3VoFAmzpBOmsxr0TMyJs6As4oEeMPuv { display:block; }
 }@media only screen and (max-width: 763px) { #DoTCFn8clTIob6Fe5wDAv4iPDyXozBEg { top:16.0625rem;left:0rem;width:15.5rem;height:13.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4WIffTIhT27owF1BUpVdx2DlqTdPi7 { top:30.6875rem;left:0rem;width:15.625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC6a6BdPob5Tsbea9PdTrGR4iFc4RTzl { top:42rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #palaPo77sDN0GzoEKXTkXUl7p7asyTKH { top:31.9375rem;left:24.06272315979rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHVxXfUWH46Hch5Pb67iGT6tV4zRWBq { top:32.5rem;left:24.967529296875rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyuITE3txbnwF80VazoQ1KyIXo417Qnc { top:1.125rem;left:0rem;width:16.0625rem;height:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C1Hb1pcSpg6Pp4lTnywhrh7RTKUlVg { top:8.6875rem;left:24.125rem;width:17.5625rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH5E8fcTXv1TUaO5Ls2o6DVtkOZCDSTB { width:17.5625rem;height:10.75rem;top:24.375rem;left:24.124567031861rem;display:none; }
 }@media only screen and (max-width: 763px) { #a26cQd1VDxHo1B5wuckboTlv1kwCsANK { display:block; }
 }@media only screen and (max-width: 763px) { #UyXiihT1nQlUt6ZyQV4ykTTI5tQxZ03L { top:42.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HraeW4qylV3F3Zv0yxKVSKRu1RS4xuro { top:35.9375rem;left:28.1875rem;width:17.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlTA3E47tzDlbZ3tKs2EBFIkuaaQmtE { top:32.0625rem;left:5.75rem;width:17.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV5KD7kga33kTe2eLVRtxrSQtnRR3U43 { top:24.3125rem;left:5.6875rem;width:17.625rem;height:10.836802193686rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2fhA6EqLNk2NulV56x65uHKhTZOoCfs { width:17.5625rem;height:10.8125rem;top:24.25rem;left:5.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhxf0VLHeCl2FBxV9u63o0JNVPJdbdEu { display:block; }
 }@media only screen and (max-width: 763px) { #BRoTE9XPdG06b4lJ2AvTrKHvXbDMrGA3 { top:32.5rem;left:6.561767578125rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARUDh4wb95nFnequHvBksrMyHyvHXNGL { top:12.6875rem;left:30.125rem;width:17.625rem;height:10.83732361142rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4IVLWBMggfwznd5cJfIFQO7bG4EpKmU { width:17.5rem;height:10.75rem;top:12.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5fzIMLADMC5Mplga13xUGO7JxhhUHw { display:block; }
 }@media only screen and (max-width: 763px) { #WdzoJtuRsipRez7zfiGaRToBtIHOSpfU { top:20.3125rem;left:30.125rem;width:17.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDT6gZ5L9dQ9vqO9F1Kd1kZ3WLwSd3sW { top:20.8125rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGxHK578rEaLkHDOAo7ip0FXiwZmkkH { top:36.3125rem;left:5.75rem;width:17.625rem;height:10.836264749849rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2nTPKinK8J9mFKhSWmZdGUD1E7E35mT { width:17.6875rem;height:10.8125rem;top:36.3125rem;left:5.656005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KLqeqem7J3tFXB3G8os70Bx3UpvRu6 { display:block; }
 }@media only screen and (max-width: 763px) { #iJ8zAuFWGlpPbUIltaPPuEC6Dv5ronTT { width:17.8125rem;height:10.8125rem;top:36.3125rem;left:24.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAHi9gxykTJNDoywXV5oNa0mn4IMyVn { display:block; }
 }@media only screen and (max-width: 763px) { #oBSoox442rNBMgC88O5QGoAMIf0gJWK4 { top:36.375rem;left:24.125rem;width:17.6875rem;height:10.836538884761rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfaag1zavcJrTce5ExhyNuxFE38NqVVP { top:44.0625rem;left:24.0625rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hlEwCEE2dCHu7b78r4pqpSUOWz29LO { top:44.5625rem;left:24.999267578125rem;width:15.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnFBqfbwFX9ddhmZNtyob8LtZ8IqpMC5 { width:17.8125rem;height:10.6875rem;top:0.625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsOQ3OI6PAMTe4ve43SLQBABU02sr3dN { display:block; }
 }@media only screen and (max-width: 763px) { #S82BGxsu4RrGVvxDIRT11c3k7po4Mh31 { width:17.8125rem;height:10.9375rem;top:1.25rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD756JHuRouC4v9LfCTIt0rPwEQh8fy7 { display:block; }
 }@media only screen and (max-width: 763px) { #CTypSWM4IAnQq37TyCQhqdeKGQuGuyFr { width:17.625rem;height:10.9375rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEOv8rCcVTy5TNLk9VW7oQb2ZGOewlg2 { display:block; }
 }@media only screen and (max-width: 763px) { #IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { width:17.5625rem;height:10.875rem;top:1.5rem;left:24.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block; }
 }@media only screen and (max-width: 763px) { #dMLuN1IudG5VMFVMnszbCZu360cVbD44 { display:block; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMfG6wlwKk5b2D893OHa9VlJi82GuDpo { display:block; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aq1xbAThkXkCC6qRDC7AxOb089qFD7EG { top:1.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFgzG8FemexnXmCNyUNkkaQ2Em9utQIr { top:5.0625rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ { display:block; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmK3QJr4oa3xfuxKEZfShWn4TbaLVFv8 { top:0.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya350gUscUEe5ZKbnET5kiTWpJkZFUl4 { top:1.25rem;left:0rem;width:26.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Aza0p2JBQii23FfJXDES4h1r14JB5e { top:0.5625rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz { display:block; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoNTPFVk7TkBIEWATH1fTVnThsGGEmyT { top:17.625rem;left:31.0625rem;width:16.6875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTFIcXPNK7lyBusgvum4cLTTXn30dEz { top:20.5rem;left:31.3125rem;width:16.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Dbm6sZTAsEWkkaKdBkc2Q4vygX128z { top:1.75rem;left:0rem;width:20.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpRtdk22QpfGH13sNObayX4GNpTZMl8T { width:9.8125rem;height:2.6875rem;top:24.1875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1FDFJOMLBwG8k2nXE1ld9Odyw2eyH5h { display:block; }
 }@media only screen and (max-width: 763px) { #dzdCwV9nEpk4O4dJHREXzAIqPx8fLX5K { top:1.75rem;left:13.875001907349rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkUStpASeC5d0gmkAeCILwTQAvVTOb92 { top:1.75rem;left:27.75rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB2wsFogbUGUOqt3yuBrr0EFKzOaUh6G { top:17.6875rem;left:15.499755859375rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPv81TT47rV3MfNEZgbdwdaAWaxbiBvb { top:20.5rem;left:17.625rem;width:13rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHHVfxkbUT8rLUt1WT5hTnaqmXGJn5W1 { width:9.8125rem;height:2.6875rem;top:24.1875rem;left:19.21923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTztQawa4XmBd4bTZHwfIbuEkCe7xamH { display:block; }
 }@media only screen and (max-width: 763px) { #OPLEqm1CvtANokrQdziTCA2ziZhg3xH4 { top:17.5625rem;left:0rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuwCee9Ck5UkT6AOHuslRLzESQ7isRVi { top:20.5rem;left:0rem;width:14.125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1iZp1sDllFf2143M32mXliLtfmef5S0 { width:9.8125rem;height:2.6875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz1c418qLhrkGNEURCiIaEXRhumUrCHC { display:block; }
 }@media only screen and (max-width: 763px) { #DoyvAzEAHE6n3BTR97oQsf7kCO98USTu { top:20.5rem;left:17.34423828125rem;width:13rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7AwLhuSWxLIAc7BTSwzEUEsNUBd01Nb { top:20.5rem;left:17.34423828125rem;width:13rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh8IKTKtXxN82RVvfs1oZyNvnTziqEa2 { top:2.3125rem;left:36.3125rem;width:11.4375rem;height:15.167829138695rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOoGUBlmWzcvTk2XZldrk1ZIVRornmcT { top:1.75rem;left:18.561279296875rem;width:11.3125rem;height:15.852283030999rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZofaDSGl1RCvZ2qcewzzwA3OEIbf8bX { top:2.25rem;left:0rem;width:14.0625rem;height:15.68008947061rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk { display:block; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGFQbFp8yI00amT53q6qX0lPsfMy8vQL { top:0.875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ4MSSWo3UN5ik1likRGozzOqBrRLRvu { top:1.25rem;left:0rem;width:35.3125rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0m20syTOVO94oHBO91FHQK8wypwR4c { top:0.5625rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN { display:block; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6vSDWrLG1Gv6DOPQFi7El1hJUIkWtX8 { top:17.375rem;left:0rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFVQkhlReLZINXZrIAoiWuTTz9Gak1i8 { top:20.4375rem;left:0rem;width:15.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOeANLqXGKJtd2Xw7ofSffKwyCeV9Kme { top:1.75rem;left:0rem;width:20.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPPxC5ODlAamOb10aqm5XTunc9vKVs46 { width:9.8125rem;height:2.6875rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRKerN5wxxlTzkgt1yQcWxTPPUcK35qO { display:block; }
 }@media only screen and (max-width: 763px) { #SMMUfZhmGiMQ8zVPJgaJAvErVimyVTeK { top:1.75rem;left:13.875001907349rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmE4aETh4V6SF3unUQorWaTJv5zxB5I2 { top:17.375rem;left:15.875732421875rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leCVstpVX4T8zLPX1Snsl894pkbnJSlP { top:20.4375rem;left:15.404541015625rem;width:17.625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cINH7aP2TIdEnttJObdhgcUoLhzCnNLf { width:9.8125rem;height:2.6875rem;top:24.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Ht2azg3kbO1bKl8wUWVMVJ6LRsAvli { display:block; }
 }@media only screen and (max-width: 763px) { #MMeJC4S5TEkJfzpZK7DItkoSzDqAi8Dd { top:2rem;left:0rem;width:11.875rem;height:15.49925rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1WTdB66scb5F52m9KTW4DZixk7lepPH { top:0.75rem;left:17rem;width:13.75rem;height:17.937rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQGTV7W1vRJ5SiAMZlCJoDwwHrvKndy1 { top:1.75rem;left:27.75rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMZe3wapPPzhsTrgI68Kc3bD9AQWau5e { top:17.375rem;left:31.0625rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv7hlg0p9LB0WgfGsIaNldrOZ3T9lnbT { top:20.4375rem;left:29.3125rem;width:18.4375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPFg0x6KZPkAIxVmBlvdmgniKccneUL { width:9.8125rem;height:2.6875rem;top:24.25rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0BbItXiO0WsZOgRBBIM5xXsX8JdLRW { display:block; }
 }@media only screen and (max-width: 763px) { #SXX5iEetNcR7DxSEmfEvgIpHEkJVv2sN { top:1.9375rem;left:35.8125rem;width:11.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp { display:block; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrtWaCBPS7OTGZNbwLK2fPOQ51KxcLXZ { top:0.875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vomZ9l18m5PHqbtfkBrgQD4HntrnptJl { top:1.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv5H523DN99cp4hIZmHJBbqXLm5tee3L { top:0.5625rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogCHiI1Nhyip4A6e30pf93dlaAQulVd { display:block; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo6g2dKitrqfAxEAR0BwOdFtd10mKH53 { top:17.375rem;left:0rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sih0t9UCWo2QouwZPAlrcoXnIJr71cUu { top:20.4375rem;left:0rem;width:14.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAEuBTlLD5r2mZ00WApTZUsv3DaMTVxm { top:1.75rem;left:0rem;width:20.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOMmlfVvqNLnxVu40B9UmKhekrCILgxV { width:9.8125rem;height:2.6875rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkG79oCNq1PTGxbtwb3kRVA0XguMhfTq { display:block; }
 }@media only screen and (max-width: 763px) { #sTgrqUErNxcAFHoVzdWdy2Jg18XdTAg4 { top:4.1875rem;left:0rem;width:16.25rem;height:11.499rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnd255gRfAGyrJNZOFVpfG29dV1hMawo { top:1.8125rem;left:13.84375rem;width:20.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQk6aKIXeT66sJ5ysOWAOyVlKBC42wX6 { top:1.8125rem;left:27.6875rem;width:20.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV1ivnRbs2OuBeqS15AtqezwXGcTDuiR { width:9.8125rem;height:2.6875rem;top:24.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXlNpqM8EZWOPCcqcw6vBRHuPhr81K7L { display:block; }
 }@media only screen and (max-width: 763px) { #NyyyaIQT8s2zrgLLTckWVIMfLaJF6O80 { width:9.8125rem;height:2.6875rem;top:24.25rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIsaVJHXyv4ffDb7omcQZbOCsAm9XgR1 { display:block; }
 }@media only screen and (max-width: 763px) { #iglXaNmS5rw6ZusTww53qTNTTPJ4rPIc { top:17.375rem;left:15.4990234375rem;width:16.6875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynqNq8USXHqBrOJHQ4ksrIcus4z22Cef { top:20.5rem;left:16.6875rem;width:14.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRx118RdWT6lxc0GR1PJ18Alf8gpyeo { top:20.5rem;left:33.375rem;width:14.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPr3fnvqpI4lK6p9pXEqVIFIwA8ubume { top:17.375rem;left:31.0625rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOW5QS6ttNwepSLwVe5eKQDTmcEJ6ac5 { top:1.5625rem;left:16.875rem;width:14rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVOkRNC0zdg2cldnt3kkzOkbxkUOaN15 { top:1.1875rem;left:32.875rem;width:14.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN { display:block; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcxt4WJaQ21JGi8DJGgZdWlvd9IN9QXN { top:0.875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzRp23yQ7TFIEfHA9fKFubaIB7UwVn4 { top:1.1875rem;left:0rem;width:45.375rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55wq6AKTJALhKVoVhZdn4yNB9ZHWNga { top:0.5625rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT { display:block; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRnd6dOOma6Dyxt2da9wQg2t07X6cDKk { top:1.3125rem;left:0rem;width:20rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNtMro5FMofB6mBpdmB9DPxCvdfI4rDb { top:18.5rem;left:0rem;width:16.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lEONVxlncRffM3m5yNe2B1IK2TLmhg { top:20.9375rem;left:0rem;width:19.1875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMdReAGvLM4sWLgkBtZHprhvux8excC { width:9.8125rem;height:2.6875rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3hCJ9itOBcSIpoGgd7QyWiPSVLmpOE7 { display:block; }
 }@media only screen and (max-width: 763px) { #IBMbKRLbU4BTkCvAGakQXgWqogBrVV6A { top:1.3125rem;left:0rem;width:12.0625rem;height:15.669609349225rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ikVAU12TgRD4LTMbHXTvzWmo2X4pLI { top:1.75rem;left:13.842708587646rem;width:20rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uayi3POkzfmGpNrx0DoM0J0aLLdszhO8 { top:1.75rem;left:27.75rem;width:20rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFpX6QgoJd0TNt464QXzJ5kyLmNupGxD { top:18.5rem;left:15.5rem;width:16.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVyCS8TqpTz1xOipPcbHc04wtw9n4HWq { top:18.5rem;left:31.0625rem;width:16.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvugcHXP1bMzsNr2b44ykE93klMvGaJ8 { top:21.625rem;left:14.625rem;width:18.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlStGHJKOkLbCV8wgN7MuvrHLDqZw8fB { top:20.9375rem;left:29.3125rem;width:18.4375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02Z2uehirRkGTTQNdztT3RTSDuJGuAC { width:9.8125rem;height:2.6875rem;top:24.5rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPqQ96WhVWE8Trlhw1KkJHF1nw4Q1625 { display:block; }
 }@media only screen and (max-width: 763px) { #CRNhale0HJr5J61CTbDa15bft1RSPozP { width:9.8125rem;height:2.6875rem;top:24.5rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1Ns4FG1TkAcDUdm644xHw0hBOTTyIK { display:block; }
 }@media only screen and (max-width: 763px) { #DtOS9ucISr1hwfbPJ4C7wQlsVVTTWZWU { top:4.5625rem;left:15.5rem;width:16.75rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQESotXqKWos9mdAOM4iu6FseoCsE7m { top:1.8125rem;left:34.875rem;width:12.875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD764gPPk7qmFUichcBAbcTDnbIhQ16f { display:block; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFUCMJ8DR4ucDGXhxSkpfrwMsMF2TFfz { top:0.875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw7g12XUmfaReJSygThl3wBkwaPbRKBK { top:1.1875rem;left:0rem;width:45.375rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqJJZzziczANzTg6Su9tGKBb5IHefnIN { top:0.5625rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 { display:block; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWmzRKdZcecqsrDpAtmss8TBMyIDDre { top:17.625rem;left:28.625rem;width:19.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX6BzvVZS43oAKqwg38QNrgpTUxXgi5n { top:20.5rem;left:31.3125rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISvhlC0Xtxp1D6v31qa3TcsGOi4MzAAH { top:1.75rem;left:0rem;width:20.0625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKmTbh2D9gkgmRxObl8sVI16qiTsW3v1 { top:1.75rem;left:13.875001907349rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQO06h7y1evCtU1QrDn2yCWuE47lnusd { top:1.75rem;left:27.75rem;width:20rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHnnMQAQbL8sVb4rAld60Gd0bXTKOMkV { top:17.375rem;left:15.4990234375rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS5T7NMPekKkSRKDByEAWid1Q454ws6V { top:20.5rem;left:17.625rem;width:13rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPX9hPeM8lpH72tFMG7rWQphV3xoO9GE { width:9.8125rem;height:2.6875rem;top:24.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQJ4SZFUOX4rCJtPmvSfBe4675tQb9H { display:block; }
 }@media only screen and (max-width: 763px) { #KwkFuup6ftG0ovADmc47mzVNNd0yrOPr { top:17.375rem;left:0rem;width:16.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPiB4n1gpmuDJUZVd6iJqlPEvgPk868e { top:20.5rem;left:0rem;width:22.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULnOrpzcXca0ndlSuULLJUdK5TEot82m { width:9.8125rem;height:2.6875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMVwlt2Alaol4oTTHlgTFTvXeUNLqiG1 { display:block; }
 }@media only screen and (max-width: 763px) { #F0vlSgATfT2XTrRToG9taIletlwo6wTk { top:20.5rem;left:17.34423828125rem;width:13rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDDcZOrOdOyvCD2tSBTt7DvNlvAOT3Oz { top:20.5rem;left:17.625rem;width:13rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAew3Bf6HucsWS4XnOJhLBWcOsgnvE3A { top:0.875rem;left:0rem;width:13.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMwEGK5B2UogzUEWuiKoHzblit1edWr { top:0.875rem;left:16.59375rem;width:14.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9bB8CgL2ZWhgavddrFsziWx6ZUnqHE { top:1.5625rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk { display:block; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl { display:block; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzTHzM2zXzuVSzeH7uVLrwouhzDSzTbu { top:3.5625rem;left:0rem;width:26.25rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwoegmTSHKUZLt4FDtDVgdZeGeSLTvMl { top:6.4375rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptmeaWqTriNS7irGpuZVHPyvGikmdrF { top:1.125rem;left:0rem;width:47.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbOIDALTCfUZmnJHIa1dTRTcP8CbSzMm { top:7.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJoL6zznT3KNNNHJ1yBaw6OlmnJu1y6R { top:2.75rem;left:12.625rem;width:10.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAxCL0t57dZuge27P79TtJkd6DEDfN0P { top:3.5625rem;left:42.8125rem;width:4.9375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdPuRZWIJWXSgUORJFTBZL9TEPub1XM2 { top:4rem;left:43.0625rem;width:4.6875rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2BOLz2swEcHOTskkCyDk0THHmAdmvr { top:10.8125rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqB9PXkBZiot0FppNbPcz2iOfZlMJXsG { top:22.3125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNaNZZwyd6bROplG4lSdGk2KR0cwGn5L { top:22.375rem;left:0rem;width:15.375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1x956TQcOe6igpTzVveZavv3cgpPwLp { top:25.375rem;left:0rem;width:15.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hee54LWMGyq2KAEH8pN9GaUggVKmQ3T0 { top:22.5rem;left:16.3125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPS5VebuIB6WT9o9fT2VkoD9w1CXo9X4 { top:22.3125rem;left:21.9375rem;width:16.25rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4EpTNvXLPWgybDiZntxtKlxsD0oRWTe { top:25.375rem;left:21.9375rem;width:13.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctA6MFz63h5pxKTUhJeBJ6CLRV4oHNUb { top:22.1875rem;left:38.6875rem;width:5.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmtg0HwQG6FhRRI3ILD7RuzFCF0NorO { top:22.3125rem;left:35.6875rem;width:12.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrbXSbztI51nSb1TrnfvVq8AFEUfGO4R { top:25.375rem;left:36.3125rem;width:11.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV { display:block; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt { display:block; }#TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSQfDlCrGx2OmzbLzGqJXk5nliKypLCS { top:6.4375rem;left:3.15625rem;width:41.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU6gZgP3uztUJ0UvtT2ssSFSDWTMteIo { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhRl70LcxEITviMofxVDtexaTrooNEDb { top:10.1875rem;left:11.875rem;width:7.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB7xWBAG9J1fXsHqqulnPazQfi0RzM7P { top:12rem;left:11.5625rem;width:10.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgNgMv0tXxIWsKLWpIvv1JivZD4Na4Ox { top:10.0625rem;left:7.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0p8bKmTkvuxx1iiIhbr4lawUs17ZIG8 { top:10.3125rem;left:25.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQI8yG5K4m7FUNKvn6OIfRIkM4rfhxwa { top:10.0625rem;left:30.0625rem;width:7.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVvEpZ6QUOXzE7yuisMVisxtuTUNUAQL { top:11.875rem;left:30.0625rem;width:10.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1wzZ9oeWQOzWZaoFPDh4IRWAnTuQTSs { top:15.875rem;left:0rem;width:47.75rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHbGO3Rvs4Z7NyixeEDA2ktMNti2rIRU { top:18.125rem;left:23.8125rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWTIaEqzOl1CTpQoqkmnrpmFpCWFpKov { top:18.25rem;left:0rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLk8W1RbBov4oZdWoZTV2JaJzs2GXUGe { top:18.75rem;left:0rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C96CR33g1rAvBxq9iwxIqeSny0giAipb { top:20.625rem;left:0rem;width:24.75rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn6cdQiZqqZCpsTP8T2AJtFpfNrplukP { top:29.9375rem;left:0rem;width:1.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG3ciT4FvpuDBECwZhvC05fwb1UFlNS4 { top:30.9375rem;left:0rem;width:24.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsP2KUizR1SLPuxfeBoEcqWnWeviOlcT { top:37.875rem;left:0rem;width:47.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTBd6mKp6lXcUrB3VZD5zUSe4tMS56f { top:38.8125rem;left:0rem;width:25.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnJo09CbNflwnZV090n4HG4MtlLw1SNx { top:38.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOkX6PbDFhyGxhQORBDUoDRb75mQWEq { top:39.125rem;left:23.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Sk9fIBObSFU3TUeGErdMsOUhh9iq4U { width:20.125rem;height:3.3125rem;top:38.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4BVs8MFXtskwJ2OkoRR7HIbBfkqGbCL { display:block; }
 }@media only screen and (max-width: 763px) { #wRT7TtgiyK4AMJo3rPCFOR0W74D00v4L { top:18.625rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGoOc6bAwbNf546GewEc1F0iOetARvnu { top:19rem;left:25.25rem;width:14.375rem;height:11.1230625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVEFP2JJiH64JOp2cWDgamDBRW46uG3q { top:20.5rem;left:38rem;width:9.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVrHRItUvPyUh10JRDXUnezu2rwhxVfw { top:22.1875rem;left:36.1875rem;width:11.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQWWQAn2NE09m0rSgU78qfZT5KNfMKBk { top:18.0625rem;left:47.6875rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { display:block; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlRyaL44m6Ir31TpQFciJBgZSC1ZyLGc { top:6.875rem;left:0rem;width:47.75rem;height:31.974972191324rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-text {padding-top: 0; padding-bottom: 0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-select {padding-top: 0; padding-bottom: 0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P {display:block;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Rre4TTa3snQFVrh6rwgZiXSNSc2SFl4t {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #fyxDuCe6TuOkZ9UpBetQZ8MxW65hUDG3 { display:none; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #iLDekS08pul3TzQexTnvwaW6sJiR4LgG {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #uUCSIZTS1r2SRk18sPJQMbsVGhSfLlKC {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #wuQvb5KgSN25NU7wwCdgm07FspgtUU37 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #BRAIgDTZ7lRxkfXAgvoQexoH2G5s9fEW {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #UXe4P1Mki4bDo9H4Z5mRb3kJXgBmGMVL {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #qep3Tel2c4TH25SKaFGKzTwMcZTeA5x1 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #n8Ww0VaBAe6JuTW5BpyU6P63H6fWp0o3 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #C5K9OAxhDPw0mUo9CsitAsmTcQ1LRt7L {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #s4kzXi53WBrCAd1zvHX2ROPL1BiOMAnr { display:none; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #HupkrUBKlaeDkMpCxfqmmesonWGzgoWe {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #b8ebi1Hc8xIsmNfnXypssIQyIOHcrAoB {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #aFhF2Bxb0zD8W7n15fRGRIkAIq95Z43n {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Eza8bUp6AF69XzQ6lHvHJJwJteABnre6 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #kut10cTmXodZfbRkoZhrv9CaaQ7b0SZU {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #mHHUeJSGwXfo75nm9UCP8NDEGwfXKNEm {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Eco6F5Jm65Vt7T8ipUTkOqoL2NqwcD8u {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #PtIrZiTeEu3BfJaI6gIUMw3vL7iBzzox {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #yh5yBgalO1iFZDmwkTCuTdPnPEsUN808 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #mEBkcxiek92MEpOLzPwH1kQ4bQ043736 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #K6XuxKnpvnDzGxdXd4sTceD9MAuIJZ4Q {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #xWzO7TXP45rwVqJVLGgtVVGUM1CuCmDX {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #biHTEosBysaA4cezSDTbs6lsMrKSS4hb {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #WBFLLxZbUar7QdCe031GSGTqXNdnzcmC {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #PVysmHfzSZDAsCOqhVdMkRHWN0Ud6F8k {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #J1XkzUcCHaKF4TpasCKMmUBSLe4VK7Ib {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #u22ra9FcaM8V7gDGRyiir7C4NLlFtGPW {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #WsrF11FWw4zQukOvMF2eMbnUsGZsTmT3 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #uE6JAE47z994y9bZrvw51Rl4L61cJvpS {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #FBF07Kg67fGCuw8uv7N8HTMkd2gdqdGk {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #ME5SLL20rZ1ab2Ku186nudBSnKNS1aFN {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #dixbHEZof0TS3weASQfxvg5RAykNirMF {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #DHanh7tELOuUvAQ4HELOOUuF70ir59ug {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #VWVkmoPfTP0HT1gLFvIT07VXITUTPsom {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #w5S1U30kR3lXAeXMuUzpvgFTe0f9v8lX {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #nT4txgJkt46BXCwUvEbwsG5xAQn21nxp {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #XyhKVblMNFKtMKiDglvv43LWoJAHGPtB {  }
 }@media only screen and (max-width: 763px) { #p5RIILMdS6MElsytZl0z1s1xVCJvn18U { display:block; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7gsrhUkxTkdJgg8cmeybAI2WmhLl9DG { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SykZ0El9xFh54mis7yN59WEUXOSoc8Dw { top:6.4375rem;left:0rem;width:37.5625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RokvoR6BcBJK6RqR44gJNchN5H2vSTy3 { top:15.25rem;left:0rem;width:37.5rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaudcoSZKMQGuWVNuSaATvRgTmJm3ho5 { top:28.375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1n78mMcTABgP11CbI4kzqimvIz1O8UN { top:6.4375rem;left:16.375rem;width:31.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 { display:block; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srhZnFECkyffbhVToAJCiyQyHr0A3Eta { top:3rem;left:31.5rem;width:16.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwdwOvXUAwFwbPsOwvKOXIDGCwZL6ma { top:9.5625rem;left:39.936767578125rem;width:3.625rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrKMLLH58p3qtZsFwrw5r5keo89FJbv { top:11.125rem;left:32.9375rem;width:14.8125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1U31df7RpbUO0rarTWzRdb4ffKpAPTO { top:2.9375rem;left:19.5625rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTHPJASdrb3Zhh57bkM2CODT20JZ8Tk { top:3.125rem;left:2.46875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOtrUatnJmIE4nJr8RKNVS7CG7KtMldh { top:9.625rem;left:0rem;width:13.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2MVDqXvE3R94CT3RBXbdlQHFGmdp6gx { top:11.1875rem;left:0rem;width:15.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erPacxLsUSvRxZavEiIobQIkoht86JGs { top:3.125rem;left:0rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTnTLGVxTaWPLGLTOi84rCIlbhluctT1 { top:2.9375rem;left:7.625rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sph1KvkrgAWTdopvD95HeCddK9nOVM6S { top:3.125rem;left:14.40625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xuBaMgo8A67OG5l0Vzk5T8OAXv1RfS { top:9.75rem;left:7.8125rem;width:16.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNRECwuG7K2VPwQENktXxhoQiTBzmdVu { top:11.125rem;left:9.0625rem;width:14.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4znerlTkViuVqXS60p7753lbJkTznXN { top:9.6875rem;left:25.46875rem;width:8.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUsXVuIHBGOel6GOBW7eKVzuSCgoCC7T { top:4.125rem;left:27.3125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihxq42rbkKlXkDEGGRmWZgMCbythqvzm { top:4.125rem;left:39.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWKBJDz8glgncSNvbWS48OMgAiTFz1w { top:16.625rem;left:21.75rem;width:15rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olRSBJIgtLvaaDkoQd9W5ruc3dW5cDlh { top:11.125rem;left:21rem;width:14.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dERdxtBRyB4ptiZg1wynyUyJCH1wIx8C { top:1.8125rem;left:0rem;width:25.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { top:2.8125rem;left:0rem;width:21.625rem;height:7.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qukS40DHkp1JQtSrZ1r74gpp40KgiiaL { top:0.8125rem;left:14.618492126465rem;width:12.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vctqqLEexl0OTG3BLJG66yeQUyED8m4N { top:1.9375rem;left:38.375rem;width:9.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTctKsD1vrOhXeUnRPRx1hTz0kIUvnGU { top:4.375rem;left:29.286460876465rem;width:12.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDLvXcbF7hpo5tTTvE5KPBlV1qnC3EVc { top:8.125rem;left:13.333740234375rem;width:18.5rem;height:4.360386811766rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXa0qT1R94c4rxydOOmsKa5oCntECKJi { top:8.4375rem;left:31.1875rem;width:16.5625rem;height:3.999025rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD { display:block; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzoUITcVHH6vRLOfSPCqtTlurOPgmCm1 { top:1.5625rem;left:0rem;width:18.8125rem;height:4rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et4vFRvsGVeyifVkOvKDcTqDVtr40TJA { top:5.625rem;left:0rem;width:18.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAVdvJRVu4yXTPJFpPIX1tRCCoGzFVr { top:1.5625rem;left:12.9375rem;width:18.8125rem;height:4rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEwCNU9HGrDbOkDPkSHhChhUsW7IKdG1 { top:5.625rem;left:13rem;width:18.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmZDwVkddTQrZqHxgTU3vUNIgKoKe3M { top:1.5625rem;left:28.8125rem;width:18.8125rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsflAZNqMNFNOSUxZCeXAtSrJZeBLGFG { top:5.625rem;left:28.875rem;width:18.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBslpm0IwTp10ET5dslhW40xlaxJNU82 { display:block; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { top:1.3125rem;left:0rem;width:22.875rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { top:1.3125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #WFoGKa3xR46PJelyKVz69f7xtikuVK4T { top:1.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { top:7.5rem;left:0rem;width:20.125rem;height:2.6782318443884rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QHei61HxzeCkXfw7GBfAT72xThsa5H4b { position:relative;z-index:auto;display:block; }#QHei61HxzeCkXfw7GBfAT72xThsa5H4b > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiV23liTTqABFlOGgL7xTRMmy0as9wc6 { width:1.875rem;height:1.875rem;top:20.8496125rem;left:9.0625rem;display:none; }
#DiV23liTTqABFlOGgL7xTRMmy0as9wc6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #AeF4ZbJEv7efq1XBOlq2kd57P42REvUg { width:2.125rem;height:2.125rem;top:17.4746125rem;left:8.9375rem;display:none; }
#AeF4ZbJEv7efq1XBOlq2kd57P42REvUg > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #J1cq3vXp1RXbvb4zP3cTxC6ucSNx97tO { display:flex;width:2.1875rem;height:2.1875rem;top:2.0625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOkdJiO0Fx0SriccZBctpQuMT6mgyd0E { width:14rem;height:auto;top:2.5rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XkcHyzCaBcETx4dQPZvNXt5yQ7vU1Ovr { width:14.5625rem;height:2.5625rem;top:1.0625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbAvJ8NAufBvD6rKlaemDnzy08nuSHHT { display:flex;width:1.875rem;height:1.875rem;top:2.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSmgGIlR78VlSn3afiSmnAkxtMu12yFW { width:10.1875rem;height:auto;top:2.5rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1f41bd6-b118-482d-883d-a25ac5f7e4f5/HeaderLanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.adaptive-delivery-prevent-bg, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyload, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyloading { background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { background-color: transparent; background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .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); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { border-width: 0; border-radius: 0; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { width:18.8730625rem;height:16.5rem;top:3.435546875rem;left:1.1259765625rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { padding-top:0.434375rem;padding-right:0.37875rem;padding-bottom:0.434375rem;padding-left:0.37875rem;width:2.274375rem;min-width:2.274375rem;height:2.334375rem;font-size:1.7375rem;line-height:37.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.031875rem;height:0.923125rem;font-size:0.65125rem;line-height:14.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { display:flex;width:16.125rem;height:4.3971375rem;top:25.3125rem;left:1.375rem;padding-top:0.543125rem;padding-right:0.54125rem;padding-bottom:0.543125rem;padding-left:0.54125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
 }@media only screen and (max-width: 763px) { #ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { width:17.1875rem;height:1.78125rem;top:1.0555753707886rem;left:1.4053622484207rem;font-size:1.1875rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { width:15.8111875rem;height:2.923825rem;top:21.125rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { display:block; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { width:16.875rem;height:2.75rem;top:1.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block; }
 }@media only screen and (max-width: 763px) { #kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { width:16.875rem;height:2.75rem;top:5.9375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block; }
 }@media only screen and (max-width: 763px) { #Vyr1WiH3QTl9pDXBd6VqzxsEh9qd6Ezg { width:16.875rem;height:2.75rem;top:10.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmgP7KG9gxn7r6GDzLF6oOxqpVk9OfBw { display:block; }
 }@media only screen and (max-width: 763px) { #oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { width:17.9361875rem;height:18rem;top:7.8229179382325rem;left:1.0286458730698rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xd2UHddfxobmraDnHenreFmdyWk1Elat { width:20rem;height:4.5rem;top:1.8749799728394rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR { display:block; }#O4TzvXhmGPlb2NrVwX9GI3uSkS9Rs4TR > .row .container { width:20rem;height:169.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUpcRmBFx1knzIwBran3LQnpto4B2PfZ { width:11.312125rem;height:1.375rem;top:35.9375rem;left:4.375rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q8I3HzIRPAdPgcDK2sxs5zp59cin95ow { width:9.375rem;height:7.4375rem;top:7.9778642654419rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLAF2A69S8TtGmwEg1r4cooeTTBLEf48 { width:15.9375rem;height:1.25rem;top:71.625rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hGrN0GTbdUFCXT4ud1G4Mpd8tmWTZ1Pe { width:15.9375rem;height:1.31293125rem;top:83.3125rem;left:2.0625rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Azgc8Uia2FWB4oQJ7UwhCQAIPTfh754r { width:15.9375rem;height:1.43771875rem;top:106.5625rem;left:2.125rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TsIqZhuEGbvCUZtJfPyw0Am9MNnAQaVV { width:17.6875rem;height:2.8125rem;top:71.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbbQaBA352DS9JzyfhTzWwycdrX6unMT { width:17.625rem;height:10.8125rem;top:63.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHOPAmcwCcf1QuAIIbVRMkzVw9gruEaG { display:block; }
 }@media only screen and (max-width: 763px) { #vcwxi83tpXIK4ISqdS5JEEacfA7lJ6F1 { width:17.6875rem;height:10.875rem;top:28.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6oDBmcJyRzNXU5rixNoqvgwsTMQhCl6 { width:17.6875rem;height:10.875rem;top:63.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAGDtnwtbbRVz1xxwF2ohukMiSGKmIxQ { width:17.8125rem;height:2.8125rem;top:82.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP0COOhIpbvf3i3fVMdLBHuKQASH9X4e { width:17.8125rem;height:2.8125rem;top:106.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQGgQ5Le3mUUxZ9Lga67OpsHVNEOIBeO { width:17.4375rem;height:10.625rem;top:98.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFAURaTcIzCeyrxZRm9pBKEoHUilk10X { width:17.6875rem;height:2.8125rem;top:129.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5JFm296JTmKRTrZuz0hOKBcazGnUm1w { width:15.9375rem;height:1.31293125rem;top:129.8125rem;left:2.1875rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U0RX7kFDgQSXGgRKgFtIezcIT01hD22b { width:17.625rem;height:10.836572438163rem;top:133.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Mcw1EEXnF8Eig9WLV4z6dCWaTuygbE { width:17.625rem;height:10.836572438163rem;top:144.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hTRvRu1LwykIge3Qz5zQnhH9DF5uWn { width:17.8125rem;height:2.8125rem;top:152.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxBOIr2U1pfumIwcVWGVVhlMuBd8SeiL { width:17.6243125rem;height:10.8114375rem;top:121.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmrOrZsnrDdWcA0lU18idSsb03F1v3Xy { display:block; }
 }@media only screen and (max-width: 763px) { #gcCIoETdvzhQuQaSRO66DoOIFFJzmynH { width:15.9375rem;height:1.25rem;top:153.125rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #x3UNb9MC5q0P80voKTBu8bFQP1UlVvCO { width:17.8125rem;height:2.8125rem;top:140.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9I5flM2klJJbO85Ta7qAxFbJrE4tmQD { width:15.9375rem;height:1.375rem;top:141.5rem;left:2rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vIxKNNNT5Sc5fAFdzvDGI5q2OQPFTTup { width:17.6875rem;height:10.9375rem;top:133.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWx7TwnCmhMdEpeuDbNhG02lKPGnmBEl { display:block; }
 }@media only screen and (max-width: 763px) { #iLl54dHb9mVJCBqcIy4HyDZJmgnSU0t1 { width:17.625rem;height:10.8125rem;top:157.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yvunJfbaTOnddniMmhl6RAGuHDuKJx { width:17.6243125rem;height:10.8363125rem;top:110.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTct8uDN3eoVn2wTJ4TQTNU7EoRVKSMJ { width:17.6243125rem;height:10.835375rem;top:121.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyJDCVBTKHrt49e8En0TRFQ7R50LnnH { width:17.6873125rem;height:10.9375rem;top:140.49360084534rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NndQlTb3nVayCVSxf5KV13xrvFwmNFSa { display:block; }
 }@media only screen and (max-width: 763px) { #dzGEqHfBFylHEWOMHp7MqG6Q5eFZVGcf { width:15.625rem;height:1.625rem;top:161.6875rem;left:2.1875rem;font-size:1.25rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2L8l2OOlWOMpoX7y4TzhW7IfKQf7qh { display:flex;width:1.3125rem;height:1.3125rem;top:163.9375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #xhrCx7L01iqXT7UKZG7M2qnMBQtGVew5 { width:15.6875rem;height:25.25rem;top:1.3750019073486rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssCzMw6lQENflXRlLQOvyJKbQl8iaOZ4 { width:16.9375rem;height:35.375rem;top:1.23828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3VoFAmzpBOmsxr0TMyJs6As4oEeMPuv { display:block; }
 }@media only screen and (max-width: 763px) { #DoTCFn8clTIob6Fe5wDAv4iPDyXozBEg { width:15.5rem;height:6.09375rem;top:10.953125rem;left:2.25rem;font-size:1.5625rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vd4WIffTIhT27owF1BUpVdx2DlqTdPi7 { width:15.625rem;height:1.70605625rem;top:17.6015625rem;left:2.1875rem;font-size:1.3125rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TC6a6BdPob5Tsbea9PdTrGR4iFc4RTzl { display:flex;width:2.625rem;height:2.625rem;top:29.810900449752rem;left:13.835226416588rem;display:none; }
 }@media only screen and (max-width: 763px) { #palaPo77sDN0GzoEKXTkXUl7p7asyTKH { width:17.6875rem;height:2.8125rem;top:117.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHVxXfUWH46Hch5Pb67iGT6tV4zRWBq { width:15.9375rem;height:1.31293125rem;top:118.125rem;left:2.0625rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vyuITE3txbnwF80VazoQ1KyIXo417Qnc { width:15.875rem;height:25.25rem;top:1.3541679382324rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C1Hb1pcSpg6Pp4lTnywhrh7RTKUlVg { width:17.75rem;height:2.8125rem;top:35.3125rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lH5E8fcTXv1TUaO5Ls2o6DVtkOZCDSTB { width:17.6243125rem;height:10.8114375rem;top:110.125rem;left:1.1875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #a26cQd1VDxHo1B5wuckboTlv1kwCsANK { display:block; }
 }@media only screen and (max-width: 763px) { #UyXiihT1nQlUt6ZyQV4ykTTI5tQxZ03L { display:flex;width:1.1875rem;height:1.1875rem;top:165.90626049042rem;left:18.812501728535rem; }
 }@media only screen and (max-width: 763px) { #HraeW4qylV3F3Zv0yxKVSKRu1RS4xuro { width:17.625rem;height:10.9375rem;top:157rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlTA3E47tzDlbZ3tKs2EBFIkuaaQmtE { width:17.6875rem;height:2.8125rem;top:47.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV5KD7kga33kTe2eLVRtxrSQtnRR3U43 { width:17.6875rem;height:10.875rem;top:39.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2fhA6EqLNk2NulV56x65uHKhTZOoCfs { width:17.6236875rem;height:10.8736875rem;top:39.6875rem;left:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Uhxf0VLHeCl2FBxV9u63o0JNVPJdbdEu { display:block; }
 }@media only screen and (max-width: 763px) { #BRoTE9XPdG06b4lJ2AvTrKHvXbDMrGA3 { width:15.9375rem;height:1.25rem;top:47.9375rem;left:2.0625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ARUDh4wb95nFnequHvBksrMyHyvHXNGL { width:17.6875rem;height:10.875rem;top:51.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4IVLWBMggfwznd5cJfIFQO7bG4EpKmU { width:17.5625rem;height:10.8125rem;top:51.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5fzIMLADMC5Mplga13xUGO7JxhhUHw { display:block; }
 }@media only screen and (max-width: 763px) { #WdzoJtuRsipRez7zfiGaRToBtIHOSpfU { width:17.6875rem;height:2.8125rem;top:59rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDT6gZ5L9dQ9vqO9F1Kd1kZ3WLwSd3sW { width:15.9375rem;height:1.25rem;top:59.5625rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IZGxHK578rEaLkHDOAo7ip0FXiwZmkkH { width:17.625rem;height:10.836572438163rem;top:75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2nTPKinK8J9mFKhSWmZdGUD1E7E35mT { width:17.75rem;height:10.875rem;top:75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KLqeqem7J3tFXB3G8os70Bx3UpvRu6 { display:block; }
 }@media only screen and (max-width: 763px) { #iJ8zAuFWGlpPbUIltaPPuEC6Dv5ronTT { width:17.8125rem;height:10.875rem;top:86.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAHi9gxykTJNDoywXV5oNa0mn4IMyVn { display:block; }
 }@media only screen and (max-width: 763px) { #oBSoox442rNBMgC88O5QGoAMIf0gJWK4 { width:17.75rem;height:10.875rem;top:87.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfaag1zavcJrTce5ExhyNuxFE38NqVVP { width:17.8125rem;height:2.8125rem;top:94.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hlEwCEE2dCHu7b78r4pqpSUOWz29LO { width:15.9375rem;height:1.375rem;top:95.375rem;left:2rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UnFBqfbwFX9ddhmZNtyob8LtZ8IqpMC5 { width:17.4375rem;height:10.8125rem;top:98.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsOQ3OI6PAMTe4ve43SLQBABU02sr3dN { display:block; }
 }@media only screen and (max-width: 763px) { #S82BGxsu4RrGVvxDIRT11c3k7po4Mh31 { width:17.8125rem;height:10.9375rem;top:186.56159533691rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD756JHuRouC4v9LfCTIt0rPwEQh8fy7 { display:block; }
 }@media only screen and (max-width: 763px) { #CTypSWM4IAnQq37TyCQhqdeKGQuGuyFr { width:17.6875rem;height:10.9375rem;top:144.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEOv8rCcVTy5TNLk9VW7oQb2ZGOewlg2 { display:block; }
 }@media only screen and (max-width: 763px) { #IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { width:17.625rem;height:2.25rem;top:23.536458969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block; }
 }@media only screen and (max-width: 763px) { #dMLuN1IudG5VMFVMnszbCZu360cVbD44 { display:block; }#dMLuN1IudG5VMFVMnszbCZu360cVbD44 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMfG6wlwKk5b2D893OHa9VlJi82GuDpo { display:block; }#rMfG6wlwKk5b2D893OHa9VlJi82GuDpo > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aq1xbAThkXkCC6qRDC7AxOb089qFD7EG { width:17.1875rem;height:5.1181625rem;top:0.8125rem;left:1.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFgzG8FemexnXmCNyUNkkaQ2Em9utQIr { width:17.625rem;height:23.994125rem;top:6.8125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ { display:block; }#gASOhPfbUFA38Qw9qnErQhpTWWuyBmTQ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmK3QJr4oa3xfuxKEZfShWn4TbaLVFv8 { display:flex;width:3.25rem;height:3.25rem;top:1.6250190734863rem;left:0.9375rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #ya350gUscUEe5ZKbnET5kiTWpJkZFUl4 { width:11.25rem;height:2.2744125rem;top:1.9873046875rem;left:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Aza0p2JBQii23FfJXDES4h1r14JB5e { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz { display:block; }#v0M1WCF0GhBLQGJRN75AuwP9Xf6MVgnz > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoNTPFVk7TkBIEWATH1fTVnThsGGEmyT { width:16.6875rem;height:1.7871125rem;top:17.5869140625rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTFIcXPNK7lyBusgvum4cLTTXn30dEz { width:13rem;height:3.65625rem;top:19.7490234375rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Dbm6sZTAsEWkkaKdBkc2Q4vygX128z { width:17.1875rem;height:27.3125rem;top:1.0625190734863rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpRtdk22QpfGH13sNObayX4GNpTZMl8T { width:9.8125rem;height:2.6875rem;top:24.332042694092rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1FDFJOMLBwG8k2nXE1ld9Odyw2eyH5h { display:block; }
 }@media only screen and (max-width: 763px) { #dzdCwV9nEpk4O4dJHREXzAIqPx8fLX5K { width:17.1875rem;height:27.3125rem;top:29.566665649414rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkUStpASeC5d0gmkAeCILwTQAvVTOb92 { width:17.1875rem;height:27.3125rem;top:59.373960494995rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB2wsFogbUGUOqt3yuBrr0EFKzOaUh6G { width:16.6875rem;height:1.7871125rem;top:46.1494140625rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPv81TT47rV3MfNEZgbdwdaAWaxbiBvb { width:13rem;height:0;top:48.0625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHHVfxkbUT8rLUt1WT5hTnaqmXGJn5W1 { width:9.8125rem;height:2.6875rem;top:51.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTztQawa4XmBd4bTZHwfIbuEkCe7xamH { display:block; }
 }@media only screen and (max-width: 763px) { #OPLEqm1CvtANokrQdziTCA2ziZhg3xH4 { width:16.6875rem;height:1.7871125rem;top:76.62109375rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuwCee9Ck5UkT6AOHuslRLzESQ7isRVi { width:12.25rem;height:2.4375rem;top:79.0000038147rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1iZp1sDllFf2143M32mXliLtfmef5S0 { width:9.8125rem;height:2.6875rem;top:81.9375038147rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz1c418qLhrkGNEURCiIaEXRhumUrCHC { display:block; }
 }@media only screen and (max-width: 763px) { #DoyvAzEAHE6n3BTR97oQsf7kCO98USTu { width:13rem;height:0;top:121.28259326172rem;left:3.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7AwLhuSWxLIAc7BTSwzEUEsNUBd01Nb { width:13rem;height:2.599825rem;top:48.186220169067rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh8IKTKtXxN82RVvfs1oZyNvnTziqEa2 { width:11.4375rem;height:15.1666875rem;top:1.84765625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOoGUBlmWzcvTk2XZldrk1ZIVRornmcT { width:11.3125rem;height:15.851411945072rem;top:29.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZofaDSGl1RCvZ2qcewzzwA3OEIbf8bX { width:14.0625rem;height:15.6796875rem;top:59.373700141907rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk { display:block; }#z9VG7khuHTEQLUX1IzQlqzTgKAkiK8Hk > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGFQbFp8yI00amT53q6qX0lPsfMy8vQL { display:flex;width:3.25rem;height:3.25rem;top:2.0104179382324rem;left:0.875rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #WQ4MSSWo3UN5ik1likRGozzOqBrRLRvu { width:11.25rem;height:3.8984375rem;top:1.4414167404175rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0m20syTOVO94oHBO91FHQK8wypwR4c { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN { display:block; }#kxZFmIWLWPkqpBt0ql8dLxffMEQwxxzN > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6vSDWrLG1Gv6DOPQFi7El1hJUIkWtX8 { width:16.6875rem;height:1.7871125rem;top:18.4619140625rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFVQkhlReLZINXZrIAoiWuTTz9Gak1i8 { width:14rem;height:2.4375rem;top:20.375rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOeANLqXGKJtd2Xw7ofSffKwyCeV9Kme { width:17.1875rem;height:27.3125rem;top:1.0625190734863rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPPxC5ODlAamOb10aqm5XTunc9vKVs46 { width:9.8125rem;height:2.6875rem;top:23.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRKerN5wxxlTzkgt1yQcWxTPPUcK35qO { display:block; }
 }@media only screen and (max-width: 763px) { #SMMUfZhmGiMQ8zVPJgaJAvErVimyVTeK { width:17.1875rem;height:27.3125rem;top:29.566665649414rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmE4aETh4V6SF3unUQorWaTJv5zxB5I2 { width:16.6875rem;height:1.7871125rem;top:45.99609375rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leCVstpVX4T8zLPX1Snsl894pkbnJSlP { width:15.5rem;height:2.4375rem;top:48.312502861023rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cINH7aP2TIdEnttJObdhgcUoLhzCnNLf { width:9.8125rem;height:2.6875rem;top:51.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Ht2azg3kbO1bKl8wUWVMVJ6LRsAvli { display:block; }
 }@media only screen and (max-width: 763px) { #MMeJC4S5TEkJfzpZK7DItkoSzDqAi8Dd { width:11.875rem;height:15.497375rem;top:1.5195426940918rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1WTdB66scb5F52m9KTW4DZixk7lepPH { width:13.75rem;height:17.934875rem;top:28.375010251999rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQGTV7W1vRJ5SiAMZlCJoDwwHrvKndy1 { width:17.3125rem;height:26.25rem;top:58.750001907349rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMZe3wapPPzhsTrgI68Kc3bD9AQWau5e { width:16.6875rem;height:1.7871125rem;top:75.375rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv7hlg0p9LB0WgfGsIaNldrOZ3T9lnbT { width:16.25rem;height:2.4375rem;top:77.6250038147rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPFg0x6KZPkAIxVmBlvdmgniKccneUL { width:9.8125rem;height:2.6875rem;top:81.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0BbItXiO0WsZOgRBBIM5xXsX8JdLRW { display:block; }
 }@media only screen and (max-width: 763px) { #SXX5iEetNcR7DxSEmfEvgIpHEkJVv2sN { width:11.9375rem;height:15.5625rem;top:58.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp { display:block; }#wxtp5321IbKvL7kxUUiWSK0H2ADQFGfp > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrtWaCBPS7OTGZNbwLK2fPOQ51KxcLXZ { display:flex;width:3.25rem;height:3.25rem;top:1.864559173584rem;left:0.75rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #vomZ9l18m5PHqbtfkBrgQD4HntrnptJl { width:10.625rem;height:2.03125rem;top:2.5169181823731rem;left:4.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vv5H523DN99cp4hIZmHJBbqXLm5tee3L { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogCHiI1Nhyip4A6e30pf93dlaAQulVd { display:block; }#kogCHiI1Nhyip4A6e30pf93dlaAQulVd > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo6g2dKitrqfAxEAR0BwOdFtd10mKH53 { width:16.6875rem;height:1.7871125rem;top:17.8994140625rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sih0t9UCWo2QouwZPAlrcoXnIJr71cUu { width:13rem;height:2.4375rem;top:19.9375rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAEuBTlLD5r2mZ00WApTZUsv3DaMTVxm { width:17.1875rem;height:27.3125rem;top:1.0625190734863rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOMmlfVvqNLnxVu40B9UmKhekrCILgxV { width:9.8125rem;height:2.6875rem;top:23.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkG79oCNq1PTGxbtwb3kRVA0XguMhfTq { display:block; }
 }@media only screen and (max-width: 763px) { #sTgrqUErNxcAFHoVzdWdy2Jg18XdTAg4 { width:16.25rem;height:11.497375rem;top:3.1875190734863rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnd255gRfAGyrJNZOFVpfG29dV1hMawo { width:17.625rem;height:26.8125rem;top:30.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQk6aKIXeT66sJ5ysOWAOyVlKBC42wX6 { width:17.8125rem;height:26.8125rem;top:57.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV1ivnRbs2OuBeqS15AtqezwXGcTDuiR { width:9.8125rem;height:2.6875rem;top:52.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXlNpqM8EZWOPCcqcw6vBRHuPhr81K7L { display:block; }
 }@media only screen and (max-width: 763px) { #NyyyaIQT8s2zrgLLTckWVIMfLaJF6O80 { width:9.8125rem;height:2.6875rem;top:80.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIsaVJHXyv4ffDb7omcQZbOCsAm9XgR1 { display:block; }
 }@media only screen and (max-width: 763px) { #iglXaNmS5rw6ZusTww53qTNTTPJ4rPIc { width:16.6875rem;height:1.70605625rem;top:46.9375rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynqNq8USXHqBrOJHQ4ksrIcus4z22Cef { width:14.375rem;height:2.4375rem;top:49.0625rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRx118RdWT6lxc0GR1PJ18Alf8gpyeo { width:14.375rem;height:2.76171875rem;top:76.5rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPr3fnvqpI4lK6p9pXEqVIFIwA8ubume { width:16.6875rem;height:1.7871125rem;top:74.25rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOW5QS6ttNwepSLwVe5eKQDTmcEJ6ac5 { width:14rem;height:18.3125rem;top:30.375rem;left:3rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EVOkRNC0zdg2cldnt3kkzOkbxkUOaN15 { width:14.875rem;height:19.375rem;top:56.724609375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN { display:block; }#x2cV5Gn6T019Vu0N8LNFCtmsBleuZIJN > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcxt4WJaQ21JGi8DJGgZdWlvd9IN9QXN { display:flex;width:3.25rem;height:3.25rem;top:1.6250228881836rem;left:1rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #dDzRp23yQ7TFIEfHA9fKFubaIB7UwVn4 { width:11.25rem;height:2.11263125rem;top:2.1927089691162rem;left:5.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55wq6AKTJALhKVoVhZdn4yNB9ZHWNga { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT { display:block; }#GWqImFyy54FW6gHhlJgS0H4Ko1WUyPwT > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRnd6dOOma6Dyxt2da9wQg2t07X6cDKk { width:17.1875rem;height:28.5rem;top:2.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNtMro5FMofB6mBpdmB9DPxCvdfI4rDb { width:16.6875rem;height:1.7871125rem;top:19.2509765625rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lEONVxlncRffM3m5yNe2B1IK2TLmhg { width:11.9375rem;height:3.65625rem;top:21.677084624767rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMdReAGvLM4sWLgkBtZHprhvux8excC { width:9.8125rem;height:2.6875rem;top:26.509115874767rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3hCJ9itOBcSIpoGgd7QyWiPSVLmpOE7 { display:block; }
 }@media only screen and (max-width: 763px) { #IBMbKRLbU4BTkCvAGakQXgWqogBrVV6A { width:10.6875rem;height:13.875rem;top:3.6865234375rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ikVAU12TgRD4LTMbHXTvzWmo2X4pLI { width:17.1875rem;height:26.75rem;top:32.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uayi3POkzfmGpNrx0DoM0J0aLLdszhO8 { width:17.125rem;height:26.75rem;top:60.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFpX6QgoJd0TNt464QXzJ5kyLmNupGxD { width:16.6875rem;height:1.7871125rem;top:50.3125rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVyCS8TqpTz1xOipPcbHc04wtw9n4HWq { width:16.6875rem;height:1.7871125rem;top:77.1875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvugcHXP1bMzsNr2b44ykE93klMvGaJ8 { width:18.4375rem;height:1.21875rem;top:52.5625rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlStGHJKOkLbCV8wgN7MuvrHLDqZw8fB { width:18.4375rem;height:2.4375rem;top:79.625rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02Z2uehirRkGTTQNdztT3RTSDuJGuAC { width:9.8125rem;height:2.6875rem;top:55.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPqQ96WhVWE8Trlhw1KkJHF1nw4Q1625 { display:block; }
 }@media only screen and (max-width: 763px) { #CRNhale0HJr5J61CTbDa15bft1RSPozP { width:9.8125rem;height:2.6875rem;top:83.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1Ns4FG1TkAcDUdm644xHw0hBOTTyIK { display:block; }
 }@media only screen and (max-width: 763px) { #DtOS9ucISr1hwfbPJ4C7wQlsVVTTWZWU { width:15rem;height:10.1875rem;top:36.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQESotXqKWos9mdAOM4iu6FseoCsE7m { width:12.875rem;height:16.75rem;top:60.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD764gPPk7qmFUichcBAbcTDnbIhQ16f { display:block; }#KD764gPPk7qmFUichcBAbcTDnbIhQ16f > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFUCMJ8DR4ucDGXhxSkpfrwMsMF2TFfz { display:flex;width:3.25rem;height:3.25rem;top:1.4687194824219rem;left:0.9375rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #pw7g12XUmfaReJSygThl3wBkwaPbRKBK { width:11.25rem;height:3.4121125rem;top:1.6380109786988rem;left:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqJJZzziczANzTg6Su9tGKBb5IHefnIN { width:20rem;height:4.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 { display:block; }#InBtbACuwNXWT9Wc4tlabzsEpT1duHn8 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWmzRKdZcecqsrDpAtmss8TBMyIDDre { width:16.6875rem;height:2.4375rem;top:16.935409545899rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oX6BzvVZS43oAKqwg38QNrgpTUxXgi5n { width:13rem;height:2.7625rem;top:19.9375rem;left:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISvhlC0Xtxp1D6v31qa3TcsGOi4MzAAH { width:17.1875rem;height:27.3125rem;top:1.0625190734863rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKmTbh2D9gkgmRxObl8sVI16qiTsW3v1 { width:17.1875rem;height:25.875rem;top:29.56640625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQO06h7y1evCtU1QrDn2yCWuE47lnusd { width:17.1875rem;height:27.3125rem;top:59.373960494995rem;left:1.7500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHnnMQAQbL8sVb4rAld60Gd0bXTKOMkV { width:16.6875rem;height:1.7871125rem;top:45.630859375rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS5T7NMPekKkSRKDByEAWid1Q454ws6V { width:13rem;height:0;top:48.0625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPX9hPeM8lpH72tFMG7rWQphV3xoO9GE { width:9.8125rem;height:2.6875rem;top:51.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtQJ4SZFUOX4rCJtPmvSfBe4675tQb9H { display:block; }
 }@media only screen and (max-width: 763px) { #KwkFuup6ftG0ovADmc47mzVNNd0yrOPr { width:16.6875rem;height:1.7871125rem;top:18.869140625rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPiB4n1gpmuDJUZVd6iJqlPEvgPk868e { width:12.5rem;height:3.65625rem;top:20.94140625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULnOrpzcXca0ndlSuULLJUdK5TEot82m { width:9.8125rem;height:2.6875rem;top:25.035157442093rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMVwlt2Alaol4oTTHlgTFTvXeUNLqiG1 { display:block; }
 }@media only screen and (max-width: 763px) { #F0vlSgATfT2XTrRToG9taIletlwo6wTk { width:13rem;height:0;top:125.55206298828rem;left:3.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDDcZOrOdOyvCD2tSBTt7DvNlvAOT3Oz { width:13rem;height:2.4375rem;top:48.062459945679rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAew3Bf6HucsWS4XnOJhLBWcOsgnvE3A { width:13.75rem;height:17.9375rem;top:28.375020980835rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMwEGK5B2UogzUEWuiKoHzblit1edWr { width:14.5625rem;height:16.5625rem;top:1.0625209808349rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9bB8CgL2ZWhgavddrFsziWx6ZUnqHE { width:16.9375rem;height:16.9375rem;top:127.98852348328rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk { display:block; }#l98QXppA5xRiVhsnlkdG2ebPTv0eQ4bk > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl { display:block; }#fJvM0sC1p3cpoADQ8ZDxHd23wRrJ2NGl > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzTHzM2zXzuVSzeH7uVLrwouhzDSzTbu { width:12.625rem;height:1.7068125rem;top:3.875rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwoegmTSHKUZLt4FDtDVgdZeGeSLTvMl { width:9.375rem;height:0.125rem;top:5.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptmeaWqTriNS7irGpuZVHPyvGikmdrF { width:20rem;height:44.1873125rem;top:2.9351129531861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbOIDALTCfUZmnJHIa1dTRTcP8CbSzMm { width:19.125rem;height:2.6rem;top:6.6875rem;left:0.875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mJoL6zznT3KNNNHJ1yBaw6OlmnJu1y6R { width:6.12413125rem;height:2.56185rem;top:3.4450950622559rem;left:13.436415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAxCL0t57dZuge27P79TtJkd6DEDfN0P { width:2.9375rem;height:1.75rem;top:1.3125rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdPuRZWIJWXSgUORJFTBZL9TEPub1XM2 { width:2.5625rem;height:1.94921875rem;top:0.5625rem;left:16.124219477177rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2BOLz2swEcHOTskkCyDk0THHmAdmvr { width:18.4375rem;height:19.5rem;top:10.1875rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wqB9PXkBZiot0FppNbPcz2iOfZlMJXsG { width:3.125rem;height:3.125rem;top:31.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNaNZZwyd6bROplG4lSdGk2KR0cwGn5L { width:13.75rem;height:2.11198125rem;top:30.5703125rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1x956TQcOe6igpTzVveZavv3cgpPwLp { width:14.9375rem;height:2.923825rem;top:32.6396484375rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hee54LWMGyq2KAEH8pN9GaUggVKmQ3T0 { width:3.125rem;height:3.125rem;top:37.061634540558rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPS5VebuIB6WT9o9fT2VkoD9w1CXo9X4 { width:15.2495625rem;height:2.11154375rem;top:36.318142414093rem;left:4.3793404698372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4EpTNvXLPWgybDiZntxtKlxsD0oRWTe { width:11.0623125rem;height:2.923825rem;top:38.311634540558rem;left:4.4683163762093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctA6MFz63h5pxKTUhJeBJ6CLRV4oHNUb { width:3.49935rem;height:3.49935rem;top:41.99978685379rem;left:0.81163197755812rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hqmtg0HwQG6FhRRI3ILD7RuzFCF0NorO { width:11.311875rem;height:1.055775rem;top:42.633465290069rem;left:4.3435333371163rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrbXSbztI51nSb1TrnfvVq8AFEUfGO4R { width:12.4370625rem;height:1.94921875rem;top:43.619793415069rem;left:4.2165802121163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV { display:block; }#N4KTko8XgTcymfoMLp3fhOXZ3wdgewqV > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt { display:none; }#TCaiXLFS4QZKpxTw5hrEZBDm9sObhtpt > .row .container { width:20rem;height:74.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FSQfDlCrGx2OmzbLzGqJXk5nliKypLCS { width:20rem;height:0;top:5.375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NU6gZgP3uztUJ0UvtT2ssSFSDWTMteIo { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WhRl70LcxEITviMofxVDtexaTrooNEDb { width:7.875rem;height:0;top:13.3125rem;left:6.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pB7xWBAG9J1fXsHqqulnPazQfi0RzM7P { width:10.1875rem;height:0;top:19.1875rem;left:4.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lgNgMv0tXxIWsKLWpIvv1JivZD4Na4Ox { display:flex;width:3.75rem;height:3.75rem;top:8.3125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #b0p8bKmTkvuxx1iiIhbr4lawUs17ZIG8 { display:flex;width:3.5rem;height:3.5rem;top:22.125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #hQI8yG5K4m7FUNKvn6OIfRIkM4rfhxwa { width:7.875rem;height:0;top:16.25rem;left:6.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZVvEpZ6QUOXzE7yuisMVisxtuTUNUAQL { width:10.1875rem;height:0;top:26.875rem;left:4.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H1wzZ9oeWQOzWZaoFPDh4IRWAnTuQTSs { width:20rem;height:23.1875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHbGO3Rvs4Z7NyixeEDA2ktMNti2rIRU { width:0.0625rem;height:18.75rem;top:38.5rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWTIaEqzOl1CTpQoqkmnrpmFpCWFpKov { width:0.0625rem;height:18.75rem;top:38.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLk8W1RbBov4oZdWoZTV2JaJzs2GXUGe { width:15.9375rem;height:0;top:39.125rem;left:3.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C96CR33g1rAvBxq9iwxIqeSny0giAipb { width:20rem;height:0;top:41rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cn6cdQiZqqZCpsTP8T2AJtFpfNrplukP { width:1.875rem;height:0.0625rem;top:50.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG3ciT4FvpuDBECwZhvC05fwb1UFlNS4 { width:20rem;height:0;top:51.3125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MsP2KUizR1SLPuxfeBoEcqWnWeviOlcT { width:20rem;height:5.1875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTBd6mKp6lXcUrB3VZD5zUSe4tMS56f { width:20rem;height:0;top:59.1875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tnJo09CbNflwnZV090n4HG4MtlLw1SNx { display:flex;width:3.125rem;height:3.125rem;top:59.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #gtOkX6PbDFhyGxhQORBDUoDRb75mQWEq { width:0.0625rem;height:3.125rem;top:31.0625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Sk9fIBObSFU3TUeGErdMsOUhh9iq4U { width:19rem;height:3.3125rem;top:59.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4BVs8MFXtskwJ2OkoRR7HIbBfkqGbCL { display:block; }
 }@media only screen and (max-width: 763px) { #wRT7TtgiyK4AMJo3rPCFOR0W74D00v4L { width:15.9375rem;height:0;top:39rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGoOc6bAwbNf546GewEc1F0iOetARvnu { width:14.375rem;height:11.1230625rem;top:39.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVEFP2JJiH64JOp2cWDgamDBRW46uG3q { width:9.75rem;height:0;top:40.875rem;left:10.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rVrHRItUvPyUh10JRDXUnezu2rwhxVfw { width:11.5625rem;height:0;top:42.5625rem;left:8.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQWWQAn2NE09m0rSgU78qfZT5KNfMKBk { width:0.0625rem;height:18.75rem;top:38.4970703125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { display:block; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qlRyaL44m6Ir31TpQFciJBgZSC1ZyLGc { width:20rem;height:13.401375rem;top:47.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-text {padding-top: 0; padding-bottom: 0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:1.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-select {padding-top: 0; padding-bottom: 0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:4.25rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]:-moz-placeholder { font-size:1rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]::-moz-placeholder { font-size:1rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-container:first-of-type{padding-top:0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .widget-container:last-of-type{padding-bottom:0;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P  { width:17.375rem;height:auto;top:6.482421875rem;left:0rem; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P {display:block;}#a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P { width:17.375rem;height:auto;top:6.482421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Rre4TTa3snQFVrh6rwgZiXSNSc2SFl4t {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #fyxDuCe6TuOkZ9UpBetQZ8MxW65hUDG3 { display:none; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #iLDekS08pul3TzQexTnvwaW6sJiR4LgG {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #uUCSIZTS1r2SRk18sPJQMbsVGhSfLlKC {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #wuQvb5KgSN25NU7wwCdgm07FspgtUU37 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #BRAIgDTZ7lRxkfXAgvoQexoH2G5s9fEW {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #UXe4P1Mki4bDo9H4Z5mRb3kJXgBmGMVL {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #qep3Tel2c4TH25SKaFGKzTwMcZTeA5x1 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #n8Ww0VaBAe6JuTW5BpyU6P63H6fWp0o3 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #C5K9OAxhDPw0mUo9CsitAsmTcQ1LRt7L {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #s4kzXi53WBrCAd1zvHX2ROPL1BiOMAnr { display:none; }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #HupkrUBKlaeDkMpCxfqmmesonWGzgoWe {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #b8ebi1Hc8xIsmNfnXypssIQyIOHcrAoB {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #aFhF2Bxb0zD8W7n15fRGRIkAIq95Z43n {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Eza8bUp6AF69XzQ6lHvHJJwJteABnre6 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #kut10cTmXodZfbRkoZhrv9CaaQ7b0SZU {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #mHHUeJSGwXfo75nm9UCP8NDEGwfXKNEm {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #Eco6F5Jm65Vt7T8ipUTkOqoL2NqwcD8u {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #PtIrZiTeEu3BfJaI6gIUMw3vL7iBzzox {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #yh5yBgalO1iFZDmwkTCuTdPnPEsUN808 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #mEBkcxiek92MEpOLzPwH1kQ4bQ043736 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #K6XuxKnpvnDzGxdXd4sTceD9MAuIJZ4Q {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #xWzO7TXP45rwVqJVLGgtVVGUM1CuCmDX {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #biHTEosBysaA4cezSDTbs6lsMrKSS4hb {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #WBFLLxZbUar7QdCe031GSGTqXNdnzcmC {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #PVysmHfzSZDAsCOqhVdMkRHWN0Ud6F8k {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #J1XkzUcCHaKF4TpasCKMmUBSLe4VK7Ib {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #u22ra9FcaM8V7gDGRyiir7C4NLlFtGPW {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #WsrF11FWw4zQukOvMF2eMbnUsGZsTmT3 {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #uE6JAE47z994y9bZrvw51Rl4L61cJvpS {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #FBF07Kg67fGCuw8uv7N8HTMkd2gdqdGk {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #ME5SLL20rZ1ab2Ku186nudBSnKNS1aFN {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #dixbHEZof0TS3weASQfxvg5RAykNirMF {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #DHanh7tELOuUvAQ4HELOOUuF70ir59ug {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #VWVkmoPfTP0HT1gLFvIT07VXITUTPsom {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #w5S1U30kR3lXAeXMuUzpvgFTe0f9v8lX {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #nT4txgJkt46BXCwUvEbwsG5xAQn21nxp {  }
 }@media only screen and (max-width: 763px) { #a4vO58ERDnPd6weMHQ5Zxg5PVxFpkT6P #XyhKVblMNFKtMKiDglvv43LWoJAHGPtB {  }
 }@media only screen and (max-width: 763px) { #p5RIILMdS6MElsytZl0z1s1xVCJvn18U { display:block; }#p5RIILMdS6MElsytZl0z1s1xVCJvn18U > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7gsrhUkxTkdJgg8cmeybAI2WmhLl9DG { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SykZ0El9xFh54mis7yN59WEUXOSoc8Dw { width:18.75rem;height:9rem;top:6.1339039802551rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RokvoR6BcBJK6RqR44gJNchN5H2vSTy3 { width:19.0625rem;height:13.5rem;top:15.948153018951rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaudcoSZKMQGuWVNuSaATvRgTmJm3ho5 { width:20rem;height:13.5rem;top:30.697956085205rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1n78mMcTABgP11CbI4kzqimvIz1O8UN { width:20rem;height:12.2708125rem;top:47.071594715118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 { display:block; }#DPscwpKPuTMP2OViCVRP198U8gJ3SFT8 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srhZnFECkyffbhVToAJCiyQyHr0A3Eta { width:15.06125rem;height:10.4368125rem;top:36.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwdwOvXUAwFwbPsOwvKOXIDGCwZL6ma { width:8.8743125rem;height:1.7068125rem;top:43.1875rem;left:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrKMLLH58p3qtZsFwrw5r5keo89FJbv { width:14.8739375rem;height:1.05625rem;top:44.6875rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1U31df7RpbUO0rarTWzRdb4ffKpAPTO { width:15.06125rem;height:10.4368125rem;top:24.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOTHPJASdrb3Zhh57bkM2CODT20JZ8Tk { width:7.0614375rem;height:7.0614375rem;top:1.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOtrUatnJmIE4nJr8RKNVS7CG7KtMldh { width:13.6239375rem;height:1.2999125rem;top:8.0625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2MVDqXvE3R94CT3RBXbdlQHFGmdp6gx { width:14.8739375rem;height:1.0559875rem;top:9.5rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erPacxLsUSvRxZavEiIobQIkoht86JGs { width:15.06125rem;height:10.4368125rem;top:1.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTnTLGVxTaWPLGLTOi84rCIlbhluctT1 { width:15.062125rem;height:10.4368125rem;top:13.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sph1KvkrgAWTdopvD95HeCddK9nOVM6S { width:7.0614375rem;height:7.0614375rem;top:13.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xuBaMgo8A67OG5l0Vzk5T8OAXv1RfS { width:17.1226875rem;height:1.2999125rem;top:19.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNRECwuG7K2VPwQENktXxhoQiTBzmdVu { width:14.8739375rem;height:1.05625rem;top:21.1875rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4znerlTkViuVqXS60p7753lbJkTznXN { width:5.7492875rem;height:1.625rem;top:32.0625rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUsXVuIHBGOel6GOBW7eKVzuSCgoCC7T { width:5.06214375rem;height:5.06214375rem;top:26.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihxq42rbkKlXkDEGGRmWZgMCbythqvzm { width:5.06214375rem;height:5.06214375rem;top:37.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWKBJDz8glgncSNvbWS48OMgAiTFz1w { width:7.1875rem;height:2.625rem;top:24.937534332276rem;left:9.0625007748606rem;display:none; }
 }@media only screen and (max-width: 763px) { #olRSBJIgtLvaaDkoQd9W5ruc3dW5cDlh { width:14.8125rem;height:1.13671875rem;top:33.524719238281rem;left:2.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dERdxtBRyB4ptiZg1wynyUyJCH1wIx8C { width:20rem;height:6.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { width:18.8111875rem;height:4.8125rem;top:2.42578125rem;left:0.59114587306976rem;font-size:2.1875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #qukS40DHkp1JQtSrZ1r74gpp40KgiiaL { width:7.9373125rem;height:4.62456875rem;top:8.8107652664188rem;left:0.5902778506279rem;display:block; }
 }@media only screen and (max-width: 763px) { #vctqqLEexl0OTG3BLJG66yeQUyED8m4N { width:5.6875rem;height:2rem;top:18.387804985046rem;left:1.1002604365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTctKsD1vrOhXeUnRPRx1hTz0kIUvnGU { width:7.75rem;height:2rem;top:14.061415672303rem;left:6.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDLvXcbF7hpo5tTTvE5KPBlV1qnC3EVc { width:10rem;height:2.1875rem;top:10.029297828674rem;left:9.9989150166512rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXa0qT1R94c4rxydOOmsKa5oCntECKJi { width:9.0625rem;height:1.93685rem;top:18.544922828674rem;left:10.406901657581rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD { display:block; }#aQlJq8PNHIzLuILVRsW3QtKXE5SfRBeD > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzoUITcVHH6vRLOfSPCqtTlurOPgmCm1 { width:20rem;height:2.6806625rem;top:2.681640625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Et4vFRvsGVeyifVkOvKDcTqDVtr40TJA { width:20rem;height:3.4121125rem;top:5.298828125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeAVdvJRVu4yXTPJFpPIX1tRCCoGzFVr { width:20rem;height:2.6806625rem;top:10.248482704162rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEwCNU9HGrDbOkDPkSHhChhUsW7IKdG1 { width:20rem;height:3.4121125rem;top:12.92751789093rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkmZDwVkddTQrZqHxgTU3vUNIgKoKe3M { width:20rem;height:3.087025rem;top:17.80056476593rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsflAZNqMNFNOSUxZCeXAtSrJZeBLGFG { width:20rem;height:3.4121125rem;top:20.887589454651rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBslpm0IwTp10ET5dslhW40xlaxJNU82 { display:block; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { width:15.9375rem;height:5.19921875rem;top:1.3125rem;left:0.75rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { width:1.875rem;height:1.875rem;top:1.3125rem;left:18.125rem;font-size:1.3125rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WFoGKa3xR46PJelyKVz69f7xtikuVK4T { width:1.5625rem;height:1.5625rem;top:3.6875rem;left:18.3125rem;font-size:1.0625rem;display:block; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { width:20rem;height:2.7959rem;top:8.25rem;left:0rem;display:block; }
 }