.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/98928023-f628-442f-a64e-38c198e9ade9/background1a.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv.adaptive-delivery-prevent-bg, #TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv.lazyload, #TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv.lazyloading { background-image: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container { background-color: transparent; background-image: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container > .video-iframe-container { display: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row > .video-iframe-container { display: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .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); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container { border-width: 0; border-radius: 0; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#JncfXbx41HfvO4Prf6kOaSxpzlskpOxq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:24.75rem;top:0rem;left:35.249348640442rem;overflow:hidden;display:block; }
#TTGm0SGClXlQBCEkJDCE9DSe1KfuCRWE { color:#001927;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8326110839844rem;left:0rem;height:12.918rem;display:block; }
#bSx9muwOnz7CHAUivTawTfatwxnnD2NW { color:#000000;display:block;width:28.9995625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.18590927124rem;left:0rem;height:4.38671875rem;font-style:normal;display:block; }
#G54Wvnzg9hMrSwOqLsTwEDoSa5fTXyhF { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.874349594116rem;left:1.1875rem;display:block; }
#FPoNLl0G5JlvMhX0F34ri9usS2CNHwlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUPlT1oiQIpquXHzXQMRl7AMzrgeoTn8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.6875rem;top:0.875rem;left:0.35416698455811rem;overflow:hidden;display:block; }
#ip4BlAwWSUPkk5UdnXENO3JrS4NvHJbT { z-index:15003;top:0.875rem;left:48.039714813233rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.354166625rem;height:2.604166625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PcO6XF3PWiuV2nE2lUFWa2nXdgC3Qd81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtV3D3bJxu3EE58TT0uQ1dTC5RCXWqLL { z-index:15004;top:0.875rem;left:35.78955078125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0.0625rem solid #5f35fb;border-left:0.0625rem solid #5f35fb;border-right:0.0625rem solid #5f35fb;border-bottom:0.0625rem solid #5f35fb;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.354rem;height:2.60400625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OPZTI631Th3Nl8QWZvoUqeR7DoX0MEro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMa2GW7loirld8DSArb0oQQEnPozf4QW { z-index:15004;top:33.811849594116rem;left:3.52734375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.191416625rem;height:2.941404125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zW7kQJSphRBc7lL7tOMbDwSU0AotPLoy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wk9b6yoUGT2U1K0pL0tnErwWR1iXTLM0 { color:#000000;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.374349594116rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:30.687501907349rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:#000000;display:block;width:29.99925rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.9995665550231rem;left:29.999279022217rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.065539836884rem;left:29.295429229736rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { color:#000000;display:block;width:5.375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:23.458478450775rem;left:29.999279022217rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { color:#000000;display:block;width:7.625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:23.5029296875rem;left:40.78125rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.065539836884rem;left:41.186344146729rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { color:#000000;display:block;width:5.5rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:23.5029296875rem;left:52.7939453125rem;height:2.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.065539836884rem;left:52.10648727417rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.10107421875rem;left:39.0625rem;display:block; }
#vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:18.6875rem;top:3.5496239662171rem;left:2.8732643127441rem;overflow:hidden;display:block; }
#Mf9a7eTu4NA9hDn8m7pTJT3ZIGsPX3E9 { position:absolute;display:block;z-index:15012;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:6.6406252384187rem;left:32.625000953674rem;display:block; }
#lWGese7BChk37rPkRccDSWHuIFwdaPIN { position:relative;display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { background-color: transparent; background-image: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { border-width: 0; border-radius: 0; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6062545776367rem;left:0.0625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3SP67DOERFD7it8od7Rer2PTVsT3DCx { position:absolute;display:block;z-index:15015;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:2.5162773132324rem;left:27.812500953674rem;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { position:relative;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:2.5rem;left:4.8125rem;overflow:hidden;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.1875rem;top:1.9375rem;left:49.999219894409rem;overflow:hidden;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:15001;background-color:#def9d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:36rem;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { position:absolute;display:block;z-index:15002;background-color:#ffd6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:51rem;display:block; }
#MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:2.25rem;left:35.062501907349rem;overflow:hidden;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:14999;background-color:#e8dffe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:#fff5e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:20.25rem;display:block; }
#BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.34375rem;left:19.687501907349rem;overflow:hidden;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:#663afa;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.04296875rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:#000000;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15.187501907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#ffc143;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#7fd65a;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:30.062501907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#df4a4c;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:45.125001907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXzXap1S450d2cADbPIOt2zRh2R4UT1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { background-color: transparent; background-image: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .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); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { border-width: 0; border-radius: 0; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4187545776367rem;left:0.0625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vd80AO9voWCUuRuVllOodoBhVufkHmRR { position:absolute;display:block;z-index:15014;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:3.0162763595581rem;left:27.812500953674rem;display:block; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:block; }
#or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.85546875rem;left:1.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5546875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.73046875rem;left:1.625rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:4.8296871185303rem;left:20.02499961853rem;overflow:hidden;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.0607643127441rem;left:24.1875rem;overflow:hidden;display:block; }
#EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { color:rgba(255,255,255,0.19);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.414930343628rem;left:14.555557250976rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:31rem;display:block; }
#ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.75rem;left:32.625rem;height:7.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:5.1859359741211rem;left:55.937498092651rem;overflow:hidden;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.140625rem;left:50.624998092651rem;overflow:hidden;display:block; }
#lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { color:rgba(255,255,255,0.19);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.079862594604rem;left:45.75rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;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; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:0.625rem;left:0rem;display:block; }
#tboxikkePITJse7mkViQTbNxhKT5B1lR { color:#000000;display:block;width:27rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7300338745117rem;left:1.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { color:#000000;display:block;width:26.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4296875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.6050338745119rem;left:1.625rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:3.7039070129394rem;left:20.836717605591rem;overflow:hidden;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:1.9351577758789rem;left:25.000001907349rem;overflow:hidden;display:block; }
#i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { color:rgba(255,255,255,0.19);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.289928436279rem;left:14.555557250976rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:0.625rem;left:31rem;display:block; }
#bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:32.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:#000000;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.4375rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.625rem;left:32.625rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:2.644100189209rem;left:56rem;overflow:hidden;display:block; }
#zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { color:rgba(255,255,255,0.19);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.954860687256rem;left:45.75rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { position:relative;display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { background-color: transparent; background-image: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { border-width: 0; border-radius: 0; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D9cW27PrrpaoJTMHT8m7n5wX4hMDqc42 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4187507629394rem;left:0.0625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { position:relative;display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { background-color: transparent; background-image: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .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); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { border-width: 0; border-radius: 0; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .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; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .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:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNwtuWZyGPdTNB5gJB1JMCHJH7DQVXZ2 { position:absolute;display:block;z-index:15013;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:2.9375057220459rem;left:27.812500953674rem;display:block; }
#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { position:relative;display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { background-color: transparent; background-image: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container > .video-iframe-container { display: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row > .video-iframe-container { display: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .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); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { border-width: 0; border-radius: 0; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .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; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .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:28.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;height:27.0625rem;width:48.625rem;top:0.78125rem;left:5.6875rem;display:block; }
#ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:1.505859375rem;left:2.3359375rem;overflow:hidden;display:block; }
#fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { position:absolute;display:block;z-index:14999;background-color:#5f35fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:1.4437503814698rem;left:46.27499961853rem;display:block; }
#QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:19.5625rem;left:55.5869140625rem;overflow:hidden;display:block; }
#RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:11.3125rem;left:56.14999961853rem;overflow:hidden;display:block; }
#TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { position:absolute;display:block;z-index:15014;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.1875rem;top:18.0625rem;left:4.0242195129394rem;display:block; }
#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka { position:relative;display:block; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka { background-color: transparent; background-image: none; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .row .container > .video-iframe-container { display: none; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .row > .video-iframe-container { display: none; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .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); }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka { border-width: 0; border-radius: 0; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .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; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .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:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HkEOvKOBlE4QPesRcHJfTDuiwaV75Ssg { color:#000000;display:block;width:51.0619375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.901330947876rem;left:4.4675922393799rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mp0zwnhXBIVsT6UFPZOrwiOCADLgfEGb { position:absolute;display:block;z-index:15015;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:4.374275rem;top:3.2964477539062rem;left:27.811054229736rem;display:block; }
#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row .container { background-color: transparent; background-image: none; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row .container > .video-iframe-container { display: none; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row > .video-iframe-container { display: none; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .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); }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row .container { border-width: 0; border-radius: 0; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#GfQsN1G1uHkgkJIXyRydHoEaNdzKfXpU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asCEnXhFmGGkTgsuz7cq13dezeIkcqTt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.21875rem;left:1.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlENDvIyKqrdeHP0gUIlnrnxvhZOMPQl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.21875rem;left:16.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hnLgJgCJRT2ENWBU33ydWaHPFFPtroDi { color:#000000;display:block;width:17.3119375rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0614876747131rem;left:13.843317031861rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSTSmuR4dm3GwgeQbpR0vLb1WrR8DQDo { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.218605041504rem;left:31.186779022217rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgzRDuzest2ZcfiWEo2PgTDQBE1kuMVT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dM3JXgeFTDyqlARE4VqM3AXzukROmRTw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.21875rem;left:46.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acyDPpPTB2q8gBCxSXXGOX9e80lyLQl8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.25rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFvHNZJ6x28eCLwySrADTIQqHrCExaAA { position:absolute;display:block;z-index:15008;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:5.3125rem;display:block; }
#C99vioCMJiV7UA823yeiu70GGth5TKZV { position:absolute;display:block;z-index:15009;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:20.3125rem;display:block; }
#vskMbT7TzBNTThgDViLoPkemWSwMNdv5 { position:absolute;display:block;z-index:15010;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:35.3125rem;display:block; }
#q3s7BGztdokMqSMMnawBZKXJlW8vhQyk { position:absolute;display:block;z-index:15011;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:10.875rem;left:50.3125rem;display:block; }
#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ea8da;background-image:url("https://images.assets-landingi.com/hOuJYX2K5DA/unsplash/victor-freitas-hOuJYX2K5DA-photo-1517838277536-f5f99be501cd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK.adaptive-delivery-prevent-bg, #pbBclS0lmLgR3qRkFnsciWv1V57hLvUK.lazyload, #pbBclS0lmLgR3qRkFnsciWv1V57hLvUK.lazyloading { background-image: none; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row .container { background-color: transparent; background-image: none; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row .container > .video-iframe-container { display: none; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row > .video-iframe-container { display: none; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .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); }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row .container { border-width: 0; border-radius: 0; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#bIaFcGLUueAI1lUpFLy2B9KusDyA6nEn { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.724609375rem;left:15.520833015442rem;height:1.3rem;display:block; }
#g88pwttu3395JW5JeUWbKJXypTKLeLT9 { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.199211120606rem;left:24.062500953674rem;display:block; }
#OSBAGuzwlu3dvg3rb0q7KHbdHcTKX20s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { position:relative;display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { background-color: transparent; background-image: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .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); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { border-width: 0; border-radius: 0; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .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; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .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:10.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { color:#000000;display:block;width:59.99925rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6059036254881rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loLuvLE1OLrbCs8i6wKifcn219MVxMaK { color:#000000;display:block;width:51.0619375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0883979797363rem;left:4.4675922393799rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFKpcdPW3dTFs21bBRz1J1TGUr7qTDIA { position:absolute;display:block;z-index:15016;background-color:#0ea8da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:4.37355625rem;top:4.4835243225097rem;left:27.811779022217rem;display:block; }
#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf { position:relative;display:block; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf { background-color: transparent; background-image: none; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .row .container > .video-iframe-container { display: none; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .row > .video-iframe-container { display: none; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .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); }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf { border-width: 0; border-radius: 0; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .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; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .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:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ITHGZA0Ik49iTU9nsSriwq2QUDC01Mox { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#UJctChRTbxXxR0OruM14ckTU6qHKUXKf { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:36rem;display:block; }
#zgK4mK2pv7SoC8Jt6PtI3VbIzixHtcQf { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:51rem;display:block; }
#cneRldBxdya0lJhih6Jxpc4ghmpZGZlm { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#qiHnt6psTF9ThUqzqwf8QrAxpnxBKuzm { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:20.25rem;display:block; }
#PRoGoAWmr4AffKdUqWI0BlBBA5Ao613Z { color:#090027;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obm6ELlCleTC7Zmr6ugDylIDKcuTmCQT { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.04296875rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QOkr3uiBVadsyMksXpwCbX2wGnhe00og { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15.187501907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAHsHOnHro0rUV8f4bhmdTdTXFGVo62h { color:#271a00;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zcgJtLKXXv4lpRuq6vi7TewriWJqKTp5 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCpbmKHwgetS0Wft08PZhE3ur5RrdEWu { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:30.062501907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZlTW4WUutJqTwWx5yEsc4TCk905rML2 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvd6Mm5sK7g8LTGlyt3mxbO5US3Owbkd { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:45.125001907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yiRBueDRbmRQUS0y3fRKC0wMfzwUtQQD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.7812504768372rem;left:4.375rem; }
#u49E42CT25TUIEv0Hw60fm46kF3HQShL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.2187504768372rem;left:18.958333015442rem; }
#FBWCs9IEUSunIe10HLgoEHwCGTJ1lwI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.5000004768372rem;left:35.250000953674rem; }
#T2URP8NIgWm4zPC7UKJFTvQWiJ3EmvXn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.5000004768372rem;left:50.083333015442rem; }
#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn { position:relative;display:block; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn { background-color: transparent; background-image: none; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .row .container > .video-iframe-container { display: none; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .row > .video-iframe-container { display: none; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .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); }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn { border-width: 0; border-radius: 0; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .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; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .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:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RveWJIqZH9cVZPcH5FBTkS0yl1Op3sU4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#s0qkng5tpnFwAVNlKvJq1TX4zGvei4VJ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:36rem;display:block; }
#unMxrh0wot0waCbfGs6ta7I2bN8rf2hh { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:51rem;display:block; }
#gITflR2r1mWXpTh7cELPtp8OhSmZLF72 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#w5lbPyXrnfuGA4HGmrO9DiNP27OIT02m { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0ea8da, #000000);background-image: -moz-linear-gradient(55deg, #0ea8da, #000000);background-image: -ms-linear-gradient(55deg, #0ea8da, #000000);background-image: -o-linear-gradient(55deg, #0ea8da, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea8da', endColorstr='#000000' );";background-image: linear-gradient(55deg, #0ea8da, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:20.25rem;display:block; }
#u0Dabv5n0Osf4Av4Bh0hMSLFV4woePkM { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3RAu2EVWbUrfN4u0BlTmWr0OAOnTbwz { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.04296875rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SD50Tc2Oxd8dQQ80hSVDfdD27eyvfgPF { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15.187501907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukGJrSSDTkhTEGph0wfkQxa3oDSZr4Lk { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTDdz8kh6WEfwKao6vhF3aN27ZH4alSg { color:#000000;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yevFpXspo0J7URddvGklxLviaPTlngxB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:30.062501907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgcXZ6O5eldD8rqKe9HzJuyXqvcECLMI { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTf9FzWkvu4U1g5Lo5O8Cdy4piuyP2OB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:45.125001907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9fEvBddDKLpEuuEn93XKGtDbBQJC12D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.9166679382324rem;left:50.531250953674rem; }
#S9Sy0RUM1WLftZMQUZtp2lfAVyH25G0s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.65625rem;left:18.979166984558rem; }
#G6TIM7e0IAXhaqcn8bd2FJnN6ZlP3X5z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.28125rem;left:35.343750953674rem; }
#eUFHIT6FI5EG2BaOIHsWIGZB18Rr9O7k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.96875rem;left:4.3326826095581rem; }
#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { position:relative;display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { background-color: transparent; background-image: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container > .video-iframe-container { display: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row > .video-iframe-container { display: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .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); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { border-width: 0; border-radius: 0; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .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; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .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:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl { 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; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row .container { background-color: transparent; background-image: none; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row .container > .video-iframe-container { display: none; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row > .video-iframe-container { display: none; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .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); }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row .container { border-width: 0; border-radius: 0; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#MAzdu2pFR5xFqsWRyKNffDB6Tan9pSne { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #000000, #0ea8da);background-image: -moz-linear-gradient(358deg, #000000, #0ea8da);background-image: -ms-linear-gradient(358deg, #000000, #0ea8da);background-image: -o-linear-gradient(358deg, #000000, #0ea8da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0ea8da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0ea8da' );";background-image: linear-gradient(358deg, #000000, #0ea8da);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:30.1875rem;width:20rem;top:15.498046875rem;left:19.998697280884rem;display:block; }
#vikvme1WBG6NdPuHG8ukZ6umq2Ems1pc { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9chI5WE64gIXiX32KFDdr2TNDPZ1T71 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.860026359558rem;left:20.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xI7s27Um8P3pBL5gNMX2n69HuZPxOa27 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.068359375rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOCZZ5bd7rWSv6rDfWPNZlp1IropgmGr { color:#e8f7ff;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.748699188233rem;left:22.968099594116rem;height:3.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gOCZZ5bd7rWSv6rDfWPNZlp1IropgmGr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gOCZZ5bd7rWSv6rDfWPNZlp1IropgmGr li:before{  }
#zpCtBMv7NhtAGeRSWil4pieX6tctkrWd { z-index:15021;top:40.547527313233rem;left:22.968099594116rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0611875rem;height:3.4362rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a29hCneHmz2c3Q5c5J4RSfURMSsr5cus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSoTTrpIilI68Cr1uZJGyuld4VFkMDht { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0zx059of37n7R5ZtUav8Nh24SicRBCP { position:absolute;display:block;z-index:15011;background-color:#0ea8da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.625rem;left:25.875rem;display:block; }
#PEKlIdiiayzqX6gTOav8sigBCvmmsexo { color:#868686;display:block;width:43.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucL9QmTSk7zTf1vTvfBqbCotidTuIxNG { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.0234375rem;left:20.3125rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpheL87lDbRP4GD9UdGTN56XWBoxcfpl { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.841796875rem;left:20.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AG17MqNpC5FMTuxTJwlQ58yD0uwwBOGx { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.154296875rem;left:20.3125rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .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; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.2625rem;padding-right:0.22875rem;padding-bottom:0.2625rem;padding-left:0.22875rem;display:block;align-items:center;width:1.3725rem;min-width:1.3725rem;height:1.411875rem;position:relative;font-family:montserrat;font-size:1.050625rem;font-weight:700;line-height:22.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.164375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.83rem;height:0.558125rem;position:relative;font-family:montserrat;font-size:0.39375rem;font-weight:400;line-height:8.93px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.3125rem;height:2.659375rem;padding-top:0.328125rem;padding-right:0.326875rem;padding-bottom:0.328125rem;padding-left:0.326875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.416667938233rem;left:24.015626907349rem;z-index:15022; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #O6vgXXzobmJPPOereDBTt3MNxThtDF1G { display:flex;position:relative;top:0rem;left:0rem; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #tqQ19l94yfZOgHwPTS2oayFpBq5xS8B6 { width:auto; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #gCpMSxZZ4nkZeQ9LbSIfDTLMC07P9O1r {  }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #PfegEeZRCdCio4Tai1wdXBmciX5VbFCA { display:flex;position:relative;top:0rem;left:0rem; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #idiHsy1OrZPoqmKn4pCOrRuArpgEkp6B {  }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #aRID26p7Gclx8oyBCtqELfLRO1Gz8mG9 {  }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #shEkcuSoCWK7Nhvs3lO5Rt5qvXttcJgB { display:flex;position:relative;top:0rem;left:0rem; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #SOLJWhPG8sW3rnOHkFxWXgu35pCFWg6Q {  }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #q5T76RvAuwyoaffaLZF0HDdqLH9puQPz {  }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #eOcPXzKbiRI9659gToHmewlEFoA8GEtd { display:flex;position:relative;top:0rem;left:0rem; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #GllcXl67ZlCENZVhWsmWMFL0irbH2y3Z {  }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #dGFAL9p3MBrAbLLqrEFHZxJsAvF92gG1 {  }
#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH { 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; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row .container { background-color: transparent; background-image: none; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row .container > .video-iframe-container { display: none; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row > .video-iframe-container { display: none; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .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); }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row .container { border-width: 0; border-radius: 0; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row .container { font-size:0.875rem;font-family:arial;height:95.125rem;width:60rem;position:relative;display:block; }#PhVWC9flCPDNW1TMXs9ecq0TH3JUyI15 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5195198059082rem;left:0rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tu2FfukNbTMQRHHnm9TkyusPc5N1rLpl { position:absolute;display:block;z-index:15012;background-color:#0ea8da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:8.76953125rem;left:25.875003814698rem;display:block; }
#m8qUCWCTeloTlvPBLg8WimtBhkJrnkMr { color:#090027;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.497396469116rem;left:18.373699188233rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GZ3oeFWiukp70USFpZsbZT0NzNc2253B { color:#000000;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.683595657349rem;left:18.373699188233rem;height:11.6979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vO0kPrh5oaTNds2ZJa4exIDc01qOXWx9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.375rem;top:13.4970703125rem;left:3.8125rem;overflow:hidden;display:block; }
#h1690xqUaiiFlEGhezbO91WTLCDg99IG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem; }
#prmTVR2v9ozdmSwTqF1DCbTXfChVrDMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.125rem;left:32.875rem; }
#wkGWuEa6rpp679M7BKfp5U60ErdasdVS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.125rem;left:34.9375rem; }
#Wpuh3QZIc3v9lX9JxB0NF5sPd3GsuS5r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.125rem;left:37rem; }
#GBKBFsfzURIiVkLIsVu72Ol1sWKAzvpB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.125rem;left:39.0625rem; }
#VWILNCRQ1OhCoTSeDRxO19IomJVxCmVS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.125rem;top:46.9375rem;left:3.875rem;overflow:hidden;display:block; }
#wmTgsmIOww4ohKsTTMO2iguM6RCngxTc { color:#090027;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:46.9375rem;left:18.4375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6Sog8yADotUblRMn0qH1ZkC4cADX5J7 { color:#000000;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:49.125rem;left:18.4375rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4hRqbt0QdufrxL9Ph2441XVsOzZL3n5 { color:#090027;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:62.75rem;left:18.4375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HVBcCfThqKtfz5iIcoXIFKfDNXGWM27w { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.125rem;top:62.9375rem;left:4rem;overflow:hidden;display:block; }
#dvMihnN4Wacc0X2VRwNWT7QgpCAWqkkL { color:#000000;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:64.9375rem;left:18.4375rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7qBGAKzbw4sx9kugXeMskdmkA4gwfz4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:46.75rem;left:28.8125rem; }
#ZzdGhKVQ28UnOOLixnN1a0C4gliK4nqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:62.5625rem;left:31.875rem; }
#fPdU0AATBvCQkdMXsmHuESlL2woTdFbt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:46.75rem;left:30.875rem; }
#Saswa9TErggT1hsBcEZXDrfPmHTl9S2l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:62.5625rem;left:33.9375rem; }
#aKTTciNfz9gfcivkPQz3deteksHHzv1c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:46.75rem;left:32.9375rem; }
#mxXqWVFtWdNcS6M7ZtBHipIA5KEI3KVf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:62.5625rem;left:36rem; }
#GBl65Bo9DxoozQVzBFyLZdfceQeDeN2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:46.75rem;left:35rem; }
#I6fUMdMHqa71rFZiRluz3kHJfWOULvZb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:62.5625rem;left:38.0625rem; }
#Bzl2pU4X6N1EwCT5IZM9piToX1tISBW8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:46.75rem;left:37.0625rem; }
#iGMsTKqX3qoOq1iP7lgOGed2JlnMlfmF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:62.5625rem;left:40.125rem; }
#B0Dpe4psrGmwrKctTWUf8FxIOoszBekf { color:#000000;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:80.625rem;left:18.4375rem;height:13.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t1heT2wfTxU7DwO49WFsi7pSGonS3Swx { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.125rem;top:79rem;left:3.9375rem;overflow:hidden;display:block; }
#V5itNH7mtZ2TQxeGom4E4Z7m6IOTmdlo { color:#090027;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:78.4375rem;left:18.4375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpT2h4SB5RF89V7q6MhvMhpa3mini9QI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:78.0625rem;left:30.875rem; }
#myoSnNZtGAUp3KiReEoNxV0XTeaLO5TD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:78.0625rem;left:32.9375rem; }
#lI5gdy1cJcgeHrZ51vVbiCb7io48gQXO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:78.0625rem;left:35rem; }
#Vtef7aRpOK1ccD7x14wRXxFRAPvkpCka { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:78.0625rem;left:37.0625rem; }
#a276bTKd2ZnKZ63FWMRTU6q5LKh9V5xE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:78.0625rem;left:39.125rem; }
#wONrimhk4e7oB2AfWuIKAi88nu0aTduv { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.125rem;top:31.5625rem;left:3.875rem;overflow:hidden;display:block; }
#xfUTaDfcNunTDf90UsRT3bBE0psqIwvu { color:#090027;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:31.5625rem;left:18.4375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CaQoLNnAR1qfznvylMWMHogdhtDhD33P { color:#000000;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:33.75rem;left:18.4375rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FLBFb3cU2wDrrICFbe5kcvcVbBF85td9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.375rem;left:29.8125rem; }
#bFT4TTnkBUVFaNk42R8uPhnpf3lZ5nZc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:31.375rem;left:31.875rem; }
#EKxU6SyyLgL7P5bDUNXHdI7ocMvIPgWT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:31.375rem;left:33.9375rem; }
#F1yITuvJzcQX4JNX7G75zMXucbSnXGy0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:31.375rem;left:36rem; }
#Uaue1lWmur6uZ07Md8sQEhe2Wo4apcLQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:31.375rem;left:38.0625rem; }
#LqyzwlVJbeCrqATAsvrsFTBnsWO8sMbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#d7TqancLy8461DSnEAGNdL2AdkO6sMNZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#mTNeQcht33zmeokOuQZZzRAMUILz5r3H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#Ph1G8E9ZKpC0J1WAq62sbWXLFaxV9oRX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#utJPuv22uHaUdzvDvolHbMbi8tc9Tu7s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#emNh9aQyJicoeIhq5oDGgAsJKDgeg5W7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#bIBFgWGSGIye24zEQEB2HSxuu86OW3eR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#e1myqUgNAxVQ0zB7BUp4gObbE3qGJ1nR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#AP2mZhpMMHQryvmXkVeoTECTnqgL6b54 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#VpiBO5ADXAFsREehv6FOghGTz5nPByBf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#xli4zWZp4eIy9qITubO555tJ5ABn9Bt5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#CS2USqNuElKtkq4g12ZCfr4MTRIIxbpE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#ZHFH3HhNQdR3xuEcMspEyZz8QH0TE0mA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#Jm2WSl8lvuDVO5A4HVctgAJP7FP0Imeq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#FDccgmtO06faOVBPOTKICOCTXt6hW8s7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#hT95bhaUz75ZTFFvAZM6N3QqLXpMtwsP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#TZBBGgRpKn2XNudcNA5SwJM3tgL6dMHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#oCTEUE1J8To7x5ZzXHOPJOi2gZ88wfiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#xhrcIFaCQT6cDf1CVfxiSglpKDuBU4bF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#gg2eipDcwfGO5NTtboLPpOgehxUbwkPQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#Qesnr9gQpkfDsXqnXCmxiuWn0EiyLBkM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#qmSUNS4ZPFg4A2flTrBtGpuJNzITeEIQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#Ktv7xZKtOhvA61353sJaxB3uiKOsP6kH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#UqpL5Ku22coRCW2HDDGTeksVc3mEDIJ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#InQWyXMboWrbose3yr3LdmQKXgakxN9O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#MUp1afacawxddSmLH8t4IvZmWFvd8SFg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#AoinTlHSk6TAX6RiK9y5mWS7IiQApQes { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#nnZJNG9b0vxsJExSMdex8mLz4yLTb08p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#tO9WOLTvHZWJLWm6J62SIprR47RRakyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#FpAUqmo9yPdbJb2Vu2GBHH3HE72fwnJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#rKTzvfyHhE5RpB0CmbeXzvNGk2fTksHt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
#B18OK5D6ANi6EzMEFWtuHkTNFBXTHs5X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:30.8125rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv { display:block; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JncfXbx41HfvO4Prf6kOaSxpzlskpOxq { top:0rem;left:23rem;width:24.75rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTGm0SGClXlQBCEkJDCE9DSe1KfuCRWE { top:5.8125rem;left:0rem;width:40.875rem;height:12.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSx9muwOnz7CHAUivTawTfatwxnnD2NW { top:20.125rem;left:0rem;width:28.9375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54Wvnzg9hMrSwOqLsTwEDoSa5fTXyhF { width:13.1875rem;height:3.4375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPoNLl0G5JlvMhX0F34ri9usS2CNHwlz { display:block; }
 }@media only screen and (max-width: 763px) { #IUPlT1oiQIpquXHzXQMRl7AMzrgeoTn8 { top:0.875rem;left:0rem;width:9.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip4BlAwWSUPkk5UdnXENO3JrS4NvHJbT { top:0.875rem;left:36.4375rem;width:11.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcO6XF3PWiuV2nE2lUFWa2nXdgC3Qd81 { display:block; }
 }@media only screen and (max-width: 763px) { #vtV3D3bJxu3EE58TT0uQ1dTC5RCXWqLL { top:0.875rem;left:29.66455078125rem;width:11.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPZTI631Th3Nl8QWZvoUqeR7DoX0MEro { display:block; }
 }@media only screen and (max-width: 763px) { #FMa2GW7loirld8DSArb0oQQEnPozf4QW { top:33.75rem;left:0rem;width:46.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7kQJSphRBc7lL7tOMbDwSU0AotPLoy { display:block; }
 }@media only screen and (max-width: 763px) { #wk9b6yoUGT2U1K0pL0tnErwWR1iXTLM0 { top:25.3125rem;left:0rem;width:36.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:4.25rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:8.9375rem;left:0rem;width:29.9375rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { top:21.0625rem;left:17.75rem;width:6.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { top:23.4375rem;left:18.5rem;width:5.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { top:23.5rem;left:31.59375rem;width:7.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { top:21.0625rem;left:31.998844146729rem;width:6.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { top:23.5rem;left:42.25rem;width:5.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { top:21.0625rem;left:41.625rem;width:6.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:11.875rem;height:3rem;top:27.0625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { top:3.5rem;left:0rem;width:18.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf9a7eTu4NA9hDn8m7pTJT3ZIGsPX3E9 { top:6.625rem;left:23.875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { top:2.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:0.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3SP67DOERFD7it8od7Rer2PTVsT3DCx { top:2.5rem;left:21.687500953674rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { top:2.5rem;left:3.28125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { top:1.9375rem;left:39.280469894409rem;width:4.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { top:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { top:2.25rem;left:27.406251907349rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { top:2.3125rem;left:15.093751907349rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:7.9375rem;left:0rem;width:14.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:10rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:10.0625rem;left:9.25rem;width:14.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:7.9375rem;left:9.25rem;width:14.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:7.9375rem;left:20.9375rem;width:14.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:10.0625rem;left:21rem;width:14.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:8rem;left:32.9375rem;width:14.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:10.0625rem;left:32.9375rem;width:14.8125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { top:2.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:0.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd80AO9voWCUuRuVllOodoBhVufkHmRR { top:3rem;left:21.687500953674rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { top:3.8125rem;left:0rem;width:25.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:5.5rem;left:0rem;width:25.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:7.6875rem;left:0rem;width:23.1875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { top:4.8125rem;left:16.96249961853rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:3rem;left:21.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { top:14.375rem;left:11.375rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { top:1.75rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { top:3.875rem;left:22.125rem;width:25.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { top:5.5625rem;left:22.5rem;width:25.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:7.75rem;left:23.875rem;width:23.1875rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { top:5.125rem;left:46.3125rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { top:3.125rem;left:41.437498092651rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { top:15.0625rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { top:0.625rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tboxikkePITJse7mkViQTbNxhKT5B1lR { top:2.6875rem;left:0rem;width:27rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { top:4.375rem;left:0rem;width:26.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { top:6.5625rem;left:0rem;width:23.1875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { top:3.6875rem;left:17.774217605591rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { top:1.875rem;left:21.937501907349rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { top:13.25rem;left:11.375rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { top:0.625rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { top:2.8125rem;left:23.5625rem;width:24.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:4.4375rem;left:23rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { top:6.625rem;left:23.875rem;width:23.1875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { top:2.625rem;left:46.3125rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { top:13.9375rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cW27PrrpaoJTMHT8m7n5wX4hMDqc42 { top:2.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { top:0.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNwtuWZyGPdTNB5gJB1JMCHJH7DQVXZ2 { top:2.9375rem;left:21.687500953674rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { top:0.75rem;left:0rem;width:47.75rem;height:26.575514138817rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { top:1.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { top:1.4375rem;left:40.14999961853rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { top:19.5625rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { top:11.3125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { top:18.0625rem;left:0rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEWHqF1gwNZwitHi6hzbqQsAJLMZizka { display:block; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkEOvKOBlE4QPesRcHJfTDuiwaV75Ssg { top:0.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0zwnhXBIVsT6UFPZOrwiOCADLgfEGb { top:3.25rem;left:21.686054229736rem;width:4.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J { display:block; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfQsN1G1uHkgkJIXyRydHoEaNdzKfXpU { width:12.4375rem;height:4.9375rem;top:5rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCEnXhFmGGkTgsuz7cq13dezeIkcqTt { width:12.4375rem;height:1.4375rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlENDvIyKqrdeHP0gUIlnrnxvhZOMPQl { width:12.4375rem;height:1.4375rem;top:12.1875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnLgJgCJRT2ENWBU33ydWaHPFFPtroDi { width:17.25rem;height:4.9375rem;top:5rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTSmuR4dm3GwgeQbpR0vLb1WrR8DQDo { width:12.3125rem;height:2.9375rem;top:12.1875rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgzRDuzest2ZcfiWEo2PgTDQBE1kuMVT { width:12.4375rem;height:4.9375rem;top:5rem;left:23.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM3JXgeFTDyqlARE4VqM3AXzukROmRTw { width:12.4375rem;height:1.4375rem;top:12.1875rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyDPpPTB2q8gBCxSXXGOX9e80lyLQl8 { width:12.4375rem;height:4.9375rem;top:5rem;left:35.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvHNZJ6x28eCLwySrADTIQqHrCExaAA { top:10.875rem;left:3.78125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99vioCMJiV7UA823yeiu70GGth5TKZV { top:10.875rem;left:15.71875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vskMbT7TzBNTThgDViLoPkemWSwMNdv5 { top:10.875rem;left:27.65625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3s7BGztdokMqSMMnawBZKXJlW8vhQyk { top:10.875rem;left:39.59375rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbBclS0lmLgR3qRkFnsciWv1V57hLvUK { display:block; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIaFcGLUueAI1lUpFLy2B9KusDyA6nEn { top:8.6875rem;left:9.3958330154419rem;width:37.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g88pwttu3395JW5JeUWbKJXypTKLeLT9 { width:11.875rem;height:3rem;top:13.1875rem;left:17.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSBAGuzwlu3dvg3rb0q7KHbdHcTKX20s { display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { top:6.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loLuvLE1OLrbCs8i6wKifcn219MVxMaK { top:2.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKpcdPW3dTFs21bBRz1J1TGUr7qTDIA { top:4.4375rem;left:21.686779022217rem;width:4.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf { display:block; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITHGZA0Ik49iTU9nsSriwq2QUDC01Mox { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJctChRTbxXxR0OruM14ckTU6qHKUXKf { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgK4mK2pv7SoC8Jt6PtI3VbIzixHtcQf { top:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cneRldBxdya0lJhih6Jxpc4ghmpZGZlm { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiHnt6psTF9ThUqzqwf8QrAxpnxBKuzm { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRoGoAWmr4AffKdUqWI0BlBBA5Ao613Z { top:7.9375rem;left:0rem;width:14.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obm6ELlCleTC7Zmr6ugDylIDKcuTmCQT { top:10rem;left:0rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOkr3uiBVadsyMksXpwCbX2wGnhe00og { top:10.0625rem;left:9.25rem;width:14.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHsHOnHro0rUV8f4bhmdTdTXFGVo62h { top:7.9375rem;left:9.25rem;width:14.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcgJtLKXXv4lpRuq6vi7TewriWJqKTp5 { top:7.9375rem;left:20.9375rem;width:14.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCpbmKHwgetS0Wft08PZhE3ur5RrdEWu { top:10.0625rem;left:21rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZlTW4WUutJqTwWx5yEsc4TCk905rML2 { top:8rem;left:32.9375rem;width:14.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvd6Mm5sK7g8LTGlyt3mxbO5US3Owbkd { top:10.0625rem;left:32.9375rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiRBueDRbmRQUS0y3fRKC0wMfzwUtQQD { top:1.75rem;left:2.84375rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u49E42CT25TUIEv0Hw60fm46kF3HQShL { top:2.1875rem;left:14.364583015442rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBWCs9IEUSunIe10HLgoEHwCGTJ1lwI5 { top:2.5rem;left:27.593750953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2URP8NIgWm4zPC7UKJFTvQWiJ3EmvXn { top:2.5rem;left:39.364583015442rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn { display:block; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RveWJIqZH9cVZPcH5FBTkS0yl1Op3sU4 { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0qkng5tpnFwAVNlKvJq1TX4zGvei4VJ { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unMxrh0wot0waCbfGs6ta7I2bN8rf2hh { top:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gITflR2r1mWXpTh7cELPtp8OhSmZLF72 { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5lbPyXrnfuGA4HGmrO9DiNP27OIT02m { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Dabv5n0Osf4Av4Bh0hMSLFV4woePkM { top:7.9375rem;left:0rem;width:14.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3RAu2EVWbUrfN4u0BlTmWr0OAOnTbwz { top:10rem;left:0rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD50Tc2Oxd8dQQ80hSVDfdD27eyvfgPF { top:10.0625rem;left:9.25rem;width:14.625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGJrSSDTkhTEGph0wfkQxa3oDSZr4Lk { top:7.9375rem;left:9.25rem;width:14.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDdz8kh6WEfwKao6vhF3aN27ZH4alSg { top:7.9375rem;left:20.9375rem;width:14.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yevFpXspo0J7URddvGklxLviaPTlngxB { top:10.0625rem;left:21rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgcXZ6O5eldD8rqKe9HzJuyXqvcECLMI { top:8rem;left:32.9375rem;width:14.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTf9FzWkvu4U1g5Lo5O8Cdy4piuyP2OB { top:10.0625rem;left:32.9375rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9fEvBddDKLpEuuEn93XKGtDbBQJC12D { top:1.875rem;left:39.812500953674rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Sy0RUM1WLftZMQUZtp2lfAVyH25G0s { top:1.625rem;left:14.385416984558rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6TIM7e0IAXhaqcn8bd2FJnN6ZlP3X5z { top:2.25rem;left:27.687500953674rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFHIT6FI5EG2BaOIHsWIGZB18Rr9O7k { top:1.9375rem;left:2.8014326095581rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX9ME0oKnp0nCnDT3nN865MFfC7ehevl { display:block; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAzdu2pFR5xFqsWRyKNffDB6Tan9pSne { top:15.4375rem;left:0rem;width:20rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vikvme1WBG6NdPuHG8ukZ6umq2Ems1pc { top:16.625rem;left:12.4375rem;width:19.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9chI5WE64gIXiX32KFDdr2TNDPZ1T71 { top:24.8125rem;left:12.375rem;width:19.375rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI7s27Um8P3pBL5gNMX2n69HuZPxOa27 { top:18.0625rem;left:12.375rem;width:19.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOCZZ5bd7rWSv6rDfWPNZlp1IropgmGr { top:35.6875rem;left:15.9375rem;width:15.8125rem;height:3.9375rem;font-size:1rem;display:block; }#gOCZZ5bd7rWSv6rDfWPNZlp1IropgmGr li:before{  }
 }@media only screen and (max-width: 763px) { #zpCtBMv7NhtAGeRSWil4pieX6tctkrWd { top:40.5rem;left:16.780599594116rem;width:14rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a29hCneHmz2c3Q5c5J4RSfURMSsr5cus { display:block; }
 }@media only screen and (max-width: 763px) { #rSoTTrpIilI68Cr1uZJGyuld4VFkMDht { top:3.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0zx059of37n7R5ZtUav8Nh24SicRBCP { top:7.625rem;left:19.6875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKlIdiiayzqX6gTOav8sigBCvmmsexo { top:10.625rem;left:0rem;width:43.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucL9QmTSk7zTf1vTvfBqbCotidTuIxNG { top:30rem;left:12.375rem;width:19.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpheL87lDbRP4GD9UdGTN56XWBoxcfpl { top:20.8125rem;left:12.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG17MqNpC5FMTuxTJwlQ58yD0uwwBOGx { top:23.125rem;left:12.375rem;width:19.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .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; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .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; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN { display:flex;width:18rem;height:5.0625rem;top:31.375rem;left:18.484376907349rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #O6vgXXzobmJPPOereDBTt3MNxThtDF1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #tqQ19l94yfZOgHwPTS2oayFpBq5xS8B6 {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #gCpMSxZZ4nkZeQ9LbSIfDTLMC07P9O1r {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #PfegEeZRCdCio4Tai1wdXBmciX5VbFCA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #idiHsy1OrZPoqmKn4pCOrRuArpgEkp6B {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #aRID26p7Gclx8oyBCtqELfLRO1Gz8mG9 {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #shEkcuSoCWK7Nhvs3lO5Rt5qvXttcJgB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #SOLJWhPG8sW3rnOHkFxWXgu35pCFWg6Q {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #q5T76RvAuwyoaffaLZF0HDdqLH9puQPz {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #eOcPXzKbiRI9659gToHmewlEFoA8GEtd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #GllcXl67ZlCENZVhWsmWMFL0irbH2y3Z {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #dGFAL9p3MBrAbLLqrEFHZxJsAvF92gG1 {  }
 }@media only screen and (max-width: 763px) { #KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH { display:block; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhVWC9flCPDNW1TMXs9ecq0TH3JUyI15 { top:4.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2FfukNbTMQRHHnm9TkyusPc5N1rLpl { top:8.75rem;left:19.687503814698rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8qUCWCTeloTlvPBLg8WimtBhkJrnkMr { top:13.4375rem;left:1.375rem;width:14.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3oeFWiukp70USFpZsbZT0NzNc2253B { top:15.625rem;left:0rem;width:41rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0kPrh5oaTNds2ZJa4exIDc01qOXWx9 { top:13.4375rem;left:1.75rem;width:12.375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1690xqUaiiFlEGhezbO91WTLCDg99IG { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prmTVR2v9ozdmSwTqF1DCbTXfChVrDMq { top:13.125rem;left:26.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkGWuEa6rpp679M7BKfp5U60ErdasdVS { top:13.125rem;left:28.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpuh3QZIc3v9lX9JxB0NF5sPd3GsuS5r { top:13.125rem;left:29.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKBFsfzURIiVkLIsVu72Ol1sWKAzvpB { top:13.125rem;left:29.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWILNCRQ1OhCoTSeDRxO19IomJVxCmVS { top:46.9375rem;left:1.8125rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTgsmIOww4ohKsTTMO2iguM6RCngxTc { top:46.9375rem;left:1.375rem;width:14.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Sog8yADotUblRMn0qH1ZkC4cADX5J7 { top:49.125rem;left:0rem;width:40.9375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4hRqbt0QdufrxL9Ph2441XVsOzZL3n5 { top:62.75rem;left:1.4375rem;width:14.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVBcCfThqKtfz5iIcoXIFKfDNXGWM27w { top:62.9375rem;left:1.9375rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMihnN4Wacc0X2VRwNWT7QgpCAWqkkL { top:64.9375rem;left:0rem;width:40.9375rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qBGAKzbw4sx9kugXeMskdmkA4gwfz4 { top:46.75rem;left:22.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzdGhKVQ28UnOOLixnN1a0C4gliK4nqa { top:62.5625rem;left:25.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdU0AATBvCQkdMXsmHuESlL2woTdFbt { top:46.75rem;left:24.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saswa9TErggT1hsBcEZXDrfPmHTl9S2l { top:62.5625rem;left:27.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTTciNfz9gfcivkPQz3deteksHHzv1c { top:46.75rem;left:26.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxXqWVFtWdNcS6M7ZtBHipIA5KEI3KVf { top:62.5625rem;left:29.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBl65Bo9DxoozQVzBFyLZdfceQeDeN2M { top:46.75rem;left:28.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6fUMdMHqa71rFZiRluz3kHJfWOULvZb { top:62.5625rem;left:29.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzl2pU4X6N1EwCT5IZM9piToX1tISBW8 { top:46.75rem;left:29.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGMsTKqX3qoOq1iP7lgOGed2JlnMlfmF { top:62.5625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Dpe4psrGmwrKctTWUf8FxIOoszBekf { top:80.625rem;left:0rem;width:40.9375rem;height:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1heT2wfTxU7DwO49WFsi7pSGonS3Swx { top:79rem;left:1.875rem;width:12.0625rem;height:12.187047981608rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5itNH7mtZ2TQxeGom4E4Z7m6IOTmdlo { top:78.4375rem;left:1.4375rem;width:14.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT2h4SB5RF89V7q6MhvMhpa3mini9QI { top:78.0625rem;left:24.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #myoSnNZtGAUp3KiReEoNxV0XTeaLO5TD { top:78.0625rem;left:26.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI5gdy1cJcgeHrZ51vVbiCb7io48gQXO { top:78.0625rem;left:28.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtef7aRpOK1ccD7x14wRXxFRAPvkpCka { top:78.0625rem;left:29.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a276bTKd2ZnKZ63FWMRTU6q5LKh9V5xE { top:78.0625rem;left:29.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wONrimhk4e7oB2AfWuIKAi88nu0aTduv { top:31.5625rem;left:1.8125rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUTaDfcNunTDf90UsRT3bBE0psqIwvu { top:31.5625rem;left:1.375rem;width:14.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaQoLNnAR1qfznvylMWMHogdhtDhD33P { top:33.75rem;left:0rem;width:41rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLBFb3cU2wDrrICFbe5kcvcVbBF85td9 { top:31.375rem;left:23.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFT4TTnkBUVFaNk42R8uPhnpf3lZ5nZc { top:31.375rem;left:25.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKxU6SyyLgL7P5bDUNXHdI7ocMvIPgWT { top:31.375rem;left:27.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1yITuvJzcQX4JNX7G75zMXucbSnXGy0 { top:31.375rem;left:29.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaue1lWmur6uZ07Md8sQEhe2Wo4apcLQ { top:31.375rem;left:29.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqyzwlVJbeCrqATAsvrsFTBnsWO8sMbd { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7TqancLy8461DSnEAGNdL2AdkO6sMNZ { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTNeQcht33zmeokOuQZZzRAMUILz5r3H { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ph1G8E9ZKpC0J1WAq62sbWXLFaxV9oRX { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #utJPuv22uHaUdzvDvolHbMbi8tc9Tu7s { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #emNh9aQyJicoeIhq5oDGgAsJKDgeg5W7 { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIBFgWGSGIye24zEQEB2HSxuu86OW3eR { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1myqUgNAxVQ0zB7BUp4gObbE3qGJ1nR { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AP2mZhpMMHQryvmXkVeoTECTnqgL6b54 { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpiBO5ADXAFsREehv6FOghGTz5nPByBf { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xli4zWZp4eIy9qITubO555tJ5ABn9Bt5 { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CS2USqNuElKtkq4g12ZCfr4MTRIIxbpE { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHFH3HhNQdR3xuEcMspEyZz8QH0TE0mA { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jm2WSl8lvuDVO5A4HVctgAJP7FP0Imeq { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDccgmtO06faOVBPOTKICOCTXt6hW8s7 { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT95bhaUz75ZTFFvAZM6N3QqLXpMtwsP { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZBBGgRpKn2XNudcNA5SwJM3tgL6dMHw { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCTEUE1J8To7x5ZzXHOPJOi2gZ88wfiB { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhrcIFaCQT6cDf1CVfxiSglpKDuBU4bF { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gg2eipDcwfGO5NTtboLPpOgehxUbwkPQ { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qesnr9gQpkfDsXqnXCmxiuWn0EiyLBkM { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmSUNS4ZPFg4A2flTrBtGpuJNzITeEIQ { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ktv7xZKtOhvA61353sJaxB3uiKOsP6kH { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqpL5Ku22coRCW2HDDGTeksVc3mEDIJ7 { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #InQWyXMboWrbose3yr3LdmQKXgakxN9O { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUp1afacawxddSmLH8t4IvZmWFvd8SFg { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoinTlHSk6TAX6RiK9y5mWS7IiQApQes { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnZJNG9b0vxsJExSMdex8mLz4yLTb08p { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tO9WOLTvHZWJLWm6J62SIprR47RRakyz { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpAUqmo9yPdbJb2Vu2GBHH3HE72fwnJU { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKTzvfyHhE5RpB0CmbeXzvNGk2fTksHt { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B18OK5D6ANi6EzMEFWtuHkTNFBXTHs5X { top:13.125rem;left:24.625rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv.adaptive-delivery-prevent-bg, #TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv.lazyload, #TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv.lazyloading { background-image: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container { background-color: transparent; background-image: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container > .video-iframe-container { display: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row > .video-iframe-container { display: none; }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .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); }#TJPwv4uhbsR15NRcJvFT3UZdcOpkalTv > .row .container { width:20rem;height:49.4746125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JncfXbx41HfvO4Prf6kOaSxpzlskpOxq { width:12.3125rem;height:15.4375rem;top:7.21875rem;left:3.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTGm0SGClXlQBCEkJDCE9DSe1KfuCRWE { width:16.375rem;height:6.825rem;top:23.3125rem;left:1.8750001192093rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSx9muwOnz7CHAUivTawTfatwxnnD2NW { width:18.875rem;height:5.525rem;top:30.137500762939rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G54Wvnzg9hMrSwOqLsTwEDoSa5fTXyhF { width:13.1875rem;height:3.4375rem;top:36.6875rem;left:3.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPoNLl0G5JlvMhX0F34ri9usS2CNHwlz { display:block; }
 }@media only screen and (max-width: 763px) { #IUPlT1oiQIpquXHzXQMRl7AMzrgeoTn8 { width:7.3125rem;height:2.5625rem;top:0rem;left:5.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip4BlAwWSUPkk5UdnXENO3JrS4NvHJbT { top:5.8310546875rem;left:3.75rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcO6XF3PWiuV2nE2lUFWa2nXdgC3Qd81 { display:block; }
 }@media only screen and (max-width: 763px) { #vtV3D3bJxu3EE58TT0uQ1dTC5RCXWqLL { top:3.0185546875rem;left:3.75rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPZTI631Th3Nl8QWZvoUqeR7DoX0MEro { display:block; }
 }@media only screen and (max-width: 763px) { #FMa2GW7loirld8DSArb0oQQEnPozf4QW { top:41.375rem;left:0.5625rem;width:18.875rem;height:3.125rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #zW7kQJSphRBc7lL7tOMbDwSU0AotPLoy { display:block; }
 }@media only screen and (max-width: 763px) { #wk9b6yoUGT2U1K0pL0tnErwWR1iXTLM0 { width:20rem;height:0;top:45.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:19.1875rem;height:2.4375rem;top:19.3125rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.125rem;height:25.5rem;top:21.75rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { width:6.125rem;height:2.4375rem;top:49.387500762939rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { width:5.375rem;height:2.4rem;top:51.825000762939rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { width:5.375rem;height:4.8rem;top:51.825000762939rem;left:7.3125003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { width:6.125rem;height:2.4375rem;top:49.387500762939rem;left:6.9374998807906rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { width:4.5rem;height:3.6rem;top:51.825000762939rem;left:14.031250357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { width:6.125rem;height:2.4375rem;top:49.387500762939rem;left:13.218750357628rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:11.875rem;height:3rem;top:57.35986328125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { width:16.5625rem;height:17.6875rem;top:0.8125rem;left:1.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf9a7eTu4NA9hDn8m7pTJT3ZIGsPX3E9 { width:4.375rem;height:0.25rem;top:48.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { width:16rem;height:2.925rem;top:1rem;left:2.0000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:2.275rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3SP67DOERFD7it8od7Rer2PTVsT3DCx { width:4.375rem;height:0.25rem;top:4.0859375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:12.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { width:4.3125rem;height:4.3125rem;top:1.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { width:4.1875rem;height:4.25rem;top:36.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:36rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { width:3.375rem;height:3.375rem;top:24.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:1rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:12.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { width:3.4375rem;height:3.4375rem;top:13.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:19.5625rem;height:1.625rem;top:5.875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.8125rem;height:1.38139375rem;top:7.75rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.625rem;height:1.38139375rem;top:19.0625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:19.625rem;height:1.625rem;top:17.125rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.25rem;height:1.625rem;top:28.75rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8125rem;height:1.38139375rem;top:30.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:18.9375rem;height:1.625rem;top:41.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8125rem;height:1.38139375rem;top:43.0625rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd80AO9voWCUuRuVllOodoBhVufkHmRR { width:4.375rem;height:0.25rem;top:3.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { width:19.375rem;height:18.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { width:16.625rem;height:1.38139375rem;top:3.35546875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:17.25rem;height:1.625rem;top:5.0546875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:16.75rem;height:4.78125rem;top:7.23046875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { width:1.4375rem;height:1.5rem;top:16.33046913147rem;left:17.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:1.75rem;height:1.75rem;top:13.95546913147rem;left:13.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { width:12.5rem;height:2.6rem;top:1.66796875rem;left:6.3749998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { width:19.375rem;height:18.375rem;top:20.78750038147rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { width:16.6875rem;height:1.38139375rem;top:22.6875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { width:18rem;height:1.625rem;top:24.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:16.375rem;height:11.15625rem;top:26.5625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { width:1.4375rem;height:1.5rem;top:36.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { width:1.75rem;height:1.75rem;top:33.892189025879rem;left:16.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { width:12.5rem;height:2.6rem;top:21.125rem;left:6.6874998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { width:19.375rem;height:18.375rem;top:0.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tboxikkePITJse7mkViQTbNxhKT5B1lR { width:16.3125rem;height:1.38139375rem;top:2.9375rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { width:15.875rem;height:1.625rem;top:4.625rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { width:16.9375rem;height:6.375rem;top:6.8125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { width:1.4375rem;height:1.5rem;top:15.062499523163rem;left:14.093750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { width:1.75rem;height:1.75rem;top:16.642188549042rem;left:16.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { width:12.5rem;height:2.6rem;top:1.7914066314698rem;left:6.1249998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { width:19.375rem;height:18.375rem;top:20.787506103516rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { width:16.5rem;height:1.38139375rem;top:23.0625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:17.625rem;height:1.625rem;top:24.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { width:17.25rem;height:6.375rem;top:26.875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { width:1.4375rem;height:1.5rem;top:37.72500038147rem;left:17.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { width:12.5rem;height:2.6rem;top:21.624999523163rem;left:6.1249998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cW27PrrpaoJTMHT8m7n5wX4hMDqc42 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { width:20rem;height:2.4375rem;top:0.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNwtuWZyGPdTNB5gJB1JMCHJH7DQVXZ2 { width:4.375rem;height:0.25rem;top:4.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { height:11.25rem;width:20rem;top:2rem;left:0rem;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;box-shadow: 0.3125rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { width:1.5625rem;height:1.625rem;top:14.749219894409rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { width:1.4375rem;height:1.4375rem;top:2rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { width:1.5rem;height:1.5rem;top:14.811719894409rem;left:17.218750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { width:1.4375rem;height:1.4375rem;top:14.811719894409rem;left:6.0249999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { width:1.1875rem;height:1.125rem;top:14.811719894409rem;left:11.000000357628rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sEWHqF1gwNZwitHi6hzbqQsAJLMZizka { display:block; }#sEWHqF1gwNZwitHi6hzbqQsAJLMZizka > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkEOvKOBlE4QPesRcHJfTDuiwaV75Ssg { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0zwnhXBIVsT6UFPZOrwiOCADLgfEGb { width:4.3125rem;height:0.1875rem;top:7.69921875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J { display:block; }#cAyq9WI8WE2I8nNKDBpIRENd8P27CM8J > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfQsN1G1uHkgkJIXyRydHoEaNdzKfXpU { width:12.5rem;height:3.9rem;top:3.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #asCEnXhFmGGkTgsuz7cq13dezeIkcqTt { width:12.5rem;height:1.3rem;top:9.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlENDvIyKqrdeHP0gUIlnrnxvhZOMPQl { width:12.5rem;height:1.3rem;top:17.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnLgJgCJRT2ENWBU33ydWaHPFFPtroDi { width:12.5rem;height:3.9rem;top:12.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSTSmuR4dm3GwgeQbpR0vLb1WrR8DQDo { width:12.5rem;height:2.6rem;top:27.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgzRDuzest2ZcfiWEo2PgTDQBE1kuMVT { width:12.5rem;height:3.9rem;top:21.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM3JXgeFTDyqlARE4VqM3AXzukROmRTw { width:12.5rem;height:1.3rem;top:36.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acyDPpPTB2q8gBCxSXXGOX9e80lyLQl8 { width:12.5rem;height:3.9rem;top:31rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvHNZJ6x28eCLwySrADTIQqHrCExaAA { width:4.375rem;height:0.25rem;top:8.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99vioCMJiV7UA823yeiu70GGth5TKZV { width:4.375rem;height:0.25rem;top:16.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vskMbT7TzBNTThgDViLoPkemWSwMNdv5 { width:4.375rem;height:0.25rem;top:25.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3s7BGztdokMqSMMnawBZKXJlW8vhQyk { width:4.375rem;height:0.25rem;top:35.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbBclS0lmLgR3qRkFnsciWv1V57hLvUK { display:block; }#pbBclS0lmLgR3qRkFnsciWv1V57hLvUK > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIaFcGLUueAI1lUpFLy2B9KusDyA6nEn { width:19.375rem;height:2.6rem;top:1.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g88pwttu3395JW5JeUWbKJXypTKLeLT9 { width:11.875rem;height:3rem;top:5.0996125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSBAGuzwlu3dvg3rb0q7KHbdHcTKX20s { display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loLuvLE1OLrbCs8i6wKifcn219MVxMaK { width:20rem;height:2.6rem;top:12.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKpcdPW3dTFs21bBRz1J1TGUr7qTDIA { width:4.3125rem;height:0.1875rem;top:16.0996125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf { display:block; }#qb7WRopOxowJ9QUZaLNDlAo6PTzc6MUf > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITHGZA0Ik49iTU9nsSriwq2QUDC01Mox { width:3.5rem;height:3.5rem;top:12.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJctChRTbxXxR0OruM14ckTU6qHKUXKf { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgK4mK2pv7SoC8Jt6PtI3VbIzixHtcQf { width:4.375rem;height:4.375rem;top:36rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cneRldBxdya0lJhih6Jxpc4ghmpZGZlm { width:4.375rem;height:4.375rem;top:1rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiHnt6psTF9ThUqzqwf8QrAxpnxBKuzm { width:4.375rem;height:4.375rem;top:12.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRoGoAWmr4AffKdUqWI0BlBBA5Ao613Z { width:19.5625rem;height:1.625rem;top:5.875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obm6ELlCleTC7Zmr6ugDylIDKcuTmCQT { width:14.8125rem;height:2.7625rem;top:7.75rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOkr3uiBVadsyMksXpwCbX2wGnhe00og { width:14.625rem;height:2.7625rem;top:19.0625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHsHOnHro0rUV8f4bhmdTdTXFGVo62h { width:19.625rem;height:1.625rem;top:17.125rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcgJtLKXXv4lpRuq6vi7TewriWJqKTp5 { width:19.25rem;height:1.625rem;top:28.75rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCpbmKHwgetS0Wft08PZhE3ur5RrdEWu { width:14.8125rem;height:2.7625rem;top:30.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZlTW4WUutJqTwWx5yEsc4TCk905rML2 { width:18.9375rem;height:1.625rem;top:41.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvd6Mm5sK7g8LTGlyt3mxbO5US3Owbkd { width:14.8125rem;height:2.7625rem;top:43.0625rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiRBueDRbmRQUS0y3fRKC0wMfzwUtQQD { display:flex;width:4.5625rem;height:4.5625rem;top:0.9062559604645rem;left:6.0624998807907rem; }
 }@media only screen and (max-width: 763px) { #u49E42CT25TUIEv0Hw60fm46kF3HQShL { display:flex;width:3.6875rem;height:3.6875rem;top:12.6875rem;left:6.4999998807906rem; }
 }@media only screen and (max-width: 763px) { #FBWCs9IEUSunIe10HLgoEHwCGTJ1lwI5 { display:flex;width:3.125rem;height:3.125rem;top:24.5rem;left:6.7812498807906rem; }
 }@media only screen and (max-width: 763px) { #T2URP8NIgWm4zPC7UKJFTvQWiJ3EmvXn { display:flex;width:3.125rem;height:3.125rem;top:36.625rem;left:6.7812498807906rem; }
 }@media only screen and (max-width: 763px) { #C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn { display:block; }#C51pCTBokXIMvOdHNZt9SFRZiEAC1TBn > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RveWJIqZH9cVZPcH5FBTkS0yl1Op3sU4 { width:3.5rem;height:3.5rem;top:12.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0qkng5tpnFwAVNlKvJq1TX4zGvei4VJ { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unMxrh0wot0waCbfGs6ta7I2bN8rf2hh { width:4.375rem;height:4.375rem;top:36rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gITflR2r1mWXpTh7cELPtp8OhSmZLF72 { width:4.375rem;height:4.375rem;top:1rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5lbPyXrnfuGA4HGmrO9DiNP27OIT02m { width:4.375rem;height:4.375rem;top:12.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Dabv5n0Osf4Av4Bh0hMSLFV4woePkM { width:19.5625rem;height:1.625rem;top:5.875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3RAu2EVWbUrfN4u0BlTmWr0OAOnTbwz { width:14.8125rem;height:2.7625rem;top:7.75rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD50Tc2Oxd8dQQ80hSVDfdD27eyvfgPF { width:14.625rem;height:2.7625rem;top:19.0625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGJrSSDTkhTEGph0wfkQxa3oDSZr4Lk { width:19.625rem;height:1.625rem;top:17.125rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDdz8kh6WEfwKao6vhF3aN27ZH4alSg { width:19.25rem;height:1.625rem;top:28.75rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yevFpXspo0J7URddvGklxLviaPTlngxB { width:14.8125rem;height:2.7625rem;top:30.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgcXZ6O5eldD8rqKe9HzJuyXqvcECLMI { width:18.9375rem;height:1.625rem;top:41.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTf9FzWkvu4U1g5Lo5O8Cdy4piuyP2OB { width:14.8125rem;height:2.7625rem;top:43.0625rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9fEvBddDKLpEuuEn93XKGtDbBQJC12D { display:flex;width:3.9375rem;height:3.9375rem;top:36.21875rem;left:6.1874998807907rem; }
 }@media only screen and (max-width: 763px) { #S9Sy0RUM1WLftZMQUZtp2lfAVyH25G0s { display:flex;width:4.8125rem;height:4.8125rem;top:12.03125rem;left:5.7499998807907rem; }
 }@media only screen and (max-width: 763px) { #G6TIM7e0IAXhaqcn8bd2FJnN6ZlP3X5z { display:flex;width:3.5625rem;height:3.5625rem;top:24.28125rem;left:6.3749998807906rem; }
 }@media only screen and (max-width: 763px) { #eUFHIT6FI5EG2BaOIHsWIGZB18Rr9O7k { display:flex;width:4.1875rem;height:4.1875rem;top:1.09375rem;left:6.0624998807907rem; }
 }@media only screen and (max-width: 763px) { #zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX9ME0oKnp0nCnDT3nN865MFfC7ehevl { display:block; }#WX9ME0oKnp0nCnDT3nN865MFfC7ehevl > .row .container { width:20rem;height:50.7233125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAzdu2pFR5xFqsWRyKNffDB6Tan9pSne { width:20rem;height:26.1875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vikvme1WBG6NdPuHG8ukZ6umq2Ems1pc { width:20rem;height:1.38139375rem;top:17.36328125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9chI5WE64gIXiX32KFDdr2TNDPZ1T71 { width:20rem;height:3.16875rem;top:20.7490234375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI7s27Um8P3pBL5gNMX2n69HuZPxOa27 { width:20rem;height:1.38139375rem;top:19.4765625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOCZZ5bd7rWSv6rDfWPNZlp1IropgmGr { width:17.3125rem;height:4.2125rem;top:24.875rem;left:1.34375rem;font-size:1rem;display:block; }#gOCZZ5bd7rWSv6rDfWPNZlp1IropgmGr li:before{  }
 }@media only screen and (max-width: 763px) { #zpCtBMv7NhtAGeRSWil4pieX6tctkrWd { top:36.125rem;left:3.6865234375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a29hCneHmz2c3Q5c5J4RSfURMSsr5cus { display:block; }
 }@media only screen and (max-width: 763px) { #rSoTTrpIilI68Cr1uZJGyuld4VFkMDht { width:20rem;height:2.6rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0zx059of37n7R5ZtUav8Nh24SicRBCP { width:8.25rem;height:0.375rem;top:6.349609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKlIdiiayzqX6gTOav8sigBCvmmsexo { width:20rem;height:2.6rem;top:9.849609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucL9QmTSk7zTf1vTvfBqbCotidTuIxNG { width:19.375rem;height:0;top:48.33659375rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpheL87lDbRP4GD9UdGTN56XWBoxcfpl { width:19.375rem;height:0;top:42.75rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG17MqNpC5FMTuxTJwlQ58yD0uwwBOGx { width:19.375rem;height:0;top:45.3808625rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .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; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN .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; }
#EKXn02X2hZcMU19dHZffFwW2gDgWBQcN { display:flex;width:18rem;height:5.0625rem;top:31.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #O6vgXXzobmJPPOereDBTt3MNxThtDF1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #tqQ19l94yfZOgHwPTS2oayFpBq5xS8B6 {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #gCpMSxZZ4nkZeQ9LbSIfDTLMC07P9O1r {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #PfegEeZRCdCio4Tai1wdXBmciX5VbFCA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #idiHsy1OrZPoqmKn4pCOrRuArpgEkp6B {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #aRID26p7Gclx8oyBCtqELfLRO1Gz8mG9 {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #shEkcuSoCWK7Nhvs3lO5Rt5qvXttcJgB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #SOLJWhPG8sW3rnOHkFxWXgu35pCFWg6Q {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #q5T76RvAuwyoaffaLZF0HDdqLH9puQPz {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #eOcPXzKbiRI9659gToHmewlEFoA8GEtd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #GllcXl67ZlCENZVhWsmWMFL0irbH2y3Z {  }
 }@media only screen and (max-width: 763px) { #EKXn02X2hZcMU19dHZffFwW2gDgWBQcN #dGFAL9p3MBrAbLLqrEFHZxJsAvF92gG1 {  }
 }@media only screen and (max-width: 763px) { #KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH { display:block; }#KWix4yRHMRG2o8nrTxkkh4ZwUr9b2doH > .row .container { width:20rem;height:175.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhVWC9flCPDNW1TMXs9ecq0TH3JUyI15 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2FfukNbTMQRHHnm9TkyusPc5N1rLpl { width:8.25rem;height:0.375rem;top:174.0058625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8qUCWCTeloTlvPBLg8WimtBhkJrnkMr { width:14.5rem;height:1.625rem;top:18.59765625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3oeFWiukp70USFpZsbZT0NzNc2253B { width:20rem;height:22.1rem;top:21.3486125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO0kPrh5oaTNds2ZJa4exIDc01qOXWx9 { width:12.375rem;height:12.124621206382rem;top:5.0996125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1690xqUaiiFlEGhezbO91WTLCDg99IG { display:flex;width:1.5625rem;height:1.5625rem;top:18.62890625rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #prmTVR2v9ozdmSwTqF1DCbTXfChVrDMq { display:flex;width:1.5rem;height:1.5rem;top:18.660156846046rem;left:13.035714626312rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkGWuEa6rpp679M7BKfp5U60ErdasdVS { display:flex;width:2.0625rem;height:2.0625rem;top:25.25rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wpuh3QZIc3v9lX9JxB0NF5sPd3GsuS5r { display:flex;width:2.0625rem;height:2.0625rem;top:28.5625rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBKBFsfzURIiVkLIsVu72Ol1sWKAzvpB { display:flex;width:2.0625rem;height:2.0625rem;top:31.875rem;left:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWILNCRQ1OhCoTSeDRxO19IomJVxCmVS { width:12.0625rem;height:12.0625rem;top:74.6201125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmTgsmIOww4ohKsTTMO2iguM6RCngxTc { width:14.4375rem;height:1.625rem;top:87.931640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Sog8yADotUblRMn0qH1ZkC4cADX5J7 { width:20rem;height:11.05rem;top:90.8076125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4hRqbt0QdufrxL9Ph2441XVsOzZL3n5 { width:12.25rem;height:1.625rem;top:116.35324478149rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVBcCfThqKtfz5iIcoXIFKfDNXGWM27w { width:12.0625rem;height:12.0625rem;top:103.1044875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvMihnN4Wacc0X2VRwNWT7QgpCAWqkkL { width:20rem;height:11.05rem;top:119.2919875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qBGAKzbw4sx9kugXeMskdmkA4gwfz4 { display:flex;width:2rem;height:2rem;top:208.4433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzdGhKVQ28UnOOLixnN1a0C4gliK4nqa { display:flex;width:2rem;height:2rem;top:224.6933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPdU0AATBvCQkdMXsmHuESlL2woTdFbt { display:flex;width:2rem;height:2rem;top:211.6933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Saswa9TErggT1hsBcEZXDrfPmHTl9S2l { display:flex;width:2rem;height:2rem;top:227.9433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKTTciNfz9gfcivkPQz3deteksHHzv1c { display:flex;width:2rem;height:2rem;top:214.9433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxXqWVFtWdNcS6M7ZtBHipIA5KEI3KVf { display:flex;width:2rem;height:2rem;top:231.1933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBl65Bo9DxoozQVzBFyLZdfceQeDeN2M { display:flex;width:2rem;height:2rem;top:218.1933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6fUMdMHqa71rFZiRluz3kHJfWOULvZb { display:flex;width:2rem;height:2rem;top:234.4433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bzl2pU4X6N1EwCT5IZM9piToX1tISBW8 { display:flex;width:2rem;height:2rem;top:221.4433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGMsTKqX3qoOq1iP7lgOGed2JlnMlfmF { display:flex;width:2rem;height:2rem;top:253.9433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0Dpe4psrGmwrKctTWUf8FxIOoszBekf { width:20rem;height:24.8625rem;top:147.9003625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1heT2wfTxU7DwO49WFsi7pSGonS3Swx { width:12.0625rem;height:12.187047981608rem;top:131.5888625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5itNH7mtZ2TQxeGom4E4Z7m6IOTmdlo { width:14.4375rem;height:1.625rem;top:145.0869140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT2h4SB5RF89V7q6MhvMhpa3mini9QI { display:flex;width:2rem;height:2rem;top:237.6933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #myoSnNZtGAUp3KiReEoNxV0XTeaLO5TD { display:flex;width:2rem;height:2rem;top:240.9433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #lI5gdy1cJcgeHrZ51vVbiCb7io48gQXO { display:flex;width:2rem;height:2rem;top:244.1933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vtef7aRpOK1ccD7x14wRXxFRAPvkpCka { display:flex;width:2rem;height:2rem;top:247.4433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #a276bTKd2ZnKZ63FWMRTU6q5LKh9V5xE { display:flex;width:2rem;height:2rem;top:250.6933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #wONrimhk4e7oB2AfWuIKAi88nu0aTduv { width:12.125rem;height:12.125rem;top:44.6923625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUTaDfcNunTDf90UsRT3bBE0psqIwvu { width:10.5625rem;height:1.625rem;top:58.031251907349rem;left:0.47321426868439rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaQoLNnAR1qfznvylMWMHogdhtDhD33P { width:20rem;height:12.43125rem;top:60.9423625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLBFb3cU2wDrrICFbe5kcvcVbBF85td9 { display:flex;width:2rem;height:2rem;top:192.1933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFT4TTnkBUVFaNk42R8uPhnpf3lZ5nZc { display:flex;width:2rem;height:2rem;top:195.4433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKxU6SyyLgL7P5bDUNXHdI7ocMvIPgWT { display:flex;width:2rem;height:2rem;top:198.6933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1yITuvJzcQX4JNX7G75zMXucbSnXGy0 { display:flex;width:2rem;height:2rem;top:201.9433625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uaue1lWmur6uZ07Md8sQEhe2Wo4apcLQ { display:flex;width:2rem;height:2rem;top:205.1933625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqyzwlVJbeCrqATAsvrsFTBnsWO8sMbd { display:flex;width:1.5625rem;height:1.5625rem;top:18.62890791893rem;left:13.125000476837rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #d7TqancLy8461DSnEAGNdL2AdkO6sMNZ { display:flex;width:1.5625rem;height:1.5625rem;top:18.62890791893rem;left:14.660714626312rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #mTNeQcht33zmeokOuQZZzRAMUILz5r3H { display:flex;width:1.5625rem;height:1.5625rem;top:18.62890791893rem;left:16.187500476837rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #Ph1G8E9ZKpC0J1WAq62sbWXLFaxV9oRX { display:flex;width:1.5625rem;height:1.5625rem;top:18.62890791893rem;left:17.750000476837rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #utJPuv22uHaUdzvDvolHbMbi8tc9Tu7s { display:flex;width:1.5625rem;height:1.5625rem;top:58.0625rem;left:11rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #emNh9aQyJicoeIhq5oDGgAsJKDgeg5W7 { display:flex;width:1.5625rem;height:1.5625rem;top:58.0625rem;left:11rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #bIBFgWGSGIye24zEQEB2HSxuu86OW3eR { display:flex;width:1.5625rem;height:1.5625rem;top:58.0625rem;left:11rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #e1myqUgNAxVQ0zB7BUp4gObbE3qGJ1nR { display:flex;width:1.5625rem;height:1.5625rem;top:58.0625rem;left:11rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #AP2mZhpMMHQryvmXkVeoTECTnqgL6b54 { display:flex;width:1.5625rem;height:1.5625rem;top:58.0625rem;left:11rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #VpiBO5ADXAFsREehv6FOghGTz5nPByBf { display:flex;width:1.5625rem;height:1.5625rem;top:58.102124214172rem;left:12.598214626312rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #xli4zWZp4eIy9qITubO555tJ5ABn9Bt5 { display:flex;width:1.5625rem;height:1.5625rem;top:58.102124214172rem;left:14.125000476837rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #CS2USqNuElKtkq4g12ZCfr4MTRIIxbpE { display:flex;width:1.5625rem;height:1.5625rem;top:58.102124214172rem;left:15.687500476837rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #ZHFH3HhNQdR3xuEcMspEyZz8QH0TE0mA { display:flex;width:1.5625rem;height:1.5625rem;top:58.102124214172rem;left:17.250000476837rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #Jm2WSl8lvuDVO5A4HVctgAJP7FP0Imeq { display:flex;width:1.5625rem;height:1.5625rem;top:87.96261405945rem;left:10.035714626312rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #FDccgmtO06faOVBPOTKICOCTXt6hW8s7 { display:flex;width:1.5625rem;height:1.5625rem;top:87.962619781494rem;left:11.562500476837rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #hT95bhaUz75ZTFFvAZM6N3QqLXpMtwsP { display:flex;width:1.5625rem;height:1.5625rem;top:87.962059020994rem;left:14.660714626312rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #TZBBGgRpKn2XNudcNA5SwJM3tgL6dMHw { display:flex;width:1.5625rem;height:1.5625rem;top:87.962011098863rem;left:13.125000476837rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #oCTEUE1J8To7x5ZzXHOPJOi2gZ88wfiB { display:flex;width:1.5625rem;height:1.5625rem;top:87.962059020994rem;left:16.187500476837rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #xhrcIFaCQT6cDf1CVfxiSglpKDuBU4bF { display:flex;width:1.5625rem;height:1.5625rem;top:116.38393402099rem;left:12.285714626312rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #gg2eipDcwfGO5NTtboLPpOgehxUbwkPQ { display:flex;width:1.5625rem;height:1.5625rem;top:116.38393402099rem;left:13.812500476837rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #Qesnr9gQpkfDsXqnXCmxiuWn0EiyLBkM { display:flex;width:1.5625rem;height:1.5625rem;top:116.38393402099rem;left:15.375000476837rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #qmSUNS4ZPFg4A2flTrBtGpuJNzITeEIQ { display:flex;width:1.5625rem;height:1.5625rem;top:116.38393402099rem;left:16.812500476837rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #Ktv7xZKtOhvA61353sJaxB3uiKOsP6kH { display:flex;width:1.5625rem;height:1.5625rem;top:116.38393402099rem;left:18.312500476837rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #UqpL5Ku22coRCW2HDDGTeksVc3mEDIJ7 { display:flex;width:1.5625rem;height:1.5625rem;top:145.125rem;left:11.5625rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #InQWyXMboWrbose3yr3LdmQKXgakxN9O { display:flex;width:1.5625rem;height:1.5625rem;top:145.125rem;left:11.5625rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #MUp1afacawxddSmLH8t4IvZmWFvd8SFg { display:flex;width:1.5625rem;height:1.5625rem;top:145.125rem;left:11.5625rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #AoinTlHSk6TAX6RiK9y5mWS7IiQApQes { display:flex;width:1.5625rem;height:1.5625rem;top:145.125rem;left:11.5625rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #nnZJNG9b0vxsJExSMdex8mLz4yLTb08p { display:flex;width:1.5625rem;height:1.5625rem;top:145.125rem;left:11.5625rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #tO9WOLTvHZWJLWm6J62SIprR47RRakyz { display:flex;width:1.5625rem;height:1.5625rem;top:145.1177482605rem;left:13.098214626312rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #FpAUqmo9yPdbJb2Vu2GBHH3HE72fwnJU { display:flex;width:1.5625rem;height:1.5625rem;top:145.1177482605rem;left:14.660714626312rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #rKTzvfyHhE5RpB0CmbeXzvNGk2fTksHt { display:flex;width:1.5625rem;height:1.5625rem;top:145.1177482605rem;left:16.187500476837rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #B18OK5D6ANi6EzMEFWtuHkTNFBXTHs5X { display:flex;width:1.5625rem;height:1.5625rem;top:145.1177482605rem;left:17.750000476837rem;z-index:15042; }
 }