.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#050d9e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { border-width: 0; border-radius: 0; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:14rem;top:1.6875rem;left:0rem;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
#t8nTaMx9M2aFr67ok8z1fHT6Zs5UHcwT { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:4.75rem;left:32.125rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.71875rem;left:46.0625rem; }
#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G { background-color:#04053b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G > .row .container { border-width: 0; border-radius: 0; }#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#xmF2sIB2MUeP0qXUwtqS0FvaJ0IS3hnD { z-index:15003;top:22.279732704163rem;left:1.8739166259766rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #007aff;border-left:0.0625rem solid #007aff;border-right:0.0625rem solid #007aff;border-bottom:0.0625rem solid #007aff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#007aff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.98523625rem;height:11.23611125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xy8FULgnavkU9ySbQspOWVR3XmB3N3la { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d94ERHp2IZ2bFbi1fr0sB7yoBKzAwLp5 { color:#ffffff;display:block;width:10.4373125rem;position:absolute;font-family:"bebas neue";font-size:8.6875rem;font-weight:normal;z-index:15010;line-height:.9;letter-spacing:0;top:25.077040672302rem;left:5.4741764068604rem;height:0;display:none; }
#Q4UyCZzmu7D2z9OkdllUzVAmWHgvJdm2 { color:#ffffff;display:block;width:3.06206875rem;position:absolute;font-family:"bebas neue";font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.764975547791rem;left:16.091581344604rem;height:0;display:none; }
#TPm26NzrUaR78Ww9sMfIUFPnbNMqE1HZ { color:#ffffff;display:block;width:2.37305rem;position:absolute;font-family:"bebas neue";font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.077040672302rem;left:3.1694889068604rem;height:0;font-style:normal;display:none; }
#mrGk3eWZfJbbRiRrFMbvDo9iqVmiWmft { color:#ffffff;display:block;width:13.9995625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.224827766419rem;left:3.8726139068604rem;height:0;font-style:normal;display:none; }
#h3khdGoez1HROflxTxOCSZVlpSJnos4k { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:35.6875rem;left:0.1875rem;height:0.8941rem;display:block; }
#gQCRszXJUTkNkJCkpHoepHbIbICIKbkl { color:#b524fd;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.8125rem;height:5.118275rem;font-style:normal;display:block; }
#oMATtoRmcFOn4TNTguGR5c0CcfNDiAqv { color:#007aff;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:6.375rem;font-weight:700;z-index:15027;line-height:.8;letter-spacing:0;top:7.75rem;left:0.1875rem;height:5.099825rem;font-style:normal;display:block; }
#L3vFltAsXVV64JlTUEZQREKEOMpb6TaZ { box-sizing:content-box;height:9.5rem;width:21.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:14.4375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.0625rem solid #050d9e;display:block; }
#gdfydCmDuafG5vit6DGch47R1wx730ZS { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:6rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.4375rem;left:4.125rem;height:7.8005625rem;font-style:normal;display:block; }
#AFKxVmButrJiw6OsDD5iJxa6yqH2LDl1 { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:16.0625rem;left:2.5rem;height:1.8684875rem;display:block; }
#aLZLCq0owqc838zb9LOE1ALpC52pQRCH { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:16.0625rem;left:12.25rem;height:3.57421875rem;font-style:normal;display:block; }
#To0dB6TIAAAI4fNDvUKczrFInKOOXLbi { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:19.375rem;left:12.5rem;height:1.2999125rem;font-style:normal;display:block; }
#TzpFlhxqrpx6iBkTEGK22DkaDW0Rp6yW { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:21.3125rem;left:5.0625rem;height:2.59874375rem;font-style:normal;display:block; }
#PA3wTEPBxIBcEAiPGRgh9zAlBU3ZgWTC { position:absolute;display:block;z-index:15025;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:37.0625rem;width:43.375rem;top:0rem;left:31.625000953674rem;overflow:hidden;display:block; }
#GVmD8vNeN21KZpNoJ0UZWGTvT24UmDVW { box-sizing:content-box;height:9.5rem;width:21.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:19.625rem;left:2.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.0625rem solid #050d9e;display:none; }
#SpJRR0TuGtvNzOn1wJpTEDLyweiJVTKZ { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:6rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.625rem;left:7.124218940735rem;height:7.8rem;font-style:normal;display:none; }
#zluOZe1mSR2AsCU6ushrwpBxr5dQy0Qh { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.25rem;left:5.4375rem;height:1.86875rem;display:none; }
#B4VUwgKE8xCRv9edVE5mgJpT1OhI98uu { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.25rem;left:15.249218940735rem;height:3.575rem;font-style:normal;display:none; }
#qCViQp6yIWev6ByJkWsaTqhaC2pxPR2C { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:24.550001144409rem;left:15.530468940735rem;height:1.3rem;font-style:normal;display:none; }
#NQzvuwayITybuBipgWdq1yhHQW7v5xCQ { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:25.800001144409rem;left:8.061718940735rem;height:2.6rem;font-style:normal;display:none; }
#ZMyT1Tot02v8cJITAs4Qx20XxluDrEWX { color:#b524fd;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.2062501907349rem;left:6.499218940735rem;height:5.11875rem;font-style:normal;display:none; }
#tnIP5NmgJApg8qHSJZyFJa7TzThX2ySt { color:#007aff;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:6.375rem;font-weight:700;z-index:15017;line-height:.8;letter-spacing:0;top:7.2750005722044rem;left:2.875rem;height:5.1rem;font-style:normal;display:none; }
#QdQ7wmqsC9RsxaofTDioEJawzHLimWQ5 { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:"bebas neue";font-size:4.75rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:16.75rem;left:21.4375rem;height:6.17513125rem;font-style:normal;display:block; }
#FPKaylDn41h0C6bOemJ4aGxk4GExTaKX { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#b524fd;background-image:none;top:15.625rem;left:24rem;display:block; }
#X6QZoGzP7zWzEfHFdbxadVH9TVTX7V7V { position:absolute;display:block;z-index:15041;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:6rem;width:6.8125rem;top:15.5rem;left:24.3125rem;overflow:hidden;display:block; }
#mUPZWDQ3rmonhUGTpqlhlmaGKATUygSX { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:"bebas neue";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:21.0625rem;left:25.0625rem;height:1.2999125rem;display:block; }
#TtS0y0omgiFmCyOXB21hyP3awsIPvGuL { z-index:15016;top:14.58984375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:9.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Wv2KA6mTQ9KKLEJEMS5PN7tLMDe0HEeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FmSFytZZAAxik0TBCD4wMLLTAw5ZhkIL { background-color:#00ea90;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.499125rem;height:4.62456875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.924264669418rem;left:24.310983657837rem;display:block; }
#eP43LcPeIMQdGk4Il07mk5tREDl3aLEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDW6LFOTyUF4imXFoToiABkgDAtog8vK { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/59caa501-48df-41d6-9233-47bab671f615/Desktop11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK.adaptive-delivery-prevent-bg, #dDW6LFOTyUF4imXFoToiABkgDAtog8vK.lazyload, #dDW6LFOTyUF4imXFoToiABkgDAtog8vK.lazyloading { background-image: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container { background-color: transparent; background-image: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container > .video-iframe-container { display: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row > .video-iframe-container { display: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .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); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container { border-width: 0; border-radius: 0; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;overflow:visible;position:relative;display:block; }#DqX3XrxVmruI8PoLds9J79vDN6sze9eV { z-index:15003;top:4.375rem;left:31.625rem;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dOX6qVxE4DcW4i0HzBTa3arO3Cf6bW6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zy7mJgdNI5DAMxhMbh8kCXft7psswHDR { z-index:15003;top:4.375rem;left:31.625rem;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lAgzBmbkozxLAxHpokAdAu6WM0S5T1ri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLtGwbUZyoTbD6EoFZaZDz5WX50oaEra { z-index:15003;top:4.375rem;left:31.625rem;background-color:#ffffff;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#uZOywG5qcBrMH4s5h8PyQyno04rDXBmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yvuKOUesflbhfT1GE7goh5Glp0vT1Al9 { background-color:#00e5ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.9375rem;left:4.625rem;display:block; }
#GZP95xpgnFdgOgqntfwHeOUHDCvcuSfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLfMqJtTUhHX2slZ3geUsIiI7sJEaRWI { color:#ffffff;display:block;width:62.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:16.625rem;left:3.4375rem;height:0;font-style:normal;display:none; }
#A7wvHwC84ApDoFqJnZCbKgkLBRrmORBC { color:#ffffff;display:block;width:18.686rem;position:absolute;font-family:"bebas neue";font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:.6;letter-spacing:0;top:0.74307727813719rem;left:6.4950275421144rem;height:0.786575rem;display:block; }
#JKfkDNBBP5bRhcUUkDlxUAyfMB153DXL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.18696875rem;width:1.18696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.54065990447998rem;left:4.6226921081543rem; }
#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/5ad41c88-ea75-45c3-8b7c-6e42f3e3de14/download20240627T113738786.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH.adaptive-delivery-prevent-bg, #dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH.lazyload, #dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH.lazyloading { background-image: none; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container { border-width: 0; border-radius: 0; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#DOJB6iXF5WC8fEPsxgTCmLE5sJHoXwTG { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:28.299893379211rem;left:1.6832389831543rem;height:0.825rem;font-style:normal;display:block; }
#OGzbBTF7O25w1goadVeyEEBPhZQB8R3B { color:#ffffff;display:block;width:20.999625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:26.486149787903rem;left:50.307172775269rem;height:0.825rem;font-style:normal;display:block; }
#IctTJXWBsCzRT0lH1akGMlbv2Zoe0Tvl { box-sizing:content-box;height:9.4998125rem;width:21.3748125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:16.672094345092rem;left:52.522790908814rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.0625rem solid #050d9e;display:block; }
#Vo2sxxhoqX9TSsXVRr6vl3VOgTuNIFht { z-index:15024;top:16.741537094116rem;left:52.497835159302rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem #ffffff ;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:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:9.4998125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LwgJB1z3J7oXoNLXdiUvTnfzT3QbnNqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oq2EkRnKcvTZ1nRPCblVZ12wkqACuuiG { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.125rem;left:57.625rem;height:2.59874375rem;font-style:normal;display:block; }
#o1iRt8rmti2ZwI1etchBEa6BDziaLhl5 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.1875rem;left:65.0625rem;height:1.2999125rem;font-style:normal;display:block; }
#IRd8cHZ9TkH68WpndXeIq6NtwiSwnz9F { color:#ffffff;display:block;width:3.37456875rem;position:absolute;font-family:poppins;font-size:6rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.603734970092rem;left:60.716150283814rem;height:7.8005625rem;font-style:normal;display:block; }
#MQC0749NirTied9a1e3QCUEtMht7nfDf { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.875rem;left:64.8125rem;height:3.57421875rem;font-style:normal;display:block; }
#AwEHWrJdwgmvAktwHairQ6r57RwwSJBv { color:#ffffff;display:block;width:1.68728125rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.666452407837rem;left:58.499353408814rem;height:1.8684875rem;display:block; }
#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK { z-index:;position:relative;display:none; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK { border-width: 0; border-radius: 0; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/f4b8e838-2124-4c03-92f9-d519ae491893/Desktop4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container.adaptive-delivery-prevent-bg, #U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container.lazyload, #U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container.lazyloading { background-image: none; }#n8fJhLpyrOdk8avTvMP4cR1DPvOPLfEf { color:#ffffff;display:block;width:44.936rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:27.786458015442rem;left:0rem;height:0.89323125rem;display:block; }
#JniCNpFTDJgIg7Rzwa9lebvwXI5VKzLI { z-index:15015;top:19.978302001953rem;left:49.812288284302rem;background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.8112rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VOXC3Q9gm5I4MfG9OZQLv9xyiOcntMtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbXFFZMyIniE92FLySUx1p2DzoSmv78M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.375rem;left:0.75rem; }
#c0q0sgpH74LlqCJfAvJRr0b8lTHJFD2F { color:#ffffff;display:block;width:18.686rem;position:absolute;font-family:"bebas neue";font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:.6;letter-spacing:0;top:1.9375rem;left:2.8125rem;height:0.7877625rem;display:block; }
#TOOyzfxvBhggasEbsPekvVN82ykNHNE9 { color:#ffffff;display:block;width:27.249375rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.6866326332092rem;left:47.750650405884rem;height:2.51844375rem;font-style:italic;display:block; }
#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;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; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { background-color: transparent; background-image: none; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container > .video-iframe-container { display: none; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row > .video-iframe-container { display: none; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .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); }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { border-width: 0; border-radius: 0; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#lD9iT26NQOBHoTU2gBg1yqTcp3LhHG8P { color:#ffffff;display:block;width:12.249375rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:5.830078125rem;left:56.250001907349rem;height:7.423625rem;display:block; }
#cxXnXUE07hgf05i9x65mml4VBoR5M8Zh { color:#ffffff;display:block;width:10.2495625rem;position:absolute;font-family:"bebas neue";font-size:3.4375rem;font-weight:normal;z-index:15010;line-height:.9;letter-spacing:0;top:13.185766220092rem;left:56.250001907349rem;height:3.09375rem;display:block; }
#g99dhih9DW8zhVimBdy9OT9T0yyzHKRN { color:#ffffff;display:block;width:15.811625rem;position:absolute;font-family:"bebas neue";font-size:2.8125rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:13.185766220092rem;left:18.750001907349rem;height:2.53125rem;display:block; }
#JIL3sGwhUMJUOi4xSpBO63nXH1JOOJsZ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"bebas neue";font-size:8.4375rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:6.1875rem;left:18.75rem;height:7.59375rem;display:block; }
#oJgc40PKUhUGFAHDRxVUmTBgLpmDST1T { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:3.4375rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:6.1875rem;left:37.5rem;height:3.09375rem;display:block; }
#S7iGJmL0yccCDWAyI4kPnfBiydzDaI7y { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:9.1872863769531rem;left:37.500001907349rem;height:7.42365rem;display:block; }
#RtEAQPew1kJ7h1UlwOO78gksp7fxDa1T { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:3rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:6.1875rem;left:0rem;height:2.7rem;display:block; }
#qWfSICkSiwK7K0lqxSR0daUB5IVfS9Zs { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:9.1875rem;left:0rem;height:7.42365rem;display:block; }
#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 { 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:none; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { border-width: 0; border-radius: 0; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:none; }#tZWtM7rMPQoSw50hhABxPDTBe6QvpOdM { color:#050d9e;display:block;width:75rem;position:absolute;font-family:figtree;font-size:7.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6078600883484rem;left:0rem;height:9.50625rem;font-style:normal;display:block; }
#gMHnosez5lwDFsenFCpPFFtOk8ybXi3u { position:absolute;display:block;z-index:15006;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:43.9375rem;width:26.6875rem;top:9.50065612793rem;left:4.1872844696045rem;overflow:hidden;display:block; }
#H1ZhGcT2IUTVH0CxxGNruobT9Xw4PwN8 { color:#000000;display:block;width:20.374375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:17.75rem;left:37.875rem;height:3.148875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vhfLJ1dO99yXnTnWFoGgXOM483xzEbSo { color:#0635c9;display:block;width:31.4985rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:15.623918056488rem;left:37.874353408814rem;height:2.13125rem;font-style:normal;display:block; }
#hsMJdZNclDkEyRS5rEtiUlLhAIGCZ52V { background-color:#2229bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.375rem solid #050d9e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;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:figtree;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.44311125rem;height:4.206383125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.498482227326rem;left:37.874353408814rem;display:block; }
#BPfSxs3TizwTTw3vbTESNTa77ckJfFLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKibs4bhcunlnzFUQ6Qaiz9vcDhwfS1I { color:#000000;display:block;width:36.936875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:20.8125rem;left:37.875rem;height:4.94791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LxWlF6wR1BvT2KvuLJRfBRUNq3lP3aVs { color:#000000;display:block;width:20.374375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.625rem;left:37.875rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P18xC5JfGIHAGONWtIMTw1dpuwfWmPqu { color:#000000;display:block;width:36.936875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:27.199436366558rem;left:37.874353408814rem;height:4.94791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLhXD1HTadhkqF6oN9H0A5w8sINwf7KS { color:#000000;display:block;width:20.3743125rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:39.75rem;left:37.875rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rwd759SEWOG97LbU7f2fIIdsH5TZh9FC { color:#000000;display:block;width:20.374375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:32.147352397442rem;left:37.874353408814rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPC9222uDuP0sQkexpndVTxRZUxxWcuF { color:#000000;display:block;width:36.936875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:33.721788585186rem;left:37.874353408814rem;height:4.94791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHL6luGkgfNCbRbTg21DcMnBeGmQARGW { color:#000000;display:block;width:36.9368125rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:41.3125rem;left:37.875rem;height:3.71094375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PnOLa40uKSayXTqCew9LdmcrqJlnlNTG { color:#000000;display:block;width:36.936875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:39.9375rem;left:37.875rem;height:3.71094375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { z-index:;position:relative;display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { border-width: 0; border-radius: 0; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/3395a6ed-7dcb-4f34-9b79-ecf6d5fe0393/desktop4666221182aa06.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.adaptive-delivery-prevent-bg, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyload, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyloading { background-image: none; }#WRu4cUqVawkC6p0glI7Qb1b7S6SH6mWH { color:#ffffff;display:block;width:41.186rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.124567508697rem;left:2.3090286254883rem;height:0.82465rem;font-style:normal;display:none; }
#aheTapSQSicqGzTLPu5IGlZmUZC1U7Tn { background-color:#ddff00;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.25rem solid #a5be05;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6865rem;height:4.6035125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.3984375rem;left:50.625000953674rem;display:block; }
#yeBsF4Wk73FK9gCoy8wo8xTIhlLNIbRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { background-color: transparent; background-image: none; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container > .video-iframe-container { display: none; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row > .video-iframe-container { display: none; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .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); }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { border-width: 0; border-radius: 0; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#rsrI04SWz6SOAN5bICkamLvav7FDqBnH { color:#050d9e;display:block;width:32.874375rem;position:absolute;font-family:figtree;font-size:4rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:3.5612010955811rem;left:21.809896469116rem;height:4.00035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row .container { background-color: transparent; background-image: none; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row .container > .video-iframe-container { display: none; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row > .video-iframe-container { display: none; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .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); }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row .container { border-width: 0; border-radius: 0; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WGfT5exZl7dnqNZHhl7OtQlGIBVA7i89 { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/c696acda-06c0-466e-a38b-72e9af635320/WhatsAppImage20230302at132053.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:56.250001907349rem;display:block; }#WGfT5exZl7dnqNZHhl7OtQlGIBVA7i89.adaptive-delivery-prevent-bg, #WGfT5exZl7dnqNZHhl7OtQlGIBVA7i89.lazyload, #WGfT5exZl7dnqNZHhl7OtQlGIBVA7i89.lazyloading { background-image: none; }
#nSVsofKTD8qtVoFyWI3wsIN7ZyHDUh5d { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/18736ec6-ef75-4c33-b091-56cd2f98bec2/WhatsAppImage20230302at132055.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:0rem;display:block; }#nSVsofKTD8qtVoFyWI3wsIN7ZyHDUh5d.adaptive-delivery-prevent-bg, #nSVsofKTD8qtVoFyWI3wsIN7ZyHDUh5d.lazyload, #nSVsofKTD8qtVoFyWI3wsIN7ZyHDUh5d.lazyloading { background-image: none; }
#Tw0xOeiziHdt70JEu9UV2n3CD0GFznap { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/c1d81093-2a1a-4319-a1f3-12d82ab69aea/WhatsAppImage20230302at132048.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:37.500001907349rem;display:block; }#Tw0xOeiziHdt70JEu9UV2n3CD0GFznap.adaptive-delivery-prevent-bg, #Tw0xOeiziHdt70JEu9UV2n3CD0GFznap.lazyload, #Tw0xOeiziHdt70JEu9UV2n3CD0GFznap.lazyloading { background-image: none; }
#KBe2yHTvmEfGLeW9T6aSKTwZadhmhuB6 { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/667b6210-f91e-4247-943b-416e1d980ee4/WhatsAppImage2023030b2at132055.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:18.749998092651rem;left:18.750001907349rem;display:block; }#KBe2yHTvmEfGLeW9T6aSKTwZadhmhuB6.adaptive-delivery-prevent-bg, #KBe2yHTvmEfGLeW9T6aSKTwZadhmhuB6.lazyload, #KBe2yHTvmEfGLeW9T6aSKTwZadhmhuB6.lazyloading { background-image: none; }
#rWDq2HnilrOF25UBHNyqD8tP9f52XK9i { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/18a65f83-f6da-4eed-bf59-a6117f93a676/WhatsAppImage20230302at132050.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0.069444656372069rem;display:block; }#rWDq2HnilrOF25UBHNyqD8tP9f52XK9i.adaptive-delivery-prevent-bg, #rWDq2HnilrOF25UBHNyqD8tP9f52XK9i.lazyload, #rWDq2HnilrOF25UBHNyqD8tP9f52XK9i.lazyloading { background-image: none; }
#RxNur5GuTtQLf10B57Nny0Omd85dSWmH { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/90706b6a-f9c7-4c52-92e2-cd7c90fec946/WhatsAppImage20230302at132045.crop_1030x1066_295,0.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:18.750001907349rem;display:block; }#RxNur5GuTtQLf10B57Nny0Omd85dSWmH.adaptive-delivery-prevent-bg, #RxNur5GuTtQLf10B57Nny0Omd85dSWmH.lazyload, #RxNur5GuTtQLf10B57Nny0Omd85dSWmH.lazyloading { background-image: none; }
#ceuiRh5Dm7a1bz63vKS5sD4LMyhrVw7W { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/241c64b1-e550-412b-bdb7-9732c8641863/WhatsAppImage20230302at132043.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:37.500001907349rem;display:block; }#ceuiRh5Dm7a1bz63vKS5sD4LMyhrVw7W.adaptive-delivery-prevent-bg, #ceuiRh5Dm7a1bz63vKS5sD4LMyhrVw7W.lazyload, #ceuiRh5Dm7a1bz63vKS5sD4LMyhrVw7W.lazyloading { background-image: none; }
#OnupCGsc0dX4TrBPRP9R1OETxv1t1BBK { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/f4cf2d61-1899-4619-a3b3-7526fa7c43d0/WhatsAppImage20230302at132044.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:56.250001907349rem;display:block; }#OnupCGsc0dX4TrBPRP9R1OETxv1t1BBK.adaptive-delivery-prevent-bg, #OnupCGsc0dX4TrBPRP9R1OETxv1t1BBK.lazyload, #OnupCGsc0dX4TrBPRP9R1OETxv1t1BBK.lazyloading { background-image: none; }
#d0gcyxLqOIFrgso5kGbASrRW3Urx4y4g { 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:75rem;width:75rem;display:none; }
#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row .container { background-color: transparent; background-image: none; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row .container > .video-iframe-container { display: none; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row > .video-iframe-container { display: none; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .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); }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row .container { border-width: 0; border-radius: 0; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#c2SEZVVd7Z72sOMW1TbSXBEMhvkSCGaW { color:#050d9e;display:block;width:32.874375rem;position:absolute;font-family:figtree;font-size:4rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:3.5612010955811rem;left:21.809896469116rem;height:4.00035625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { background-color: transparent; background-image: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .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); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { border-width: 0; border-radius: 0; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { border-width: 0; border-radius: 0; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#NoXkAJ2gr6D8AWocuZzsEwU4pyVpnsdJ { color:#ffffff;display:block;width:50.686875rem;position:absolute;font-family:figtree;font-size:3.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.5299481153488rem;left:12.156034469604rem;height:3.50043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#usaT83xKiJ03F3iKakM6DxcxMQIdg2AP { color:#ffffff;display:block;width:50.686875rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:10.029296875rem;left:12.156034469604rem;height:4.94791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOJf0o7srRlHmJcc370aSfgPk5EKskNi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { border-width: 0; border-radius: 0; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#X5q4Zk1nBu3huLudq03a1S7PSPdFyi4k { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"bebas neue";font-size:3.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.3422317504882rem;left:10.623914718628rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { border-width: 0; border-radius: 0; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#v5ivzzWd6k42r76B1Q4DkWMQUFic5pQE { 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:41.1875rem;width:49.3125rem;display:none; }
#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { border-width: 0; border-radius: 0; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;overflow:visible;position:relative;display:none; }#DZQaKTPuTlEVBmiOlbL8yfT6p2zx81IB { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15002;background-color:#050d9e;background-image:none;top:2.5625rem;left:18.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#l4y8aFOyrrPuCNaCmzVqZRuUkPJ4FFAS { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:18.0625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gEoEOvAEsuJzh4TKM1p3of5SslFtbUc4 { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15003;background-color:#050d9e;background-image:none;top:7rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#dM9ruTKgZBnBG4inDhbRggdaoT7mPxdq { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#FAzo7B1AwvhQp8s249UnN4J1lHI0pbK7 { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15005;background-color:#050d9e;background-image:none;top:10.75rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#GrH2afBiT8trc3TanuxBbaHumiIiPwKP { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#xiH2IQHZKr3UFiFre1OlM5ae3aSwuTg5 { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15004;background-color:#050d9e;background-image:none;top:2.5625rem;left:27.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ayV99MfaMA7UM0qDDw3MPqIM65fcuC1o { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:27.5rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWzThHm95TiJ5IfXz1uMX2olr53gkRTO { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15006;background-color:#050d9e;background-image:none;top:2.5625rem;left:37rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Um5f7ZGu0dKQKhhvGAspPt0ZPxN6erpB { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:37rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHcsUTTfEo466GrJ8nWcbpCXhtKJ6HA5 { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15008;background-color:#050d9e;background-image:none;top:2.5625rem;left:46.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#UO8sgKHRvPlHT0OFIiTIt2FmWggmJuEb { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:46.375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAqiEZRURnIG2bMinG2srxFLrBE1x7yl { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15010;background-color:#050d9e;background-image:none;top:2.5625rem;left:55.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#kF0I1BDtT4LImXx1TSCkr3qiC3sBywIW { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3125rem;left:55.75rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5dZzoWmWqlpSUQWHnfKnyTBikNvrrsq { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#O1Wbr1I8pc1UqxPyVURxS1wBEUt4HpTE { color:#050d9e;display:block;width:8.6875rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5rem;left:18.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#wK2zU5CIAr7nwgz6xo4f6RJnQZuh46MO { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:6.875rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#uC9KxW0I9zn32zTh84AmwTK8rrS1FWJK { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#hfoQfxZJhlekDFRUULkdVPg6E9M1xzvS { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#yWItdET7wBHNw587MFFT8dDueCL06wGa { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:37.1875rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#MPRqPAIPUABsTcaoWPyDHMy4Sxus6yB0 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#wTAhB3x7TTNQ5lup7TcTbrZP4b3062Ct { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.6875rem;left:46.5625rem;height:1.54385625rem;display:block; }
#kPSgiOkn2v9II5wDrEnSrpx5b8nsXFVw { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:55.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#iZ1ql06CFIJzVgMTgH8TqkaL18x52fTU { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.6875rem;left:55.9375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#xxaWZoWccBB8ES2EoHfXobWfhaodHalP { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#URIMtLIfqAH1qi0CPttmh4mGQ0l9D9KR { color:#050d9e;display:block;width:8.6875rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.25rem;left:18rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#gTWyvThl6tDo7Lg73RF7IkvtfBMJ3kCK { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Nudr5K55o6n8tO6pFJp0T3weCse68ka0 { color:#050d9e;display:block;width:8.6875rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.4375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#hDf3UnEUv4H9KhWQODAkALiJ15rpeU9p { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#XwvXPCOTLiu4Z9OxSQV7MB5omu9ywy7I { color:#050d9e;display:block;width:8.6875rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.25rem;left:36.9375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#CaKWNCFnUbuDNDOdvaE0LXShIa0eBqDB { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:10.625rem;left:46.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ByxNvPt2Gxz46SFoMk2edGknfeoBFJLn { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.375rem;left:46.375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#VAAF8dgh2WpdFWxITUgeo9kavNLeT5IG { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:55.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#QGopTRpP3H97kDCMSd0kRieafyWTB0sV { color:#050d9e;display:block;width:8.6875rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.25rem;left:55.6875rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#bJIGyavQW2U6Zm4qLGOHa3c0T2A2Sg48 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;top:21.875rem;left:46.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ElC75T3A7H9fUV4UTS9OznWiJ0bW8QKL { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:22.75rem;left:46.375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#Jec8pu7e4GfT3IdXu854TCshsTw5Qh5q { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:22rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#vUdT02c6rBeTlVkW1VSnLyWMaXwufG2g { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.75rem;left:27.5rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#qvdw8TfzpzXPQDiKfmoTuDK4c5v4wCyG { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;top:22rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#JWrq78d8lTcRLWqmsItoCZWIaDyM8IWz { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:22.625rem;left:18.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#Gopkns6vGrxXkzyf0n0GNDwwpRGt6OIq { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15029;background-color:#050d9e;background-image:none;top:22rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#p0Ct4NCsWfJqQdqVTQSGOUnmBf3VSDhc { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:22.5625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#g9qAiT8ebbIC1ArzDmOdI5qqksz9Jlrw { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#dX1MzTnpmzqyVnIO4ISETgWxRCTglbz3 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#OqsL34D8fGR9Dsp9S53dQ6Dl8g63gNCm { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ofbLA7qlNfyhcGp8vTF6dRMVOAc81C0A { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:55.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#sEIkR97XH9HcgpmEsAL7aDXNKk682Q9d { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15027;background-color:#050d9e;background-image:none;top:14.5rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#FDhTiT48wBK3k2SB12GLeLsua4XwSlbd { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;top:14.375rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#c3eUAFJg8ozsER0mcq2L8nsII4CHTzz9 { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:15.1875rem;left:46.5625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#tEarJBCTP55bm7sGTfK9znpUgP6JTmAN { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#LsfTTwDBHudwFXnt8SesTwDKVJWJRUKL { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.375rem;left:18.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uzrTlGcImXBLMZ8SaH8vvyigCD49TV3r { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:15.0625rem;left:27.625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#uGT6foVaG0GVrenlGCiXG7XbUksPvoft { color:#050d9e;display:block;width:8.686rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.375rem;left:37rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ai3osdmcdB2SMVgwICqbQ5E0rVSFwLT3 { color:#050d9e;display:block;width:8.686rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.375rem;left:55.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#pFwRrN8FmF6LmBHUGXmS4ibVRgkwTs3T { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15088;background-color:rgba(0,0,0,0);background-image:none;top:33.1875rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#yTzTZNWto2WLpSx35afgUMaDZrO8XThP { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15084;background-color:rgba(0,0,0,0);background-image:none;top:33.0625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#IalBlARu0ncwUsew4TkhFiQhKKrebRH4 { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:33.921441853046rem;left:46.499567031861rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#N8IFvhyrFpOapvFznSdNHWbyuIsTXJtR { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:33.921441853046rem;left:27.624784469604rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#mCap4h0T28BifCcRuKoL97hH3t0atFpx { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15082;background-color:rgba(0,0,0,0);background-image:none;top:33.1875rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Dq0gcRWT2gtCgOvcdVR3SEMOXNpD1mRu { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:34.0625rem;left:18rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#SH4xnkyPV6cMVS0AuOPGv4tzB9ON5rPe { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:none;top:29.4375rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#HUbgnM4rlxcMvJXs3koWUd2CW1ucGblF { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15062;background-color:rgba(0,0,0,0);background-image:none;top:29.4375rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#MLnlQScMXIC0d623xMRth4OoshK6sx1b { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:29.4375rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#wQkiu4FCT5LuAkuq4HS25UcQDuWTeXD5 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:29.3125rem;left:46.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#TT6ZcIwl3KkTWTRgTF4Rsb6e8kPTwLGh { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:30.1875rem;left:18.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#wH06T8aHr2XqHErW6tyANauNMIa4poUB { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:30.171441853046rem;left:27.467451095581rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#xNlXk0e4NZ5aANHLOpBM154DkACip9cK { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:30.3125rem;left:37rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#cpPrJ8tkH8FBDt9y2LbGmqM2b8q4Joue { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:30.171441853046rem;left:46.342233657837rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#rs6MREZPAmnbIcwi5gXK4zQi1UFMyyVn { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15051;background-color:#050d9e;background-image:none;top:29.4375rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#DgoFg2sw2uilFyyCuSAbARMFqd3uxIbg { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:30rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ibXdXFXrsm0dzrcwZ8B43CkGzDWnIaoe { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15075;background-color:#050d9e;background-image:none;top:36.9375rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#ihsPsQI7xPc4Ikw5T5dbMkFJTxdQ16Pz { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:37.5rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Emokk82LpNot5fVVG09zOuXAhr3LEhV4 { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15073;background-color:#050d9e;background-image:none;top:33.1875rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#iHykqIRq7A1LrIZKVsrsqQyg6ADaQuxs { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:33.75rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#gQIMiLDaW2nimkXdWSVOQZ8F8sQaCDoF { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15049;background-color:#050d9e;background-image:none;top:25.6875rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#XyoEQT8xrDqT6Q1t7lPbqxGLo5IoAF3c { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15058;background-color:rgba(0,0,0,0);background-image:none;top:25.6875rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#BuqVSabJLG483oGPqzSUJbXCrTkSr7yr { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:none;top:25.5625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Immh3dOavG7PFg1AQc5uLlxa2p4NVI2D { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15062;background-color:rgba(0,0,0,0);background-image:none;top:25.6875rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#QOfDJJAvpihbBQznpiqE3mawB6M8T5qI { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:25.6875rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#XayQ9TL3ChWQX1XTGL2TXvqZaSWwmFJr { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0);background-image:none;top:25.6875rem;left:55.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#oEhKBatBXF550gXcfTM5FFxShWphBUbV { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:26.25rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#FVWuxc25BweGoK5WUB1yZKQyo8m18Lfm { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:26.4375rem;left:18.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nEzhTHy4fpSktkgxXXpDxMAG8S5orf8g { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:26.25rem;left:27.625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#cyuE2pyirT29VSenZ7unm91l1aWCc1zX { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:26.375rem;left:37.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nwsKpurlV0G15UKSNgb1HlyyPL36f61U { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:26.375rem;left:46.5625rem;height:1.54385625rem;display:block; }
#VIlEKCIg4oTC4f3VxX5vyPAIVzEdnWEq { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:26.4375rem;left:55.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#W7grN8PnufdNxIq7dC2Eaa7PdtuBKLJA { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:21.875rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Fsde7XMWhfwZQ69rpDGXuQU82zJcgT5x { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:22.5rem;left:37rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#zx0RpAPFh3Too4y8sdU8sgaZwQrImIRi { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:none;top:21.875rem;left:55.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#W1Fkv2KEuwl40zQlokZAG5XTBVfmS68L { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:22.5rem;left:55.75rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#ULUXffhMeLV6f4GzAZfhdL912p5R3Pci { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15084;background-color:rgba(0,0,0,0);background-image:none;top:33.3125rem;left:37.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#JWqudQoeWCZPTkfhUpJ9ar6vx5Tqx832 { color:#050d9e;display:block;width:8.686rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:33.921441853046rem;left:36.968317031861rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#bP5wJRZ5zXW6sTKbgyldEby6z7DMWTZT { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0);background-image:none;top:36.8125rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#KUKRo19TWT13yTOn3hLqak3baPnXveyc { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:37.5625rem;left:18.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#p9D0yrIr1K9OSnO4OOQocZFEd0LOhoBZ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0);background-image:none;top:36.8125rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#CG5fyVePGxHeacf0C7vLMaCeSEDlSshC { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:37.6875rem;left:27.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#WPk6XAIr68Hlxl6V8r5xchKbi2KCoWEN { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0);background-image:none;top:36.9375rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#wZvzFE5zflFVBq96gOeOVQa4N2tcPDxd { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:37.8125rem;left:46.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iAVbOVLxZEQ57BxTRfUL0nJcEpdEN0Sx { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0);background-image:none;top:36.9375rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#SCkz76vROkhSZBshDJDN6dLs0PGBKr48 { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:37.6875rem;left:37.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#luglEopQ7TuLc8hQpvEZrDGzfmkTlPxy { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0);background-image:none;top:40.75rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#cKN4vArETvxh106aTsUBwaXw7QUTIRAm { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:41.625rem;left:46.375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#ZIzzmKgT85teTeu0Z20SBdacJedJVHun { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0);background-image:none;top:40.75rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#tVpE2HP4g12HxTU3KoaSkPHzxHT4KeKH { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:41.5rem;left:37.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AAcIsqmMGMxbUxHumkuhnx1sb1HFDG9k { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0);background-image:none;top:40.625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#CDkFCzgbg6pvRiVRnxFqHSoLnxOEaBPT { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:41.5rem;left:27.4375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#RoPpxTwRgyZoksniqArLAPvkv8JDHENJ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0);background-image:none;top:40.625rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#NMMluirZXhqyNzXgsbAvaL8MOzl3I7nu { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:41.375rem;left:18.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fofmzqhquyCww74DnOboHShqnUPbL9BS { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15085;background-color:#050d9e;background-image:none;top:40.75rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Wxa50CJ18CE22hQZduQEwvawqMNszGSl { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:41.3125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#L77mgTxRJcaiux9RV6zgzTeVzo6HfdwH { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15086;background-color:rgba(0,0,0,0);background-image:none;top:44.3125rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ImRTmA2gRVe0mP4CAuPyJ4tylC2hB7bf { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:45.1875rem;left:27.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#epD4b0HQHLff42HTcUcTe93Kvq2lBpLO { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15095;background-color:#050d9e;background-image:none;top:44.4375rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#zyK1TSx6mGfCFgG72sMTgxZ2OovKZtKk { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:45rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#V9X4WbKTTOQEESsWHZAraAbMGeuiML5s { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15088;background-color:rgba(0,0,0,0);background-image:none;top:44.4375rem;left:46.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#UcbDwA3BhR9PV5wGZgOOHuFV4RF8gCFr { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:45.3125rem;left:46.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gznwVUdAACiWABd4EmtZrsOQztCsburZ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15054;background-color:rgba(0,0,0,0);background-image:none;top:18.1875rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#pqq76RQCqSlb6e25EHfGmPw1B0a9l549 { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:18.875rem;left:46.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ggPfur6OOg2OicO7flWIQwtnXitr7TTT { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15050;background-color:rgba(0,0,0,0);background-image:none;top:18.0625rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#qdeSguq1wwo1nd6zMKTNvA70nnO9TUq8 { color:#050d9e;display:block;width:8.3735rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.042970478535rem;left:27.624784469604rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kHzQvEddbTmMaOdDhsu3t8swlMDDsT2S { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0);background-image:none;top:18.1875rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Uhn2TTFCTrmgEBH2wi7wmCmvFzQGCV1i { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:19.0625rem;left:18.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#dzoV5p3x6u9kBZ5c49fnxFms2KzHKWZd { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15039;background-color:#050d9e;background-image:none;top:18.1875rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#NtJQH6hlfPeowLTrCEqUVNtn8p3UJVli { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:18.75rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#QlEGN0r6JAIHcpTNizwgDvcvTJHFT9yr { box-sizing:content-box;height:2.875rem;width:8.625rem;position:absolute;display:block;z-index:15050;background-color:rgba(0,0,0,0);background-image:none;top:18.125rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#CtxbWPBBKRcFebmNtpkuBEiJEcCb0kXM { color:#050d9e;display:block;width:8.686rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:18.921441853046rem;left:36.968317031861rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#iTEVypHuCwNAAuvPPcoQMUiC18gawLeE { 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:19.375rem;width:44.9375rem;display:none; }
#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { border-width: 0; border-radius: 0; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#J45MNgTV47LIoInXPGi5DvHqnXoqIT29 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"bebas neue";font-size:3.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:2.1527786254883rem;left:10.437284469604rem;height:3.37535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { border-width: 0; border-radius: 0; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#hbON6yctM5bTMRRdCV8LveSufkax19Jr { 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:25.75rem;width:60.875rem;display:none; }
#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { border-width: 0; border-radius: 0; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;overflow:visible;position:relative;display:none; }#ocedVxVwuE89lE6dQJwquLJ1DWw99bOh { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15002;background-color:#050d9e;background-image:none;top:2.5625rem;left:18.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TIpqUag0oBoa1oB4a4Gsthcm7m9kCD5m { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:18.0625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ih6hLqATGhOttUlwqzqOtBuayzX43RTw { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15003;background-color:#050d9e;background-image:none;top:7rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#amI3rg8M7RCp9oDwChynCZ9RPCbIEyRv { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Fy8cq3u364b9x1S3Wr1QgWzaH2tIPlhC { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15005;background-color:#050d9e;background-image:none;top:10.75rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TJTz6dl7il2zNqbtsTTrCWdT7irnrtoA { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#RaUb2frI7UaIPkl73ME5Vfb1UTKg5ll8 { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15004;background-color:#050d9e;background-image:none;top:2.5625rem;left:27.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#cBsnp2CwQu1k80tOsirbxGEHAcnlizOW { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:27.5rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSx6IUhRoiRJTRUkQZO8mzMPHbaedVQw { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15006;background-color:#050d9e;background-image:none;top:2.5625rem;left:37rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#er318ocmhq5EGua8TPR1zFBWRAUCKUMb { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:37rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3BpuKZ9WSdPrflGcty3HPX5ikK7LbRD { box-sizing:content-box;height:3.75rem;width:8.625rem;position:absolute;display:block;z-index:15008;background-color:#050d9e;background-image:none;top:2.5625rem;left:46.375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#yXTPTKITfF8h8pNwUewWTQOWZqJiNnrL { color:#ffffff;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:46.375rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#axTNGqXL5KMLfsKUR6V2w2yuc8FCbQ4Z { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#szPQQHrN5G2PTL4uOQTRK4tIsz2qHm7w { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.63456594944rem;left:18.028429031372rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#DTVyGfAKl92q0h71S95CUwOcn3gJMNs7 { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:6.875rem;left:27.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#sDkHTsXEOwpfPGVIbPAPrGqnylRCIqQB { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#xnQT4xt6i8teFi091uqB2B6x29OILAaq { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:37rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#BH1oawbOh7AM0ZCBpqivRFuv8O6JPiyh { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:37.1875rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#Hy2P16OpJS8EVIGu4PnrrnQarvV7wfKm { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:7rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#p2G43nrvfcD3AbnNLII7nkgWiPpZRy1f { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.6875rem;left:46.5625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#wK2C2P7Vb7SesIRWLAWHgBODZ7TBJ1OQ { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#zpIUmvJW4KcCBUQ5fFmf1e9bqxhZ4M9H { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.384548664093rem;left:18.028429031372rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#tW92kXQAgtgHxnMTNiGf758rH6TO0cys { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:10.75rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#TLb6R9Bshl1WzHCvKDV547XwB9rEtTlT { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.384548664093rem;left:36.967233657837rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#coEMZ5m8wqHTZKxxagwcFJTRTn1CyZeU { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;top:18.25rem;left:18rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#R3oWwdT65dudoRpN8uboupJr2ER0uUah { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:18.875rem;left:18.0625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#hN4mTCdntAZshoQx1F7LE5c5t0ccsuGh { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15029;background-color:#050d9e;background-image:none;top:18.25rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#xDTUkkUq5xxIviK4mswlIie0MQs2FutV { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:18.8125rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#IAeaqRzRyU2qMJKMVwZZlE1whMstMBxH { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15027;background-color:#050d9e;background-image:none;top:14.5rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#KMckmcclEOKPnMcWzdn7AVt4KI2l6vku { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.0625rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#mGfdA8bLyUu3hsDwF4GXeEiEFKT5U6et { box-sizing:content-box;height:2.8125rem;width:7.25rem;position:absolute;display:block;z-index:15049;background-color:#050d9e;background-image:none;top:21.9375rem;left:10.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#dTaKnVQh484bheRXynb0SVtSVOBnZErw { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15058;background-color:rgba(0,0,0,0);background-image:none;top:21.9375rem;left:18.0625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#UXgWFREdwyzPOvynUCt6HuCkG1DtccpJ { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:22.5rem;left:10.5625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#zxgafG94VbvhKIA3FlTu22dFn16DU4FP { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22.6875rem;left:18.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DuyLN1pE9mWOumva035TUOpHEvnZ4Jzu { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:14.625rem;left:27.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#kfUKkPZGsHRBTdpfdANTdZrvKGUAKe8P { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.3125rem;left:27.6875rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#tnTvP2sqn1H9myaib1O8zeb2DeS1vgrE { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;top:14.5rem;left:46.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#aCu6aB7JPAekJmkghOiGXAVPlpKpE4xK { color:#050d9e;display:block;width:8.3745625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.1875rem;left:46.5625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#eNDmedoteBPm5fCeiTKU9nEKK1TC2IWR { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;top:18.25rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#tnFkFmeb2wmX1IeLHp1qVuJnCkVaWIfT { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:18.875rem;left:37rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#esKS1y9m8RfDnKIUUo3QecbHzDwEmNax { box-sizing:content-box;height:2.875rem;width:8.5625rem;position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:none;top:21.8125rem;left:36.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0.0625rem solid rgba(128,128,128,0.44);border-left:0.0625rem solid rgba(128,128,128,0.44);border-right:0.0625rem solid rgba(128,128,128,0.44);border-bottom:0.0625rem solid rgba(128,128,128,0.44);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#yEqyaFX7KzEs4E9ZDh1uGgAi54xTgnlJ { color:#050d9e;display:block;width:8.6870625rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:22.5625rem;left:36.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.adaptive-delivery-prevent-bg, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyload, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyloading { background-image: none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { border-width: 0; border-radius: 0; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;overflow:visible;position:relative;display:none; }#XnVgO7074rDOmTCzv5sUBIhLuNQbhE6d { 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:7.8125rem;width:14.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#fZ40MDwLgB8yoLcsiCqPJ2OQ95dLGB4a { 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:7.8125rem;width:14.125rem;top:0.625rem;left:15.5rem;overflow:hidden;display:block; }
#l5ymb3LsXuZpMwChZSUePpITW1fE8nBC { 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:7.8125rem;width:14.125rem;top:0.625rem;left:30.4375rem;overflow:hidden;display:block; }
#rvirZUViCr5V3QTiAeJtCqM9631DUGTD { 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:7.8125rem;width:14.125rem;top:0.625rem;left:46.25rem;overflow:hidden;display:block; }
#NWkCnDL21To7Dc5wiF1uRzR0EIkOiBRh { 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:7.8125rem;width:14.125rem;top:0.625rem;left:60.875rem;overflow:hidden;display:block; }
#yeTqJJFKEdNKKZiShHJPBhilCG9lagT9 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.875rem;left:16.53125rem;height:20.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNtSAS4moTCezGPfZBJd7LMredGCZnvG { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:1.03125rem;height:19.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4NiOywhcyA2waAt0lO2lXDi9mvldeEE { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.875rem;left:31.46875rem;height:15.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZPNZouITWlvEbHaSvstM74BXX2110ye { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:47.28125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#na5M5U2cOQcfWVNE3iRLlUTTO7QpeTVR { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.875rem;left:61.90625rem;height:11.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIopsgpPe42J7xzAhGCMSMRibAXClEZd { position:relative;display:block; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd { background-color: transparent; background-image: none; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container > .video-iframe-container { display: none; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row > .video-iframe-container { display: none; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .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); }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd { border-width: 0; border-radius: 0; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .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; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RvWP1DpQh9TqTZDVerFKnna2eKZG5kVu { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:17rem;left:0rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qawJyh85QEKvpOI9gMnitbnyaLLe9IOn { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:16.999786376953rem;left:21.216363906861rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yT4Dobk8fvtaa5lxxDUxbB8tairyaWsC { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.125rem;left:41.125rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bh1qrHSEpoPiaVfyb8hZ7lvceNai9Z7v { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.937149047851rem;left:57.749998092651rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouvzqmZknI5TM3M0TFikfXSXqEfPe9aZ { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:7.375rem;left:3.5625rem;display:block; }
#Ay2uHmrxd7nM35Mu2Sk8nX15FaXpfZil { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.125rem;left:5.3125rem; }
#hz20zspzsQ2LK2hpFnETDpaEwAbAi2Ti { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:7.125rem;left:24.75rem;display:block; }
#CwUSNiXhSML2FtK5zrmok6pD3c5bfJuM { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:7.25rem;left:44.6875rem;display:block; }
#sEnc8hiVWQWVBXVKniqSPFNmxQMSTVbF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.125rem;left:46.5rem; }
#xBO2R915NvsLxHcSkngH1uS8ndAyF5sC { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:7.125rem;left:62.9375rem;display:block; }
#zXSgmlTrfUZDphNAlum6DW3vxZwGCwiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:8.75rem;left:64.5625rem; }
#vuoggRiXINZN6T2I0tF5JEgsDTInWmRo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.4055438041687rem;left:26.027166366577rem; }
#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { position:relative;display:block; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { background-color: transparent; background-image: none; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container > .video-iframe-container { display: none; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row > .video-iframe-container { display: none; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .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); }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { border-width: 0; border-radius: 0; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .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; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yZi0sKZStgfDVGTqV68R5TAZxX9HGbJ4 { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:13.5rem;left:0.125rem;height:3.18715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ai37JQ6ZlWqgBcolCnr8zPvTGTKn2RfA { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:13.5625rem;left:41.5625rem;height:3.18715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hpqo0ow36GdHvlT6LPsJOJg9eoPT1d3C { color:#ffffff;display:block;width:14.9369375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:13.625rem;left:21.625rem;height:3.18715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rRx1ZpDTHwZa7n7TWQZsyXvm0TCx9bR6 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:13.4375rem;left:57.375rem;height:3.18715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUGs0ISh6RPu1cRntlkddry4iCsB4C25 { background-color:#0078ff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;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:figtree;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499375rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.9970703125rem;left:28.248046875rem;display:block; }
#Zw4USQXu8yDP6B1PUvrRJq01R8oP4xsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8nPbr2q7w4E6ql1MwMyT7LfWQSRS7UV { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:3.875rem;left:3.6875rem;display:block; }
#BftPsqPQsM2bvTgPTZJpvAcnisTSXIcx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.625rem;left:5.4375rem; }
#Vc8A5zH66rg77pdI0kgAxZMlIHfauxtD { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:3.9375rem;left:45.125rem;display:block; }
#eDxWQLmbkcAcCOFi6onpGGDZ1EF3a8bR { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:4rem;left:25.1875rem;display:block; }
#Z4D7lNrqdExWOOvVmtevl3haiKDlcuuD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.875rem;left:27rem; }
#AwIBCvN4hvKZOuCPbBzZtmudRMpaUp2m { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:3.875rem;left:62.25rem;display:block; }
#TmViAR90lTUIzf79wZfyFTiT9xfefQ4W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.5rem;left:63.875rem; }
#MN3fmcVFmw8HFn8Vzw9XvQslM2nT2JCZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12435rem;width:4.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.8125rem;left:46.9375rem; }
#GHicbvKMDf2mOGrA0Oitct434esexsu6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row .container { background-color: transparent; background-image: none; }#GHicbvKMDf2mOGrA0Oitct434esexsu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row .container > .video-iframe-container { display: none; }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row > .video-iframe-container { display: none; }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .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); }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row .container { border-width: 0; border-radius: 0; }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#tszTyTAdE9ybNGbGzZsTLKwomLbSGRCo { color:#0635c9;display:block;width:50.686875rem;position:absolute;font-family:figtree;font-size:3.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.5625rem;left:10.375rem;height:3.50043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VOkwsmXwZDswxcSymqCmpvsl5cmt4bq3 { color:#808080;display:block;width:38.2498125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:15.875rem;height:8.24750625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HtDSzLDoBPyUQ6a8GyyFewA4O35eTI6y { background-color:#25d366;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:figtree;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.499125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.6875rem;left:25.4375rem;display:block; }
#MQ3tzzwKIXwSUSvKKtKzk4BQL3yLflWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqZpt6rGkikkRWJE918ibbgp3QBErBhl { 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:15005;opacity:1;top:19.875rem;left:25.4375rem; }
#AA36eIDrvE3sCp8XqeMTrCxwrDzBsP0d { position:absolute;display:block;z-index:15006;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:33.875rem;width:19.8125rem;top:2.6245660781861rem;left:54.749353408814rem;overflow:hidden;display:block; }
#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;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:none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { border-width: 0; border-radius: 0; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:none; }#sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { 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:6.0625rem;width:6.0625rem;top:25.3125rem;left:62.8125rem;overflow:hidden;display:block; }
#vZxUU6sJClQIVRloe1fKzsSehvet7iHL { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.125rem;left:59.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.1875rem;left:59.8125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { 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:6.0625rem;width:6.0625rem;top:5.375rem;left:62.8125rem;overflow:hidden;display:block; }
#UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.125rem;left:41.0625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { 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:6.0625rem;width:6.0625rem;top:25.3125rem;left:44.0625rem;overflow:hidden;display:block; }
#whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.25rem;left:41.0625rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { position:absolute;display:block;z-index:15006;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:6.0625rem;width:6.0625rem;top:5.4375rem;left:44.0625rem;overflow:hidden;display:block; }
#QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { 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:45.25rem;width:29rem;top:1.125rem;left:8.51171875rem;overflow:hidden;display:block; }
#FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { position:absolute;display:block;z-index:14999;background-color:#2229bf;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:45.6875rem;width:59.9375rem;top:1rem;left:37.4375rem;display:block; }
#WttadMaA9cLRmMwxIHBQugsKFXel7N8k { 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:none; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { border-width: 0; border-radius: 0; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:none; }#iUiORqEA6lFLyB9fesEhuCJI3mQhFTZV { color:#050d9e;display:block;width:34.5rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:20.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQIuNSsTHFM8Ha9pS4vm7KMUO0bLTKli { color:#808080;display:block;width:45.9375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:9.75rem;left:14.5625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c { 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:none; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { border-width: 0; border-radius: 0; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#CFSMKdDPTnWMb3q8aztT3HU9b5qNQuUg { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:3.90625rem;overflow:hidden;display:block; }
#kamisKwW3i6BTmFrs9qpBTXMJHSEx2Ut { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:22.65625rem;overflow:hidden;display:block; }
#aZBZkc5dTQXk29Oqonlxp6O10yFasKav { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:41.40625rem;overflow:hidden;display:block; }
#dymmU3ZzdEIWfrpXnekSEP2Csk6u4e0x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:3.90625rem;left:60.15625rem;overflow:hidden;display:block; }
#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL { 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:none; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { border-width: 0; border-radius: 0; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:none; }#w8hVpRkfboP9Lo5c482GhJBQ75DLOyXN { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:3.90625rem;overflow:hidden;display:block; }
#ZW7cz19krozfybIcdBDbTkTiUNUywnyy { 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:10.9375rem;width:10.9375rem;top:3.90625rem;left:22.65625rem;overflow:hidden;display:block; }
#BZIGQhWnIPL7RTLMnE9ictyyRpRJnPHL { 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:10.5rem;width:10.5rem;top:4.125rem;left:41.625rem;overflow:hidden;display:block; }
#t04ElQUQcH9etXt8rRzul61f8xBxSMmC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:3.90625rem;left:60.15625rem;overflow:hidden;display:block; }
#zD2GhV3QouZDqtnRu39ehuObwQgfkyka { color:rgba(128,128,128,0.67);display:block;width:75rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:19.28125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#idTyirunOVoVnHwIvZvbp3ygio17WFXb { 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:none; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { border-width: 0; border-radius: 0; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#Zv6dPdADDTnOer2i2uwcmpMZCXRsLboS { color:#050d9e;display:block;width:34.5rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.09375rem;left:20.25rem;height:5.6857625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG { 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:none; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { border-width: 0; border-radius: 0; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;position:relative;display:none; }#K0m7bz1HxiBI5empdVfAWrHXM06d6m2P { color:#808080;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.1875rem;left:5.875rem;height:23.62195rem;text-align:left;text-align-last:left;display:block; }
#HISfPiFuVHIOBc4FXLQ211BUpcuCy0Qb { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.4375rem 1.25rem rgba(6,27,93,0.28) ;height:45.9375rem;width:20.1875rem;top:7.0625rem;left:2.40625rem;display:block; }
#M9L4itq1DskioNzy0ifn4AEdknLEB98h { color:#25d366;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:4rem;height:26.9965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JHE3VCThPRlf0JKmWpxB6ZdWE5rOxT5g { background-color:#050d9e;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.8125rem;left:4.4375rem;display:block; }
#byyRVDKWhZXXJNNO1fwXK2osW1diXhDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVuWd76D8DfNxP6qwgNPeCdXttTT81Wd { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.4375rem 1.25rem rgba(6,27,93,0.28) ;height:45.9375rem;width:20.1875rem;top:7.6875rem;left:28.625rem;display:block; }
#a7uEo7BVf6TUD8WNpFS2D7rckK0JQzuh { color:#808080;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.1875rem;left:30.875rem;height:25.3092375rem;text-align:left;text-align-last:left;display:block; }
#uivx6zd2eWV21LXMmbsvWEZbQ6alVsge { background-color:#050d9e;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.8125rem;left:29.4375rem;display:block; }
#uk9UxwQX5XZu1vRZqWTWPUWiOVqUd0En { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsvmTAUfwCwUzsV2zuttbOzrtkTVW1sZ { color:#25d366;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:29rem;height:28.68378125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GEbHmKJ2HexQTemCkQlxiRnn92UTlHJo { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.4375rem 1.25rem rgba(6,27,93,0.28) ;height:45.9375rem;width:20.1875rem;top:7.0625rem;left:52.4375rem;display:block; }
#oQDCKDFwILJtHDVqMJFGKWk3atg2fZmT { color:#808080;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:16.1875rem;left:55.875rem;height:26.996525rem;text-align:left;text-align-last:left;display:block; }
#A4lsocdg8dxk2UnsPymcIGkdb8PsaRfp { color:#25d366;display:block;width:1.875rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.1875rem;left:54rem;height:30.3710625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQrCnNVTmT24lnQk7O9FnHsXOtuoC28m { background-color:#050d9e;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.8125rem;left:54.4375rem;display:block; }
#klOMihr9umoQPDFrZwyJTdnexEfHFcfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCOPmnhMbl73ldvTX4muEqFsMQPyeTng { color:rgba(128,128,128,0.67);display:block;width:75rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:57.21875rem;left:0rem;height:8.56769375rem;text-align:left;text-align-last:left;display:block; }
#wwvCT2uTU9wTOxp6gS1pipXrTHg1dJ5O { box-sizing:content-box;height:13.9375rem;width:14.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#00ea8d;background-image:none;top:0.25rem;left:31.53125rem;display:block; }
#BSgbQyyxhhyFy5KDXFExTvvmvg4J282T { box-sizing:content-box;height:13.9375rem;width:14.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#0078ff;background-image:none;top:0rem;left:55.3125rem;display:block; }
#VmwgSpWgbMtibqZI2gyBokz4XtNNk7sr { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9140720367432rem;left:8.46875rem;height:1.625rem;display:block; }
#K6r3KTedr5UyP78cb8J2FFKVN7mXq6yN { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.28515625rem;left:5.875rem;height:1.86875rem;display:block; }
#VkDNcayaJuvCy4NzW5tG0FO0fXlZCtl2 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:3.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.61328125rem;left:7.989585876465rem;height:4.7125rem;display:block; }
#vxIlkTv0fTaFkXznqWzy1SJ9b65RgVX5 { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.7890625rem;left:9.59375rem;height:1.625rem;display:block; }
#ObeSDMJeyDx13lJmsVvPCJWJQTiKusht { color:#ffffff;display:block;width:11.624375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5611991882324rem;left:33.624135971069rem;height:1.625rem;display:block; }
#xMQphT3xIEPSfGm0GIkZp7TfSpM1d2yz { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:32.0625rem;height:1.86875rem;display:block; }
#WF77xuvdK71X234TTNPGrt6dmPQyGxTa { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:3.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.8216145038605rem;left:33.833335876465rem;height:4.79375rem;font-style:normal;display:block; }
#iDfDF7RAsziJGZe3vSkHQTpUODTMdBVI { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.7890625rem;left:35.8125rem;height:1.625rem;display:block; }
#x2w0TvWilZmK67AI6NL9C6e2f9KRzmFM { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6848964691162rem;left:56.40625rem;height:1.381075rem;display:block; }
#GAWxrbXTeNplV4EuS68HvOAVWgEsaz55 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:3.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.8216152191162rem;left:58.020835876465rem;height:4.79375rem;font-style:normal;display:block; }
#Ku4cGOHu2MfTvIx4Aws4gFBf7M1HKW7E { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.28515625rem;left:55.875rem;height:1.86875rem;display:block; }
#KEGcEctq0fXvR5xb8G0LR89kuPwZK7pJ { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.2109375rem;left:59.59375rem;height:1.625rem;display:block; }
#ktPraMTEulbXP7TLk49BOEU5RvxAXx9J { box-sizing:content-box;height:13.9375rem;width:14.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#0078ff;background-image:none;top:0rem;left:5.34375rem;display:block; }
#bU92GWiz7pAivWJJV8oWJCKe12xrLovv { box-sizing:content-box;height:2.37413125rem;width:8.0620625rem;position:absolute;display:block;z-index:15017;background-color:#0635c9;background-image:none;top:12.6875rem;left:34.6875rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#EI9IFClvVrWd5Zz8fq2cVekP7z2EBlgc { color:#ffffff;display:block;width:6.6873125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.1875rem;left:35.375rem;height:1.3rem;display:block; }
#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;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; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { background-color: transparent; background-image: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .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); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { border-width: 0; border-radius: 0; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4173d3d1-7935-432d-ada0-eb0374b85b28/LogoBluefitBranco.crop_1343x1003_219,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11rem;top:4.625rem;left:0rem;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.adaptive-delivery-prevent-bg, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyload, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyloading { background-image: none; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.9375rem;left:71.75rem; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }#kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:5.703125rem;left:64.375rem;height:1.71875rem;font-style:normal;display:block; }
#JO2eeABXh8kD171CbdIlg1J9fTlFwJln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2229bf;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { border-width: 0; border-radius: 0; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { background-color:#deff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #afc800;border-left:0rem solid #afc800;border-right:0rem solid #afc800;border-bottom:0.3125rem solid #afc800;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:62.75rem;display:block; }
#s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.65625rem;left:42.9375rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { position:absolute;display:block;z-index:15005;background-color:#ed1c24;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.3125rem;left:72.90625rem;display:block; }
#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { background-color: transparent; background-image: none; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container > .video-iframe-container { display: none; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row > .video-iframe-container { display: none; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .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); }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { border-width: 0; border-radius: 0; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .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; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SeGtXq2yBBUrurwKKPKpLts1MXXT9V7k { background-color:#ffffff;background-image:none;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: none;box-sizing:border-box;color:#0635c9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.25rem;display:block; }
#HHHnO8RcRZEZz5dbHWQvyIKrrIKmv1dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbBUKamBqo7rkKT0qRFs63yBHh9X73VJ { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#bXCWRWnqfhoziT1ThGoDfPSeCBgd4eE0 { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#FCdTHNZmi3qOAg5PxtTl4Hz5NVOBthy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6mAnP68ngzrT8ulH7KPLFGEmEOW6ECE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#WT3JyTUR7n9dNAeU2MspNKNbODlwrTb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:14rem;height:5.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8nTaMx9M2aFr67ok8z1fHT6Zs5UHcwT { width:42.875rem;height:1.375rem;top:4.75rem;left:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { width:1.4375rem;height:1.4375rem;top:4.6875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G { display:none; }#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xmF2sIB2MUeP0qXUwtqS0FvaJ0IS3hnD { top:22.25rem;left:0rem;width:17.9375rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xy8FULgnavkU9ySbQspOWVR3XmB3N3la { display:block; }
 }@media only screen and (max-width: 763px) { #d94ERHp2IZ2bFbi1fr0sB7yoBKzAwLp5 { width:10.375rem;height:7.8125rem;top:25.0625rem;left:0rem;font-size:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4UyCZzmu7D2z9OkdllUzVAmWHgvJdm2 { width:3rem;height:3.125rem;top:25.75rem;left:2.4665813446045rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPm26NzrUaR78Ww9sMfIUFPnbNMqE1HZ { width:2.3125rem;height:2.875rem;top:25.0625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrGk3eWZfJbbRiRrFMbvDo9iqVmiWmft { width:13.9375rem;height:1.1875rem;top:23.1875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3khdGoez1HROflxTxOCSZVlpSJnos4k { width:45.4375rem;height:0.875rem;top:35.6875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQCRszXJUTkNkJCkpHoepHbIbICIKbkl { width:16.875rem;height:5.0625rem;top:2.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMATtoRmcFOn4TNTguGR5c0CcfNDiAqv { width:24.0625rem;height:5.0625rem;top:7.75rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3vFltAsXVV64JlTUEZQREKEOMpb6TaZ { width:21.3125rem;height:9.4375rem;top:14.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdfydCmDuafG5vit6DGch47R1wx730ZS { width:8.625rem;height:7.75rem;top:14.4375rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFKxVmButrJiw6OsDD5iJxa6yqH2LDl1 { width:1.625rem;height:1.8125rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLZLCq0owqc838zb9LOE1ALpC52pQRCH { width:5.3125rem;height:3.5625rem;top:16.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To0dB6TIAAAI4fNDvUKczrFInKOOXLbi { width:4.6875rem;height:1.25rem;top:19.375rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzpFlhxqrpx6iBkTEGK22DkaDW0Rp6yW { width:11.25rem;height:2.5625rem;top:21.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA3wTEPBxIBcEAiPGRgh9zAlBU3ZgWTC { width:43.375rem;height:37.0625rem;top:0rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmD8vNeN21KZpNoJ0UZWGTvT24UmDVW { width:21.375rem;height:9.5rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpJRR0TuGtvNzOn1wJpTEDLyweiJVTKZ { width:8.6875rem;height:7.75rem;top:19.625rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zluOZe1mSR2AsCU6ushrwpBxr5dQy0Qh { width:1.6875rem;height:1.8125rem;top:21.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4VUwgKE8xCRv9edVE5mgJpT1OhI98uu { width:5.3125rem;height:3.5625rem;top:21.25rem;left:1.6242189407349rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCViQp6yIWev6ByJkWsaTqhaC2pxPR2C { width:4.75rem;height:1.25rem;top:24.5rem;left:1.9054689407349rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQzvuwayITybuBipgWdq1yhHQW7v5xCQ { width:11.3125rem;height:2.5625rem;top:25.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMyT1Tot02v8cJITAs4Qx20XxluDrEWX { width:16.875rem;height:5.0625rem;top:2.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnIP5NmgJApg8qHSJZyFJa7TzThX2ySt { width:24.125rem;height:5.0625rem;top:7.25rem;left:0rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdQ7wmqsC9RsxaofTDioEJawzHLimWQ5 { width:3.5rem;height:6.125rem;top:16.75rem;left:7.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPKaylDn41h0C6bOemJ4aGxk4GExTaKX { width:7.375rem;height:7.375rem;top:15.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6QZoGzP7zWzEfHFdbxadVH9TVTX7V7V { width:6.75rem;height:5.9446918609452rem;top:15.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUPZWDQ3rmonhUGTpqlhlmaGKATUygSX { width:5.75rem;height:1.25rem;top:21.0625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtS0y0omgiFmCyOXB21hyP3awsIPvGuL { top:14.5625rem;left:0rem;width:21.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv2KA6mTQ9KKLEJEMS5PN7tLMDe0HEeV { display:block; }
 }@media only screen and (max-width: 763px) { #FmSFytZZAAxik0TBCD4wMLLTAw5ZhkIL { width:20.4375rem;height:4.5625rem;top:22.875rem;left:10.685983657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP43LcPeIMQdGk4Il07mk5tREDl3aLEb { display:block; }
 }@media only screen and (max-width: 763px) { #dDW6LFOTyUF4imXFoToiABkgDAtog8vK { display:block; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqX3XrxVmruI8PoLds9J79vDN6sze9eV { top:17.375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOX6qVxE4DcW4i0HzBTa3arO3Cf6bW6e { display:block; }
 }@media only screen and (max-width: 763px) { #Zy7mJgdNI5DAMxhMbh8kCXft7psswHDR { top:16.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAgzBmbkozxLAxHpokAdAu6WM0S5T1ri { display:block; }
 }@media only screen and (max-width: 763px) { #BLtGwbUZyoTbD6EoFZaZDz5WX50oaEra { top:15.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZOywG5qcBrMH4s5h8PyQyno04rDXBmv { display:block; }
 }@media only screen and (max-width: 763px) { #yvuKOUesflbhfT1GE7goh5Glp0vT1Al9 { width:20.5rem;height:5rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZP95xpgnFdgOgqntfwHeOUHDCvcuSfI { display:block; }
 }@media only screen and (max-width: 763px) { #gLfMqJtTUhHX2slZ3geUsIiI7sJEaRWI { width:47.75rem;height:0.8125rem;top:16.625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7wvHwC84ApDoFqJnZCbKgkLBRrmORBC { width:18.625rem;height:0.75rem;top:0.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKfkDNBBP5bRhcUUkDlxUAyfMB153DXL { width:1.125rem;height:1.125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH { display:none; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DOJB6iXF5WC8fEPsxgTCmLE5sJHoXwTG { width:31.75rem;height:0.8125rem;top:28.25rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGzbBTF7O25w1goadVeyEEBPhZQB8R3B { width:20.9375rem;height:0.8125rem;top:26.4375rem;left:26.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IctTJXWBsCzRT0lH1akGMlbv2Zoe0Tvl { width:21.3125rem;height:9.4375rem;top:16.625rem;left:26.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vo2sxxhoqX9TSsXVRr6vl3VOgTuNIFht { top:16.6875rem;left:26.1875rem;width:21.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwgJB1z3J7oXoNLXdiUvTnfzT3QbnNqS { display:block; }
 }@media only screen and (max-width: 763px) { #oq2EkRnKcvTZ1nRPCblVZ12wkqACuuiG { width:11.25rem;height:2.5625rem;top:23.125rem;left:36.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1iRt8rmti2ZwI1etchBEa6BDziaLhl5 { width:4.6875rem;height:1.25rem;top:21.1875rem;left:43.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRd8cHZ9TkH68WpndXeIq6NtwiSwnz9F { width:3.3125rem;height:7.75rem;top:16.5625rem;left:44.375rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQC0749NirTied9a1e3QCUEtMht7nfDf { width:5.3125rem;height:3.5625rem;top:17.875rem;left:42.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwEHWrJdwgmvAktwHairQ6r57RwwSJBv { width:1.625rem;height:1.8125rem;top:18.625rem;left:44.874353408814rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK { display:none; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n8fJhLpyrOdk8avTvMP4cR1DPvOPLfEf { width:44.875rem;height:0.875rem;top:27.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JniCNpFTDJgIg7Rzwa9lebvwXI5VKzLI { top:19.9375rem;left:26.1875rem;width:21.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOXC3Q9gm5I4MfG9OZQLv9xyiOcntMtf { display:block; }
 }@media only screen and (max-width: 763px) { #bbXFFZMyIniE92FLySUx1p2DzoSmv78M { width:1.25rem;height:1.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0q0sgpH74LlqCJfAvJRr0b8lTHJFD2F { width:18.625rem;height:0.75rem;top:1.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOyzfxvBhggasEbsPekvVN82ykNHNE9 { width:27.1875rem;height:2.5rem;top:2.625rem;left:20.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql { display:block; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD9iT26NQOBHoTU2gBg1yqTcp3LhHG8P { width:12.1875rem;height:7.375rem;top:5.8125rem;left:35.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXnXUE07hgf05i9x65mml4VBoR5M8Zh { width:10.1875rem;height:3.0625rem;top:13.125rem;left:35.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99dhih9DW8zhVimBdy9OT9T0yyzHKRN { width:15.75rem;height:2.5rem;top:13.125rem;left:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIL3sGwhUMJUOi4xSpBO63nXH1JOOJsZ { width:13.75rem;height:7.5625rem;top:6.125rem;left:10.125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJgc40PKUhUGFAHDRxVUmTBgLpmDST1T { width:10.1875rem;height:3.0625rem;top:6.1875rem;left:23.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7iGJmL0yccCDWAyI4kPnfBiydzDaI7y { width:14rem;height:7.4375rem;top:9.125rem;left:23.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtEAQPew1kJ7h1UlwOO78gksp7fxDa1T { width:10.1875rem;height:2.6875rem;top:6.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfSICkSiwK7K0lqxSR0daUB5IVfS9Zs { width:10.1875rem;height:7.375rem;top:9.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 { display:none; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZWtM7rMPQoSw50hhABxPDTBe6QvpOdM { width:47.75rem;height:9.5rem;top:3.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMHnosez5lwDFsenFCpPFFtOk8ybXi3u { width:26.6875rem;height:43.9375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ZhGcT2IUTVH0CxxGNruobT9Xw4PwN8 { width:20.3125rem;height:3.125rem;top:17.75rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhfLJ1dO99yXnTnWFoGgXOM483xzEbSo { width:31.4375rem;height:2.125rem;top:15.5625rem;left:16.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMJdZNclDkEyRS5rEtiUlLhAIGCZ52V { width:18.4375rem;height:4.1875rem;top:46.4375rem;left:24.249353408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPfSxs3TizwTTw3vbTESNTa77ckJfFLV { display:block; }
 }@media only screen and (max-width: 763px) { #vKibs4bhcunlnzFUQ6Qaiz9vcDhwfS1I { width:36.875rem;height:4.9375rem;top:20.8125rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxWlF6wR1BvT2KvuLJRfBRUNq3lP3aVs { width:20.3125rem;height:1.5625rem;top:25.625rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18xC5JfGIHAGONWtIMTw1dpuwfWmPqu { width:36.875rem;height:4.9375rem;top:27.1875rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLhXD1HTadhkqF6oN9H0A5w8sINwf7KS { width:20.3125rem;height:1.5625rem;top:39.75rem;left:24.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwd759SEWOG97LbU7f2fIIdsH5TZh9FC { width:20.3125rem;height:1.5625rem;top:32.125rem;left:24.249353408814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPC9222uDuP0sQkexpndVTxRZUxxWcuF { width:36.875rem;height:4.9375rem;top:33.6875rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHL6luGkgfNCbRbTg21DcMnBeGmQARGW { width:36.875rem;height:3.6875rem;top:41.3125rem;left:10.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnOLa40uKSayXTqCew9LdmcrqJlnlNTG { width:17.6875rem;height:3.9375rem;top:33.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WRu4cUqVawkC6p0glI7Qb1b7S6SH6mWH { width:41.125rem;height:0.8125rem;top:27.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aheTapSQSicqGzTLPu5IGlZmUZC1U7Tn { width:21.625rem;height:4.5625rem;top:14.375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeBsF4Wk73FK9gCoy8wo8xTIhlLNIbRs { display:block; }
 }@media only screen and (max-width: 763px) { #pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB { display:block; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsrI04SWz6SOAN5bICkamLvav7FDqBnH { width:32.8125rem;height:3.9375rem;top:3.5rem;left:8.1848964691163rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ { display:block; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGfT5exZl7dnqNZHhl7OtQlGIBVA7i89 { width:18.75rem;height:18.75rem;top:18.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSVsofKTD8qtVoFyWI3wsIN7ZyHDUh5d { width:18.75rem;height:18.75rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0xOeiziHdt70JEu9UV2n3CD0GFznap { width:18.75rem;height:18.75rem;top:18.6875rem;left:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBe2yHTvmEfGLeW9T6aSKTwZadhmhuB6 { width:18.75rem;height:18.75rem;top:18.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWDq2HnilrOF25UBHNyqD8tP9f52XK9i { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNur5GuTtQLf10B57Nny0Omd85dSWmH { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuiRh5Dm7a1bz63vKS5sD4LMyhrVw7W { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnupCGsc0dX4TrBPRP9R1OETxv1t1BBK { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0gcyxLqOIFrgso5kGbASrRW3Urx4y4g { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ { display:block; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2SEZVVd7Z72sOMW1TbSXBEMhvkSCGaW { width:32.8125rem;height:3.9375rem;top:3.5rem;left:8.1848964691163rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { display:none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NoXkAJ2gr6D8AWocuZzsEwU4pyVpnsdJ { width:47.75rem;height:3.5rem;top:6.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #usaT83xKiJ03F3iKakM6DxcxMQIdg2AP { width:47.75rem;height:4.9375rem;top:10rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOJf0o7srRlHmJcc370aSfgPk5EKskNi { display:none; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X5q4Zk1nBu3huLudq03a1S7PSPdFyi4k { width:21.5625rem;height:3.3125rem;top:1.3125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g17M4qMCbN043cAnAITL7NPU2zwvqIo4 { display:none; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v5ivzzWd6k42r76B1Q4DkWMQUFic5pQE { width:47.75rem;height:39.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkPW4OCUniE37TAd0ibtkJ11RnCEr00d { display:none; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZQaKTPuTlEVBmiOlbL8yfT6p2zx81IB { width:8.5625rem;height:3.75rem;top:2.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4y8aFOyrrPuCNaCmzVqZRuUkPJ4FFAS { width:8.625rem;height:2.1875rem;top:3.3125rem;left:4.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoEOvAEsuJzh4TKM1p3of5SslFtbUc4 { width:7.1875rem;height:2.8125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM9ruTKgZBnBG4inDhbRggdaoT7mPxdq { width:7rem;height:1.6875rem;top:7.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzo7B1AwvhQp8s249UnN4J1lHI0pbK7 { width:7.1875rem;height:2.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrH2afBiT8trc3TanuxBbaHumiIiPwKP { width:7rem;height:1.6875rem;top:11.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiH2IQHZKr3UFiFre1OlM5ae3aSwuTg5 { width:8.5625rem;height:3.75rem;top:2.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayV99MfaMA7UM0qDDw3MPqIM65fcuC1o { width:8.625rem;height:2.1875rem;top:3.3125rem;left:13.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzThHm95TiJ5IfXz1uMX2olr53gkRTO { width:8.5625rem;height:3.75rem;top:2.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5f7ZGu0dKQKhhvGAspPt0ZPxN6erpB { width:8.625rem;height:2.1875rem;top:3.3125rem;left:23.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHcsUTTfEo466GrJ8nWcbpCXhtKJ6HA5 { width:8.5625rem;height:3.75rem;top:2.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO8sgKHRvPlHT0OFIiTIt2FmWggmJuEb { width:8.625rem;height:2.1875rem;top:3.3125rem;left:32.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAqiEZRURnIG2bMinG2srxFLrBE1x7yl { width:8.5625rem;height:3.75rem;top:2.5625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0I1BDtT4LImXx1TSCkr3qiC3sBywIW { width:8.625rem;height:2.1875rem;top:3.3125rem;left:39.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dZzoWmWqlpSUQWHnfKnyTBikNvrrsq { width:8.5rem;height:2.8125rem;top:7rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Wbr1I8pc1UqxPyVURxS1wBEUt4HpTE { width:8.625rem;height:1.5rem;top:7.5rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2zU5CIAr7nwgz6xo4f6RJnQZuh46MO { width:8.5rem;height:2.8125rem;top:6.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC9KxW0I9zn32zTh84AmwTK8rrS1FWJK { width:8.3125rem;height:1.5rem;top:7.5625rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfoQfxZJhlekDFRUULkdVPg6E9M1xzvS { width:8.5rem;height:2.8125rem;top:7rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWItdET7wBHNw587MFFT8dDueCL06wGa { width:8.3125rem;height:1.5rem;top:7.6875rem;left:23.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPRqPAIPUABsTcaoWPyDHMy4Sxus6yB0 { width:8.5rem;height:2.8125rem;top:7rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAhB3x7TTNQ5lup7TcTbrZP4b3062Ct { width:8.3125rem;height:1.5rem;top:7.6875rem;left:32.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPSgiOkn2v9II5wDrEnSrpx5b8nsXFVw { width:8.5rem;height:2.8125rem;top:7rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ1ql06CFIJzVgMTgH8TqkaL18x52fTU { width:8.3125rem;height:1.5rem;top:7.6875rem;left:39.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxaWZoWccBB8ES2EoHfXobWfhaodHalP { width:8.5rem;height:2.8125rem;top:10.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIMtLIfqAH1qi0CPttmh4mGQ0l9D9KR { width:8.625rem;height:1.5rem;top:11.25rem;left:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWyvThl6tDo7Lg73RF7IkvtfBMJ3kCK { width:8.5rem;height:2.8125rem;top:10.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nudr5K55o6n8tO6pFJp0T3weCse68ka0 { width:8.625rem;height:1.5rem;top:11.25rem;left:13.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDf3UnEUv4H9KhWQODAkALiJ15rpeU9p { width:8.5rem;height:2.8125rem;top:10.75rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvXPCOTLiu4Z9OxSQV7MB5omu9ywy7I { width:8.625rem;height:1.5rem;top:11.25rem;left:23.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaKWNCFnUbuDNDOdvaE0LXShIa0eBqDB { width:8.5rem;height:2.8125rem;top:10.625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxNvPt2Gxz46SFoMk2edGknfeoBFJLn { width:8.625rem;height:1.5rem;top:11.375rem;left:32.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAF8dgh2WpdFWxITUgeo9kavNLeT5IG { width:8.5rem;height:2.8125rem;top:10.75rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGopTRpP3H97kDCMSd0kRieafyWTB0sV { width:8.625rem;height:1.5rem;top:11.25rem;left:39.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJIGyavQW2U6Zm4qLGOHa3c0T2A2Sg48 { width:8.5rem;height:2.8125rem;top:21.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElC75T3A7H9fUV4UTS9OznWiJ0bW8QKL { width:8.625rem;height:1.5rem;top:22.75rem;left:32.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jec8pu7e4GfT3IdXu854TCshsTw5Qh5q { width:8.5rem;height:2.8125rem;top:22rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUdT02c6rBeTlVkW1VSnLyWMaXwufG2g { width:8.625rem;height:1.5rem;top:22.75rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvdw8TfzpzXPQDiKfmoTuDK4c5v4wCyG { width:8.5rem;height:2.8125rem;top:22rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWrq78d8lTcRLWqmsItoCZWIaDyM8IWz { width:8.625rem;height:1.5rem;top:22.625rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gopkns6vGrxXkzyf0n0GNDwwpRGt6OIq { width:7.1875rem;height:2.8125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Ct4NCsWfJqQdqVTQSGOUnmBf3VSDhc { width:7rem;height:1.6875rem;top:22.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qAiT8ebbIC1ArzDmOdI5qqksz9Jlrw { width:8.5rem;height:2.8125rem;top:14.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX1MzTnpmzqyVnIO4ISETgWxRCTglbz3 { width:8.5rem;height:2.8125rem;top:14.5rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsL34D8fGR9Dsp9S53dQ6Dl8g63gNCm { width:8.5rem;height:2.8125rem;top:14.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofbLA7qlNfyhcGp8vTF6dRMVOAc81C0A { width:8.5rem;height:2.8125rem;top:14.5rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEIkR97XH9HcgpmEsAL7aDXNKk682Q9d { width:7.1875rem;height:2.8125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhTiT48wBK3k2SB12GLeLsua4XwSlbd { width:8.5rem;height:2.8125rem;top:14.375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3eUAFJg8ozsER0mcq2L8nsII4CHTzz9 { width:8.3125rem;height:1.5rem;top:15.1875rem;left:32.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEarJBCTP55bm7sGTfK9znpUgP6JTmAN { width:7rem;height:1.6875rem;top:15.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfTTwDBHudwFXnt8SesTwDKVJWJRUKL { width:8.625rem;height:1.25rem;top:15.375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrTlGcImXBLMZ8SaH8vvyigCD49TV3r { width:8.3125rem;height:1.5rem;top:15.0625rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGT6foVaG0GVrenlGCiXG7XbUksPvoft { width:8.625rem;height:1.25rem;top:15.375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai3osdmcdB2SMVgwICqbQ5E0rVSFwLT3 { width:8.625rem;height:1.25rem;top:15.375rem;left:39.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwRrN8FmF6LmBHUGXmS4ibVRgkwTs3T { width:8.5rem;height:2.8125rem;top:33.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzTZNWto2WLpSx35afgUMaDZrO8XThP { width:8.5rem;height:2.8125rem;top:33.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IalBlARu0ncwUsew4TkhFiQhKKrebRH4 { width:8.3125rem;height:1.5rem;top:33.875rem;left:32.874567031861rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8IFvhyrFpOapvFznSdNHWbyuIsTXJtR { width:8.3125rem;height:1.5rem;top:33.875rem;left:13.999784469604rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCap4h0T28BifCcRuKoL97hH3t0atFpx { width:8.5rem;height:2.8125rem;top:33.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0gcRWT2gtCgOvcdVR3SEMOXNpD1mRu { width:8.625rem;height:1.5rem;top:34.0625rem;left:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH4xnkyPV6cMVS0AuOPGv4tzB9ON5rPe { width:8.5rem;height:2.8125rem;top:29.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbgnM4rlxcMvJXs3koWUd2CW1ucGblF { width:8.5rem;height:2.8125rem;top:29.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLnlQScMXIC0d623xMRth4OoshK6sx1b { width:8.5rem;height:2.8125rem;top:29.4375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQkiu4FCT5LuAkuq4HS25UcQDuWTeXD5 { width:8.5rem;height:2.8125rem;top:29.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6ZcIwl3KkTWTRgTF4Rsb6e8kPTwLGh { width:8.625rem;height:1.5rem;top:30.1875rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH06T8aHr2XqHErW6tyANauNMIa4poUB { width:8.625rem;height:1.5rem;top:30.125rem;left:13.842451095581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlXk0e4NZ5aANHLOpBM154DkACip9cK { width:8.625rem;height:1.5rem;top:30.3125rem;left:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpPrJ8tkH8FBDt9y2LbGmqM2b8q4Joue { width:8.625rem;height:1.5rem;top:30.125rem;left:32.717233657837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs6MREZPAmnbIcwi5gXK4zQi1UFMyyVn { width:7.1875rem;height:2.8125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgoFg2sw2uilFyyCuSAbARMFqd3uxIbg { width:7rem;height:1.6875rem;top:30rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXdXFXrsm0dzrcwZ8B43CkGzDWnIaoe { width:7.1875rem;height:2.8125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihsPsQI7xPc4Ikw5T5dbMkFJTxdQ16Pz { width:7rem;height:1.6875rem;top:37.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emokk82LpNot5fVVG09zOuXAhr3LEhV4 { width:7.1875rem;height:2.8125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHykqIRq7A1LrIZKVsrsqQyg6ADaQuxs { width:7rem;height:1.6875rem;top:33.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIMiLDaW2nimkXdWSVOQZ8F8sQaCDoF { width:7.1875rem;height:2.8125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyoEQT8xrDqT6Q1t7lPbqxGLo5IoAF3c { width:8.5rem;height:2.8125rem;top:25.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqVSabJLG483oGPqzSUJbXCrTkSr7yr { width:8.5rem;height:2.8125rem;top:25.5625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Immh3dOavG7PFg1AQc5uLlxa2p4NVI2D { width:8.5rem;height:2.8125rem;top:25.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfDJJAvpihbBQznpiqE3mawB6M8T5qI { width:8.5rem;height:2.8125rem;top:25.6875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XayQ9TL3ChWQX1XTGL2TXvqZaSWwmFJr { width:8.5rem;height:2.8125rem;top:25.6875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhKBatBXF550gXcfTM5FFxShWphBUbV { width:7rem;height:1.6875rem;top:26.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWuxc25BweGoK5WUB1yZKQyo8m18Lfm { width:8.625rem;height:1.25rem;top:26.4375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEzhTHy4fpSktkgxXXpDxMAG8S5orf8g { width:8.3125rem;height:1.5rem;top:26.25rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuE2pyirT29VSenZ7unm91l1aWCc1zX { width:8.3125rem;height:1.25rem;top:26.375rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsKpurlV0G15UKSNgb1HlyyPL36f61U { width:8.3125rem;height:1.5rem;top:26.375rem;left:32.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIlEKCIg4oTC4f3VxX5vyPAIVzEdnWEq { width:8.3125rem;height:1.25rem;top:26.4375rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7grN8PnufdNxIq7dC2Eaa7PdtuBKLJA { width:8.5rem;height:2.8125rem;top:21.875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsde7XMWhfwZQ69rpDGXuQU82zJcgT5x { width:8.625rem;height:1.5rem;top:22.5rem;left:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx0RpAPFh3Too4y8sdU8sgaZwQrImIRi { width:8.5rem;height:2.8125rem;top:21.875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Fkv2KEuwl40zQlokZAG5XTBVfmS68L { width:8.625rem;height:1.5rem;top:22.5rem;left:39.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULUXffhMeLV6f4GzAZfhdL912p5R3Pci { width:8.5rem;height:2.8125rem;top:33.3125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWqudQoeWCZPTkfhUpJ9ar6vx5Tqx832 { width:8.625rem;height:1.5rem;top:33.875rem;left:23.343317031861rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP5wJRZ5zXW6sTKbgyldEby6z7DMWTZT { width:8.5rem;height:2.8125rem;top:36.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKRo19TWT13yTOn3hLqak3baPnXveyc { width:8.3125rem;height:1.25rem;top:37.5625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9D0yrIr1K9OSnO4OOQocZFEd0LOhoBZ { width:8.5rem;height:2.8125rem;top:36.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG5fyVePGxHeacf0C7vLMaCeSEDlSshC { width:8.625rem;height:1.25rem;top:37.6875rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPk6XAIr68Hlxl6V8r5xchKbi2KCoWEN { width:8.5rem;height:2.8125rem;top:36.9375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvzFE5zflFVBq96gOeOVQa4N2tcPDxd { width:8.625rem;height:1.25rem;top:37.8125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVbOVLxZEQ57BxTRfUL0nJcEpdEN0Sx { width:8.5rem;height:2.8125rem;top:36.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkz76vROkhSZBshDJDN6dLs0PGBKr48 { width:8.3125rem;height:1.25rem;top:37.6875rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luglEopQ7TuLc8hQpvEZrDGzfmkTlPxy { width:8.5rem;height:2.8125rem;top:40.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKN4vArETvxh106aTsUBwaXw7QUTIRAm { width:8.625rem;height:1.5rem;top:41.625rem;left:32.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzzmKgT85teTeu0Z20SBdacJedJVHun { width:8.5rem;height:2.8125rem;top:40.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVpE2HP4g12HxTU3KoaSkPHzxHT4KeKH { width:8.3125rem;height:1.25rem;top:41.5rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAcIsqmMGMxbUxHumkuhnx1sb1HFDG9k { width:8.5rem;height:2.8125rem;top:40.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkFCzgbg6pvRiVRnxFqHSoLnxOEaBPT { width:8.625rem;height:1.5rem;top:41.5rem;left:13.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPpxTwRgyZoksniqArLAPvkv8JDHENJ { width:8.5rem;height:2.8125rem;top:40.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMMluirZXhqyNzXgsbAvaL8MOzl3I7nu { width:8.3125rem;height:1.25rem;top:41.375rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofmzqhquyCww74DnOboHShqnUPbL9BS { width:7.1875rem;height:2.8125rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxa50CJ18CE22hQZduQEwvawqMNszGSl { width:7rem;height:1.6875rem;top:41.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L77mgTxRJcaiux9RV6zgzTeVzo6HfdwH { width:8.5rem;height:2.8125rem;top:44.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRTmA2gRVe0mP4CAuPyJ4tylC2hB7bf { width:8.625rem;height:1.25rem;top:45.1875rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epD4b0HQHLff42HTcUcTe93Kvq2lBpLO { width:7.1875rem;height:2.8125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyK1TSx6mGfCFgG72sMTgxZ2OovKZtKk { width:7rem;height:1.6875rem;top:45rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9X4WbKTTOQEESsWHZAraAbMGeuiML5s { width:8.5rem;height:2.8125rem;top:44.4375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbDwA3BhR9PV5wGZgOOHuFV4RF8gCFr { width:8.625rem;height:1.25rem;top:45.3125rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznwVUdAACiWABd4EmtZrsOQztCsburZ { width:8.5rem;height:2.8125rem;top:18.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqq76RQCqSlb6e25EHfGmPw1B0a9l549 { width:8.3125rem;height:1.25rem;top:18.875rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggPfur6OOg2OicO7flWIQwtnXitr7TTT { width:8.5rem;height:2.8125rem;top:18.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeSguq1wwo1nd6zMKTNvA70nnO9TUq8 { width:8.3125rem;height:1.25rem;top:19rem;left:13.999784469604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzQvEddbTmMaOdDhsu3t8swlMDDsT2S { width:8.5rem;height:2.8125rem;top:18.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhn2TTFCTrmgEBH2wi7wmCmvFzQGCV1i { width:8.625rem;height:1.5rem;top:19.0625rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzoV5p3x6u9kBZ5c49fnxFms2KzHKWZd { width:7.1875rem;height:2.8125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJQH6hlfPeowLTrCEqUVNtn8p3UJVli { width:7rem;height:1.6875rem;top:18.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEGN0r6JAIHcpTNizwgDvcvTJHFT9yr { width:8.625rem;height:2.875rem;top:18.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtxbWPBBKRcFebmNtpkuBEiJEcCb0kXM { width:8.625rem;height:1.5rem;top:18.875rem;left:23.343317031861rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEVypHuCwNAAuvPPcoQMUiC18gawLeE { width:44.9375rem;height:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z { display:none; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J45MNgTV47LIoInXPGi5DvHqnXoqIT29 { width:21.5625rem;height:3.3125rem;top:2.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa { display:none; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hbON6yctM5bTMRRdCV8LveSufkax19Jr { width:47.75rem;height:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X { display:none; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ocedVxVwuE89lE6dQJwquLJ1DWw99bOh { width:8.5625rem;height:3.75rem;top:2.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpqUag0oBoa1oB4a4Gsthcm7m9kCD5m { width:8.625rem;height:2.1875rem;top:3.3125rem;left:4.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih6hLqATGhOttUlwqzqOtBuayzX43RTw { width:7.1875rem;height:2.8125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amI3rg8M7RCp9oDwChynCZ9RPCbIEyRv { width:7rem;height:1.6875rem;top:7.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy8cq3u364b9x1S3Wr1QgWzaH2tIPlhC { width:7.1875rem;height:2.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTz6dl7il2zNqbtsTTrCWdT7irnrtoA { width:7rem;height:1.6875rem;top:11.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaUb2frI7UaIPkl73ME5Vfb1UTKg5ll8 { width:8.5625rem;height:3.75rem;top:2.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBsnp2CwQu1k80tOsirbxGEHAcnlizOW { width:8.625rem;height:2.1875rem;top:3.3125rem;left:13.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSx6IUhRoiRJTRUkQZO8mzMPHbaedVQw { width:8.5625rem;height:3.75rem;top:2.5625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #er318ocmhq5EGua8TPR1zFBWRAUCKUMb { width:8.625rem;height:2.1875rem;top:3.3125rem;left:23.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BpuKZ9WSdPrflGcty3HPX5ikK7LbRD { width:8.5625rem;height:3.75rem;top:2.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXTPTKITfF8h8pNwUewWTQOWZqJiNnrL { width:8.625rem;height:2.1875rem;top:3.3125rem;left:32.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axTNGqXL5KMLfsKUR6V2w2yuc8FCbQ4Z { width:8.5rem;height:2.8125rem;top:7rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPQQHrN5G2PTL4uOQTRK4tIsz2qHm7w { width:8.625rem;height:1.5rem;top:7.625rem;left:4.4034290313721rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVyGfAKl92q0h71S95CUwOcn3gJMNs7 { width:8.5rem;height:2.8125rem;top:6.875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkHTsXEOwpfPGVIbPAPrGqnylRCIqQB { width:8.3125rem;height:1.5rem;top:7.5rem;left:13.999784469604rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnQT4xt6i8teFi091uqB2B6x29OILAaq { width:8.5rem;height:2.8125rem;top:7rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH1oawbOh7AM0ZCBpqivRFuv8O6JPiyh { width:8.3125rem;height:1.5rem;top:7.625rem;left:23.562501907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2P16OpJS8EVIGu4PnrrnQarvV7wfKm { width:8.5rem;height:2.8125rem;top:7rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2G43nrvfcD3AbnNLII7nkgWiPpZRy1f { width:8.3125rem;height:1.5rem;top:7.625rem;left:32.937501907349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2C2P7Vb7SesIRWLAWHgBODZ7TBJ1OQ { width:8.5rem;height:2.8125rem;top:10.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpIUmvJW4KcCBUQ5fFmf1e9bqxhZ4M9H { width:8.625rem;height:1.5rem;top:11.375rem;left:4.4034290313721rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW92kXQAgtgHxnMTNiGf758rH6TO0cys { width:8.5rem;height:2.8125rem;top:10.75rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLb6R9Bshl1WzHCvKDV547XwB9rEtTlT { width:8.625rem;height:1.5rem;top:11.375rem;left:23.342233657837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEMZ5m8wqHTZKxxagwcFJTRTn1CyZeU { width:8.5rem;height:2.8125rem;top:18.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3oWwdT65dudoRpN8uboupJr2ER0uUah { width:8.625rem;height:1.5rem;top:18.8125rem;left:4.4370670318604rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN4mTCdntAZshoQx1F7LE5c5t0ccsuGh { width:7.1875rem;height:2.8125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTUkkUq5xxIviK4mswlIie0MQs2FutV { width:7rem;height:1.6875rem;top:18.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeaqRzRyU2qMJKMVwZZlE1whMstMBxH { width:7.1875rem;height:2.8125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMckmcclEOKPnMcWzdn7AVt4KI2l6vku { width:7rem;height:1.6875rem;top:15rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGfdA8bLyUu3hsDwF4GXeEiEFKT5U6et { width:7.1875rem;height:2.8125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaKnVQh484bheRXynb0SVtSVOBnZErw { width:8.5rem;height:2.8125rem;top:21.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgWFREdwyzPOvynUCt6HuCkG1DtccpJ { width:7rem;height:1.6875rem;top:22.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxgafG94VbvhKIA3FlTu22dFn16DU4FP { width:8.625rem;height:1.25rem;top:22.625rem;left:4.4370670318604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyLN1pE9mWOumva035TUOpHEvnZ4Jzu { width:8.5rem;height:2.8125rem;top:14.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfUKkPZGsHRBTdpfdANTdZrvKGUAKe8P { width:8.3125rem;height:1.5rem;top:15.3125rem;left:14.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTvP2sqn1H9myaib1O8zeb2DeS1vgrE { width:8.5rem;height:2.8125rem;top:14.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCu6aB7JPAekJmkghOiGXAVPlpKpE4xK { width:8.3125rem;height:1.5rem;top:15.1875rem;left:32.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNDmedoteBPm5fCeiTKU9nEKK1TC2IWR { width:8.5rem;height:2.8125rem;top:18.25rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnFkFmeb2wmX1IeLHp1qVuJnCkVaWIfT { width:8.625rem;height:1.5rem;top:18.875rem;left:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esKS1y9m8RfDnKIUUo3QecbHzDwEmNax { width:8.5rem;height:2.8125rem;top:21.8125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEqyaFX7KzEs4E9ZDh1uGgAi54xTgnlJ { width:8.625rem;height:1.25rem;top:22.5625rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG { display:block; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnVgO7074rDOmTCzv5sUBIhLuNQbhE6d { width:14.125rem;height:7.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ40MDwLgB8yoLcsiCqPJ2OQ95dLGB4a { width:14.125rem;height:7.8125rem;top:0.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ymb3LsXuZpMwChZSUePpITW1fE8nBC { width:14.125rem;height:7.8125rem;top:0.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvirZUViCr5V3QTiAeJtCqM9631DUGTD { width:14.125rem;height:7.8125rem;top:0.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkCnDL21To7Dc5wiF1uRzR0EIkOiBRh { width:14.125rem;height:7.8125rem;top:0.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTqJJFKEdNKKZiShHJPBhilCG9lagT9 { width:12.0625rem;height:20.6875rem;top:8.875rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtSAS4moTCezGPfZBJd7LMredGCZnvG { width:12.0625rem;height:19.125rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NiOywhcyA2waAt0lO2lXDi9mvldeEE { width:12.0625rem;height:15.9375rem;top:8.875rem;left:17.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPNZouITWlvEbHaSvstM74BXX2110ye { width:12.0625rem;height:6.375rem;top:8.875rem;left:33.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5M5U2cOQcfWVNE3iRLlUTTO7QpeTVR { width:12.0625rem;height:11.125rem;top:8.875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIopsgpPe42J7xzAhGCMSMRibAXClEZd { display:block; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWP1DpQh9TqTZDVerFKnna2eKZG5kVu { width:14.875rem;height:3.125rem;top:17rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawJyh85QEKvpOI9gMnitbnyaLLe9IOn { width:14.875rem;height:3.125rem;top:16.9375rem;left:7.5913639068606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4Dobk8fvtaa5lxxDUxbB8tairyaWsC { width:14.875rem;height:3.1875rem;top:17.125rem;left:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1qrHSEpoPiaVfyb8hZ7lvceNai9Z7v { width:17rem;height:3.1875rem;top:16.875rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouvzqmZknI5TM3M0TFikfXSXqEfPe9aZ { width:7.8125rem;height:7.8125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2uHmrxd7nM35Mu2Sk8nX15FaXpfZil { width:4.25rem;height:4.25rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz20zspzsQ2LK2hpFnETDpaEwAbAi2Ti { width:7.8125rem;height:7.8125rem;top:7.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwUSNiXhSML2FtK5zrmok6pD3c5bfJuM { width:7.8125rem;height:7.8125rem;top:7.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEnc8hiVWQWVBXVKniqSPFNmxQMSTVbF { width:4.0625rem;height:4.0625rem;top:9.125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBO2R915NvsLxHcSkngH1uS8ndAyF5sC { width:7.8125rem;height:7.8125rem;top:7.125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXSgmlTrfUZDphNAlum6DW3vxZwGCwiy { width:4.5625rem;height:4.5625rem;top:8.75rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuoggRiXINZN6T2I0tF5JEgsDTInWmRo { width:5.3125rem;height:5.3125rem;top:8.375rem;left:12.402166366577rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { display:block; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZi0sKZStgfDVGTqV68R5TAZxX9HGbJ4 { width:16.125rem;height:3.125rem;top:13.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai37JQ6ZlWqgBcolCnr8zPvTGTKn2RfA { width:14.875rem;height:3.125rem;top:13.5625rem;left:27.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpqo0ow36GdHvlT6LPsJOJg9eoPT1d3C { width:14.875rem;height:3.125rem;top:13.5625rem;left:7.9996433258056rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRx1ZpDTHwZa7n7TWQZsyXvm0TCx9bR6 { width:17.625rem;height:3.125rem;top:13.4375rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUGs0ISh6RPu1cRntlkddry4iCsB4C25 { width:18.4375rem;height:4.375rem;top:23.9375rem;left:14.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw4USQXu8yDP6B1PUvrRJq01R8oP4xsr { display:block; }
 }@media only screen and (max-width: 763px) { #q8nPbr2q7w4E6ql1MwMyT7LfWQSRS7UV { width:7.8125rem;height:7.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftPsqPQsM2bvTgPTZJpvAcnisTSXIcx { width:4.25rem;height:4.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc8A5zH66rg77pdI0kgAxZMlIHfauxtD { width:7.8125rem;height:7.8125rem;top:3.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDxWQLmbkcAcCOFi6onpGGDZ1EF3a8bR { width:7.8125rem;height:7.8125rem;top:4rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4D7lNrqdExWOOvVmtevl3haiKDlcuuD { width:4.0625rem;height:4.0625rem;top:5.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwIBCvN4hvKZOuCPbBzZtmudRMpaUp2m { width:7.8125rem;height:7.8125rem;top:3.875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmViAR90lTUIzf79wZfyFTiT9xfefQ4W { width:4.5625rem;height:4.5625rem;top:5.5rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN3fmcVFmw8HFn8Vzw9XvQslM2nT2JCZ { width:4.0625rem;height:4.0625rem;top:5.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHicbvKMDf2mOGrA0Oitct434esexsu6 { display:block; }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tszTyTAdE9ybNGbGzZsTLKwomLbSGRCo { width:47.75rem;height:3.5rem;top:5.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkwsmXwZDswxcSymqCmpvsl5cmt4bq3 { width:38.1875rem;height:8.1875rem;top:9.0625rem;left:2.2494678497314rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtDSzLDoBPyUQ6a8GyyFewA4O35eTI6y { width:20.4375rem;height:3.4375rem;top:19.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ3tzzwKIXwSUSvKKtKzk4BQL3yLflWk { display:block; }
 }@media only screen and (max-width: 763px) { #XqZpt6rGkikkRWJE918ibbgp3QBErBhl { width:3.125rem;height:3.125rem;top:19.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA36eIDrvE3sCp8XqeMTrCxwrDzBsP0d { width:19.8125rem;height:33.875rem;top:2.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { display:none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { width:6.0625rem;height:6.0625rem;top:25.3125rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxUU6sJClQIVRloe1fKzsSehvet7iHL { width:12.0625rem;height:6.375rem;top:33.125rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { width:12.0625rem;height:6.375rem;top:13.1875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { width:6.0625rem;height:6.0625rem;top:5.375rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { width:12.0625rem;height:6.375rem;top:33.125rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { width:6.0625rem;height:6.0625rem;top:25.3125rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { width:12.0625rem;height:6.375rem;top:13.25rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { width:6.0625rem;height:6.0625rem;top:5.4375rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { width:29rem;height:45.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { width:47.75rem;height:45.6875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WttadMaA9cLRmMwxIHBQugsKFXel7N8k { display:none; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUiORqEA6lFLyB9fesEhuCJI3mQhFTZV { width:34.5rem;height:2.8125rem;top:6.875rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIuNSsTHFM8Ha9pS4vm7KMUO0bLTKli { width:45.9375rem;height:3.5rem;top:9.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c { display:none; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFSMKdDPTnWMb3q8aztT3HU9b5qNQuUg { width:10.9375rem;height:10.9375rem;top:3.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kamisKwW3i6BTmFrs9qpBTXMJHSEx2Ut { width:10.9375rem;height:10.9375rem;top:3.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZBZkc5dTQXk29Oqonlxp6O10yFasKav { width:10.9375rem;height:10.9375rem;top:3.875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymmU3ZzdEIWfrpXnekSEP2Csk6u4e0x { width:10.9375rem;height:10.9375rem;top:3.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL { display:none; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hVpRkfboP9Lo5c482GhJBQ75DLOyXN { width:10.9375rem;height:10.9375rem;top:3.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW7cz19krozfybIcdBDbTkTiUNUywnyy { width:10.9375rem;height:10.9375rem;top:3.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIGQhWnIPL7RTLMnE9ictyyRpRJnPHL { width:10.5rem;height:10.5rem;top:4.125rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t04ElQUQcH9etXt8rRzul61f8xBxSMmC { width:10.9375rem;height:10.9375rem;top:3.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD2GhV3QouZDqtnRu39ehuObwQgfkyka { width:47.75rem;height:1.3125rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idTyirunOVoVnHwIvZvbp3ygio17WFXb { display:none; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zv6dPdADDTnOer2i2uwcmpMZCXRsLboS { width:34.4375rem;height:5.625rem;top:5.0625rem;left:6.6244678497312rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG { display:none; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K0m7bz1HxiBI5empdVfAWrHXM06d6m2P { width:15.625rem;height:26.9375rem;top:16.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HISfPiFuVHIOBc4FXLQ211BUpcuCy0Qb { width:20.1875rem;height:45.9375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9L4itq1DskioNzy0ifn4AEdknLEB98h { width:1.875rem;height:26.9375rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHE3VCThPRlf0JKmWpxB6ZdWE5rOxT5g { width:16.125rem;height:3.125rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #byyRVDKWhZXXJNNO1fwXK2osW1diXhDG { display:block; }
 }@media only screen and (max-width: 763px) { #lVuWd76D8DfNxP6qwgNPeCdXttTT81Wd { width:20.1875rem;height:45.9375rem;top:7.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uEo7BVf6TUD8WNpFS2D7rckK0JQzuh { width:15.625rem;height:30.3125rem;top:16.125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivx6zd2eWV21LXMmbsvWEZbQ6alVsge { width:16.125rem;height:3.125rem;top:47.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9UxwQX5XZu1vRZqWTWPUWiOVqUd0En { display:block; }
 }@media only screen and (max-width: 763px) { #zsvmTAUfwCwUzsV2zuttbOzrtkTVW1sZ { width:1.875rem;height:28.6875rem;top:16.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbHmKJ2HexQTemCkQlxiRnn92UTlHJo { width:20.1875rem;height:45.9375rem;top:7.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDCKDFwILJtHDVqMJFGKWk3atg2fZmT { width:15.6875rem;height:32.0625rem;top:16.1875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lsocdg8dxk2UnsPymcIGkdb8PsaRfp { width:1.875rem;height:30.375rem;top:16.1875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrCnNVTmT24lnQk7O9FnHsXOtuoC28m { width:16.125rem;height:3.125rem;top:47.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMihr9umoQPDFrZwyJTdnexEfHFcfb { display:block; }
 }@media only screen and (max-width: 763px) { #fCOPmnhMbl73ldvTX4muEqFsMQPyeTng { width:47.75rem;height:8.5625rem;top:57.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwvCT2uTU9wTOxp6gS1pipXrTHg1dJ5O { width:14.3125rem;height:13.9375rem;top:0.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSgbQyyxhhyFy5KDXFExTvvmvg4J282T { width:14.3125rem;height:13.9375rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmwgSpWgbMtibqZI2gyBokz4XtNNk7sr { width:8.0625rem;height:1.625rem;top:2.875rem;left:3.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6r3KTedr5UyP78cb8J2FFKVN7mXq6yN { width:1.5625rem;height:1.8125rem;top:6.25rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDNcayaJuvCy4NzW5tG0FO0fXlZCtl2 { width:11.8125rem;height:4.6875rem;top:4.5625rem;left:3.4270858764649rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIlkTv0fTaFkXznqWzy1SJ9b65RgVX5 { width:5.8125rem;height:1.625rem;top:9.75rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObeSDMJeyDx13lJmsVvPCJWJQTiKusht { width:11.5625rem;height:1.5625rem;top:3.5rem;left:19.936635971069rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMQphT3xIEPSfGm0GIkZp7TfSpM1d2yz { width:1.5625rem;height:3.6875rem;top:6.875rem;left:18.374135971069rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF77xuvdK71X234TTNPGrt6dmPQyGxTa { width:11.75rem;height:4.75rem;top:4.8125rem;left:20rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDfDF7RAsziJGZe3vSkHQTpUODTMdBVI { width:5.75rem;height:1.5625rem;top:9.75rem;left:22.124132156372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2w0TvWilZmK67AI6NL9C6e2f9KRzmFM { width:12.1875rem;height:1.375rem;top:3.625rem;left:33.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWxrbXTeNplV4EuS68HvOAVWgEsaz55 { width:11.75rem;height:4.75rem;top:4.8125rem;left:35.208337783814rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4cGOHu2MfTvIx4Aws4gFBf7M1HKW7E { width:1.5625rem;height:3.6875rem;top:6.25rem;left:33.062067031861rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEGcEctq0fXvR5xb8G0LR89kuPwZK7pJ { width:5.75rem;height:1.5625rem;top:10.1875rem;left:36.780603408814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktPraMTEulbXP7TLk49BOEU5RvxAXx9J { width:14.3125rem;height:13.9375rem;top:0rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU92GWiz7pAivWJJV8oWJCKe12xrLovv { width:8rem;height:2.3125rem;top:12.6875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9IFClvVrWd5Zz8fq2cVekP7z2EBlgc { width:6.625rem;height:1.25rem;top:13.1875rem;left:21.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:11rem;height:3.875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:3.25rem;height:3.25rem;top:4.9375rem;left:44.5rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.6875rem;top:5.6875rem;left:41.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:12.25rem;height:3.4375rem;top:0.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:18.625rem;height:1.375rem;top:1.625rem;left:29.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.625rem;height:0.625rem;top:0.3125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { display:block; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeGtXq2yBBUrurwKKPKpLts1MXXT9V7k { width:8.0625rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHnO8RcRZEZz5dbHWQvyIKrrIKmv1dt { display:block; }
 }@media only screen and (max-width: 763px) { #sbBUKamBqo7rkKT0qRFs63yBHh9X73VJ { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXCWRWnqfhoziT1ThGoDfPSeCBgd4eE0 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCdTHNZmi3qOAg5PxtTl4Hz5NVOBthy8 { display:block; }
 }@media only screen and (max-width: 763px) { #l6mAnP68ngzrT8ulH7KPLFGEmEOW6ECE { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3JyTUR7n9dNAeU2MspNKNbODlwrTb5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#050d9e;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:8rem;height:2.75rem;top:2.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t8nTaMx9M2aFr67ok8z1fHT6Zs5UHcwT { width:7.5rem;height:1.51100625rem;top:3.05078125rem;left:12.5rem;font-size:0.6875rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #kWqCeTh1R0a2ERbsHqVCUciy0J6qyB6z { width:1.0617875rem;height:1.0617875rem;top:1.7498223781586rem;left:15.718216300011rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G { background-color:#04053b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G > .row .container { border-width: 0; border-radius: 0; }#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wq8cdasqSlS5Z1nE7LOUvDLeIIFQx42G > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xmF2sIB2MUeP0qXUwtqS0FvaJ0IS3hnD { top:17rem;left:0rem;width:10.58333375rem;height:7.02083375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xy8FULgnavkU9ySbQspOWVR3XmB3N3la { display:block; }
 }@media only screen and (max-width: 763px) { #d94ERHp2IZ2bFbi1fr0sB7yoBKzAwLp5 { width:3.81055rem;height:4.38671875rem;top:19.1875rem;left:1.90625rem;font-size:4.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Q4UyCZzmu7D2z9OkdllUzVAmWHgvJdm2 { width:2.3125rem;height:2.5996125rem;top:19.1875rem;left:7.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPm26NzrUaR78Ww9sMfIUFPnbNMqE1HZ { width:2.3125rem;height:2.4375rem;top:19.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrGk3eWZfJbbRiRrFMbvDo9iqVmiWmft { width:9.4375rem;height:0.89355625rem;top:17.8125rem;left:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3khdGoez1HROflxTxOCSZVlpSJnos4k { width:20rem;height:1.46050625rem;top:40.186633586884rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQCRszXJUTkNkJCkpHoepHbIbICIKbkl { width:16.875rem;height:0;top:34.54375rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMATtoRmcFOn4TNTguGR5c0CcfNDiAqv { width:20rem;height:0;top:38.39375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3vFltAsXVV64JlTUEZQREKEOMpb6TaZ { width:19.875rem;height:9.5rem;top:41.24375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdfydCmDuafG5vit6DGch47R1wx730ZS { width:8.6875rem;height:0;top:41.24375rem;left:4.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFKxVmButrJiw6OsDD5iJxa6yqH2LDl1 { width:1.6875rem;height:0;top:42.86875rem;left:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLZLCq0owqc838zb9LOE1ALpC52pQRCH { width:5.3125rem;height:0;top:42.86875rem;left:12.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #To0dB6TIAAAI4fNDvUKczrFInKOOXLbi { width:4.75rem;height:0;top:46.18125rem;left:12.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzpFlhxqrpx6iBkTEGK22DkaDW0Rp6yW { width:11.3125rem;height:0;top:48.11875rem;left:5.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA3wTEPBxIBcEAiPGRgh9zAlBU3ZgWTC { width:20rem;height:17.0890625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmD8vNeN21KZpNoJ0UZWGTvT24UmDVW { width:8.875rem;height:7.4375rem;top:22.5625rem;left:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #SpJRR0TuGtvNzOn1wJpTEDLyweiJVTKZ { width:2.5rem;height:4.14388125rem;top:23.1875rem;left:1.625rem;font-size:3.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #zluOZe1mSR2AsCU6ushrwpBxr5dQy0Qh { width:1.6875rem;height:1.13606875rem;top:23.1875rem;left:1.0625rem;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #B4VUwgKE8xCRv9edVE5mgJpT1OhI98uu { width:3.5rem;height:1.8684875rem;top:23.6875rem;left:5.6875rem;font-size:1.4375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #qCViQp6yIWev6ByJkWsaTqhaC2pxPR2C { width:3.4375rem;height:0.8941rem;top:25.875rem;left:5.75rem;font-size:0.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #NQzvuwayITybuBipgWdq1yhHQW7v5xCQ { width:7.8125rem;height:1.7871125rem;top:27.3125rem;left:1.3125rem;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ZMyT1Tot02v8cJITAs4Qx20XxluDrEWX { width:7.625rem;height:2.59874375rem;top:17.0625rem;left:6.1875rem;font-size:2rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #tnIP5NmgJApg8qHSJZyFJa7TzThX2ySt { width:9.5rem;height:2.149525rem;top:19.75rem;left:5.25rem;font-size:2.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QdQ7wmqsC9RsxaofTDioEJawzHLimWQ5 { width:3.49935rem;height:2.59874375rem;top:24.3125rem;left:10.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPKaylDn41h0C6bOemJ4aGxk4GExTaKX { width:7.375rem;height:7.375rem;top:22.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6QZoGzP7zWzEfHFdbxadVH9TVTX7V7V { width:6.75rem;height:5.9446918609452rem;top:22.625rem;left:12.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mUPZWDQ3rmonhUGTpqlhlmaGKATUygSX { width:5.74978125rem;height:1.2999125rem;top:28.1875rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtS0y0omgiFmCyOXB21hyP3awsIPvGuL { top:42.897140313721rem;left:0.5rem;width:19rem;height:9.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv2KA6mTQ9KKLEJEMS5PN7tLMDe0HEeV { display:block; }
 }@media only screen and (max-width: 763px) { #FmSFytZZAAxik0TBCD4wMLLTAw5ZhkIL { width:11.6875rem;height:3.1875rem;top:20.99843788147rem;left:4.15625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#00ea90;background-image:none;color:#050d9e;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP43LcPeIMQdGk4Il07mk5tREDl3aLEb { display:block; }
 }@media only screen and (max-width: 763px) { #dDW6LFOTyUF4imXFoToiABkgDAtog8vK { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ced2a585-626e-4afd-8d57-e40726b758e4/Mobile7.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK.adaptive-delivery-prevent-bg, #dDW6LFOTyUF4imXFoToiABkgDAtog8vK.lazyload, #dDW6LFOTyUF4imXFoToiABkgDAtog8vK.lazyloading { background-image: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container { background-color: transparent; background-image: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container > .video-iframe-container { display: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row > .video-iframe-container { display: none; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .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); }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container { border-width: 0; border-radius: 0; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDW6LFOTyUF4imXFoToiABkgDAtog8vK > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqX3XrxVmruI8PoLds9J79vDN6sze9eV { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOX6qVxE4DcW4i0HzBTa3arO3Cf6bW6e { display:block; }
 }@media only screen and (max-width: 763px) { #Zy7mJgdNI5DAMxhMbh8kCXft7psswHDR { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAgzBmbkozxLAxHpokAdAu6WM0S5T1ri { display:block; }
 }@media only screen and (max-width: 763px) { #BLtGwbUZyoTbD6EoFZaZDz5WX50oaEra { top:62.012499237061rem;left:0.11841874201788rem;width:19rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZOywG5qcBrMH4s5h8PyQyno04rDXBmv { display:block; }
 }@media only screen and (max-width: 763px) { #yvuKOUesflbhfT1GE7goh5Glp0vT1Al9 { width:15.3125rem;height:4.0625rem;top:14.560546875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#00e5ff;background-image:none;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZP95xpgnFdgOgqntfwHeOUHDCvcuSfI { display:block; }
 }@media only screen and (max-width: 763px) { #gLfMqJtTUhHX2slZ3geUsIiI7sJEaRWI { width:20rem;height:2.06055rem;top:37.75rem;left:0rem;font-size:0.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A7wvHwC84ApDoFqJnZCbKgkLBRrmORBC { width:8.875rem;height:0.7492875rem;top:0.9375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKfkDNBBP5bRhcUUkDlxUAyfMB153DXL { width:1.1875rem;height:1.1875rem;top:0.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH { display:none; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH { border-width: 0; border-radius: 0; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container { width:20rem;height:40.3125rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9adf4384-26c8-400e-a850-4e58088eabaa/Mobile2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container.adaptive-delivery-prevent-bg, #dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container.lazyload, #dySGxaeJFiqdTgmLNhec1NKMe5vwFnZH > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #DOJB6iXF5WC8fEPsxgTCmLE5sJHoXwTG { width:20rem;height:1.23480625rem;top:27.184837341309rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGzbBTF7O25w1goadVeyEEBPhZQB8R3B { width:20rem;height:0.617404375rem;top:25.238813400269rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IctTJXWBsCzRT0lH1akGMlbv2Zoe0Tvl { width:19.875rem;height:9.4375rem;top:16.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vo2sxxhoqX9TSsXVRr6vl3VOgTuNIFht { top:29.667967248535rem;left:0.5rem;width:19rem;height:9.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwgJB1z3J7oXoNLXdiUvTnfzT3QbnNqS { display:block; }
 }@media only screen and (max-width: 763px) { #oq2EkRnKcvTZ1nRPCblVZ12wkqACuuiG { width:11.25rem;height:auto;top:23.125rem;left:4.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1iRt8rmti2ZwI1etchBEa6BDziaLhl5 { width:4.6875rem;height:auto;top:21.1875rem;left:7.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRd8cHZ9TkH68WpndXeIq6NtwiSwnz9F { width:3.3125rem;height:auto;top:16.5625rem;left:8.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQC0749NirTied9a1e3QCUEtMht7nfDf { width:5.3125rem;height:auto;top:17.875rem;left:7.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwEHWrJdwgmvAktwHairQ6r57RwwSJBv { width:1.625rem;height:auto;top:18.625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK { display:none; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK { border-width: 0; border-radius: 0; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .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; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container { width:20rem;height:27.1875rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9adf4384-26c8-400e-a850-4e58088eabaa/Mobile2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container.adaptive-delivery-prevent-bg, #U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container.lazyload, #U2HhBXO2NTXu5kGXxnRAT2HpX9KAFboK > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #n8fJhLpyrOdk8avTvMP4cR1DPvOPLfEf { width:19.8730625rem;height:0.7309rem;top:25.261505126953rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JniCNpFTDJgIg7Rzwa9lebvwXI5VKzLI { top:19.957682609558rem;left:3.9062502980233rem;width:12.1875rem;height:3.49935rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOXC3Q9gm5I4MfG9OZQLv9xyiOcntMtf { display:block; }
 }@media only screen and (max-width: 763px) { #bbXFFZMyIniE92FLySUx1p2DzoSmv78M { width:1.25rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0q0sgpH74LlqCJfAvJRr0b8lTHJFD2F { width:9.8123125rem;height:0.75rem;top:1.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOyzfxvBhggasEbsPekvVN82ykNHNE9 { width:20rem;height:1.787325rem;top:13.794487953186rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql { display:block; }#ZPbKO14xCqAqB7JDqXSO7RMcM85Zuvql > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD9iT26NQOBHoTU2gBg1yqTcp3LhHG8P { width:7.25rem;height:4.16193125rem;top:11.375rem;left:1.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXnXUE07hgf05i9x65mml4VBoR5M8Zh { width:5rem;height:2.025rem;top:15.5625rem;left:1.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99dhih9DW8zhVimBdy9OT9T0yyzHKRN { width:7.375rem;height:1.35031875rem;top:6.125rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIL3sGwhUMJUOi4xSpBO63nXH1JOOJsZ { width:7.5rem;height:3.76875rem;top:2.4375rem;left:10.6875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJgc40PKUhUGFAHDRxVUmTBgLpmDST1T { width:6.125rem;height:1.85625rem;top:11.375rem;left:11.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7iGJmL0yccCDWAyI4kPnfBiydzDaI7y { width:6.75rem;height:4.2737875rem;top:13.125rem;left:11.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtEAQPew1kJ7h1UlwOO78gksp7fxDa1T { width:7.25rem;height:1.63125rem;top:2.4375rem;left:1.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfSICkSiwK7K0lqxSR0daUB5IVfS9Zs { width:7.5rem;height:4.7247875rem;top:4.25rem;left:1.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 { display:none; }#yXFfnSr7soxy3fwKTfGZsX8xcSTZcck7 > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZWtM7rMPQoSw50hhABxPDTBe6QvpOdM { width:17.4375rem;height:2.19375rem;top:2.1201171875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gMHnosez5lwDFsenFCpPFFtOk8ybXi3u { width:7.375rem;height:12.3125rem;top:37.9443359375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #H1ZhGcT2IUTVH0CxxGNruobT9Xw4PwN8 { width:19.875rem;height:2.799475rem;top:6.25rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vhfLJ1dO99yXnTnWFoGgXOM483xzEbSo { width:19.5625rem;height:1.30625rem;top:4.9326171875rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hsMJdZNclDkEyRS5rEtiUlLhAIGCZ52V { width:12.875rem;height:5.8125rem;top:41.1943359375rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPfSxs3TizwTTw3vbTESNTa77ckJfFLV { display:block; }
 }@media only screen and (max-width: 763px) { #vKibs4bhcunlnzFUQ6Qaiz9vcDhwfS1I { width:20rem;height:6.5625rem;top:9rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LxWlF6wR1BvT2KvuLJRfBRUNq3lP3aVs { width:20rem;height:1.4rem;top:15.5625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P18xC5JfGIHAGONWtIMTw1dpuwfWmPqu { width:20rem;height:6.5625rem;top:17rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DLhXD1HTadhkqF6oN9H0A5w8sINwf7KS { width:20rem;height:1.4875rem;top:32.617969512939rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rwd759SEWOG97LbU7f2fIIdsH5TZh9FC { width:20rem;height:1.4rem;top:23.5625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oPC9222uDuP0sQkexpndVTxRZUxxWcuF { width:20rem;height:6.5625rem;top:24.962500572204rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uHL6luGkgfNCbRbTg21DcMnBeGmQARGW { width:9.6875rem;height:0;top:52.5rem;left:1.8125rem;font-size:0.9375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #PnOLa40uKSayXTqCew9LdmcrqJlnlNTG { width:17.6866875rem;height:3.9375rem;top:34.056247711182rem;left:0rem;font-size:0.9375rem;line-height:1.4;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT { display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container { width:20rem;height:26.5625rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/72d064b5-4782-44ad-81ba-92177248aea4/mobile266621ff717492.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.adaptive-delivery-prevent-bg, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyload, #AfqHt10WiLKcJP24U8TkAmFudZNqwVIT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WRu4cUqVawkC6p0glI7Qb1b7S6SH6mWH { width:20rem;height:0;top:25.0625rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aheTapSQSicqGzTLPu5IGlZmUZC1U7Tn { width:10.686875rem;height:2.6108925rem;top:21.999782562256rem;left:9.3120663762094rem;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #a6c000;box-shadow: none;background-color:#ddff00;background-image:none;color:#050d9e;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeBsF4Wk73FK9gCoy8wo8xTIhlLNIbRs { display:block; }
 }@media only screen and (max-width: 763px) { #pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB { display:block; }#pNyyimgKhOT335UcUz7b4ukVEJ1CnaFB > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsrI04SWz6SOAN5bICkamLvav7FDqBnH { width:20rem;height:2.000175rem;top:2.125rem;left:0rem;font-size:2rem;color:#050d9e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ { display:block; }#mpkTDrLqdT5ouVlF34TqNbTfTKrF4PVQ > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGfT5exZl7dnqNZHhl7OtQlGIBVA7i89 { width:10rem;height:10rem;top:29.999999284744rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSVsofKTD8qtVoFyWI3wsIN7ZyHDUh5d { width:10rem;height:10rem;top:19.999999284744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0xOeiziHdt70JEu9UV2n3CD0GFznap { width:10rem;height:10rem;top:0rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBe2yHTvmEfGLeW9T6aSKTwZadhmhuB6 { width:10rem;height:10rem;top:19.999999284744rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWDq2HnilrOF25UBHNyqD8tP9f52XK9i { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNur5GuTtQLf10B57Nny0Omd85dSWmH { width:10rem;height:10rem;top:1.0013580322266E-5rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuiRh5Dm7a1bz63vKS5sD4LMyhrVw7W { width:10rem;height:10rem;top:9.9999995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnupCGsc0dX4TrBPRP9R1OETxv1t1BBK { width:10rem;height:10rem;top:9.9999995231631rem;left:9.9999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0gcyxLqOIFrgso5kGbASrRW3Urx4y4g { top:29.999999284744rem;left:0rem;width:10.062125rem;height:10.062125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ { display:block; }#IPa2mzFqE8o7h61Ho3M8Ds1sd5hCN8sZ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2SEZVVd7Z72sOMW1TbSXBEMhvkSCGaW { width:20rem;height:0;top:2.125rem;left:0rem;font-size:2rem;color:#050d9e;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 { display:none; }#XSJWSCdP9gVnrpVeE3UGPLFAQwO9ExT5 > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NoXkAJ2gr6D8AWocuZzsEwU4pyVpnsdJ { width:20rem;height:4.00035625rem;top:3.625rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #usaT83xKiJ03F3iKakM6DxcxMQIdg2AP { width:18.187125rem;height:3.59765rem;top:7.6251776218413rem;left:0.90553975105287rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tOJf0o7srRlHmJcc370aSfgPk5EKskNi { display:none; }#tOJf0o7srRlHmJcc370aSfgPk5EKskNi > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X5q4Zk1nBu3huLudq03a1S7PSPdFyi4k { width:10.4375rem;height:1.875rem;top:1.625rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #g17M4qMCbN043cAnAITL7NPU2zwvqIo4 { display:none; }#g17M4qMCbN043cAnAITL7NPU2zwvqIo4 > .row .container { width:20rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v5ivzzWd6k42r76B1Q4DkWMQUFic5pQE { top:0.74573898315431rem;left:0rem;width:20rem;height:16.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IkPW4OCUniE37TAd0ibtkJ11RnCEr00d { display:none; }#IkPW4OCUniE37TAd0ibtkJ11RnCEr00d > .row .container { width:20rem;height:309.12379560852rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DZQaKTPuTlEVBmiOlbL8yfT6p2zx81IB { width:3.375rem;height:1.5rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4y8aFOyrrPuCNaCmzVqZRuUkPJ4FFAS { width:3.4375rem;height:0.8125rem;top:1.59375rem;left:1.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoEOvAEsuJzh4TKM1p3of5SslFtbUc4 { width:2rem;height:1.5625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM9ruTKgZBnBG4inDhbRggdaoT7mPxdq { width:2rem;height:0.8125rem;top:3.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzo7B1AwvhQp8s249UnN4J1lHI0pbK7 { width:7.1875rem;height:2.8125rem;top:59.953125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrH2afBiT8trc3TanuxBbaHumiIiPwKP { width:6.999rem;height:1.70605625rem;top:60.515625rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiH2IQHZKr3UFiFre1OlM5ae3aSwuTg5 { width:3.375rem;height:1.5rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayV99MfaMA7UM0qDDw3MPqIM65fcuC1o { width:2.8125rem;height:0.8125rem;top:1.625rem;left:6.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzThHm95TiJ5IfXz1uMX2olr53gkRTO { width:3.375rem;height:1.5rem;top:1.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5f7ZGu0dKQKhhvGAspPt0ZPxN6erpB { width:2.8125rem;height:0.8125rem;top:1.59375rem;left:10.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHcsUTTfEo466GrJ8nWcbpCXhtKJ6HA5 { width:3.75rem;height:1.5rem;top:1.25rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO8sgKHRvPlHT0OFIiTIt2FmWggmJuEb { width:2.5625rem;height:0.8125rem;top:1.625rem;left:12.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAqiEZRURnIG2bMinG2srxFLrBE1x7yl { width:3.75rem;height:1.5rem;top:1.25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0I1BDtT4LImXx1TSCkr3qiC3sBywIW { width:3.0625rem;height:0.8125rem;top:1.59375rem;left:16.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dZzoWmWqlpSUQWHnfKnyTBikNvrrsq { width:8.5rem;height:2.8125rem;top:39.015625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Wbr1I8pc1UqxPyVURxS1wBEUt4HpTE { width:8.624rem;height:1.54385625rem;top:39.515625rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2zU5CIAr7nwgz6xo4f6RJnQZuh46MO { width:8.5rem;height:2.8125rem;top:43.203125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC9KxW0I9zn32zTh84AmwTK8rrS1FWJK { width:8.3115rem;height:1.54385625rem;top:9.46875rem;left:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfoQfxZJhlekDFRUULkdVPg6E9M1xzvS { width:8.5rem;height:2.8125rem;top:47.390625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWItdET7wBHNw587MFFT8dDueCL06wGa { width:8.3115rem;height:1.54385625rem;top:17.38671875rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPRqPAIPUABsTcaoWPyDHMy4Sxus6yB0 { width:8.5rem;height:2.8125rem;top:51.578125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTAhB3x7TTNQ5lup7TcTbrZP4b3062Ct { width:8.3115rem;height:1.54385625rem;top:25.3046875rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPSgiOkn2v9II5wDrEnSrpx5b8nsXFVw { width:8.5rem;height:2.8125rem;top:55.765625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ1ql06CFIJzVgMTgH8TqkaL18x52fTU { width:8.3115rem;height:1.54385625rem;top:33.22265625rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxaWZoWccBB8ES2EoHfXobWfhaodHalP { width:8.5rem;height:2.8125rem;top:64.015625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIMtLIfqAH1qi0CPttmh4mGQ0l9D9KR { width:8.624rem;height:1.54385625rem;top:64.515625rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWyvThl6tDo7Lg73RF7IkvtfBMJ3kCK { width:8.5rem;height:2.8125rem;top:68.203125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nudr5K55o6n8tO6pFJp0T3weCse68ka0 { width:8.624rem;height:1.54385625rem;top:68.703125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDf3UnEUv4H9KhWQODAkALiJ15rpeU9p { width:8.5rem;height:2.8125rem;top:75.30859375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvXPCOTLiu4Z9OxSQV7MB5omu9ywy7I { width:8.624rem;height:1.54385625rem;top:75.80859375rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaKWNCFnUbuDNDOdvaE0LXShIa0eBqDB { width:8.5rem;height:2.8125rem;top:79.49609375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByxNvPt2Gxz46SFoMk2edGknfeoBFJLn { width:8.624rem;height:1.54385625rem;top:80.24609375rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAF8dgh2WpdFWxITUgeo9kavNLeT5IG { width:8.5rem;height:2.8125rem;top:83.68359375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGopTRpP3H97kDCMSd0kRieafyWTB0sV { width:8.624rem;height:1.54385625rem;top:84.18359375rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJIGyavQW2U6Zm4qLGOHa3c0T2A2Sg48 { width:8.5rem;height:2.8125rem;top:155.96386875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElC75T3A7H9fUV4UTS9OznWiJ0bW8QKL { width:8.624rem;height:1.54385625rem;top:156.83886875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jec8pu7e4GfT3IdXu854TCshsTw5Qh5q { width:8.5rem;height:2.8125rem;top:144.7334rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUdT02c6rBeTlVkW1VSnLyWMaXwufG2g { width:8.624rem;height:1.54385625rem;top:145.4834rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvdw8TfzpzXPQDiKfmoTuDK4c5v4wCyG { width:8.5rem;height:2.8125rem;top:140.5459rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWrq78d8lTcRLWqmsItoCZWIaDyM8IWz { width:8.624rem;height:1.54385625rem;top:141.1709rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gopkns6vGrxXkzyf0n0GNDwwpRGt6OIq { width:7.1875rem;height:2.8125rem;top:136.4834rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Ct4NCsWfJqQdqVTQSGOUnmBf3VSDhc { width:6.999rem;height:1.70605625rem;top:137.0459rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qAiT8ebbIC1ArzDmOdI5qqksz9Jlrw { width:8.5rem;height:2.8125rem;top:91.93359375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX1MzTnpmzqyVnIO4ISETgWxRCTglbz3 { width:8.5rem;height:2.8125rem;top:100.30859375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqsL34D8fGR9Dsp9S53dQ6Dl8g63gNCm { width:8.5rem;height:2.8125rem;top:104.49609375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofbLA7qlNfyhcGp8vTF6dRMVOAc81C0A { width:8.5rem;height:2.8125rem;top:111.4209rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEIkR97XH9HcgpmEsAL7aDXNKk682Q9d { width:7.1875rem;height:2.8125rem;top:87.87109375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhTiT48wBK3k2SB12GLeLsua4XwSlbd { width:8.5rem;height:2.8125rem;top:96.12109375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3eUAFJg8ozsER0mcq2L8nsII4CHTzz9 { width:8.3115rem;height:1.54385625rem;top:105.18359375rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEarJBCTP55bm7sGTfK9znpUgP6JTmAN { width:6.999rem;height:1.70605625rem;top:88.43359375rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsfTTwDBHudwFXnt8SesTwDKVJWJRUKL { width:8.624rem;height:1.298825rem;top:92.80859375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrTlGcImXBLMZ8SaH8vvyigCD49TV3r { width:8.3115rem;height:1.54385625rem;top:72.515625rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGT6foVaG0GVrenlGCiXG7XbUksPvoft { width:8.624rem;height:1.298825rem;top:101.18359375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai3osdmcdB2SMVgwICqbQ5E0rVSFwLT3 { width:8.624rem;height:1.298825rem;top:112.2959rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFwRrN8FmF6LmBHUGXmS4ibVRgkwTs3T { width:8.5rem;height:2.8125rem;top:237.83691875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzTZNWto2WLpSx35afgUMaDZrO8XThP { width:8.5rem;height:2.8125rem;top:223.93164375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IalBlARu0ncwUsew4TkhFiQhKKrebRH4 { width:8.3115rem;height:1.54385625rem;top:238.57001201172rem;left:5.8112030029297rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8IFvhyrFpOapvFznSdNHWbyuIsTXJtR { width:8.3115rem;height:1.54385625rem;top:224.78973701172rem;left:5.8737030029297rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCap4h0T28BifCcRuKoL97hH3t0atFpx { width:8.5rem;height:2.8125rem;top:217.0068375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0gcRWT2gtCgOvcdVR3SEMOXNpD1mRu { width:8.624rem;height:1.54385625rem;top:214.21386875rem;left:5.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SH4xnkyPV6cMVS0AuOPGv4tzB9ON5rPe { width:8.5rem;height:2.8125rem;top:193.40136875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbgnM4rlxcMvJXs3koWUd2CW1ucGblF { width:8.5rem;height:2.8125rem;top:197.58886875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLnlQScMXIC0d623xMRth4OoshK6sx1b { width:8.5rem;height:2.8125rem;top:201.77636875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQkiu4FCT5LuAkuq4HS25UcQDuWTeXD5 { width:8.5rem;height:2.8125rem;top:205.96386875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6ZcIwl3KkTWTRgTF4Rsb6e8kPTwLGh { width:8.624rem;height:1.54385625rem;top:194.15136875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH06T8aHr2XqHErW6tyANauNMIa4poUB { width:8.624rem;height:1.54385625rem;top:198.32196201172rem;left:5.7174530029297rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlXk0e4NZ5aANHLOpBM154DkACip9cK { width:8.624rem;height:1.54385625rem;top:202.65136875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpPrJ8tkH8FBDt9y2LbGmqM2b8q4Joue { width:8.624rem;height:1.54385625rem;top:206.82196201172rem;left:5.7161483764649rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs6MREZPAmnbIcwi5gXK4zQi1UFMyyVn { width:7.1875rem;height:2.8125rem;top:189.33886875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgoFg2sw2uilFyyCuSAbARMFqd3uxIbg { width:6.999rem;height:1.70605625rem;top:189.90136875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXdXFXrsm0dzrcwZ8B43CkGzDWnIaoe { width:7.1875rem;height:2.8125rem;top:242.02441875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihsPsQI7xPc4Ikw5T5dbMkFJTxdQ16Pz { width:6.999rem;height:1.70605625rem;top:242.58691875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emokk82LpNot5fVVG09zOuXAhr3LEhV4 { width:7.1875rem;height:2.8125rem;top:210.15136875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHykqIRq7A1LrIZKVsrsqQyg6ADaQuxs { width:6.999rem;height:1.70605625rem;top:210.71386875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIMiLDaW2nimkXdWSVOQZ8F8sQaCDoF { width:7.1875rem;height:2.8125rem;top:164.33886875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyoEQT8xrDqT6Q1t7lPbqxGLo5IoAF3c { width:8.5rem;height:2.8125rem;top:168.40136875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqVSabJLG483oGPqzSUJbXCrTkSr7yr { width:8.5rem;height:2.8125rem;top:172.58886875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Immh3dOavG7PFg1AQc5uLlxa2p4NVI2D { width:8.5rem;height:2.8125rem;top:176.77636875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfDJJAvpihbBQznpiqE3mawB6M8T5qI { width:8.5rem;height:2.8125rem;top:180.96386875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XayQ9TL3ChWQX1XTGL2TXvqZaSWwmFJr { width:8.5rem;height:2.8125rem;top:185.15136875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhKBatBXF550gXcfTM5FFxShWphBUbV { width:6.999rem;height:1.70605625rem;top:164.90136875rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVWuxc25BweGoK5WUB1yZKQyo8m18Lfm { width:8.624rem;height:1.298825rem;top:169.15136875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEzhTHy4fpSktkgxXXpDxMAG8S5orf8g { width:8.3115rem;height:1.54385625rem;top:148.9834rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuE2pyirT29VSenZ7unm91l1aWCc1zX { width:8.3115rem;height:1.298825rem;top:177.46386875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsKpurlV0G15UKSNgb1HlyyPL36f61U { width:8.3115rem;height:1.54385625rem;top:181.65136875rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIlEKCIg4oTC4f3VxX5vyPAIVzEdnWEq { width:8.3115rem;height:1.298825rem;top:185.90136875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7grN8PnufdNxIq7dC2Eaa7PdtuBKLJA { width:8.5rem;height:2.8125rem;top:151.77636875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsde7XMWhfwZQ69rpDGXuQU82zJcgT5x { width:8.624rem;height:1.54385625rem;top:152.40136875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx0RpAPFh3Too4y8sdU8sgaZwQrImIRi { width:8.5rem;height:2.8125rem;top:160.15136875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Fkv2KEuwl40zQlokZAG5XTBVfmS68L { width:8.624rem;height:1.54385625rem;top:160.77636875rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULUXffhMeLV6f4GzAZfhdL912p5R3Pci { width:8.5rem;height:2.8125rem;top:230.9121125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWqudQoeWCZPTkfhUpJ9ar6vx5Tqx832 { width:8.624rem;height:1.54385625rem;top:228.11914375rem;left:5.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bP5wJRZ5zXW6sTKbgyldEby6z7DMWTZT { width:8.5rem;height:2.8125rem;top:246.08691875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKRo19TWT13yTOn3hLqak3baPnXveyc { width:8.3115rem;height:1.298825rem;top:221.3818375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9D0yrIr1K9OSnO4OOQocZFEd0LOhoBZ { width:8.5rem;height:2.8125rem;top:253.199225rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG5fyVePGxHeacf0C7vLMaCeSEDlSshC { width:8.624rem;height:1.298825rem;top:254.074225rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPk6XAIr68Hlxl6V8r5xchKbi2KCoWEN { width:8.5rem;height:2.8125rem;top:264.49903125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvzFE5zflFVBq96gOeOVQa4N2tcPDxd { width:8.624rem;height:1.298825rem;top:265.37403125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAVbOVLxZEQ57BxTRfUL0nJcEpdEN0Sx { width:8.5rem;height:2.8125rem;top:257.386725rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkz76vROkhSZBshDJDN6dLs0PGBKr48 { width:8.3115rem;height:1.298825rem;top:235.2871125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luglEopQ7TuLc8hQpvEZrDGzfmkTlPxy { width:8.5rem;height:2.8125rem;top:285.31153125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKN4vArETvxh106aTsUBwaXw7QUTIRAm { width:8.624rem;height:1.54385625rem;top:286.18653125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzzmKgT85teTeu0Z20SBdacJedJVHun { width:8.5rem;height:2.8125rem;top:281.12403125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVpE2HP4g12HxTU3KoaSkPHzxHT4KeKH { width:8.3115rem;height:1.298825rem;top:261.949225rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAcIsqmMGMxbUxHumkuhnx1sb1HFDG9k { width:8.5rem;height:2.8125rem;top:276.93653125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkFCzgbg6pvRiVRnxFqHSoLnxOEaBPT { width:8.624rem;height:1.54385625rem;top:277.81153125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoPpxTwRgyZoksniqArLAPvkv8JDHENJ { width:8.5rem;height:2.8125rem;top:272.74903125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMMluirZXhqyNzXgsbAvaL8MOzl3I7nu { width:8.3115rem;height:1.298825rem;top:250.64941875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fofmzqhquyCww74DnOboHShqnUPbL9BS { width:7.1875rem;height:2.8125rem;top:268.68653125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxa50CJ18CE22hQZduQEwvawqMNszGSl { width:6.999rem;height:1.70605625rem;top:269.24903125rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L77mgTxRJcaiux9RV6zgzTeVzo6HfdwH { width:8.5rem;height:2.8125rem;top:293.56153125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRTmA2gRVe0mP4CAuPyJ4tylC2hB7bf { width:8.624rem;height:1.298825rem;top:294.43653125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epD4b0HQHLff42HTcUcTe93Kvq2lBpLO { width:7.1875rem;height:2.8125rem;top:289.49903125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyK1TSx6mGfCFgG72sMTgxZ2OovKZtKk { width:6.999rem;height:1.70605625rem;top:290.06153125rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9X4WbKTTOQEESsWHZAraAbMGeuiML5s { width:8.5rem;height:2.8125rem;top:297.74903125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbDwA3BhR9PV5wGZgOOHuFV4RF8gCFr { width:8.624rem;height:1.298825rem;top:298.62403125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gznwVUdAACiWABd4EmtZrsOQztCsburZ { width:8.5rem;height:2.8125rem;top:132.2959rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqq76RQCqSlb6e25EHfGmPw1B0a9l549 { width:8.3115rem;height:1.298825rem;top:108.87109375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggPfur6OOg2OicO7flWIQwtnXitr7TTT { width:8.5rem;height:2.8125rem;top:123.8584rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeSguq1wwo1nd6zMKTNvA70nnO9TUq8 { width:8.3115rem;height:1.298825rem;top:141.77636875rem;left:5.8737030029297rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzQvEddbTmMaOdDhsu3t8swlMDDsT2S { width:8.5rem;height:2.8125rem;top:119.6709rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhn2TTFCTrmgEBH2wi7wmCmvFzQGCV1i { width:8.624rem;height:1.54385625rem;top:120.5459rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzoV5p3x6u9kBZ5c49fnxFms2KzHKWZd { width:7.1875rem;height:2.8125rem;top:115.6084rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJQH6hlfPeowLTrCEqUVNtn8p3UJVli { width:6.999rem;height:1.70605625rem;top:116.1709rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlEGN0r6JAIHcpTNizwgDvcvTJHFT9yr { width:8.625rem;height:2.875rem;top:128.0459rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtxbWPBBKRcFebmNtpkuBEiJEcCb0kXM { width:8.624rem;height:1.54385625rem;top:128.84149326172rem;left:5.6549530029297rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEVypHuCwNAAuvPPcoQMUiC18gawLeE { top:300.56198310852rem;left:0rem;width:20rem;height:8.5618125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z { display:none; }#oPTZTH9sBT2p88IeDbKdwAmeokiDQl6z > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J45MNgTV47LIoInXPGi5DvHqnXoqIT29 { width:20rem;height:1.875rem;top:2.0303554534912rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { border-width: 0; border-radius: 0; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC3rBBysZRfkaAaHEcJWdqDvds3sgRaa > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hbON6yctM5bTMRRdCV8LveSufkax19Jr { top:2.0916194915771rem;left:0rem;width:20rem;height:8.4375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X { display:none; }#dkveOkOyvthHKtvvu5Lgnf7w26F2bo6X > .row .container { width:20rem;height:103.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ocedVxVwuE89lE6dQJwquLJ1DWw99bOh { width:8.5625rem;height:3.75rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIpqUag0oBoa1oB4a4Gsthcm7m9kCD5m { width:8.624125rem;height:2.1937125rem;top:1.9997863769531rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih6hLqATGhOttUlwqzqOtBuayzX43RTw { width:7.1875rem;height:2.8125rem;top:29.878479003906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amI3rg8M7RCp9oDwChynCZ9RPCbIEyRv { width:6.9998125rem;height:1.70543125rem;top:30.440544128418rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy8cq3u364b9x1S3Wr1QgWzaH2tIPlhC { width:7.1875rem;height:2.8125rem;top:53.539502753906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTz6dl7il2zNqbtsTTrCWdT7irnrtoA { width:6.9998125rem;height:1.70543125rem;top:54.101567878418rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaUb2frI7UaIPkl73ME5Vfb1UTKg5ll8 { width:8.5625rem;height:3.75rem;top:6.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBsnp2CwQu1k80tOsirbxGEHAcnlizOW { width:8.624125rem;height:2.1937125rem;top:6.9997863769531rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSx6IUhRoiRJTRUkQZO8mzMPHbaedVQw { width:8.5625rem;height:3.75rem;top:14.04296875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er318ocmhq5EGua8TPR1zFBWRAUCKUMb { width:8.624125rem;height:2.1937125rem;top:14.792755126953rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3BpuKZ9WSdPrflGcty3HPX5ikK7LbRD { width:8.5625rem;height:3.75rem;top:21.960723876953rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXTPTKITfF8h8pNwUewWTQOWZqJiNnrL { width:8.624125rem;height:2.1937125rem;top:22.710510253906rem;left:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axTNGqXL5KMLfsKUR6V2w2yuc8FCbQ4Z { width:8.5rem;height:2.8125rem;top:36.733947753906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPQQHrN5G2PTL4uOQTRK4tIsz2qHm7w { width:8.624125rem;height:1.54385625rem;top:33.940979003906rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVyGfAKl92q0h71S95CUwOcn3gJMNs7 { width:8.5rem;height:2.8125rem;top:40.935336503906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkHTsXEOwpfPGVIbPAPrGqnylRCIqQB { width:8.311625rem;height:1.54385625rem;top:11.25rem;left:5.8122825622559rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnQT4xt6i8teFi091uqB2B6x29OILAaq { width:8.5rem;height:2.8125rem;top:45.136725253906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH1oawbOh7AM0ZCBpqivRFuv8O6JPiyh { width:8.311625rem;height:1.54385625rem;top:19.167755126953rem;left:5.8752136230469rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2P16OpJS8EVIGu4PnrrnQarvV7wfKm { width:8.5rem;height:2.8125rem;top:49.338114003906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2G43nrvfcD3AbnNLII7nkgWiPpZRy1f { width:8.311625rem;height:1.54385625rem;top:27.085510253906rem;left:5.8752136230469rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2C2P7Vb7SesIRWLAWHgBODZ7TBJ1OQ { width:8.5rem;height:2.8125rem;top:57.602002753906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpIUmvJW4KcCBUQ5fFmf1e9bqxhZ4M9H { width:8.624125rem;height:1.54385625rem;top:58.236772670441rem;left:5.716796875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW92kXQAgtgHxnMTNiGf758rH6TO0cys { width:8.5rem;height:2.8125rem;top:61.803391503906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLb6R9Bshl1WzHCvKDV547XwB9rEtTlT { width:8.624125rem;height:1.54385625rem;top:62.438161420441rem;left:5.7178802490234rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEMZ5m8wqHTZKxxagwcFJTRTn1CyZeU { width:8.5rem;height:2.8125rem;top:82.532557753906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3oWwdT65dudoRpN8uboupJr2ER0uUah { width:8.624125rem;height:1.54385625rem;top:83.157557753906rem;left:5.7504348754883rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN4mTCdntAZshoQx1F7LE5c5t0ccsuGh { width:7.1875rem;height:2.8125rem;top:78.470057753906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTUkkUq5xxIviK4mswlIie0MQs2FutV { width:6.9998125rem;height:1.70543125rem;top:79.032122878419rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeaqRzRyU2qMJKMVwZZlE1whMstMBxH { width:7.1875rem;height:2.8125rem;top:66.004780253906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMckmcclEOKPnMcWzdn7AVt4KI2l6vku { width:6.9998125rem;height:1.70543125rem;top:66.566845378419rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGfdA8bLyUu3hsDwF4GXeEiEFKT5U6et { width:7.1875rem;height:2.8125rem;top:90.935335253906rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaKnVQh484bheRXynb0SVtSVOBnZErw { width:8.5rem;height:2.8125rem;top:94.997835253906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgWFREdwyzPOvynUCt6HuCkG1DtccpJ { width:6.9998125rem;height:1.70543125rem;top:91.498491381837rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxgafG94VbvhKIA3FlTu22dFn16DU4FP { width:8.624125rem;height:1.298825rem;top:95.747621630862rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyLN1pE9mWOumva035TUOpHEvnZ4Jzu { width:8.5rem;height:2.8125rem;top:70.067280253906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfUKkPZGsHRBTdpfdANTdZrvKGUAKe8P { width:8.311625rem;height:1.54385625rem;top:70.754780253906rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTvP2sqn1H9myaib1O8zeb2DeS1vgrE { width:8.5rem;height:2.8125rem;top:74.268669003906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCu6aB7JPAekJmkghOiGXAVPlpKpE4xK { width:8.311625rem;height:1.54385625rem;top:74.956169003906rem;left:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNDmedoteBPm5fCeiTKU9nEKK1TC2IWR { width:8.5rem;height:2.8125rem;top:86.733946503906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnFkFmeb2wmX1IeLHp1qVuJnCkVaWIfT { width:8.624125rem;height:1.54385625rem;top:87.358946503906rem;left:5.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esKS1y9m8RfDnKIUUo3QecbHzDwEmNax { width:8.5rem;height:2.8125rem;top:99.199224003906rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEqyaFX7KzEs4E9ZDh1uGgAi54xTgnlJ { width:8.624125rem;height:1.298825rem;top:99.949224003906rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/4b399b0f-b8e1-4e00-b96e-68178590f345/dividerg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.adaptive-delivery-prevent-bg, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyload, #wEhesy4bKGSMPbZwaqHz3yyriVnnreBG.lazyloading { background-image: none; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { border-width: 0; border-radius: 0; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEhesy4bKGSMPbZwaqHz3yyriVnnreBG > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XnVgO7074rDOmTCzv5sUBIhLuNQbhE6d { width:9.9375rem;height:5.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ40MDwLgB8yoLcsiCqPJ2OQ95dLGB4a { width:9.8125rem;height:5.4375rem;top:1.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ymb3LsXuZpMwChZSUePpITW1fE8nBC { width:10.0625rem;height:5.5rem;top:28.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvirZUViCr5V3QTiAeJtCqM9631DUGTD { width:9.8125rem;height:5.4375rem;top:47.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkCnDL21To7Dc5wiF1uRzR0EIkOiBRh { width:9.875rem;height:5.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTqJJFKEdNKKZiShHJPBhilCG9lagT9 { width:9.9375rem;height:18.28125rem;top:7.3125rem;left:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNtSAS4moTCezGPfZBJd7LMredGCZnvG { width:9.9375rem;height:16.875rem;top:7.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4NiOywhcyA2waAt0lO2lXDi9mvldeEE { width:9.9375rem;height:14.0625rem;top:34rem;left:9.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPNZouITWlvEbHaSvstM74BXX2110ye { width:9.9375rem;height:5.625rem;top:53rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #na5M5U2cOQcfWVNE3iRLlUTTO7QpeTVR { width:9.9375rem;height:9.84375rem;top:33.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIopsgpPe42J7xzAhGCMSMRibAXClEZd { display:block; }#TIopsgpPe42J7xzAhGCMSMRibAXClEZd > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvWP1DpQh9TqTZDVerFKnna2eKZG5kVu { width:12.4369375rem;height:2.8125rem;top:2.7476921081543rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qawJyh85QEKvpOI9gMnitbnyaLLe9IOn { width:11.4373125rem;height:2.8125rem;top:9.49840259552rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yT4Dobk8fvtaa5lxxDUxbB8tairyaWsC { width:9.9369375rem;height:2.8125rem;top:16.436433851719rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bh1qrHSEpoPiaVfyb8hZ7lvceNai9Z7v { width:14.2489375rem;height:4.21875rem;top:22.796530246734rem;left:5.7510651350021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ouvzqmZknI5TM3M0TFikfXSXqEfPe9aZ { width:4.4375rem;height:4.4375rem;top:1.9371337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay2uHmrxd7nM35Mu2Sk8nX15FaXpfZil { display:flex;width:2.875rem;height:2.875rem;top:2.7156963348389rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #hz20zspzsQ2LK2hpFnETDpaEwAbAi2Ti { width:4.4375rem;height:4.4375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwUSNiXhSML2FtK5zrmok6pD3c5bfJuM { width:4.4375rem;height:4.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEnc8hiVWQWVBXVKniqSPFNmxQMSTVbF { display:flex;width:2.875rem;height:2.875rem;top:16.404479980469rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #xBO2R915NvsLxHcSkngH1uS8ndAyF5sC { width:4.4375rem;height:4.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXSgmlTrfUZDphNAlum6DW3vxZwGCwiy { display:flex;width:2.875rem;height:2.875rem;top:23.466811984778rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #vuoggRiXINZN6T2I0tF5JEgsDTInWmRo { display:flex;width:3.25rem;height:3.25rem;top:9.3119668960569rem;left:0.59303975105286rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA { display:block; }#sTkRZkCaTx4KtaTSqwTKedzDSfGxFnIA > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZi0sKZStgfDVGTqV68R5TAZxX9HGbJ4 { width:14.2498125rem;height:2.8125rem;top:2.74769115448rem;left:5.7501772642136rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ai37JQ6ZlWqgBcolCnr8zPvTGTKn2RfA { width:11.4373125rem;height:2.8125rem;top:9.4975137710569rem;left:5.9312852621079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hpqo0ow36GdHvlT6LPsJOJg9eoPT1d3C { width:12.6875rem;height:2.8125rem;top:16.436431884766rem;left:5.9312852621079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rRx1ZpDTHwZa7n7TWQZsyXvm0TCx9bR6 { width:13.4375rem;height:2.8125rem;top:23.499644756317rem;left:6.1558946371079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUGs0ISh6RPu1cRntlkddry4iCsB4C25 { width:18.499625rem;height:4.375rem;top:31.93620634079rem;left:0.74928975105287rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw4USQXu8yDP6B1PUvrRJq01R8oP4xsr { display:block; }
 }@media only screen and (max-width: 763px) { #q8nPbr2q7w4E6ql1MwMyT7LfWQSRS7UV { width:4.4375rem;height:4.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftPsqPQsM2bvTgPTZJpvAcnisTSXIcx { display:flex;width:3.2492875rem;height:3.2492875rem;top:2.5284032821655rem;left:0.74928975105287rem; }
 }@media only screen and (max-width: 763px) { #Vc8A5zH66rg77pdI0kgAxZMlIHfauxtD { width:4.4375rem;height:4.4375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDxWQLmbkcAcCOFi6onpGGDZ1EF3a8bR { width:4.4375rem;height:4.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4D7lNrqdExWOOvVmtevl3haiKDlcuuD { display:flex;width:2.875rem;height:2.875rem;top:16.218039512634rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #AwIBCvN4hvKZOuCPbBzZtmudRMpaUp2m { width:4.4375rem;height:4.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmViAR90lTUIzf79wZfyFTiT9xfefQ4W { display:flex;width:2.875rem;height:2.875rem;top:23.874299049377rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #MN3fmcVFmw8HFn8Vzw9XvQslM2nT2JCZ { display:flex;width:2.875rem;height:2.875rem;top:9.2800068855287rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #GHicbvKMDf2mOGrA0Oitct434esexsu6 { display:block; }#GHicbvKMDf2mOGrA0Oitct434esexsu6 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tszTyTAdE9ybNGbGzZsTLKwomLbSGRCo { width:20rem;height:4.00035625rem;top:3.1347661018372rem;left:0rem;font-size:2rem;color:#0635c9;display:block; }
 }@media only screen and (max-width: 763px) { #VOkwsmXwZDswxcSymqCmpvsl5cmt4bq3 { width:13.6870625rem;height:6.3014875rem;top:8.2172317504881rem;left:5.4036462903022rem;font-size:0.75rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #HtDSzLDoBPyUQ6a8GyyFewA4O35eTI6y { width:19rem;height:3.4375rem;top:17.747396945953rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ3tzzwKIXwSUSvKKtKzk4BQL3yLflWk { display:block; }
 }@media only screen and (max-width: 763px) { #XqZpt6rGkikkRWJE918ibbgp3QBErBhl { display:flex;width:2.43696875rem;height:2.43696875rem;top:18.24662566185rem;left:0.99786925315856rem; }
 }@media only screen and (max-width: 763px) { #AA36eIDrvE3sCp8XqeMTrCxwrDzBsP0d { width:7.125rem;height:12.625rem;top:5.0538196563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWxhDeH5zc90vk58wTSOR90VKxaWHaSW { background-color:#2229bf;background-image:none;display:none; }#AWxhDeH5zc90vk58wTSOR90VKxaWHaSW > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sCSBrmvSFFqFidVB1kx8D5T6Jks0lST8 { width:4.0625rem;height:4.0625rem;top:2.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxUU6sJClQIVRloe1fKzsSehvet7iHL { width:9.375rem;height:5.625rem;top:7.5rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX9419rt7zy4QLegzCfrkVzrrOHhvB2s { width:9.375rem;height:5.625rem;top:7.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekAnudpuT5MOG10OKTTkiGWhLRCeU85 { width:4.0625rem;height:4.0625rem;top:2.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAwgtzE1vq6TvorIoLoEWSKT0cKEqdg { width:9.375rem;height:0;top:20.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #koVqAy23ZrWA4SobmoSPTdFlHR1bxPGN { width:4.0625rem;height:4.0625rem;top:15.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whTpaBSr6txEW6cuV2zaDTp3UbZ2FfSA { width:9.375rem;height:0;top:20.5rem;left:10.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihKTtDU6sJT9Ned4WXNkr6MDmFSmcCg6 { width:4.0625rem;height:4.0625rem;top:15.25rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUpkT8bCRUEh18LPNAM5P79nPTFgMATk { width:9.125rem;height:14.3125rem;top:0.90625rem;left:10.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #FiF88CStVTgVHgwpQc4G6qAzmecFIxvo { width:20rem;height:48.875rem;top:62.2998125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WttadMaA9cLRmMwxIHBQugsKFXel7N8k { display:none; }#WttadMaA9cLRmMwxIHBQugsKFXel7N8k > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUiORqEA6lFLyB9fesEhuCJI3mQhFTZV { width:20rem;height:1.800425rem;top:3.6875rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQIuNSsTHFM8Ha9pS4vm7KMUO0bLTKli { width:20rem;height:7.8701875rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c { display:none; }#CPfFXSfTy1QDnqLFhtNQDM4vsTrNDx0c > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFSMKdDPTnWMb3q8aztT3HU9b5qNQuUg { width:6.625rem;height:6.625rem;top:2.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kamisKwW3i6BTmFrs9qpBTXMJHSEx2Ut { width:6.875rem;height:6.875rem;top:1.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZBZkc5dTQXk29Oqonlxp6O10yFasKav { width:6.4375rem;height:6.4375rem;top:12.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymmU3ZzdEIWfrpXnekSEP2Csk6u4e0x { width:7.3125rem;height:7.3125rem;top:11.8125rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL { display:none; }#ZcdDpLCDNw1UcDcp3VnrPH3OqBsHIthL > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hVpRkfboP9Lo5c482GhJBQ75DLOyXN { width:6.625rem;height:6.625rem;top:2.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW7cz19krozfybIcdBDbTkTiUNUywnyy { width:6.875rem;height:6.875rem;top:1.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZIGQhWnIPL7RTLMnE9ictyyRpRJnPHL { width:6.4375rem;height:6.375rem;top:12.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t04ElQUQcH9etXt8rRzul61f8xBxSMmC { width:7.3125rem;height:7.3125rem;top:11.8125rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD2GhV3QouZDqtnRu39ehuObwQgfkyka { width:20rem;height:3.9364375rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idTyirunOVoVnHwIvZvbp3ygio17WFXb { display:none; }#idTyirunOVoVnHwIvZvbp3ygio17WFXb > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zv6dPdADDTnOer2i2uwcmpMZCXRsLboS { width:20rem;height:5.3994125rem;top:3.375rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG { display:none; }#aZbdSKy0S1RNgJOWiKHGGVEE2HOgQhFG > .row .container { width:20rem;height:160.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K0m7bz1HxiBI5empdVfAWrHXM06d6m2P { width:13.4375rem;height:22.5rem;top:63.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HISfPiFuVHIOBc4FXLQ211BUpcuCy0Qb { width:17.8125rem;height:39.1875rem;top:54.499267578125rem;left:1.1248223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9L4itq1DskioNzy0ifn4AEdknLEB98h { width:1.875rem;height:24rem;top:61.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHE3VCThPRlf0JKmWpxB6ZdWE5rOxT5g { width:14.9369375rem;height:3.125rem;top:88.561786651612rem;left:2.5301846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #byyRVDKWhZXXJNNO1fwXK2osW1diXhDG { display:block; }
 }@media only screen and (max-width: 763px) { #lVuWd76D8DfNxP6qwgNPeCdXttTT81Wd { width:17.8125rem;height:39.125rem;top:7.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7uEo7BVf6TUD8WNpFS2D7rckK0JQzuh { width:13.4375rem;height:25.5rem;top:13.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivx6zd2eWV21LXMmbsvWEZbQ6alVsge { width:14.9375rem;height:3.125rem;top:40.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9UxwQX5XZu1vRZqWTWPUWiOVqUd0En { display:block; }
 }@media only screen and (max-width: 763px) { #zsvmTAUfwCwUzsV2zuttbOzrtkTVW1sZ { width:1.875rem;height:25.5rem;top:13.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbHmKJ2HexQTemCkQlxiRnn92UTlHJo { width:17.8125rem;height:40.5625rem;top:102rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDCKDFwILJtHDVqMJFGKWk3atg2fZmT { width:13.4375rem;height:27rem;top:108.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lsocdg8dxk2UnsPymcIGkdb8PsaRfp { width:1.875rem;height:27rem;top:108.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrCnNVTmT24lnQk7O9FnHsXOtuoC28m { width:14.9375rem;height:3.125rem;top:137.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMihr9umoQPDFrZwyJTdnexEfHFcfb { display:block; }
 }@media only screen and (max-width: 763px) { #fCOPmnhMbl73ldvTX4muEqFsMQPyeTng { width:20rem;height:10.58104375rem;top:145.56016540528rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwvCT2uTU9wTOxp6gS1pipXrTHg1dJ5O { width:11.75rem;height:11.375rem;top:1.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSgbQyyxhhyFy5KDXFExTvvmvg4J282T { width:11.75rem;height:11.375rem;top:96.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmwgSpWgbMtibqZI2gyBokz4XtNNk7sr { width:8.0625rem;height:1.625rem;top:51.25rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6r3KTedr5UyP78cb8J2FFKVN7mXq6yN { width:1.5625rem;height:1.86875rem;top:53.625rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDNcayaJuvCy4NzW5tG0FO0fXlZCtl2 { width:8.1875rem;height:3.412325rem;top:52.875rem;left:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIlkTv0fTaFkXznqWzy1SJ9b65RgVX5 { width:4.625rem;height:1.3rem;top:56.3125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObeSDMJeyDx13lJmsVvPCJWJQTiKusht { width:9.3125rem;height:1.381075rem;top:3.8125rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMQphT3xIEPSfGm0GIkZp7TfSpM1d2yz { width:1.5625rem;height:1.86875rem;top:6.25rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF77xuvdK71X234TTNPGrt6dmPQyGxTa { width:9.125rem;height:3.57510625rem;top:5.375rem;left:6.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDfDF7RAsziJGZe3vSkHQTpUODTMdBVI { width:4.8125rem;height:1.3rem;top:9.4375rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2w0TvWilZmK67AI6NL9C6e2f9KRzmFM { width:10.625rem;height:1.13715rem;top:99.125rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAWxrbXTeNplV4EuS68HvOAVWgEsaz55 { width:8.6875rem;height:3.57510625rem;top:100.1875rem;left:6.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4cGOHu2MfTvIx4Aws4gFBf7M1HKW7E { width:1.5625rem;height:1.86875rem;top:101.125rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEGcEctq0fXvR5xb8G0LR89kuPwZK7pJ { width:5rem;height:1.3rem;top:103.8125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktPraMTEulbXP7TLk49BOEU5RvxAXx9J { width:11.25rem;height:10.9375rem;top:49.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU92GWiz7pAivWJJV8oWJCKe12xrLovv { width:7.9998125rem;height:2.3117875rem;top:1.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI9IFClvVrWd5Zz8fq2cVekP7z2EBlgc { width:6.624625rem;height:1.3rem;top:2rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:6.875rem;height:2.375rem;top:3.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:2rem;height:2rem;top:9.65625rem;left:9rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.1684rem;top:8.17578125rem;left:6.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:6.0625rem;height:2.0625rem;top:0.41796875rem;left:13.9375rem;font-size:0.75rem;border-top:0rem solid #afc800;border-left:0rem solid #afc800;border-right:0rem solid #afc800;border-bottom:0.125rem solid #afc800;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:11.625rem;height:0.89355625rem;top:0.9375rem;left:1.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.4375rem;height:0.4375rem;top:0.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Mv2i6LpJlyEPan3QoLiSTMzb3pk2H1yz > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeGtXq2yBBUrurwKKPKpLts1MXXT9V7k { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHHnO8RcRZEZz5dbHWQvyIKrrIKmv1dt { display:block; }
 }@media only screen and (max-width: 763px) { #sbBUKamBqo7rkKT0qRFs63yBHh9X73VJ { width:2.375rem;height:2.375rem;top:0.5625rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bXCWRWnqfhoziT1ThGoDfPSeCBgd4eE0 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCdTHNZmi3qOAg5PxtTl4Hz5NVOBthy8 { display:block; }
 }@media only screen and (max-width: 763px) { #l6mAnP68ngzrT8ulH7KPLFGEmEOW6ECE { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3JyTUR7n9dNAeU2MspNKNbODlwrTb5 { display:block; }
 }