.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:218,222,227;--color-primary-1:130,145,162;--color-primary-2:5,34,68;--color-primary-3:3,17,34;--color-primary-4:1,5,10;--color-secondary-0:251,229,222;--color-secondary-1:243,168,144;--color-secondary-2:231,80,33;--color-secondary-3:116,40,17;--color-secondary-4:35,12,5;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#052244;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:ubuntu;font-size:4.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:14.625rem;left:1.4375rem;height:13.875rem;font-style:normal;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:30.51953125rem;left:1.4375rem;height:4.19824375rem;font-style:normal;display:block; }
#AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5625rem;left:50.6875rem;display:block; }
#O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzBZmyeP3UdvbVfaXlxPESqNCMgr3MAu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5625rem;left:56rem;display:block; }
#rgIOIpQbIZss8pg9AqnP9acyTTzD3GfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nb10S7EJIkNaymdGDy5Jy27nviONWBSi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5625rem;left:62.6875rem;display:block; }
#nQk1DOAmdyr4pEhUSaCOvlpgVr4x0Qgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iU4XbzpiXgMHOGXsM2OtPy6CdlJbphxC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5625rem;left:67.625rem;display:block; }
#krtOJF0ltVtIRITz0xzsxQ0Zi0KwhDxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VsXT82G4wkVztRrhdhwV356vk92P4ea3 { 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:9.75rem;width:24.875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#VAeVQcOdAaCF5DhCSKrGNZDNvcVI4TVs { background-color:#052244;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e75021;border-left:0.1875rem solid #e75021;border-right:0.1875rem solid #e75021;border-bottom:0.1875rem solid #e75021;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:37.1875rem;left:1.4375rem;display:block; }
#v0nuh4eTsIaPeOOp6hzTGiuge2gSL5sa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCSSJlebVIc9bWT90unDTMWQF45PwBPB { background-color:#e75021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e75021;border-left:0.1875rem solid #e75021;border-right:0.1875rem solid #e75021;border-bottom:0.1875rem solid #e75021;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:4.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.1875rem;left:20.25rem;display:block; }
#qiqEbUnLkMdwZ63NyTTQWr58T32JCE1H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .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; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123c6c;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.931875rem;padding-right:0.8475rem;padding-bottom:0.931875rem;padding-left:0.8475rem;display:block;align-items:center;width:5.079375rem;min-width:5.079375rem;height:5.006875rem;position:relative;font-family:ubuntu;font-size:3.7275rem;font-weight:700;line-height:80.11px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.583125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.775625rem;height:1.125rem;position:relative;font-family:ubuntu;font-size:1.3975rem;font-weight:400;line-height:18px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD { 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-primary-2),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:31.125rem;height:8.57875rem;padding-top:0.794375rem;padding-right:0.798125rem;padding-bottom:0.794375rem;padding-left:0.798125rem;position:absolute;font-family:unbounded;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:45.1875rem;left:0.7568359375rem;z-index:15015; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #AEqgX3RCAvSU2a9H6Tw0W4OkCKDny0qE { display:flex;position:relative;top:0rem;left:0rem; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #ty5DOCxsVzMhTJErpI9UiJdApdscx9v8 { width:auto; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #ZfOIfBZU73vy1D9MUywFIrcWlCCm4UE8 {  }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #qTTnNz26Brg0ALVfTiVPXlRgNWl5pR8D { display:flex;position:relative;top:0rem;left:0rem; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #wrQd86s1Z8m9Hnl2ZSB2TR6pVZmRD5zl {  }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #GQAiTTlplC0KfMn77oR2ge5HR6qtpOUT {  }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #Xf1BfS9o4cK13VTqQqAdXnmbg4HwTllF { display:flex;position:relative;top:0rem;left:0rem; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #qH3cKKozUQktKOK23vTifAaoQuKqpBx2 {  }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #LGaf2BTwy5uIiUdcTZmU2oFSXqTBJCz9 {  }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #XJqxMRGS1Rv7MzAHJUW3IIviNs6VNTit { display:flex;position:relative;top:0rem;left:0rem; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #b3TWFy3nakwwTE6zmTlMAXFrFc97Fv0A {  }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #wCbnKITO0EVbnTmpHxFzOZiF6qxDDaJA {  }
#SXSVf7IaM1y0RER8VUnabZsTGLQ2BE93 { position:absolute;display:block;z-index:15016;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:48.375rem;width:38.3125rem;top:7.041015625rem;left:35.4736328125rem;overflow:hidden;display:block; }
#AHABUasHGGpvOrTpOAGnGxh0DibKyZN3 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:43.23828125rem;left:1.4375rem;height:2.01171875rem;font-style:normal;display:block; }
#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 { position:relative;display:block; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 { background-color: transparent; background-image: none; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .row .container > .video-iframe-container { display: none; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .row > .video-iframe-container { display: none; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .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); }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 { border-width: 0; border-radius: 0; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .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; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#X113QKrDqVL37wAA3mVERccXRCHSSwmF { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.8125rem;left:22.875rem;height:4.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vy7OUCBav6T8pqB0Flvy295E67ZsdBAs { box-sizing:content-box;height:5.8125rem;width:30.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:9.8125rem;left:6.25rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#ytB3kTInIhJV7HpvHcTKvUFzymydrQ9P { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:10.75rem;left:13rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZtw6ynmxxXP71ayNdNrS8sXQCNbfbAX { color:rgba(var(--color-primary-2),1);display:block;width:25.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:8.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#bMPUamEJc9W3ZA6AtTnr4QBuU51QrIME { box-sizing:content-box;height:5.8125rem;width:30.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:9.9375rem;left:38.1875rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#Vk0TWiXmZwyA8vnnepsPsrV8BZlvNQkQ { color:rgba(var(--color-primary-2),1);display:block;width:25.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raQRLKwblbS1OcmhTyX3V6UuToGLJ6s3 { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:10.875rem;left:45rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row .container { background-color: transparent; background-image: none; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row .container > .video-iframe-container { display: none; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row > .video-iframe-container { display: none; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .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); }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row .container { border-width: 0; border-radius: 0; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:75rem;position:relative;display:block; }#kR2ScEApM6AvO1fwTykaLv5TXMAcbTQg { color:rgba(var(--color-primary-2),1);display:block;width:30.75rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:22.1875rem;height:6.6621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p6dR6PbPI0V1r7vEpvVzUngRdCPhbJHJ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:4.75rem;top:11.6875rem;left:12.875rem;overflow:hidden;display:block; }
#Jl56fRR7HNEIq2b7g83LTTytVEocSXSm { 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:1.9375rem;width:3.75rem;top:11.0625rem;left:57.3125rem;overflow:hidden;display:block; }
#UilEWbnl0Fgz8IaJx33g0WFrZ9iipyaq { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.5rem;top:3.25rem;left:14.375rem;overflow:hidden;display:block; }
#NTzKof2SZOpQRA4JcBJqIg9CZTR2ZTie { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:11.625rem;left:19.625rem;overflow:hidden;display:block; }
#uin9qTOKUy1CTKJuMeJ0uJ4rNRVVVCCH { color:rgba(var(--color-primary-2),1);display:block;width:30.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.6875rem;left:22.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiX1DC6zThGg9dPmQ4ITnrOwCAseJzE4 { 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:2.625rem;width:2.625rem;top:11.6875rem;left:54.125rem;overflow:hidden;display:block; }
#rXUNpKVX0vQUJu2D1Ac5oiZvJ6RhHWyA { position:absolute;display:block;z-index:15021;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.9375rem;width:5.4375rem;top:4.125rem;left:54.125rem;overflow:hidden;display:block; }
#CFXNBq7dauyWZrXNwshiUKlAxbTWmXuH { box-sizing:content-box;height:14rem;width:21.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:26.125rem;left:4.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#X4NW0l6pqdsgOZWs1QdWXeEOcrM6crlL { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#f4f7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:9.1875rem;display:block; }
#yf6UL3GZEfVEfDXeJKhgrPSrh015h3ny { 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:6.6875rem;width:10.0625rem;top:20.75rem;left:10.375rem;overflow:hidden;display:block; }
#NGloaPxC2WgE7733dW3oWMxCJTrBgJoR { box-sizing:content-box;height:14rem;width:21.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:26.1875rem;left:49.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xehkDHpI9vmS68DEUW6kLQ7VTCole7aV { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15030;background-color:#f4f7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:53.75rem;display:block; }
#waLTcnOBfNobfQdKTTig25pv0KdWVReH { 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:5.5625rem;width:8.3125rem;top:21.875rem;left:55.8125rem;overflow:hidden;display:block; }
#rgJdphguDPphFEoPZO9pnilAsLqd0mBi { box-sizing:content-box;height:16.375rem;width:21.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:23.8125rem;left:27rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hQSTgLr15GBgEPTTPEBWaGH3JWTcKyi8 { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15030;background-color:#f4f7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:31.4375rem;display:block; }
#o7GrCGmATrZRvz7ZEe7vgxI8NvxtBudR { 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:6.6875rem;width:10.125rem;top:20.75rem;left:32.5rem;overflow:hidden;display:block; }
#UzxlTmLgODk5M4w8Rr5H6ykVG5rky0dx { color:rgba(var(--color-primary-2),1);display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28.5rem;left:12.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuHfJz1kQnTMgVv8ATSk2EbCyyUrMZLc { color:rgba(var(--color-primary-2),1);display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.5rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8FMkmUTIvZPqSeKDxS3H0RuJmhJ2U5C { color:rgba(var(--color-primary-2),1);display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.5rem;left:56.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UA8nqPv0mn4Q11P5Kmv1OiN5qHqTzupx { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:31.3125rem;left:6.75rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRg6e94lLvab49qp55gqqzk8qF1nTQOB { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:31.1875rem;left:29rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBthHX9q05yZsfJMeaTPRTn6RKpliLQ7 { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:31.1875rem;left:50.6875rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFy5LGULsykkehdBhFAbaXwtwewFClvc { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.6875rem;left:6.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmMMJvp1Ub6FVsmcf0UezZ7bo9wK5QJq { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.6875rem;left:28.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S27SvAKKpMTFdiudbSgrE2Icu8LGENgQ { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.6875rem;left:51.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBuLGkdNpo6qwXWBxBcQlMT6DO2r4hZx { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:17.25rem;left:29rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2gPXnlcHVaPVhiTwJN9OlpVpWCIkrFG { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:43.75rem;left:29rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3h6NTA9KDQGMCezOF3UOlEISrMInCJs { box-sizing:content-box;height:14rem;width:21.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:53.0625rem;left:49.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GJ4rrMAuDk0RhDCuhV9zM4hsHZONEDzF { box-sizing:content-box;height:16.375rem;width:21.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:50.6875rem;left:26.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QtLPdy81iwTWndndwddwalXzbzsDGaAt { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:61.5625rem;left:28.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFFLACnkFzoSG3N5zdPh4aeEFownZUnd { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.5625rem;left:51.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwROTP36CU5zL1U3SHzy91eCKUm55vBJ { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:58.0625rem;left:28.875rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhmIJGdA6uCoag3snSsCoNRkHpTptsUu { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:58.0625rem;left:50.5625rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0aAcgwxGgy3GSCdo6rQU8kzPtVTTpNB { box-sizing:content-box;height:14rem;width:21.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:53rem;left:4.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#i7WBH5qNdSrn8kSTUsJ0TC45TefTpr9d { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:58.1875rem;left:6.625rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l2myD7Fpp0mo1qzJr4Pilyg2kPh3VT5w { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:61.5625rem;left:6.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJ1PvwxICuhlTTdKlKdEhBIvlBrSnErZ { color:rgba(var(--color-primary-2),1);display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:55.375rem;left:34.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWUgI7RTi9wlTDdp4vXpPkca8gNmIbP6 { color:rgba(var(--color-primary-2),1);display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:55.375rem;left:56.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWwSFfAVaTNOgvtCrgNWSDxuc5Ho6fsd { color:rgba(var(--color-primary-2),1);display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:55.375rem;left:12.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LadBXVqPpMmT7Dn5mqIacm25TKJTOAey { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:10.0625rem;top:47.625rem;left:10.25rem;overflow:hidden;display:block; }
#kzzEMoOKasunn1wiVBatQms1AzQ5JAKI { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15048;background-color:#f4f7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.1875rem;left:53.625rem;display:block; }
#MOWZANXe5sBEW8pVN3CZSzsXZrzvtI6m { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:8.3125rem;top:48.75rem;left:55.6875rem;overflow:hidden;display:block; }
#Wi1oR7C69ZOVdfiTEH9SP4niTrc3KpPD { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:10.125rem;top:47.625rem;left:32.375rem;overflow:hidden;display:block; }
#LvbbMG1MOOm7lW61znwTWcPiJm2h5vnw { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15045;background-color:#f4f7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.125rem;left:9.0625rem;display:block; }
#t4fZc34B4I4thSiTMRV08LUnTCSPXMvx { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15048;background-color:#f4f7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.875rem;left:31.3125rem;display:block; }
#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#eQ04Jb1nuwfS9dHvfOmnEySK9ESgA8nT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:28.125rem;top:3.375rem;left:0.625rem;overflow:hidden;display:block; }
#upnugG3VhqvJWzDHQriJUXroaM7cz4nh { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:35.0625rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6A15ggtdTsZeyMKqX3PFeTuGRpdF38A { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#fbdcd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:35.0625rem;display:block; }
#lm4acJslRQ8B37ctXeWNfzNPHKcRVDdu { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#fbdcd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:35.1875rem;display:block; }
#VUnMSW1LgtrymoSl59FtLmAGrhboxZtk { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#fbdcd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.3125rem;left:35.1875rem;display:block; }
#WDX00I98n8rX5DQ8wdxLgJunxGFNTXH7 { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#fbdcd1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.125rem;left:35.1875rem;display:block; }
#r93ZEH6NGwy1P1psfrDzANSI1qEizeJ5 { color:rgba(var(--color-primary-2),1);display:block;width:27.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:10.75rem;left:37.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hAWpfMexTOJl9kFIloPQTbqEz0IzVXPq { color:rgba(var(--color-primary-2),1);display:block;width:35.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:15.125rem;left:37.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oX9p1R4dW0VzSDGJ1UJrVSWnxAvUTLyT { color:rgba(var(--color-primary-2),1);display:block;width:35.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:19.75rem;left:37.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UsmT6TfZSuoHyt8i9a8NqpFThdeQOo5T { color:rgba(var(--color-primary-2),1);display:block;width:35.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:24.5625rem;left:37.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1w5BsBUV4CMUrUVG4f3eHXEKrPSk0c2 { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:35.0625rem;display:block; }
#ZPSc96xwLXvl1LpLutb24zw7rF6Mqrql { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:35.0625rem;display:block; }
#Upq9UW5Oic3iWDTpLsu0M7brc90J3lXL { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:35.0625rem;display:block; }
#TJHObIguf0MLWWO83lSpmVX4LbtZ9Xqk { color:#eb1c25;display:block;width:0.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.4375rem;left:35.625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRTT6rtpCc8cML0FBcQlKOTvd7oy07XB { color:#eb1c25;display:block;width:0.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:15.875rem;left:35.75rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HB07HUeuadwkUcG7X03wzhgtSagUSOTO { color:#eb1c25;display:block;width:0.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:20.4375rem;left:35.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZLZP8XhBpIBntiFmTcA67WUZo6CFRsp { color:#eb1c25;display:block;width:0.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:25.25rem;left:35.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LMFQ1oAFmAfRscMwfOmWQzMEuGtRTIXa { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:35.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#fnOS5QHZEM0esJ0LLd0UiOCrcVshcgmy { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:35.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4lIx1o45Lo3gPpE64v5TSZ3CyAHRWIK { background-color:#e75021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e75021;border-left:0.1875rem solid #e75021;border-right:0.1875rem solid #e75021;border-bottom:0.1875rem solid #e75021;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.0625rem;left:35.1875rem;display:block; }
#rl6LmRTbGrSnTakllp4tA4QmWLvOAOIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { position:relative;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kOMSOL6oeUz9tCzMEVNXfcqdkyQ16wi6 { color:rgba(var(--color-primary-2),1);display:block;width:30.75rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:22.125rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgQrOOQayM7W3WWAE3p7OqZKgUPv8iyv { box-sizing:content-box;height:2.9375rem;width:4.1875rem;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:10.1875rem;left:21.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#B48v9yV4TM4QBy1Unmcnh2fpUmWrA9MM { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6875rem;left:22.3125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h31zBCP5RGIzG9h60dlmRxokHudEnzEU { box-sizing:content-box;height:2.9375rem;width:4.1875rem;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:10.1875rem;left:7.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#x7i9UWEQqFhisLtePBGOMhcSwVp2oNQr { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:8.3125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDfp9rs6TpJZfIbEpecRlgNTyy0pqOed { box-sizing:content-box;height:2.9375rem;width:4.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:35.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#UWXu1FpWoJMUIw6V0X2DZteG1H8O37oE { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:36.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqE8Vy8uV4kiCzRxRvTwBefplPNNRT2b { box-sizing:content-box;height:2.9375rem;width:4.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:49.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#s3qbhArMhzA3kEMGf35cZfvg5GloeFHh { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:50.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ua0TKSJltfOEUZxJDJLw5WaJxKqFzclG { box-sizing:content-box;height:2.9375rem;width:4.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:63.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#SUF1WHmE4zclmgIqtX60TViOFI9tTTSS { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:64.9375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VvqFdk3dhhza8TAbVumN1ycUAEt4lQkn { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:8.25rem;top:11.1875rem;left:12rem;overflow:hidden;display:block; }
#IK6fSkpZMJDrGxdiU1KbbxxStbA8qbaQ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:8.25rem;top:11.125rem;left:26.1875rem;overflow:hidden;display:block; }
#MNnTrdaqGfz7Q3mxpa69gsSMX7g4OuHf { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:8.25rem;top:11.125rem;left:40.4375rem;overflow:hidden;display:block; }
#Ce9zS2a3TQvXBlUwRQUuedA5kMbskLbI { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:8.25rem;top:11.125rem;left:54.5625rem;overflow:hidden;display:block; }
#dunDVdWrAsiTy4Vqp2HCkzV1Zx3hEUcJ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.8125rem;top:11rem;left:68.8125rem;overflow:hidden;display:block; }
#y32sCvfXZWF5ptzUUCD1uJIPyRB765p4 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.8125rem;top:11rem;left:2.375rem;overflow:hidden;display:block; }
#dESQcXfzgzaM9GlBlIPfT8XyWqvxKoLt { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:14.125rem;left:4.3125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hl5zFnxHASwzCIqVzffKf1F47Swx7t7C { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:14.125rem;left:18.3125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F5aKIkgzBGR2D96dE5VrRvmQ4VTwchnS { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:14.125rem;left:32.625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRvrA9a8dwmEdi5M5iLMnEtLAMoUBlOl { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:14.125rem;left:46.625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCVpZrnXE2SnuE7RzXdRFbRrAZxAbMbX { color:rgba(var(--color-primary-2),1);display:block;width:11.0625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:14.125rem;left:60.8125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BuX9P67zT1GlNim6PaB5bk4QDzr4JbHz { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqTWz4TMv4dMrLoHeT2Fv9aoPWAsAKPb { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.875rem;left:17.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#srtrFgeBIxe1eoAqVKV0mSoivfPXAWPC { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.875rem;left:31.4375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNJAqI7qPoS6QC10DHf3DtFACL6NOEfL { color:rgba(var(--color-primary-2),1);display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:16.875rem;left:45rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6aZobRfd4IUgT0bs1xMFlu7aTw4RcTT { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.875rem;left:59.6875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb { position:relative;display:block; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb { background-color: transparent; background-image: none; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .row .container > .video-iframe-container { display: none; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .row > .video-iframe-container { display: none; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .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); }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb { border-width: 0; border-radius: 0; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .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; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35rem;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; }#e19mgwttOTosdVZ7pOz60PqQCJtFL3hn { box-sizing:content-box;height:19.25rem;width:33.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:1.875rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#IOhwrooIFXdV1Tz4reyGPkZBvmlsaDNp { box-sizing:content-box;height:2.25rem;width:21.8125rem;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:3.3125rem;left:4.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#wki8mx3wFLVr7h1aJI40DZPI9ubUpiZq { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:5.1875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hwb7IMEwQEfBweVy3PEIKIozTDs998AR { position:absolute;display:block;z-index:15021;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.9375rem;width:5.4375rem;top:3.3125rem;left:29.8125rem;overflow:hidden;display:block; }
#B8WJM0OhJUfyxDuQlUzDppm031hhkWIA { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:6.625rem;left:5.1875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIzx4iUmDsVFNBCc3lAz1BUCUVJZL2f3 { color:rgba(var(--color-primary-2),1);display:block;width:29.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5.5rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1MrfETA7Xxb5D87ZiT81LbNhMM0u6Kx { color:rgba(var(--color-primary-2),1);display:block;width:29.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.3125rem;left:5.1875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FInpqB96hATbdJALRXkrV9Utx6Iq9O5q { box-sizing:content-box;height:19.1875rem;width:33.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.875rem;left:38rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#OU3a1aUawbI1AHwu68STAtqbAKNI2IUL { color:rgba(var(--color-primary-2),1);display:block;width:30.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.6875rem;height:7.30956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zh5aKT7p2Fye070ilQg1Ge8sw6GcnCPv { color:rgba(var(--color-primary-2),1);display:block;width:29.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:39.6875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frsKaa4d6eOKrwGlCPVFNRH5GBOMSAzV { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:6.625rem;left:39.6875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMB20MWWoXUJWTKXT1BDMrtRzeiiLKOX { box-sizing:content-box;height:2.25rem;width:16.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:39.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#GFnMdCVt0IH2UXohHsGl7im7okuayEdf { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:39.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlNLqH9ea7yvH9LKyG8pb8LIUZZuNdyI { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.3125rem;top:2.75rem;left:62.625rem;overflow:hidden;display:block; }
#Rc4QcDEffiT84MmrQNetcfyAGiSKqWRo { box-sizing:content-box;height:10.5625rem;width:33.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:22.3125rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#StTVb5nNCCleD5hOhBDRBseO3ieJVvTF { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:24.3125rem;left:5.125rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSQw2N9eCxrml2csZzcZANvbE9LEtaIg { color:rgba(var(--color-primary-2),1);display:block;width:30.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:26.6875rem;left:5.0625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4T9cgCefZywRxsGzHIwag6L0TbJ6Brw { box-sizing:content-box;height:10.5625rem;width:33.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:22.3125rem;left:38rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TEpBfTVwPPTTZ3cXsu5uIlwkUXuOxHDd { color:rgba(var(--color-primary-2),1);display:block;width:30.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:26.6875rem;left:39.5625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQC3RmKANgo2atNIeQnDvXgnlr8otLs5 { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:24.3125rem;left:39.625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O { position:relative;display:block; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O { background-color: transparent; background-image: none; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .row .container > .video-iframe-container { display: none; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .row > .video-iframe-container { display: none; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .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); }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O { border-width: 0; border-radius: 0; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .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; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AWtd3U8JPcJZARl9isW1pgsWIWQnLP9f { box-sizing:content-box;height:20.75rem;width:43rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:30.375rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#bTVUfC49BvF7LT89NN4IT88lzrmh5oCZ { position:absolute;display:block;z-index:15005;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.3125rem;width:16rem;top:0.5625rem;left:53.6875rem;overflow:hidden;display:block; }
#mLRJxvUTRBH0VX0Jwqw6QEyfTNifBy1t { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:15.5625rem;left:1.625rem;height:5.25rem;font-style:normal;display:block; }
#pSt5ZGLDRT1R69lB5yzmvhXSMGz6IB9o { position:absolute;display:block;z-index:15006;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.625rem;width:5.8125rem;top:12.8125rem;left:65.0625rem;overflow:hidden;display:block; }
#d0cu874xbzQGfbW9CB1NdrrnzqCQXkWc { position:absolute;display:block;z-index:15007;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.25rem;width:6.125rem;top:6.375rem;left:44.6875rem;overflow:hidden;display:block; }
#enwg6TFPIIThl2U8wpyTUAT5lv0SHsET { box-sizing:content-box;height:2.25rem;width:9.9375rem;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:10.3125rem;left:33.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#mAkHocU31FFa9PgOqhDE2G9TDsu9sikD { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:33.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSLuVHHoyQB0kN4IK8qvhvMlLFHSlTyy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:13.25rem;left:33.375rem;height:2.1875rem;font-style:normal;display:block; }
#gHXb7KghelVf7b5GQJ9cseXP7hIGl3gO { color:#ffffff;display:block;width:37rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:33.375rem;height:6.5rem;font-style:normal;display:block; }
#WEe4zfIo1ktWFxLOe33P0SUkryzQncRP { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:27.125rem;left:70.75rem;overflow:hidden;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { position:relative;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.75rem;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; }#zSagg27dCHOvbOVEmwPCifM2Ul7N4duO { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:38.4375rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCCILvNZIOeXfXwITQrz7U83otE8z45o { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.9375rem;left:37.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#duDMF8pmUoFtCq5KSFpcbtmctFUcQCuF { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:16.125rem;left:38.3125rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbpB0PVndeKwQiof0Oeidv1WE5IpCvXm { position:absolute;display:block;z-index:15015;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:12rem;width:11.75rem;top:2.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#NEWqJ93kzQRng8QXdoBN7fHON5bVQzky { box-sizing:content-box;height:43.9375rem;width:17.875rem;position:absolute;display:block;z-index:14998;background-color:#f4f7fc;background-image:none;box-shadow: none;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.0625rem solid rgba(var(--color-primary-2),1);top:1.9375rem;left:0.625rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#zub6C1etkpbDLEeLXpwIIxQC9wwkkxua { box-sizing:content-box;height:43.875rem;width:17.875rem;position:absolute;display:block;z-index:14997;background-color:#f4f7fc;background-image:none;box-shadow: none;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.0625rem solid rgba(var(--color-primary-2),1);top:1.9375rem;left:19.25rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#RQNoNyIp2ApANOFC6sivBSx1JKsSVP4c { box-sizing:content-box;height:44rem;width:17.875rem;position:absolute;display:block;z-index:14996;background-color:#f4f7fc;background-image:none;box-shadow: none;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.0625rem solid rgba(var(--color-primary-2),1);top:1.9375rem;left:37.875rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#bJhuJMXo1P5R0xTf3kgRd3n25XAgEOzx { box-sizing:content-box;height:31.3125rem;width:17.875rem;position:absolute;display:block;z-index:14995;background-color:#f4f7fc;background-image:none;box-shadow: none;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.0625rem solid rgba(var(--color-primary-2),1);top:1.9375rem;left:56.5rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#moUbO6QZFgGWSs9k7o05iH3CVlP1efBf { position:absolute;display:block;z-index:15005;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:12rem;width:11.75rem;top:2.9375rem;left:3.75rem;overflow:hidden;display:block; }
#QIGVs910yu1MrKg49E2fG2U5g7RIMS7e { color:rgba(var(--color-primary-2),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:16.0625rem;left:3.25rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbig5hyF697pKndAR5QeiK87hnhP0wPJ { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.875rem;left:0.6875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmDZOh5B8luhD9TvBNrKeTtBvJBXWCSK { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.25rem;height:10.233375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyxNbJqC8PQWCWIrvU4TZ1suToUQFoCn { position:absolute;display:block;z-index:15014;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.875rem;width:11.625rem;top:3rem;left:22.4375rem;overflow:hidden;display:block; }
#TIfpUfc0EbmJkqkymC2ppQMHaqKguEMl { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:16.0625rem;left:19.75rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrWA7DzDnqrfyTpfoeRUA46XzLKC2xi3 { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.9375rem;left:19.3125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTBfe8P9BwWbi1MpRrewQQq8phAX7PHw { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.1875rem;left:20.375rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTbwTJPefzZbD8Bx9JoTkd3JzgPBrI24 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:11.8125rem;top:2.9375rem;left:59.5625rem;overflow:hidden;display:block; }
#niRQLZk8AT4ThpMP8GT3hTBbsLEmKRbH { color:rgba(var(--color-primary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:16.125rem;left:56.9375rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHJbve1rDG6wmMaDEEKy5cfniVafxBhp { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.9375rem;left:56.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4JUanNLIMcATKc2e5zeeTOzHO941CTy { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.1875rem;left:57.0625rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHyvgWJ6ZTlC54y9w9e8tGzvxDDRF8BO { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2.9375rem;left:67.875rem;overflow:hidden;display:block; }
#Vv2c0fOQAJlFH0UIXnXJZOElcehF8LXv { position:absolute;display:block;z-index:15019;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.9375rem;width:5.4375rem;top:8.4375rem;left:20.375rem;overflow:hidden;display:block; }
#hC6sf5WIWT8dvRfpa4sZQ3aE5VuNx6QC { 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:4.9375rem;width:5.4375rem;top:7.125rem;left:49.875rem;overflow:hidden;display:block; }
#u08ZW9ud8ArQOLoTLiMilUtsIyOEoNJT { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.1875rem;top:8.4375rem;left:3.75rem;overflow:hidden;display:block; }
#AGUsA7FJ0xIun4UBnSUWpJRvSxp8PDlp { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:4.75rem;top:2.9375rem;left:32.125rem;overflow:hidden;display:block; }
#BtJZgczJr8ATzp44ZPcp2hvsQXtTZhc9 { 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:3.25rem;width:6.125rem;top:1.9375rem;left:49.6875rem;overflow:hidden;display:block; }
#eczzmc1DVwaTpTpy9N6Keomvss13gDAG { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:4.75rem;top:9.25rem;left:56.9375rem;overflow:hidden;display:block; }
#oTGStNFd2vrEtyrnbroc9M3zVVeb8CX4 { position:absolute;display:block;z-index:15024;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.5rem;width:3.75rem;top:40.125rem;left:16.0625rem;overflow:hidden;display:block; }
#BqtTSnTmreJxoTHmx36ZE3vR4mhS7lw9 { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:32.0400390625rem;left:40.8125rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvOQ0f5G7m5ayE9DEezS5Px5PgJJHy0z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:32.232421875rem;left:38.4375rem; }
#VLlQRDGmK7xTE9lkKgV8rwDcvf9sXghV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:33.375rem;left:1.3125rem; }
#kRlqTdDDqWove8pfpDPUl4kBTE2Eg7Mo { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:33.375rem;left:3.75rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLqDZeApD1NkT5XMBlEgW0ulFcG1miev { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:38.3125rem;left:0rem;overflow:hidden;display:block; }
#Zl0N4cTLwddUJeEKdGNtcfuuM4US3B3K { color:rgba(var(--color-primary-2),1);display:block;width:14.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:33.375rem;left:22.25rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8UtGe2VScIakDzz91UZRF1fQ2KIG59l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.375rem;left:19.8125rem; }
#hJwwrDzCbKy96HsXfSVFC1z6TqoV5tkK { 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:4.3125rem;width:5.875rem;top:39.71875rem;left:28.25rem;overflow:hidden;display:block; }
#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#062440;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; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { background-color: transparent; background-image: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { display: none; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .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); }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { border-width: 0; border-radius: 0; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#T3mLT1bscgspTUMDL9qkBtWWIZwloPQm { box-sizing:content-box;height:2.25rem;width:11rem;position:absolute;display:block;z-index:15008;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:4.9375rem;left:32rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#swvuXfeydJhXP2Z9TuPPsHQBPAXrZ1k8 { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:32.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0cRG3SLN6gickLofIXn7c7ibmUHQMEW { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:16.875rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MhIxrS87KTz13ZceTgtXb0WZekOBvd3U { 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:4.3125rem;width:5.875rem;top:2.4873046875rem;left:65.34375rem;overflow:hidden;display:block; }
#xtoBBrs8oVHKxbK6oXdmPmPeEZxrWwTr { 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:1.875rem;width:2.875rem;top:8.6650390625rem;left:62.53125rem;overflow:hidden;display:block; }
#vRpnFJgBM9sxXmTBoHt19awDrqky45TC { 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:1.25rem;width:3.375rem;top:8.9775390625rem;left:66.59375rem;overflow:hidden;display:block; }
#EwEUT2FMPlOmeRJ8FFWzUAv37Tzkr4kW { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.6875rem;left:13.65625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuVSmoDERBKiGvascWeiBCQzybrKIER9 { 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:14.1875rem;width:11.75rem;top:20.40625rem;left:0rem;overflow:hidden;display:block; }
#J5n951TTItTU6XoG72uU4Vx0KJlZXc4O { box-sizing:content-box;height:10.1875rem;width:18.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:17.125rem;left:8.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#OtGg3E72NlSy6K2G9xloGRhwltP7v3Fi { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:18.6875rem;left:14.625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tob8LpLEeoLyWVQXfn2afiAwTEmSf1of { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:21.25rem;left:14.5rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9gy2BaF2E8DtVoWUqNSFHrfOXPVnMp7 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.875rem;top:20.3125rem;left:9.5625rem;overflow:hidden;display:block; }
#TSxNAMa3P3PxV26UU1T5vnhRcny0hKRS { box-sizing:content-box;height:10.1875rem;width:18.4375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:17.125rem;left:28.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#rH4IWWNKsW4Q9OGmsDGonqQtZz8U2NsF { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:21.25rem;left:34.25rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTFhLLnXXKonwOszzVfPlsPeSrrNS6sZ { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:18.6875rem;left:34.3125rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V72RGzPB3ttJ9iDFKvN8cp7m9qJEAgq7 { box-sizing:content-box;height:10.1875rem;width:18.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:17.125rem;left:48.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Ckq6Vr4r5ADkHpkGeBzZAAW6F7V0Wekr { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:21.25rem;left:54.0625rem;height:3.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXKLq9VnnJNTWeFUDIGfupTnRBRwagiH { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:18.6875rem;left:54.125rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttiZPc275AVrHfPFiWVB3TCT22dvWup8 { color:#1e82d9;display:block;width:8.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.40625rem;left:16.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDVIeh1mI9ptXEQwoTQ4NmvWf3KmRTqS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.3125rem;left:24.625rem; }
#iZhTAxnTNWOsQILOUEvrUVpq2wH9XOie { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.25rem;top:20.40625rem;left:29.1875rem;overflow:hidden;display:block; }
#UrQ6hfwQMTnu1VUmx1kpeGxcOByS3rtX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.3125rem;left:44.3125rem; }
#n4txelDGaqU2SIXbNJQJy26sPUwcrTnW { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:25.4375rem;left:35.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d0TuzMVWN5yNaDZ4mFs8Fvy2ChQW1fvX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.25rem;left:64.0625rem; }
#Q5LkqtBQlUTO9axi2TEJ4Jm4xEws7AqP { color:#1e82d9;display:block;width:8.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:25.3125rem;left:55.6875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vGNJhtccrI4xnHx6sh9WIeykP4be5dEe { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.0625rem;top:20.40625rem;left:49.125rem;overflow:hidden;display:block; }
#EXGpJp1eIe4CUXW9VRu0zzr8xDNpc6Ti { box-sizing:content-box;height:2.6875rem;width:26rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:29.375rem;left:24.5rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#QFOn8LVV2DkTpTKAWIUG5U177i5zpGew { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:30.25rem;left:25.75rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6ymGTkzDkHK1ouA6RtFS1eeABBfwkK9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:30.125rem;left:48.875rem; }
#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { position:relative;display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { background-color: transparent; background-image: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { border-width: 0; border-radius: 0; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:66.3125rem;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; }#hecsww3EbuK55L4nJgxFv8uTpHJI2fyy { color:rgba(var(--color-primary-2),1);display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:28.3125rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gQDtqldfRhD1QiEnFv27RXAKM2c6poBV { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.25rem;left:33.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XvShSTVQliz8s6tSBotKWJ7F4uAIdeQl { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.25rem;left:18.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QI0kFANNrtKKqt4pJQ6ORRq2AkJXSXnA { 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:5.5rem;width:14rem;top:10.5rem;left:17.25rem;overflow:hidden;display:block; }
#TNhMCvDEJCtkT1scAp6DN4IIG2aNERPT { 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:2.9375rem;width:10.3125rem;top:11.8125rem;left:33.25rem;overflow:hidden;display:block; }
#BuSsx9X0ex8TB5BVEPhFBRVugXqBfwPl { 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:5.4375rem;width:11.25rem;top:49.125rem;left:22.8125rem;overflow:hidden;display:block; }
#GHqEAkTETai5Styb44FyOwZXuyEe4Ikz { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.8125rem;top:50.4375rem;left:10.5rem;overflow:hidden;display:block; }
#ftxspNnZmc8xIFD0OO9gM0mM8fmkGxw8 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:13.6875rem;top:50.875rem;left:50.8125rem;overflow:hidden;display:block; }
#vnp99LqTvWNwT5V8pBDD0HxvUxvMh64O { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:44.9375rem;left:32.1875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5aJqCMJRwGMIcAR34UWuw2GHTTKHsQQ { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.25rem;left:47.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miw1XJxM3LtO1B8IGMgHTwE9yuJp8JQA { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:11.8125rem;left:49.25rem;overflow:hidden;display:block; }
#K5nVdmVe5LviqhcCG1ACMdvwQf021H0K { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:12.5rem;top:49.21875rem;left:35.375rem;overflow:hidden;display:block; }
#zzEr3TDkZs9RhvaRK2gBIxrAGhPMroXg { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.6875rem;top:57rem;left:40.0625rem;overflow:hidden;display:block; }
#XPlXVvx9FowIL6F5mHA3mmpzW6TBDRt1 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:11.3125rem;top:57rem;left:26.25rem;overflow:hidden;display:block; }
#G0Ty3xBIgAO7pbTsw6QGigqry0xbIKKG { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.25rem;left:32.1875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXtUrFFplw5MzSGOPccyekut0Tb4auMt { position:absolute;display:block;z-index:15019;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:5.4375rem;top:37.1875rem;left:34.78125rem;overflow:hidden;display:block; }
#daNVKTBcVU2qqs4dGiNKO7o8ScnKIDQH { 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:4.4375rem;width:21.875rem;top:25.3125rem;left:19.625rem;overflow:hidden;display:block; }
#w140Zs8HaEfRyXEV6SIZd2RUoL5I5KzN { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.25rem;left:32.1875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOzqXP1T43o0F8IS7EQVTie96ka3ecnD { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:8.125rem;top:22.25rem;left:8.4375rem;overflow:hidden;display:block; }
#UMukNU2R9PSDoNEAIGHqCVgXTOMVLgPN { position:absolute;display:block;z-index:15022;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.3125rem;width:11.9375rem;top:25.875rem;left:44.9375rem;overflow:hidden;display:block; }
#fq323RsdF8JvhLsuKZ73wPHoRh3Fgx10 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.5rem;top:25.375rem;left:59.0625rem;overflow:hidden;display:block; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#sBgOdtVuZm7y1blOTvU8FxcT04HrJVbD { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14.75rem;top:4.375rem;left:14.3125rem;overflow:hidden;display:block; }
#b5TO4Jupec2zAw7sxNxy2NbgLUe1fddO { color:#251f21;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4.5rem;left:37.125rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEVnQzo6R8mVyR4bC3WMtKh40uCpILW2 { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.4375rem;top:2.375rem;left:53.25rem;overflow:hidden;display:block; }
#rAXZ2Jygd42NAHEPcIEhw7LIC8ZHh8xR { box-sizing:content-box;height:5.9375rem;width:0.125rem;position:absolute;display:block;z-index:15042;background-color:#251f21;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:33.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:31.625rem;height:13.875rem;top:14.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:26.875rem;height:4.1875rem;top:30.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:3.9375rem;height:3.125rem;top:2.5625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #RzBZmyeP3UdvbVfaXlxPESqNCMgr3MAu { width:5.25rem;height:3.125rem;top:2.5625rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgIOIpQbIZss8pg9AqnP9acyTTzD3GfQ { display:block; }
 }@media only screen and (max-width: 763px) { #nb10S7EJIkNaymdGDy5Jy27nviONWBSi { width:3.9375rem;height:3.125rem;top:2.5625rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQk1DOAmdyr4pEhUSaCOvlpgVr4x0Qgl { display:block; }
 }@media only screen and (max-width: 763px) { #iU4XbzpiXgMHOGXsM2OtPy6CdlJbphxC { width:4.375rem;height:3.125rem;top:2.5625rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krtOJF0ltVtIRITz0xzsxQ0Zi0KwhDxs { display:block; }
 }@media only screen and (max-width: 763px) { #VsXT82G4wkVztRrhdhwV356vk92P4ea3 { width:24.875rem;height:9.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAeVQcOdAaCF5DhCSKrGNZDNvcVI4TVs { width:17.5rem;height:4.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0nuh4eTsIaPeOOp6hzTGiuge2gSL5sa { display:block; }
 }@media only screen and (max-width: 763px) { #PCSSJlebVIc9bWT90unDTMWQF45PwBPB { width:12.875rem;height:4.75rem;top:37.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiqEbUnLkMdwZ63NyTTQWr58T32JCE1H { display:block; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .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; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .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; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD { display:flex;width:18rem;height:5.0625rem;top:45.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #AEqgX3RCAvSU2a9H6Tw0W4OkCKDny0qE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #ty5DOCxsVzMhTJErpI9UiJdApdscx9v8 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #ZfOIfBZU73vy1D9MUywFIrcWlCCm4UE8 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #qTTnNz26Brg0ALVfTiVPXlRgNWl5pR8D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #wrQd86s1Z8m9Hnl2ZSB2TR6pVZmRD5zl {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #GQAiTTlplC0KfMn77oR2ge5HR6qtpOUT {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #Xf1BfS9o4cK13VTqQqAdXnmbg4HwTllF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #qH3cKKozUQktKOK23vTifAaoQuKqpBx2 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #LGaf2BTwy5uIiUdcTZmU2oFSXqTBJCz9 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #XJqxMRGS1Rv7MzAHJUW3IIviNs6VNTit { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #b3TWFy3nakwwTE6zmTlMAXFrFc97Fv0A {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #wCbnKITO0EVbnTmpHxFzOZiF6qxDDaJA {  }
 }@media only screen and (max-width: 763px) { #SXSVf7IaM1y0RER8VUnabZsTGLQ2BE93 { width:38.3125rem;height:48.375rem;top:7rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHABUasHGGpvOrTpOAGnGxh0DibKyZN3 { width:26.875rem;height:2rem;top:43.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 { display:block; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X113QKrDqVL37wAA3mVERccXRCHSSwmF { width:29.25rem;height:4.8125rem;top:2.8125rem;left:9.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy7OUCBav6T8pqB0Flvy295E67ZsdBAs { width:30.375rem;height:5.8125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytB3kTInIhJV7HpvHcTKvUFzymydrQ9P { width:17.0625rem;height:1.875rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtw6ynmxxXP71ayNdNrS8sXQCNbfbAX { width:25.9375rem;height:1.4375rem;top:13.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMPUamEJc9W3ZA6AtTnr4QBuU51QrIME { width:30.375rem;height:5.8125rem;top:9.9375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk0TWiXmZwyA8vnnepsPsrV8BZlvNQkQ { width:25.9375rem;height:1.4375rem;top:13.1875rem;left:21.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raQRLKwblbS1OcmhTyX3V6UuToGLJ6s3 { width:17.0625rem;height:1.875rem;top:10.875rem;left:30.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV { display:block; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR2ScEApM6AvO1fwTykaLv5TXMAcbTQg { width:30.75rem;height:6.625rem;top:4.125rem;left:8.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6dR6PbPI0V1r7vEpvVzUngRdCPhbJHJ { width:4.75rem;height:5.0625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl56fRR7HNEIq2b7g83LTTytVEocSXSm { width:3.75rem;height:1.9375rem;top:11.0625rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UilEWbnl0Fgz8IaJx33g0WFrZ9iipyaq { width:8.5rem;height:8.4375rem;top:3.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzKof2SZOpQRA4JcBJqIg9CZTR2ZTie { width:0.8125rem;height:0.8125rem;top:11.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uin9qTOKUy1CTKJuMeJ0uJ4rNRVVVCCH { width:30.8125rem;height:2.875rem;top:11.6875rem;left:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiX1DC6zThGg9dPmQ4ITnrOwCAseJzE4 { width:2.625rem;height:2.625rem;top:11.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXUNpKVX0vQUJu2D1Ac5oiZvJ6RhHWyA { width:5.4375rem;height:4.9375rem;top:4.125rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFXNBq7dauyWZrXNwshiUKlAxbTWmXuH { width:21.125rem;height:14rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NW0l6pqdsgOZWs1QdWXeEOcrM6crlL { width:12.5rem;height:2.125rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6UL3GZEfVEfDXeJKhgrPSrh015h3ny { width:10.0625rem;height:6.6875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGloaPxC2WgE7733dW3oWMxCJTrBgJoR { width:21.125rem;height:14rem;top:26.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xehkDHpI9vmS68DEUW6kLQ7VTCole7aV { width:12.5rem;height:2.125rem;top:25.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLTcnOBfNobfQdKTTig25pv0KdWVReH { width:8.3125rem;height:5.5625rem;top:21.875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJdphguDPphFEoPZO9pnilAsLqd0mBi { width:21.125rem;height:16.375rem;top:23.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQSTgLr15GBgEPTTPEBWaGH3JWTcKyi8 { width:12.5rem;height:2.125rem;top:23rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7GrCGmATrZRvz7ZEe7vgxI8NvxtBudR { width:10.125rem;height:6.6875rem;top:20.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzxlTmLgODk5M4w8Rr5H6ykVG5rky0dx { width:5.625rem;height:1.625rem;top:28.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuHfJz1kQnTMgVv8ATSk2EbCyyUrMZLc { width:5.625rem;height:1.625rem;top:28.5rem;left:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8FMkmUTIvZPqSeKDxS3H0RuJmhJ2U5C { width:5.625rem;height:1.625rem;top:28.5rem;left:42.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA8nqPv0mn4Q11P5Kmv1OiN5qHqTzupx { width:17.0625rem;height:1.875rem;top:31.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRg6e94lLvab49qp55gqqzk8qF1nTQOB { width:17.0625rem;height:1.875rem;top:31.1875rem;left:15.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBthHX9q05yZsfJMeaTPRTn6RKpliLQ7 { width:17.0625rem;height:1.875rem;top:31.1875rem;left:30.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFy5LGULsykkehdBhFAbaXwtwewFClvc { width:17.75rem;height:3.25rem;top:34.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmMMJvp1Ub6FVsmcf0UezZ7bo9wK5QJq { width:17.75rem;height:3.25rem;top:34.6875rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S27SvAKKpMTFdiudbSgrE2Icu8LGENgQ { width:17.8125rem;height:3.25rem;top:34.6875rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBuLGkdNpo6qwXWBxBcQlMT6DO2r4hZx { width:17.0625rem;height:1.875rem;top:17.25rem;left:15.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2gPXnlcHVaPVhiTwJN9OlpVpWCIkrFG { width:17.0625rem;height:1.875rem;top:43.75rem;left:15.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3h6NTA9KDQGMCezOF3UOlEISrMInCJs { width:21.125rem;height:14rem;top:53.0625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ4rrMAuDk0RhDCuhV9zM4hsHZONEDzF { width:21.125rem;height:16.375rem;top:50.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtLPdy81iwTWndndwddwalXzbzsDGaAt { width:17.75rem;height:3.25rem;top:61.5625rem;left:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFFLACnkFzoSG3N5zdPh4aeEFownZUnd { width:17.75rem;height:3.25rem;top:61.5625rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwROTP36CU5zL1U3SHzy91eCKUm55vBJ { width:17.0625rem;height:1.875rem;top:58.0625rem;left:15.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhmIJGdA6uCoag3snSsCoNRkHpTptsUu { width:17.0625rem;height:1.875rem;top:58.0625rem;left:30.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0aAcgwxGgy3GSCdo6rQU8kzPtVTTpNB { width:21.125rem;height:14rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7WBH5qNdSrn8kSTUsJ0TC45TefTpr9d { width:17.0625rem;height:1.875rem;top:58.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2myD7Fpp0mo1qzJr4Pilyg2kPh3VT5w { width:17.75rem;height:3.25rem;top:61.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ1PvwxICuhlTTdKlKdEhBIvlBrSnErZ { width:5.625rem;height:1.625rem;top:55.375rem;left:21rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWUgI7RTi9wlTDdp4vXpPkca8gNmIbP6 { width:5.625rem;height:1.625rem;top:55.375rem;left:42.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWwSFfAVaTNOgvtCrgNWSDxuc5Ho6fsd { width:5.625rem;height:1.625rem;top:55.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LadBXVqPpMmT7Dn5mqIacm25TKJTOAey { width:10.0625rem;height:6.6875rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzEMoOKasunn1wiVBatQms1AzQ5JAKI { width:12.5rem;height:2.125rem;top:52.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOWZANXe5sBEW8pVN3CZSzsXZrzvtI6m { width:8.3125rem;height:5.5625rem;top:48.75rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi1oR7C69ZOVdfiTEH9SP4niTrc3KpPD { width:10.125rem;height:6.6875rem;top:47.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvbbMG1MOOm7lW61znwTWcPiJm2h5vnw { width:12.5rem;height:2.125rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4fZc34B4I4thSiTMRV08LUnTCSPXMvx { width:12.5rem;height:2.125rem;top:49.875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ04Jb1nuwfS9dHvfOmnEySK9ESgA8nT { width:28.125rem;height:28.5625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upnugG3VhqvJWzDHQriJUXroaM7cz4nh { width:32.0625rem;height:3.3125rem;top:6.0625rem;left:15.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6A15ggtdTsZeyMKqX3PFeTuGRpdF38A { width:1.75rem;height:1.75rem;top:11.3125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4acJslRQ8B37ctXeWNfzNPHKcRVDdu { width:1.75rem;height:1.75rem;top:15.75rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUnMSW1LgtrymoSl59FtLmAGrhboxZtk { width:1.75rem;height:1.75rem;top:20.3125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDX00I98n8rX5DQ8wdxLgJunxGFNTXH7 { width:1.75rem;height:1.75rem;top:25.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r93ZEH6NGwy1P1psfrDzANSI1qEizeJ5 { width:27.4375rem;height:2.9375rem;top:10.75rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAWpfMexTOJl9kFIloPQTbqEz0IzVXPq { width:35.125rem;height:2.875rem;top:15.125rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9p1R4dW0VzSDGJ1UJrVSWnxAvUTLyT { width:35.125rem;height:2.875rem;top:19.75rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsmT6TfZSuoHyt8i9a8NqpFThdeQOo5T { width:35.125rem;height:2.875rem;top:24.5625rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1w5BsBUV4CMUrUVG4f3eHXEKrPSk0c2 { width:37.5rem;height:0.0625rem;top:14.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPSc96xwLXvl1LpLutb24zw7rF6Mqrql { width:37.5rem;height:0.0625rem;top:18.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upq9UW5Oic3iWDTpLsu0M7brc90J3lXL { width:37.5rem;height:0.0625rem;top:23.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHObIguf0MLWWO83lSpmVX4LbtZ9Xqk { width:0.625rem;height:1.4375rem;top:11.4375rem;left:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTT6rtpCc8cML0FBcQlKOTvd7oy07XB { width:0.625rem;height:1.4375rem;top:15.875rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB07HUeuadwkUcG7X03wzhgtSagUSOTO { width:0.625rem;height:1.4375rem;top:20.4375rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZLZP8XhBpIBntiFmTcA67WUZo6CFRsp { width:0.625rem;height:1.4375rem;top:25.25rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMFQ1oAFmAfRscMwfOmWQzMEuGtRTIXa { width:9.8125rem;height:2.25rem;top:2.9375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOS5QHZEM0esJ0LLd0UiOCrcVshcgmy { width:8.3125rem;height:1.25rem;top:3.375rem;left:22.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4lIx1o45Lo3gPpE64v5TSZ3CyAHRWIK { width:37.625rem;height:3.0625rem;top:29.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl6LmRTbGrSnTakllp4tA4QmWLvOAOIc { display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOMSOL6oeUz9tCzMEVNXfcqdkyQ16wi6 { width:30.75rem;height:3.3125rem;top:2.875rem;left:8.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQrOOQayM7W3WWAE3p7OqZKgUPv8iyv { width:4.1875rem;height:2.9375rem;top:10.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B48v9yV4TM4QBy1Unmcnh2fpUmWrA9MM { width:1.6875rem;height:1.9375rem;top:10.6875rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h31zBCP5RGIzG9h60dlmRxokHudEnzEU { width:4.1875rem;height:2.9375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7i9UWEQqFhisLtePBGOMhcSwVp2oNQr { width:1.6875rem;height:1.9375rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDfp9rs6TpJZfIbEpecRlgNTyy0pqOed { width:4.1875rem;height:2.9375rem;top:10.1875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWXu1FpWoJMUIw6V0X2DZteG1H8O37oE { width:1.6875rem;height:1.9375rem;top:10.6875rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqE8Vy8uV4kiCzRxRvTwBefplPNNRT2b { width:4.1875rem;height:2.9375rem;top:10.1875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3qbhArMhzA3kEMGf35cZfvg5GloeFHh { width:1.6875rem;height:1.9375rem;top:10.6875rem;left:37rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua0TKSJltfOEUZxJDJLw5WaJxKqFzclG { width:4.1875rem;height:2.9375rem;top:10.1875rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUF1WHmE4zclmgIqtX60TViOFI9tTTSS { width:1.6875rem;height:1.9375rem;top:10.6875rem;left:46.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvqFdk3dhhza8TAbVumN1ycUAEt4lQkn { width:8.25rem;height:1.125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6fSkpZMJDrGxdiU1KbbxxStbA8qbaQ { width:8.25rem;height:1.125rem;top:11.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNnTrdaqGfz7Q3mxpa69gsSMX7g4OuHf { width:8.25rem;height:1.125rem;top:11.125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9zS2a3TQvXBlUwRQUuedA5kMbskLbI { width:8.25rem;height:1.125rem;top:11.125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dunDVdWrAsiTy4Vqp2HCkzV1Zx3hEUcJ { width:3.8125rem;height:1.375rem;top:11rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y32sCvfXZWF5ptzUUCD1uJIPyRB765p4 { width:3.8125rem;height:1.375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dESQcXfzgzaM9GlBlIPfT8XyWqvxKoLt { width:9.75rem;height:1.6875rem;top:14.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5zFnxHASwzCIqVzffKf1F47Swx7t7C { width:9.75rem;height:1.6875rem;top:14.125rem;left:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5aKIkgzBGR2D96dE5VrRvmQ4VTwchnS { width:9.75rem;height:1.6875rem;top:14.125rem;left:19rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRvrA9a8dwmEdi5M5iLMnEtLAMoUBlOl { width:9.75rem;height:1.6875rem;top:14.125rem;left:33rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCVpZrnXE2SnuE7RzXdRFbRrAZxAbMbX { width:11.0625rem;height:1.6875rem;top:14.125rem;left:36.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuX9P67zT1GlNim6PaB5bk4QDzr4JbHz { width:12.1875rem;height:2.875rem;top:16.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTWz4TMv4dMrLoHeT2Fv9aoPWAsAKPb { width:12.1875rem;height:2.875rem;top:16.875rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srtrFgeBIxe1eoAqVKV0mSoivfPXAWPC { width:12.1875rem;height:5.8125rem;top:16.875rem;left:17.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJAqI7qPoS6QC10DHf3DtFACL6NOEfL { width:12.9375rem;height:2.875rem;top:16.875rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aZobRfd4IUgT0bs1xMFlu7aTw4RcTT { width:12.1875rem;height:5.8125rem;top:16.875rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXoL0QmWsexXPTLhQeLdeqnySqBwVERb { display:block; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e19mgwttOTosdVZ7pOz60PqQCJtFL3hn { width:33.25rem;height:19.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOhwrooIFXdV1Tz4reyGPkZBvmlsaDNp { width:21.8125rem;height:2.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki8mx3wFLVr7h1aJI40DZPI9ubUpiZq { width:20.6875rem;height:1.3125rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwb7IMEwQEfBweVy3PEIKIozTDs998AR { width:5.4375rem;height:4.9375rem;top:3.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8WJM0OhJUfyxDuQlUzDppm031hhkWIA { width:21.75rem;height:1.6875rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIzx4iUmDsVFNBCc3lAz1BUCUVJZL2f3 { width:29.8125rem;height:2.875rem;top:9.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1MrfETA7Xxb5D87ZiT81LbNhMM0u6Kx { width:29.8125rem;height:5.8125rem;top:13.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FInpqB96hATbdJALRXkrV9Utx6Iq9O5q { width:33.25rem;height:19.1875rem;top:1.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU3a1aUawbI1AHwu68STAtqbAKNI2IUL { width:30.375rem;height:7.25rem;top:13.3125rem;left:17.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh5aKT7p2Fye070ilQg1Ge8sw6GcnCPv { width:29.8125rem;height:1.4375rem;top:10.5625rem;left:17.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsKaa4d6eOKrwGlCPVFNRH5GBOMSAzV { width:16.1875rem;height:3.4375rem;top:6.625rem;left:26.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMB20MWWoXUJWTKXT1BDMrtRzeiiLKOX { width:16.0625rem;height:2.25rem;top:3.3125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnMdCVt0IH2UXohHsGl7im7okuayEdf { width:14.75rem;height:1.25rem;top:3.75rem;left:26.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNLqH9ea7yvH9LKyG8pb8LIUZZuNdyI { width:6.3125rem;height:6.375rem;top:2.75rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc4QcDEffiT84MmrQNetcfyAGiSKqWRo { width:33.25rem;height:10.5625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StTVb5nNCCleD5hOhBDRBseO3ieJVvTF { width:21.75rem;height:1.6875rem;top:24.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSQw2N9eCxrml2csZzcZANvbE9LEtaIg { width:30.375rem;height:4.375rem;top:26.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4T9cgCefZywRxsGzHIwag6L0TbJ6Brw { width:33.25rem;height:10.5625rem;top:22.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpBfTVwPPTTZ3cXsu5uIlwkUXuOxHDd { width:30.375rem;height:4.375rem;top:26.6875rem;left:17.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQC3RmKANgo2atNIeQnDvXgnlr8otLs5 { width:21.75rem;height:1.6875rem;top:24.3125rem;left:26rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O { display:block; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWtd3U8JPcJZARl9isW1pgsWIWQnLP9f { width:43rem;height:20.75rem;top:7.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVUfC49BvF7LT89NN4IT88lzrmh5oCZ { width:16rem;height:16.3125rem;top:0.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLRJxvUTRBH0VX0Jwqw6QEyfTNifBy1t { width:26.25rem;height:5.25rem;top:15.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSt5ZGLDRT1R69lB5yzmvhXSMGz6IB9o { width:5.8125rem;height:3.625rem;top:12.8125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cu874xbzQGfbW9CB1NdrrnzqCQXkWc { width:6.125rem;height:3.25rem;top:6.375rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwg6TFPIIThl2U8wpyTUAT5lv0SHsET { width:9.9375rem;height:2.25rem;top:10.3125rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkHocU31FFa9PgOqhDE2G9TDsu9sikD { width:9.0625rem;height:1.25rem;top:10.75rem;left:20.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSLuVHHoyQB0kN4IK8qvhvMlLFHSlTyy { width:17.5rem;height:2.1875rem;top:13.25rem;left:19.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHXb7KghelVf7b5GQJ9cseXP7hIGl3gO { width:37rem;height:6.5rem;top:17.8125rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEe4zfIo1ktWFxLOe33P0SUkryzQncRP { width:2.625rem;height:2.625rem;top:27.125rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSagg27dCHOvbOVEmwPCifM2Ul7N4duO { width:16.8125rem;height:8.75rem;top:22.1875rem;left:24.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCCILvNZIOeXfXwITQrz7U83otE8z45o { width:17.875rem;height:1.4375rem;top:19.9375rem;left:24.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duDMF8pmUoFtCq5KSFpcbtmctFUcQCuF { width:17.0625rem;height:3.8125rem;top:16.125rem;left:24.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbpB0PVndeKwQiof0Oeidv1WE5IpCvXm { width:11.75rem;height:12rem;top:2.9375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEWqJ93kzQRng8QXdoBN7fHON5bVQzky { width:17.875rem;height:43.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zub6C1etkpbDLEeLXpwIIxQC9wwkkxua { width:17.875rem;height:43.875rem;top:1.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNoNyIp2ApANOFC6sivBSx1JKsSVP4c { width:17.875rem;height:44rem;top:1.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhuJMXo1P5R0xTf3kgRd3n25XAgEOzx { width:17.875rem;height:31.3125rem;top:1.9375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #moUbO6QZFgGWSs9k7o05iH3CVlP1efBf { width:11.75rem;height:12rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIGVs910yu1MrKg49E2fG2U5g7RIMS7e { width:12.8125rem;height:3.8125rem;top:16.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbig5hyF697pKndAR5QeiK87hnhP0wPJ { width:17.875rem;height:1.4375rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmDZOh5B8luhD9TvBNrKeTtBvJBXWCSK { width:16.6875rem;height:10.1875rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyxNbJqC8PQWCWIrvU4TZ1suToUQFoCn { width:11.625rem;height:11.875rem;top:3rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIfpUfc0EbmJkqkymC2ppQMHaqKguEMl { width:17.0625rem;height:3.8125rem;top:16.0625rem;left:6.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrWA7DzDnqrfyTpfoeRUA46XzLKC2xi3 { width:17.875rem;height:1.4375rem;top:19.9375rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBfe8P9BwWbi1MpRrewQQq8phAX7PHw { width:15.6875rem;height:8.75rem;top:22.1875rem;left:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTbwTJPefzZbD8Bx9JoTkd3JzgPBrI24 { width:11.8125rem;height:12.0625rem;top:2.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niRQLZk8AT4ThpMP8GT3hTBbsLEmKRbH { width:17.0625rem;height:3.8125rem;top:16.125rem;left:30.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJbve1rDG6wmMaDEEKy5cfniVafxBhp { width:17.875rem;height:1.4375rem;top:19.9375rem;left:29.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4JUanNLIMcATKc2e5zeeTOzHO941CTy { width:16.8125rem;height:8.75rem;top:22.1875rem;left:30.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHyvgWJ6ZTlC54y9w9e8tGzvxDDRF8BO { width:2.625rem;height:2.625rem;top:2.9375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv2c0fOQAJlFH0UIXnXJZOElcehF8LXv { width:5.4375rem;height:4.9375rem;top:8.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6sf5WIWT8dvRfpa4sZQ3aE5VuNx6QC { width:5.4375rem;height:4.9375rem;top:7.125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u08ZW9ud8ArQOLoTLiMilUtsIyOEoNJT { width:4.1875rem;height:2.5625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUsA7FJ0xIun4UBnSUWpJRvSxp8PDlp { width:4.75rem;height:5.0625rem;top:2.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJZgczJr8ATzp44ZPcp2hvsQXtTZhc9 { width:6.125rem;height:3.25rem;top:1.9375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eczzmc1DVwaTpTpy9N6Keomvss13gDAG { width:4.75rem;height:5.0625rem;top:9.25rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTGStNFd2vrEtyrnbroc9M3zVVeb8CX4 { width:3.75rem;height:3.5rem;top:40.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqtTSnTmreJxoTHmx36ZE3vR4mhS7lw9 { width:14.4375rem;height:13.125rem;top:32rem;left:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvOQ0f5G7m5ayE9DEezS5Px5PgJJHy0z { width:2rem;height:2rem;top:32.1875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLlQRDGmK7xTE9lkKgV8rwDcvf9sXghV { width:2rem;height:2rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRlqTdDDqWove8pfpDPUl4kBTE2Eg7Mo { width:14.4375rem;height:4.375rem;top:33.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLqDZeApD1NkT5XMBlEgW0ulFcG1miev { width:2.625rem;height:2.625rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl0N4cTLwddUJeEKdGNtcfuuM4US3B3K { width:14.4375rem;height:4.375rem;top:33.375rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8UtGe2VScIakDzz91UZRF1fQ2KIG59l { width:2rem;height:2rem;top:33.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJwwrDzCbKy96HsXfSVFC1z6TqoV5tkK { width:5.875rem;height:4.3125rem;top:39.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3mLT1bscgspTUMDL9qkBtWWIZwloPQm { width:11rem;height:2.25rem;top:4.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swvuXfeydJhXP2Z9TuPPsHQBPAXrZ1k8 { width:9.5rem;height:1.25rem;top:5.4375rem;left:19.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0cRG3SLN6gickLofIXn7c7ibmUHQMEW { width:41.25rem;height:3.3125rem;top:7.9375rem;left:3.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIxrS87KTz13ZceTgtXb0WZekOBvd3U { width:5.875rem;height:4.3125rem;top:2.4375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtoBBrs8oVHKxbK6oXdmPmPeEZxrWwTr { width:2.875rem;height:1.875rem;top:8.625rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpnFJgBM9sxXmTBoHt19awDrqky45TC { width:3.375rem;height:1.25rem;top:8.9375rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwEUT2FMPlOmeRJ8FFWzUAv37Tzkr4kW { width:47.6875rem;height:2.875rem;top:12.6875rem;left:0.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVSmoDERBKiGvascWeiBCQzybrKIER9 { width:11.75rem;height:14.1875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5n951TTItTU6XoG72uU4Vx0KJlZXc4O { width:18.4375rem;height:10.1875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtGg3E72NlSy6K2G9xloGRhwltP7v3Fi { width:11.25rem;height:1.6875rem;top:18.6875rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tob8LpLEeoLyWVQXfn2afiAwTEmSf1of { width:11.4375rem;height:3.375rem;top:21.25rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9gy2BaF2E8DtVoWUqNSFHrfOXPVnMp7 { width:3.875rem;height:4rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxNAMa3P3PxV26UU1T5vnhRcny0hKRS { width:18.4375rem;height:10.1875rem;top:17.125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH4IWWNKsW4Q9OGmsDGonqQtZz8U2NsF { width:11.8125rem;height:3.4375rem;top:21.25rem;left:20.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFhLLnXXKonwOszzVfPlsPeSrrNS6sZ { width:11.25rem;height:1.6875rem;top:18.6875rem;left:20.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V72RGzPB3ttJ9iDFKvN8cp7m9qJEAgq7 { width:18.4375rem;height:10.1875rem;top:17.125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckq6Vr4r5ADkHpkGeBzZAAW6F7V0Wekr { width:11.4375rem;height:3.375rem;top:21.25rem;left:36.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXKLq9VnnJNTWeFUDIGfupTnRBRwagiH { width:11.25rem;height:1.6875rem;top:18.6875rem;left:36.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttiZPc275AVrHfPFiWVB3TCT22dvWup8 { width:8.5rem;height:1.25rem;top:25.375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVIeh1mI9ptXEQwoTQ4NmvWf3KmRTqS { width:1.4375rem;height:1.4375rem;top:25.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhTAxnTNWOsQILOUEvrUVpq2wH9XOie { width:4.25rem;height:4.375rem;top:20.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQ6hfwQMTnu1VUmx1kpeGxcOByS3rtX { width:1.4375rem;height:1.4375rem;top:25.3125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4txelDGaqU2SIXbNJQJy26sPUwcrTnW { width:8.5rem;height:1.1875rem;top:25.4375rem;left:22.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0TuzMVWN5yNaDZ4mFs8Fvy2ChQW1fvX { width:1.4375rem;height:1.4375rem;top:25.25rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5LkqtBQlUTO9axi2TEJ4Jm4xEws7AqP { width:8.5rem;height:1.1875rem;top:25.3125rem;left:39.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGNJhtccrI4xnHx6sh9WIeykP4be5dEe { width:4.0625rem;height:4.1875rem;top:20.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGpJp1eIe4CUXW9VRu0zzr8xDNpc6Ti { width:26rem;height:2.6875rem;top:29.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFOn8LVV2DkTpTKAWIUG5U177i5zpGew { width:23.0625rem;height:1.125rem;top:30.25rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ymGTkzDkHK1ouA6RtFS1eeABBfwkK9 { width:1.4375rem;height:1.4375rem;top:30.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecsww3EbuK55L4nJgxFv8uTpHJI2fyy { width:18.375rem;height:3.3125rem;top:2.5rem;left:14.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDtqldfRhD1QiEnFv27RXAKM2c6poBV { width:10.6875rem;height:1.375rem;top:8.25rem;left:19.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvShSTVQliz8s6tSBotKWJ7F4uAIdeQl { width:10.6875rem;height:1.375rem;top:8.25rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI0kFANNrtKKqt4pJQ6ORRq2AkJXSXnA { width:14rem;height:5.5rem;top:10.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNhMCvDEJCtkT1scAp6DN4IIG2aNERPT { width:10.3125rem;height:2.9375rem;top:11.8125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuSsx9X0ex8TB5BVEPhFBRVugXqBfwPl { width:11.25rem;height:5.4375rem;top:49.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHqEAkTETai5Styb44FyOwZXuyEe4Ikz { width:9.8125rem;height:2.875rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftxspNnZmc8xIFD0OO9gM0mM8fmkGxw8 { width:13.6875rem;height:1.9375rem;top:50.875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnp99LqTvWNwT5V8pBDD0HxvUxvMh64O { width:10.6875rem;height:1.375rem;top:44.9375rem;left:18.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5aJqCMJRwGMIcAR34UWuw2GHTTKHsQQ { width:10.6875rem;height:1.375rem;top:8.25rem;left:33.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miw1XJxM3LtO1B8IGMgHTwE9yuJp8JQA { width:6.375rem;height:6.375rem;top:11.8125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5nVdmVe5LviqhcCG1ACMdvwQf021H0K { width:12.5rem;height:5.25rem;top:49.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzEr3TDkZs9RhvaRK2gBIxrAGhPMroXg { width:8.6875rem;height:3.75rem;top:57rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPlXVvx9FowIL6F5mHA3mmpzW6TBDRt1 { width:11.3125rem;height:4.25rem;top:57rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ty3xBIgAO7pbTsw6QGigqry0xbIKKG { width:10.6875rem;height:1.375rem;top:33.25rem;left:18.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXtUrFFplw5MzSGOPccyekut0Tb4auMt { width:5.4375rem;height:4.375rem;top:37.1875rem;left:21.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daNVKTBcVU2qqs4dGiNKO7o8ScnKIDQH { width:21.875rem;height:4.4375rem;top:25.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #w140Zs8HaEfRyXEV6SIZd2RUoL5I5KzN { width:10.6875rem;height:1.375rem;top:20.25rem;left:18.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOzqXP1T43o0F8IS7EQVTie96ka3ecnD { width:8.125rem;height:10.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMukNU2R9PSDoNEAIGHqCVgXTOMVLgPN { width:11.9375rem;height:3.3125rem;top:25.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq323RsdF8JvhLsuKZ73wPHoRh3Fgx10 { width:10.5rem;height:4.3125rem;top:25.375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBgOdtVuZm7y1blOTvU8FxcT04HrJVbD { width:14.75rem;height:3.5625rem;top:4.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TO4Jupec2zAw7sxNxy2NbgLUe1fddO { width:13.9375rem;height:3.25rem;top:4.5rem;left:23.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEVnQzo6R8mVyR4bC3WMtKh40uCpILW2 { width:7.4375rem;height:7.5625rem;top:2.375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAXZ2Jygd42NAHEPcIEhw7LIC8ZHh8xR { width:0.125rem;height:5.9375rem;top:3.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#052244;background-image:none;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:11.8125rem;height:4.6875rem;top:13.625rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:17.5rem;height:3.8994125rem;top:21rem;left:1.25rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGiP9xeaglMmt7EdBMauk23vc0o9PHk0 { width:4.75rem;height:2.625rem;top:8.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9yIFnMAJGPne1vBUrCThgxeyRQnxtkt { display:block; }
 }@media only screen and (max-width: 763px) { #RzBZmyeP3UdvbVfaXlxPESqNCMgr3MAu { width:5.375rem;height:3.125rem;top:8.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgIOIpQbIZss8pg9AqnP9acyTTzD3GfQ { display:block; }
 }@media only screen and (max-width: 763px) { #nb10S7EJIkNaymdGDy5Jy27nviONWBSi { width:3.625rem;height:3.125rem;top:8.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQk1DOAmdyr4pEhUSaCOvlpgVr4x0Qgl { display:block; }
 }@media only screen and (max-width: 763px) { #iU4XbzpiXgMHOGXsM2OtPy6CdlJbphxC { width:3.5rem;height:3.125rem;top:8.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krtOJF0ltVtIRITz0xzsxQ0Zi0KwhDxs { display:block; }
 }@media only screen and (max-width: 763px) { #VsXT82G4wkVztRrhdhwV356vk92P4ea3 { width:20rem;height:7.8391959798995rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAeVQcOdAaCF5DhCSKrGNZDNvcVI4TVs { width:9rem;height:3rem;top:26.75rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0nuh4eTsIaPeOOp6hzTGiuge2gSL5sa { display:block; }
 }@media only screen and (max-width: 763px) { #PCSSJlebVIc9bWT90unDTMWQF45PwBPB { width:8.9375rem;height:3rem;top:26.75rem;left:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiqEbUnLkMdwZ63NyTTQWr58T32JCE1H { display:block; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .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; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD .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; }
#zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD { display:flex;width:18rem;height:5.0625rem;top:35.1123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #AEqgX3RCAvSU2a9H6Tw0W4OkCKDny0qE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #ty5DOCxsVzMhTJErpI9UiJdApdscx9v8 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #ZfOIfBZU73vy1D9MUywFIrcWlCCm4UE8 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #qTTnNz26Brg0ALVfTiVPXlRgNWl5pR8D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #wrQd86s1Z8m9Hnl2ZSB2TR6pVZmRD5zl {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #GQAiTTlplC0KfMn77oR2ge5HR6qtpOUT {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #Xf1BfS9o4cK13VTqQqAdXnmbg4HwTllF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #qH3cKKozUQktKOK23vTifAaoQuKqpBx2 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #LGaf2BTwy5uIiUdcTZmU2oFSXqTBJCz9 {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #XJqxMRGS1Rv7MzAHJUW3IIviNs6VNTit { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #b3TWFy3nakwwTE6zmTlMAXFrFc97Fv0A {  }
 }@media only screen and (max-width: 763px) { #zvQo4i0pCdpbfOLKTwIyIRqx3UT709XD #wCbnKITO0EVbnTmpHxFzOZiF6qxDDaJA {  }
 }@media only screen and (max-width: 763px) { #SXSVf7IaM1y0RER8VUnabZsTGLQ2BE93 { width:6.25rem;height:7.9375rem;top:12rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHABUasHGGpvOrTpOAGnGxh0DibKyZN3 { width:20rem;height:1.8994125rem;top:31.7626953125rem;left:0rem;font-size:1.1875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 { display:block; }#fvGUVa68GJ78SUGz9F11z4kWIXLJJv20 > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X113QKrDqVL37wAA3mVERccXRCHSSwmF { width:18.5rem;height:3.0234375rem;top:1.25rem;left:0.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vy7OUCBav6T8pqB0Flvy295E67ZsdBAs { width:17.75rem;height:5.125rem;top:5.9228515625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytB3kTInIhJV7HpvHcTKvUFzymydrQ9P { width:4.25rem;height:1.23730625rem;top:6.4599609375rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtw6ynmxxXP71ayNdNrS8sXQCNbfbAX { width:11.1875rem;height:2.111325rem;top:8.384765625rem;left:4.40625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMPUamEJc9W3ZA6AtTnr4QBuU51QrIME { width:17.875rem;height:5.125rem;top:12.0849609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk0TWiXmZwyA8vnnepsPsrV8BZlvNQkQ { width:12rem;height:2.111325rem;top:14.609375rem;left:4rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raQRLKwblbS1OcmhTyX3V6UuToGLJ6s3 { width:6.8125rem;height:1.23730625rem;top:12.724609375rem;left:6.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV { display:block; }#z1eULiilzSNQXPg5mBoyfDrRiQOHRwrV > .row .container { width:20rem;height:143.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR2ScEApM6AvO1fwTykaLv5TXMAcbTQg { width:20rem;height:3.574225rem;top:5.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6dR6PbPI0V1r7vEpvVzUngRdCPhbJHJ { width:2.75rem;height:2.9375rem;top:9.01171875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl56fRR7HNEIq2b7g83LTTytVEocSXSm { width:3.75rem;height:1.9375rem;top:42.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UilEWbnl0Fgz8IaJx33g0WFrZ9iipyaq { width:4.875rem;height:4.8125rem;top:0rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzKof2SZOpQRA4JcBJqIg9CZTR2ZTie { width:0.8125rem;height:0.8125rem;top:3.375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uin9qTOKUy1CTKJuMeJ0uJ4rNRVVVCCH { width:14.5625rem;height:4.22265rem;top:9.01171875rem;left:2.71875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiX1DC6zThGg9dPmQ4ITnrOwCAseJzE4 { width:2.625rem;height:2.625rem;top:14.640625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXUNpKVX0vQUJu2D1Ac5oiZvJ6RhHWyA { width:3.8125rem;height:3.4375rem;top:14.234375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFXNBq7dauyWZrXNwshiUKlAxbTWmXuH { width:19.75rem;height:14rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NW0l6pqdsgOZWs1QdWXeEOcrM6crlL { width:12.5rem;height:2.125rem;top:45.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6UL3GZEfVEfDXeJKhgrPSrh015h3ny { width:10.0625rem;height:6.6875rem;top:42.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGloaPxC2WgE7733dW3oWMxCJTrBgJoR { width:19.75rem;height:14rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xehkDHpI9vmS68DEUW6kLQ7VTCole7aV { width:12.5rem;height:2.125rem;top:64.53125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLTcnOBfNobfQdKTTig25pv0KdWVReH { width:8.3125rem;height:5.5625rem;top:62.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJdphguDPphFEoPZO9pnilAsLqd0mBi { width:19.75rem;height:16.375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQSTgLr15GBgEPTTPEBWaGH3JWTcKyi8 { width:12.5rem;height:2.125rem;top:24.03125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7GrCGmATrZRvz7ZEe7vgxI8NvxtBudR { width:10.125rem;height:6.6875rem;top:21.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzxlTmLgODk5M4w8Rr5H6ykVG5rky0dx { width:5.625rem;height:2rem;top:49.0625rem;left:7.6875rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XuHfJz1kQnTMgVv8ATSk2EbCyyUrMZLc { width:5.625rem;height:2rem;top:29.5rem;left:7.75rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #u8FMkmUTIvZPqSeKDxS3H0RuJmhJ2U5C { width:5.625rem;height:2rem;top:67.75rem;left:7.0625rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UA8nqPv0mn4Q11P5Kmv1OiN5qHqTzupx { width:17.0625rem;height:1.92480625rem;top:51.875rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRg6e94lLvab49qp55gqqzk8qF1nTQOB { width:17.0625rem;height:1.92480625rem;top:32.1875rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBthHX9q05yZsfJMeaTPRTn6RKpliLQ7 { width:17.0625rem;height:1.92480625rem;top:70.4375rem;left:1.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFy5LGULsykkehdBhFAbaXwtwewFClvc { width:16.1875rem;height:6rem;top:55.25rem;left:2.4375rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pmMMJvp1Ub6FVsmcf0UezZ7bo9wK5QJq { width:16.1875rem;height:6rem;top:35.6875rem;left:2.4375rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #S27SvAKKpMTFdiudbSgrE2Icu8LGENgQ { width:16.1875rem;height:6rem;top:73.9375rem;left:2.5625rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MBuLGkdNpo6qwXWBxBcQlMT6DO2r4hZx { width:17.0625rem;height:2.0625rem;top:19.123046875rem;left:1.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2gPXnlcHVaPVhiTwJN9OlpVpWCIkrFG { width:17.0625rem;height:2.0625rem;top:82.7353515625rem;left:1.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3h6NTA9KDQGMCezOF3UOlEISrMInCJs { width:19.75rem;height:14rem;top:127.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ4rrMAuDk0RhDCuhV9zM4hsHZONEDzF { width:19.75rem;height:16.375rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtLPdy81iwTWndndwddwalXzbzsDGaAt { width:16.1875rem;height:6rem;top:100.25rem;left:2.4375rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AFFLACnkFzoSG3N5zdPh4aeEFownZUnd { width:16.1875rem;height:6rem;top:136.125rem;left:2.5625rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dwROTP36CU5zL1U3SHzy91eCKUm55vBJ { width:17.0625rem;height:1.92480625rem;top:96.75rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhmIJGdA6uCoag3snSsCoNRkHpTptsUu { width:17.0625rem;height:1.92480625rem;top:132.625rem;left:1.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0aAcgwxGgy3GSCdo6rQU8kzPtVTTpNB { width:19.75rem;height:14rem;top:110rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7WBH5qNdSrn8kSTUsJ0TC45TefTpr9d { width:17.0625rem;height:1.92480625rem;top:115.1875rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2myD7Fpp0mo1qzJr4Pilyg2kPh3VT5w { width:16.1875rem;height:6rem;top:118.5625rem;left:2.4375rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GJ1PvwxICuhlTTdKlKdEhBIvlBrSnErZ { width:5.625rem;height:2rem;top:94.0625rem;left:7.75rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DWUgI7RTi9wlTDdp4vXpPkca8gNmIbP6 { width:5.625rem;height:2rem;top:129.9375rem;left:7.0625rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HWwSFfAVaTNOgvtCrgNWSDxuc5Ho6fsd { width:5.625rem;height:2rem;top:86.125rem;left:7rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LadBXVqPpMmT7Dn5mqIacm25TKJTOAey { width:10.0625rem;height:6.6875rem;top:106.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzEMoOKasunn1wiVBatQms1AzQ5JAKI { width:12.5rem;height:2.125rem;top:126.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOWZANXe5sBEW8pVN3CZSzsXZrzvtI6m { width:8.3125rem;height:5.5625rem;top:125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi1oR7C69ZOVdfiTEH9SP4niTrc3KpPD { width:10.125rem;height:6.6875rem;top:86.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvbbMG1MOOm7lW61znwTWcPiJm2h5vnw { width:12.5rem;height:2.125rem;top:109.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4fZc34B4I4thSiTMRV08LUnTCSPXMvx { width:12.5rem;height:2.125rem;top:88.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ04Jb1nuwfS9dHvfOmnEySK9ESgA8nT { width:20rem;height:20.311111111111rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upnugG3VhqvJWzDHQriJUXroaM7cz4nh { width:13.8125rem;height:5.19921875rem;top:26.310546875rem;left:3.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6A15ggtdTsZeyMKqX3PFeTuGRpdF38A { width:1.75rem;height:1.75rem;top:32.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4acJslRQ8B37ctXeWNfzNPHKcRVDdu { width:1.75rem;height:1.75rem;top:38.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUnMSW1LgtrymoSl59FtLmAGrhboxZtk { width:1.75rem;height:1.75rem;top:42.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDX00I98n8rX5DQ8wdxLgJunxGFNTXH7 { width:1.75rem;height:1.75rem;top:48.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r93ZEH6NGwy1P1psfrDzANSI1qEizeJ5 { width:10.375rem;height:3.8994125rem;top:32.822265625rem;left:5.84375rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hAWpfMexTOJl9kFIloPQTbqEz0IzVXPq { width:14.25rem;height:2.5996125rem;top:38.408203125rem;left:5.75rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oX9p1R4dW0VzSDGJ1UJrVSWnxAvUTLyT { width:13.125rem;height:3.8994125rem;top:42.7578125rem;left:5.8125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UsmT6TfZSuoHyt8i9a8NqpFThdeQOo5T { width:14.1875rem;height:3.8994125rem;top:48.5625rem;left:5.8125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1w5BsBUV4CMUrUVG4f3eHXEKrPSk0c2 { width:20rem;height:0.0625rem;top:37.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPSc96xwLXvl1LpLutb24zw7rF6Mqrql { width:20rem;height:0.0625rem;top:42.0078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upq9UW5Oic3iWDTpLsu0M7brc90J3lXL { width:20rem;height:0.0625rem;top:47.544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHObIguf0MLWWO83lSpmVX4LbtZ9Xqk { width:0.625rem;height:1.79980625rem;top:32.8125rem;left:2.4375rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LRTT6rtpCc8cML0FBcQlKOTvd7oy07XB { width:0.625rem;height:1.79980625rem;top:38.4375rem;left:2.4375rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HB07HUeuadwkUcG7X03wzhgtSagUSOTO { width:0.625rem;height:1.79980625rem;top:42.75rem;left:2.4375rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OZLZP8XhBpIBntiFmTcA67WUZo6CFRsp { width:0.625rem;height:1.79980625rem;top:48.5rem;left:2.4375rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LMFQ1oAFmAfRscMwfOmWQzMEuGtRTIXa { width:9.8125rem;height:2.25rem;top:22.8105625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOS5QHZEM0esJ0LLd0UiOCrcVshcgmy { width:8.3125rem;height:1.0556625rem;top:23.408203125rem;left:5.84375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4lIx1o45Lo3gPpE64v5TSZ3CyAHRWIK { width:17.4375rem;height:2.9375rem;top:53.8681640625rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl6LmRTbGrSnTakllp4tA4QmWLvOAOIc { display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOMSOL6oeUz9tCzMEVNXfcqdkyQ16wi6 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgQrOOQayM7W3WWAE3p7OqZKgUPv8iyv { width:2.75rem;height:1.8125rem;top:11.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B48v9yV4TM4QBy1Unmcnh2fpUmWrA9MM { width:1.6875rem;height:1.4619125rem;top:11.5rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h31zBCP5RGIzG9h60dlmRxokHudEnzEU { width:2.625rem;height:1.8125rem;top:6.1875rem;left:1.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #x7i9UWEQqFhisLtePBGOMhcSwVp2oNQr { width:1.6875rem;height:1.4619125rem;top:6.375rem;left:2.375rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #DDfp9rs6TpJZfIbEpecRlgNTyy0pqOed { width:2.875rem;height:1.875rem;top:19.3125rem;left:8.5625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UWXu1FpWoJMUIw6V0X2DZteG1H8O37oE { width:1.6875rem;height:1.4619125rem;top:19.5rem;left:9.1875rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #AqE8Vy8uV4kiCzRxRvTwBefplPNNRT2b { width:2.9375rem;height:2rem;top:28.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3qbhArMhzA3kEMGf35cZfvg5GloeFHh { width:1.6875rem;height:1.4619125rem;top:29rem;left:9.1875rem;font-size:1.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Ua0TKSJltfOEUZxJDJLw5WaJxKqFzclG { width:2.9375rem;height:2rem;top:37.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUF1WHmE4zclmgIqtX60TViOFI9tTTSS { width:1.6875rem;height:1.4619125rem;top:37.6875rem;left:9.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvqFdk3dhhza8TAbVumN1ycUAEt4lQkn { width:8.25rem;height:1.125rem;top:11.71875rem;left:2.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IK6fSkpZMJDrGxdiU1KbbxxStbA8qbaQ { width:8.25rem;height:1.125rem;top:19.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNnTrdaqGfz7Q3mxpa69gsSMX7g4OuHf { width:8.25rem;height:1.125rem;top:29.1875rem;left:2.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9zS2a3TQvXBlUwRQUuedA5kMbskLbI { width:8.25rem;height:1.125rem;top:37.84375rem;left:3.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #dunDVdWrAsiTy4Vqp2HCkzV1Zx3hEUcJ { width:3.8125rem;height:1.375rem;top:46.0859375rem;left:16.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #y32sCvfXZWF5ptzUUCD1uJIPyRB765p4 { width:3.8125rem;height:1.375rem;top:6.412109375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dESQcXfzgzaM9GlBlIPfT8XyWqvxKoLt { width:9.75rem;height:1.71875rem;top:6.234375rem;left:5.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hl5zFnxHASwzCIqVzffKf1F47Swx7t7C { width:9.75rem;height:1.71875rem;top:14rem;left:5.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F5aKIkgzBGR2D96dE5VrRvmQ4VTwchnS { width:9.75rem;height:1.71875rem;top:21.849609375rem;left:5.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRvrA9a8dwmEdi5M5iLMnEtLAMoUBlOl { width:9.75rem;height:1.71875rem;top:31.880859375rem;left:5.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCVpZrnXE2SnuE7RzXdRFbRrAZxAbMbX { width:11.0625rem;height:1.71875rem;top:40.5rem;left:5.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuX9P67zT1GlNim6PaB5bk4QDzr4JbHz { width:7.25rem;height:2.5996125rem;top:8rem;left:5.3125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EqTWz4TMv4dMrLoHeT2Fv9aoPWAsAKPb { width:12.1875rem;height:2.5996125rem;top:15.71875rem;left:5.125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #srtrFgeBIxe1eoAqVKV0mSoivfPXAWPC { width:9.9375rem;height:3.8994125rem;top:23.568359375rem;left:5.03125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vNJAqI7qPoS6QC10DHf3DtFACL6NOEfL { width:10.4375rem;height:2.5996125rem;top:33.599609375rem;left:5.15625rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6aZobRfd4IUgT0bs1xMFlu7aTw4RcTT { width:12.1875rem;height:3.8994125rem;top:42.1875rem;left:5.125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXoL0QmWsexXPTLhQeLdeqnySqBwVERb { display:block; }#QXoL0QmWsexXPTLhQeLdeqnySqBwVERb > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e19mgwttOTosdVZ7pOz60PqQCJtFL3hn { width:19.75rem;height:21.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOhwrooIFXdV1Tz4reyGPkZBvmlsaDNp { width:19rem;height:2.25rem;top:2.125rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki8mx3wFLVr7h1aJI40DZPI9ubUpiZq { width:16.625rem;height:1.0556625rem;top:2.75rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwb7IMEwQEfBweVy3PEIKIozTDs998AR { width:3.6875rem;height:3.3125rem;top:6.44921875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8WJM0OhJUfyxDuQlUzDppm031hhkWIA { width:13.875rem;height:3.4375rem;top:5.125rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIzx4iUmDsVFNBCc3lAz1BUCUVJZL2f3 { width:14.3125rem;height:3.8994125rem;top:10.01953125rem;left:1.6875rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #E1MrfETA7Xxb5D87ZiT81LbNhMM0u6Kx { width:16.8125rem;height:6.499rem;top:15.2509765625rem;left:1.59375rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FInpqB96hATbdJALRXkrV9Utx6Iq9O5q { width:19.75rem;height:21.1875rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU3a1aUawbI1AHwu68STAtqbAKNI2IUL { width:17.3125rem;height:9.0986375rem;top:34.9375rem;left:1.5rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zh5aKT7p2Fye070ilQg1Ge8sw6GcnCPv { width:16.9375rem;height:2.5996125rem;top:32.1875rem;left:1.5rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #frsKaa4d6eOKrwGlCPVFNRH5GBOMSAzV { width:16.1875rem;height:3.4375rem;top:27.875rem;left:1.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMB20MWWoXUJWTKXT1BDMrtRzeiiLKOX { width:13.8125rem;height:2.25rem;top:24.5625rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnMdCVt0IH2UXohHsGl7im7okuayEdf { width:12rem;height:1.0556625rem;top:25.1875rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNLqH9ea7yvH9LKyG8pb8LIUZZuNdyI { width:4.125rem;height:4.1875rem;top:25.4853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc4QcDEffiT84MmrQNetcfyAGiSKqWRo { width:19.75rem;height:7.5625rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StTVb5nNCCleD5hOhBDRBseO3ieJVvTF { width:18.0625rem;height:1.71875rem;top:46.625rem;left:1rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSQw2N9eCxrml2csZzcZANvbE9LEtaIg { width:17.125rem;height:3.8994125rem;top:48.5rem;left:1.25rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4T9cgCefZywRxsGzHIwag6L0TbJ6Brw { width:19.75rem;height:10.5625rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpBfTVwPPTTZ3cXsu5uIlwkUXuOxHDd { width:17.25rem;height:5.19921875rem;top:58.5rem;left:1.3125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQC3RmKANgo2atNIeQnDvXgnlr8otLs5 { width:11.1875rem;height:3.4375rem;top:54.8125rem;left:4.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O { display:block; }#DzZETuPO7yhc4BLCm48fkFdGHXXdxs8O > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWtd3U8JPcJZARl9isW1pgsWIWQnLP9f { width:20rem;height:20.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVUfC49BvF7LT89NN4IT88lzrmh5oCZ { width:9.1875rem;height:9.375rem;top:25.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLRJxvUTRBH0VX0Jwqw6QEyfTNifBy1t { width:20rem;height:7.19825rem;top:1.9990234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSt5ZGLDRT1R69lB5yzmvhXSMGz6IB9o { width:5.8125rem;height:3.625rem;top:27.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0cu874xbzQGfbW9CB1NdrrnzqCQXkWc { width:6.125rem;height:3.25rem;top:10.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwg6TFPIIThl2U8wpyTUAT5lv0SHsET { width:9.9375rem;height:2.25rem;top:12.375rem;left:5.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkHocU31FFa9PgOqhDE2G9TDsu9sikD { width:7.6875rem;height:1.0556625rem;top:13rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSLuVHHoyQB0kN4IK8qvhvMlLFHSlTyy { width:17.5rem;height:2rem;top:15.375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHXb7KghelVf7b5GQJ9cseXP7hIGl3gO { width:16.75rem;height:7.1953125rem;top:18.625rem;left:1.9375rem;font-size:0.75rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WEe4zfIo1ktWFxLOe33P0SUkryzQncRP { width:2.625rem;height:2.625rem;top:31.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:158rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSagg27dCHOvbOVEmwPCifM2Ul7N4duO { width:13.9375rem;height:6.499rem;top:83.125rem;left:3.03125rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lCCILvNZIOeXfXwITQrz7U83otE8z45o { width:17.875rem;height:1.79980625rem;top:80.6875rem;left:1.0625rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #duDMF8pmUoFtCq5KSFpcbtmctFUcQCuF { width:17.0625rem;height:3.8496125rem;top:76.875rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbpB0PVndeKwQiof0Oeidv1WE5IpCvXm { width:11.75rem;height:12rem;top:63.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEWqJ93kzQRng8QXdoBN7fHON5bVQzky { width:17.875rem;height:29.5rem;top:4.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zub6C1etkpbDLEeLXpwIIxQC9wwkkxua { width:17.875rem;height:26.4375rem;top:35.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQNoNyIp2ApANOFC6sivBSx1JKsSVP4c { width:17.875rem;height:38.5rem;top:62.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhuJMXo1P5R0xTf3kgRd3n25XAgEOzx { width:17.875rem;height:27.3125rem;top:102.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moUbO6QZFgGWSs9k7o05iH3CVlP1efBf { width:11.75rem;height:12rem;top:5.4375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIGVs910yu1MrKg49E2fG2U5g7RIMS7e { width:12.8125rem;height:3.8496125rem;top:18.5625rem;left:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbig5hyF697pKndAR5QeiK87hnhP0wPJ { width:17.875rem;height:1.79980625rem;top:22.375rem;left:1.125rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AmDZOh5B8luhD9TvBNrKeTtBvJBXWCSK { width:11.1875rem;height:9.098625rem;top:24.1748046875rem;left:4.40625rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RyxNbJqC8PQWCWIrvU4TZ1suToUQFoCn { width:11.625rem;height:11.875rem;top:36.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIfpUfc0EbmJkqkymC2ppQMHaqKguEMl { width:17.0625rem;height:3.8496125rem;top:49.25rem;left:1.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrWA7DzDnqrfyTpfoeRUA46XzLKC2xi3 { width:17.875rem;height:1.79980625rem;top:53.125rem;left:1.125rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xTBfe8P9BwWbi1MpRrewQQq8phAX7PHw { width:15.6875rem;height:5.19921875rem;top:55.375rem;left:2.1875rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #LTbwTJPefzZbD8Bx9JoTkd3JzgPBrI24 { width:11.8125rem;height:12.0625rem;top:103.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niRQLZk8AT4ThpMP8GT3hTBbsLEmKRbH { width:17.0625rem;height:3.8496125rem;top:115.875rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJbve1rDG6wmMaDEEKy5cfniVafxBhp { width:17.875rem;height:1.79980625rem;top:119.6875rem;left:1.0625rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #J4JUanNLIMcATKc2e5zeeTOzHO941CTy { width:16.8125rem;height:6.499rem;top:121.9375rem;left:1.5625rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zHyvgWJ6ZTlC54y9w9e8tGzvxDDRF8BO { width:2.625rem;height:2.625rem;top:103.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv2c0fOQAJlFH0UIXnXJZOElcehF8LXv { width:5.4375rem;height:4.9375rem;top:41.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6sf5WIWT8dvRfpa4sZQ3aE5VuNx6QC { width:5.4375rem;height:4.9375rem;top:67.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u08ZW9ud8ArQOLoTLiMilUtsIyOEoNJT { width:4.1875rem;height:2.5625rem;top:10.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGUsA7FJ0xIun4UBnSUWpJRvSxp8PDlp { width:4.75rem;height:5.0625rem;top:36.125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtJZgczJr8ATzp44ZPcp2hvsQXtTZhc9 { width:6.125rem;height:3.25rem;top:62.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eczzmc1DVwaTpTpy9N6Keomvss13gDAG { width:4.75rem;height:5.0625rem;top:109.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTGStNFd2vrEtyrnbroc9M3zVVeb8CX4 { width:3.75rem;height:3.5rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqtTSnTmreJxoTHmx36ZE3vR4mhS7lw9 { width:11.625rem;height:9.44825rem;top:90.67578125rem;left:6.34375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UvOQ0f5G7m5ayE9DEezS5Px5PgJJHy0z { display:flex;width:2rem;height:2rem;top:90.67578125rem;left:3.03125rem; }
 }@media only screen and (max-width: 763px) { #VLlQRDGmK7xTE9lkKgV8rwDcvf9sXghV { display:flex;width:2rem;height:2rem;top:130.9375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #kRlqTdDDqWove8pfpDPUl4kBTE2Eg7Mo { width:14.4375rem;height:3.1494125rem;top:134.1875rem;left:2.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iLqDZeApD1NkT5XMBlEgW0ulFcG1miev { width:2.625rem;height:2.625rem;top:145.18555rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl0N4cTLwddUJeEKdGNtcfuuM4US3B3K { width:14.4375rem;height:2.0996125rem;top:141.8359375rem;left:2.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c8UtGe2VScIakDzz91UZRF1fQ2KIG59l { display:flex;width:2rem;height:2rem;top:138.5859375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #hJwwrDzCbKy96HsXfSVFC1z6TqoV5tkK { width:5.875rem;height:4.3125rem;top:149.06055rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB { display:block; }#wfUSnnVHDx1v3aE2ukS48lbauDZ4PdqB > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3mLT1bscgspTUMDL9qkBtWWIZwloPQm { width:11rem;height:2.25rem;top:1.25rem;left:4.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swvuXfeydJhXP2Z9TuPPsHQBPAXrZ1k8 { width:9.5rem;height:1.0556625rem;top:1.84765625rem;left:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0cRG3SLN6gickLofIXn7c7ibmUHQMEW { width:16.5rem;height:4.3984375rem;top:7.625rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MhIxrS87KTz13ZceTgtXb0WZekOBvd3U { width:4.375rem;height:3.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtoBBrs8oVHKxbK6oXdmPmPeEZxrWwTr { width:2.875rem;height:1.875rem;top:5.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpnFJgBM9sxXmTBoHt19awDrqky45TC { width:3.375rem;height:1.25rem;top:18.82421875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwEUT2FMPlOmeRJ8FFWzUAv37Tzkr4kW { width:17.5rem;height:4.875rem;top:12.82421875rem;left:1.25rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuVSmoDERBKiGvascWeiBCQzybrKIER9 { width:14.8125rem;height:17.9375rem;top:17.69921875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5n951TTItTU6XoG72uU4Vx0KJlZXc4O { width:18.4375rem;height:10.1875rem;top:35.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtGg3E72NlSy6K2G9xloGRhwltP7v3Fi { width:11.25rem;height:1.71875rem;top:37.1875rem;left:6.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tob8LpLEeoLyWVQXfn2afiAwTEmSf1of { width:11.4375rem;height:4.19824375rem;top:39.75rem;left:6.8125rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #c9gy2BaF2E8DtVoWUqNSFHrfOXPVnMp7 { width:3.875rem;height:4rem;top:38.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxNAMa3P3PxV26UU1T5vnhRcny0hKRS { width:18.4375rem;height:10.1875rem;top:47.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH4IWWNKsW4Q9OGmsDGonqQtZz8U2NsF { width:11.8125rem;height:4.19824375rem;top:51.1875rem;left:6.6875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DTFhLLnXXKonwOszzVfPlsPeSrrNS6sZ { width:11.25rem;height:1.71875rem;top:48.625rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V72RGzPB3ttJ9iDFKvN8cp7m9qJEAgq7 { width:18.4375rem;height:10.1875rem;top:58.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckq6Vr4r5ADkHpkGeBzZAAW6F7V0Wekr { width:11.4375rem;height:4.19824375rem;top:62.4375rem;left:6.8125rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oXKLq9VnnJNTWeFUDIGfupTnRBRwagiH { width:11.25rem;height:1.71875rem;top:59.875rem;left:6.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttiZPc275AVrHfPFiWVB3TCT22dvWup8 { width:8.5rem;height:1.5rem;top:43.9375rem;left:8.5625rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TDVIeh1mI9ptXEQwoTQ4NmvWf3KmRTqS { display:flex;width:1.4375rem;height:1.4375rem;top:43.9482421875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #iZhTAxnTNWOsQILOUEvrUVpq2wH9XOie { width:4.25rem;height:4.375rem;top:50.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQ6hfwQMTnu1VUmx1kpeGxcOByS3rtX { display:flex;width:1.4375rem;height:1.4375rem;top:55.25rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #n4txelDGaqU2SIXbNJQJy26sPUwcrTnW { width:8.5rem;height:1.5rem;top:55.375rem;left:8.375rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #d0TuzMVWN5yNaDZ4mFs8Fvy2ChQW1fvX { display:flex;width:1.4375rem;height:1.4375rem;top:66.4375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #Q5LkqtBQlUTO9axi2TEJ4Jm4xEws7AqP { width:8.5rem;height:1.5rem;top:66.5rem;left:8.4375rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vGNJhtccrI4xnHx6sh9WIeykP4be5dEe { width:4.0625rem;height:4.1875rem;top:61.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXGpJp1eIe4CUXW9VRu0zzr8xDNpc6Ti { width:19.75rem;height:3.3125rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFOn8LVV2DkTpTKAWIUG5U177i5zpGew { width:16.5rem;height:2.0996125rem;top:71rem;left:1.75rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6ymGTkzDkHK1ouA6RtFS1eeABBfwkK9 { display:flex;width:1.4375rem;height:1.4375rem;top:71.3125rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hecsww3EbuK55L4nJgxFv8uTpHJI2fyy { width:18.375rem;height:2.5996125rem;top:1.25rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQDtqldfRhD1QiEnFv27RXAKM2c6poBV { width:6.75rem;height:1.0556625rem;top:10.375rem;left:6.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvShSTVQliz8s6tSBotKWJ7F4uAIdeQl { width:5rem;height:1.0556625rem;top:4.861328125rem;left:7.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QI0kFANNrtKKqt4pJQ6ORRq2AkJXSXnA { width:10.1875rem;height:3.9375rem;top:5.853515625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNhMCvDEJCtkT1scAp6DN4IIG2aNERPT { width:6.125rem;height:1.6875rem;top:13.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuSsx9X0ex8TB5BVEPhFBRVugXqBfwPl { width:7.0625rem;height:3.375rem;top:58.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHqEAkTETai5Styb44FyOwZXuyEe4Ikz { width:6.875rem;height:1.875rem;top:59.3125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftxspNnZmc8xIFD0OO9gM0mM8fmkGxw8 { width:9.375rem;height:1.25rem;top:64.75rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnp99LqTvWNwT5V8pBDD0HxvUxvMh64O { width:10.6875rem;height:1.0556625rem;top:55.375rem;left:4.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5aJqCMJRwGMIcAR34UWuw2GHTTKHsQQ { width:10.6875rem;height:1.0556625rem;top:16.8125rem;left:9.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miw1XJxM3LtO1B8IGMgHTwE9yuJp8JQA { width:4.5rem;height:4.5rem;top:18.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5nVdmVe5LviqhcCG1ACMdvwQf021H0K { width:8.5625rem;height:3.625rem;top:63.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzEr3TDkZs9RhvaRK2gBIxrAGhPMroXg { width:6.5rem;height:2.75rem;top:68.96875rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPlXVvx9FowIL6F5mHA3mmpzW6TBDRt1 { width:8.0625rem;height:2.9375rem;top:68.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ty3xBIgAO7pbTsw6QGigqry0xbIKKG { width:9.125rem;height:1.0556625rem;top:16.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXtUrFFplw5MzSGOPccyekut0Tb4auMt { width:4.375rem;height:3.5rem;top:19.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daNVKTBcVU2qqs4dGiNKO7o8ScnKIDQH { width:15.4375rem;height:3.125rem;top:37.5625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w140Zs8HaEfRyXEV6SIZd2RUoL5I5KzN { width:10.6875rem;height:1.0556625rem;top:25.5rem;left:4.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOzqXP1T43o0F8IS7EQVTie96ka3ecnD { width:7.0625rem;height:9.0625rem;top:27.1875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMukNU2R9PSDoNEAIGHqCVgXTOMVLgPN { width:11.9375rem;height:3.3125rem;top:42.8125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq323RsdF8JvhLsuKZ73wPHoRh3Fgx10 { width:10.5rem;height:4.3125rem;top:48.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBgOdtVuZm7y1blOTvU8FxcT04HrJVbD { width:6.375rem;height:1.5rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TO4Jupec2zAw7sxNxy2NbgLUe1fddO { width:8.75rem;height:1.949225rem;top:4.375rem;left:1.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XEVnQzo6R8mVyR4bC3WMtKh40uCpILW2 { width:6rem;height:6.125rem;top:0.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAXZ2Jygd42NAHEPcIEhw7LIC8ZHh8xR { width:0.0625rem;height:5rem;top:1.25rem;left:10.5625rem;display:block; }
 }