.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc { position:relative;display:block; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc { background-color: transparent; background-image: none; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .row .container > .video-iframe-container { display: none; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .row > .video-iframe-container { display: none; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .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); }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc { border-width: 0; border-radius: 0; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .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; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#No7B9EQCkVUDNlHNfSKHlMpenS1NeTGN { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0;border-left:0.5rem solid #ff2e5f;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.375rem rgba(0,0,0,0.45) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.03125rem;left:0.65625rem;display:block; }
#vQDCuE2755RCwpBNPeUq70UCptQQG1Rk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMaLGGOV5Ie6rqL9T5G9GPvHf9oAKoNQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0.5rem solid #0070e2;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.375rem rgba(0,0,0,0.45) ;box-sizing:border-box;color:#495057;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.03125rem;left:17.03125rem;display:block; }
#sQVduuuGp8p0poBOpIQElOMg62RV332g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hHNEf2i18PK5sEb9TlIFuVZNMDcqXsIf { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0124998092651rem;left:40.5rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#keTE3iEKmvscXLxsnvnaZesf3wB09gJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2905fb, #fa0005);background-image: -moz-linear-gradient(90deg, #2905fb, #fa0005);background-image: -ms-linear-gradient(90deg, #2905fb, #fa0005);background-image: -o-linear-gradient(90deg, #2905fb, #fa0005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2905fb', endColorstr='#fa0005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2905fb', endColorstr='#fa0005' );";background-image: linear-gradient(90deg, #2905fb, #fa0005);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row .container { background-color: transparent; background-image: none; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row .container > .video-iframe-container { display: none; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row > .video-iframe-container { display: none; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .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); }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row .container { border-width: 0; border-radius: 0; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row .container { font-size:0.875rem;font-family:arial;height:0.1875rem;width:60rem;position:relative;display:block; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT { position:relative;display:block; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT { background-color: transparent; background-image: none; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .row .container > .video-iframe-container { display: none; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .row > .video-iframe-container { display: none; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .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); }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT { border-width: 0; border-radius: 0; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .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; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hovw1TLL1tkKJDb9s4KrphqlwGuLaVD3 { 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:1.5625rem;width:9.8125rem;top:0.9375rem;left:0.78125rem;overflow:hidden;display:block; }
#woKpw9fqOtbz8RQzLA27ugLTeDbOzC2v { 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-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:#272727;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.90625rem;left:39.25rem;display:block; }
#HxScDiXc5LC8sudfkQFrW1MTpvrXtnrF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z62DO4MkRlyWJ8ZHdz1M4gANcWZ1A0cT { 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-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:#272727;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.90625rem;left:54.6875rem;display:block; }
#StLRHvCJ9HnDunxWxn23zbFpoE1PDXXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbudDS6qKyxKGMd7RXJf5VafrGkCiX3v { 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-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:#e53543;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90625rem;left:48.6875rem;display:block; }
#L8gc089IRiNRTtP6pfigpXPGdewcVTgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLDk1nLpFlm7Tp8axMoM4u92BArVUQLn { 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-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:#272727;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:1.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.90625rem;left:43.25rem;display:block; }
#sNgVaOuapUwoNULqrboy5KkzlNf9PlTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(72deg, #1d00ab, #f20009);background-image: -moz-linear-gradient(72deg, #1d00ab, #f20009);background-image: -ms-linear-gradient(72deg, #1d00ab, #f20009);background-image: -o-linear-gradient(72deg, #1d00ab, #f20009);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d00ab', endColorstr='#f20009' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d00ab', endColorstr='#f20009' );";background-image: linear-gradient(72deg, #1d00ab, #f20009);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row .container { background-color: transparent; background-image: none; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row .container > .video-iframe-container { display: none; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row > .video-iframe-container { display: none; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .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); }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row .container { border-width: 0; border-radius: 0; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#gL1aFtD6fqmtcJQ5DSnIJwgyuP96OvXa { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0.65625rem;height:6.5rem;font-style:normal;display:block; }
#zCXIF7oMCsFL6XfIXMg9Gv1M93xWO3pb { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:0.65625rem;height:1.54375rem;font-style:normal;display:block; }
#nqVVXdWmBTrfhtiHC981ARIonv8lVdNm { 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:11.5625rem;width:11.5625rem;top:1.75rem;left:47.9375rem;overflow:hidden;display:block; }
#SPzTuLHDIgS2gXn3OHKbhiK48tTG2UHq { 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.0625rem solid #5d5d5d;border-left:0.0625rem solid #5d5d5d;border-right:0.0625rem solid #5d5d5d;border-bottom:0.0625rem solid #5d5d5d;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:#6d6d6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:11.625rem;left:0.65625rem;display:block; }
#sCMc0WhygxlSeZN2G0cLGxhd7GrvAVEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk { position:relative;display:block; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk { background-color: transparent; background-image: none; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .row .container > .video-iframe-container { display: none; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .row > .video-iframe-container { display: none; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .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); }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk { border-width: 0; border-radius: 0; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .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; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zeCWxx6PvOsTPNUJguu3dIaJn7JAROPB { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3616fc, #ef3136);background-image: -moz-linear-gradient(90deg, #3616fc, #ef3136);background-image: -ms-linear-gradient(90deg, #3616fc, #ef3136);background-image: -o-linear-gradient(90deg, #3616fc, #ef3136);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3616fc', endColorstr='#ef3136' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3616fc', endColorstr='#ef3136' );";background-image: linear-gradient(90deg, #3616fc, #ef3136);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.0625rem;top:4.96875rem;left:1.96875rem;display:block; }
#upxaiT0O1R5v5fG6TxmbIA2clnA1Zy7r { color:#5a5a5a;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8875007629394rem;left:1.96875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JWhuu2J5sP4KIRv1PhXZa6qcpsJW1NKn { color:#4d4d4d;display:block;width:53.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:1.96875rem;height:1.21875rem;display:block; }
#G5HdqQ44We7i5gNToRJxtyev8A3fF42K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(255,0,0,0.15), rgba(0,60,255,0.1));background-image: -moz-linear-gradient(60deg, rgba(255,0,0,0.15), rgba(0,60,255,0.1));background-image: -ms-linear-gradient(60deg, rgba(255,0,0,0.15), rgba(0,60,255,0.1));background-image: -o-linear-gradient(60deg, rgba(255,0,0,0.15), rgba(0,60,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000026', endColorstr='#003cff19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000026', endColorstr='#003cff19' );";background-image: linear-gradient(60deg, rgba(255,0,0,0.15), rgba(0,60,255,0.1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row .container { background-color: transparent; background-image: none; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row .container > .video-iframe-container { display: none; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row > .video-iframe-container { display: none; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .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); }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row .container { border-width: 0; border-radius: 0; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#P0TPRTKvKDichQCfWKoWFI7Vfb6y6nql { color:#2b2b2b;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.484375rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg { position:relative;display:block; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg { background-color: transparent; background-image: none; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .row .container > .video-iframe-container { display: none; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .row > .video-iframe-container { display: none; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .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); }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg { border-width: 0; border-radius: 0; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .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; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bo4UaE7zrhgwVlD41RRCe7eQiNEexFEq { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:none; }
#Qz7KXgGpzFQuRevxlTS3KUDpm1Ma0eOQ { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.125rem;overflow:hidden;display:none; }
#P1wdi9s0LBzCiKiysroXkUnJlU0OrqAI { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#b8DHysftg2VkW9IiLVLdKBkWiGEs6lcf { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#itBfrEB8Ksfe30Da0DOaKB0kCfnMW5pN { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ap8fQR3GpxTNMVVi6nAFB4tptFEviZoK { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iQSPhdMBd1TbWk16hrRcuRIobhAfxtP6 { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:10.125rem;display:none; }
#bu5UA9WHavJUzT8P69ADiq7ZvrM17p96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#irA2PuyzshrUGGLqKmgu6p0ErqHqbJpL { position:absolute;display:block;z-index:15015;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:block; }
#vPI8mFVkQpK8U0UCit48pfJ5iTO4by7f { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.125rem;overflow:hidden;display:block; }
#KRBZvvnnvN5GDNxssW5exiWzIrfwlwVt { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tuxwC9XbTnBCGMFpVITHtpCuWkEETxBT { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnT5aCpVbS1Zn0cb22paTpElahrDCQZN { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIJEJazS4f6mqGdat3B3AAFpHX6byTMT { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEkvXDzbU35SD1Ke2MMaUos6sfoBZKqf { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.5rem;left:10.09375rem;display:block; }
#lkr2gkhIQ05VDCGMIfCXruZlSmZ6FU0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4tV1sTbnbTaLB0Rp5FdsPg2J9kEUihs { position:absolute;display:block;z-index:15022;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:31.0625rem;display:block; }
#e7uEKQOQ2WhZuehVknQi1WhRXuSHC6aX { position:absolute;display:block;z-index:15023;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:41.125rem;overflow:hidden;display:block; }
#zvGePr2loDZ19mfFHdgUs4LL7XPoH50A { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.8125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mb3SI9K5K2dXGT0scpAmxo3pCRWIU5qa { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:15.75rem;left:34.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8TgwWFqQnQd2zcF0AhBycmUty5hBTHO { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.625rem;left:34.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qu5ENuTOvBtvFBQCwPxqSul92oP1z3G7 { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.125rem;left:34.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bIwf6LmqFvs014DqWZExR3kP6c6fcw7s { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:25.5rem;left:40.09375rem;display:block; }
#pabpzrFZU7CDhsQqJxevsTuT92AyXa3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 { position:relative;display:block; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 { background-color: transparent; background-image: none; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .row .container > .video-iframe-container { display: none; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .row > .video-iframe-container { display: none; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .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); }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 { border-width: 0; border-radius: 0; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .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; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vy0IVp1IvcaoUOW1KsIzm0dzQtehA1g3 { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:block; }
#xv1vxpv6uyJPSR1TrQ8EETXcvzuqv0Tb { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkWBU8a8I88zRUDSp1BMRQcGwsALWlMw { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.125rem;overflow:hidden;display:block; }
#UbdVIGawzWxmpEqZ7J9orLmCIrErDwKg { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Evroirg8fw2Md5E1RoQArTHM37OFmdt1 { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFQg9K4v0mq1Nunmk3VcyteLJVLOf87O { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JndzF4HKUsgL1VTtRJf1BJf3Ts3Manr2 { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:10.125rem;display:block; }
#nwXnNfD2ItGS6gNpUANaZ1pF41Ththet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emEEsuOZXstQWqHs32LXWQhtP3ML6UxQ { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:none; }
#vk5JtnfVn3UEK1stn1hXufyzXpyHz7r5 { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sDOp4rAqrVUHPvoUK1tANE4SBeISVrr8 { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.125rem;overflow:hidden;display:none; }
#IR4TlzsUhXXS2hPMEZ3f4cHlt1KHuOnV { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vuegI5dTaf1gbZC7LiAhyivga1so7D0T { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cNOzhW27TS8sXA2TDUz3NcRbNQdHTvpw { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yCNPy3f01D4F5u6wO34I8T3MKsA1I2dl { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:10.125rem;display:none; }
#ux1ZkHT2RM4wZcytuutsqheLhnbcMzdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uheq8teN1ZRbBJdRuNOnJa0EwuanTU7A { position:absolute;display:block;z-index:15015;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:31.0625rem;display:block; }
#m9UP1qEhe8kL4Vr3Sbwbd8iTUU6pTdtb { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:41.125rem;overflow:hidden;display:block; }
#yQUCx1HIniseD76dSCdVZRJii7lLnylZ { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEkDrgdSptrlgMm23EoeobXnfcp0fNp9 { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.75rem;left:34.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P5psiZ5n0sFBnJoFQDwqXLwW8nPCwf6o { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.625rem;left:34.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PA4FsgNN752HT7U9NPZTHuRoZIcTddhU { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.125rem;left:34.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M54JTshX2a4MWV49yJJ0hpM9NTsUikyh { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.5rem;left:40.125rem;display:block; }
#TzG5TlzgVb7nqAqRcbiKmK2BnBrDi4Ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ { position:relative;display:block; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ { background-color: transparent; background-image: none; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .row .container > .video-iframe-container { display: none; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .row > .video-iframe-container { display: none; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .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); }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ { border-width: 0; border-radius: 0; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .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; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H1sGlGffWCuoxXiE4PfqSxezdxlwvq3C { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:none; }
#qlnFNwk6RTwZBKtK1cvQTWCL30KWnGVA { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.1875rem;overflow:hidden;display:none; }
#ucLS04zfovFGeFstBgldoak1ck4SdCk4 { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mRnmtr0qQ1XOCfxc6hFoMbxXfysJVPxT { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eW1mrmS9VU43sFGuul9X2gq5FRe9qSXu { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#prWHF63VPGpSBslUBvQesn3zxRw2AtGN { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RtBQskL91HFeI5hDbwpNeKrNrGqpwpO8 { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:10.125rem;display:none; }
#KZ1NHKbadBMKdWcQuqwy5NH9dzG5F7v1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDFJZq4oniHi3SltxSHdhGncgnf8H6DE { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:block; }
#Wblwm0JviNcOkShL6FdP29er1TdOQPVt { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nox7fIrwZVPT1QBFxNn0cDPEM47ZHpNg { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.125rem;overflow:hidden;display:block; }
#y4f7It0cx4wkdzDidgJQ1GEhcPrCHpGy { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QyipithWVvoAq29IrLDb1JWtLd49TyPw { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGkcKenQxFIUJdEZEciRPhN2VTfZkupO { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPVxSeT7rhT8R91v7oTaMBzgvT7m9nNU { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:10.125rem;display:block; }
#Kgvrrtk29dHqtVgIASXXPT2isTgRn3vn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tgn7i0LR8gLcMKR8JisoQ8Emk0MKAgyv { position:absolute;display:block;z-index:15015;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:31.0625rem;display:block; }
#ygFsC4xc762ITDMNvcE0Md5mRHwIuqmG { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:41.125rem;overflow:hidden;display:block; }
#ZWlE8ytsKxhPRBfLd5ISRLPOfLRzGg3e { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRGxc9wOzrZ8RvobcG0zx7cVO7FfMDyI { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.75rem;left:34.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GtHZwT8yaQpX6Nv5amgQdGeh9cNBLEm6 { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.625rem;left:34.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GotXSk232hRKZ7IkkbTHvETE82NpS8e7 { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.125rem;left:34.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tx8XdDWUeaOR6TGEhvsAyTPNAbQxaPsb { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:25.5rem;left:40.125rem;display:block; }
#sq8kIVT5EMlfKeL0rnqqVqdyURO3w8Hu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 { position:relative;display:none; }#u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 { border-width: 0; border-radius: 0; }#u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 > .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; }#u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wNfMGE8W63b9JdOItkOa0hpebkVhdoRO { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:block; }
#z3D9ArerXcEVcr4aqX9fEemZ3pfUKTgM { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.1875rem;overflow:hidden;display:block; }
#Vb7IAKLqwIAEs3T0FA8SMFzrpLC7le0h { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJDICG4u3HXPTgBogNzT1MntQshVUrU2 { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gP03GXShPgtT9MprhgwOuvxiE9UFo15P { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hiF3qTbIWV8M8tBo00MmpmDZ7BcNEhlX { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bMZwT4bEy8xaqU3q6zacQ2iBQQRNPpBP { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:10.125rem;display:block; }
#QM675JX2yzMShPOB1Aw6AqDSsdPodH6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNUGv00AbyvNwVCKkcpxNmLW9P0mwLss { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:31.0625rem;display:block; }
#ZTObfqMDK72nmJPMdn1i81Jp6HpZk8hF { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.8125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTHEPCxnbUPnyNVWtwSgWMPBvIXbHMr3 { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:41.125rem;overflow:hidden;display:block; }
#F9ngtpQQhT4uM8RBgRZpVBHnOzk3O21O { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:34.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BdOkbTlssLcXiX2ToR4HZgf7vGse1lIs { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:34.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aRfufSPGTg12EtfWIgZ3eZaIlGXROSZw { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:34.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i0BXagsVIHObwWnzINfCuMIVTRuG2kDq { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:40.125rem;display:block; }
#T2dzulNQQxU8b8GQqfIx0qHT7OrM1DVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l { position:relative;display:none; }#KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l { border-width: 0; border-radius: 0; }#KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l > .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; }#KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fnp3qZJHoby9iZQew0O8cywK77sRvzhu { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:1.0625rem;display:block; }
#sU20ZgakwqJKbN9NNbaOmbCu12wMW21X { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:11.1875rem;overflow:hidden;display:block; }
#m8t1A18TuUcctiS97n2WygiPTMOcVdoo { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.8125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gfb17pNEsSKVDmfy5mUsHABvNN3KnQNS { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:4.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oU6agrsZsg34XusKFnaL6f4x9shAi8R9 { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wPqQBiUp0HBqmSFVZlAn5D3EKTgM0B2V { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Khh9ZOnbs32tyrUG5m3IJg8zlCTK7ufJ { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:10.125rem;display:block; }
#f5I7PtHrTxocixMPRqT24B08Ikx3Nld9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8GQv1sdwB5mpxdztPlBOt24kQTO6lsZ { position:absolute;display:block;z-index:15008;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:26.0625rem;width:27.9375rem;top:3.375rem;left:31.0625rem;display:block; }
#h6AI6QRli2s1t2gMRgETrTXIhLtiEANB { color:#4d4d4d;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.8125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6GZ1MvZMz8IER1OLAgT8f5NohR1Sc5x { position:absolute;display:block;z-index:15009;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:32.5rem;border-top-right-radius:32.5rem;border-bottom-left-radius:32.5rem;border-bottom-right-radius:32.5rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.4375rem;width:7.4375rem;top:0.9375rem;left:41.125rem;overflow:hidden;display:block; }
#mCt22xPwhITITREfiUwv1Ibp6u4ocycc { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:34.3125rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmTi52TU4NABsQ0WTHiqCObaf0OXwoAh { color:#7f7f7f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:34.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OyGkgWQWVZQDeKrkO6VlC9fcRmbihrWa { color:#4d4d4d;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:34.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqg3BvmoEDhnfIC5ZnRNBvhvehkk8Jd9 { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #1057c7, #d00e49);background-image: -moz-linear-gradient(93deg, #1057c7, #d00e49);background-image: -ms-linear-gradient(93deg, #1057c7, #d00e49);background-image: -o-linear-gradient(93deg, #1057c7, #d00e49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1057c7', endColorstr='#d00e49' );";background-image: linear-gradient(93deg, #1057c7, #d00e49);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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: 0rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.5rem;left:40.125rem;display:block; }
#Ui6Gcb0BbvbLEwtyeJs4Ghc8kN09BKK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipCne0yMwqPx394tKVDopVElAngEUTCa { position:relative;display:block; }#ipCne0yMwqPx394tKVDopVElAngEUTCa { background-color: transparent; background-image: none; }#ipCne0yMwqPx394tKVDopVElAngEUTCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .row .container > .video-iframe-container { display: none; }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .row > .video-iframe-container { display: none; }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .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); }#ipCne0yMwqPx394tKVDopVElAngEUTCa { border-width: 0; border-radius: 0; }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .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; }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row .container { background-color: transparent; background-image: none; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row .container > .video-iframe-container { display: none; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row > .video-iframe-container { display: none; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .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); }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row .container { border-width: 0; border-radius: 0; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#smuBGn0ZMqH6fMRUNp11PU0TovKu9wCH { background-color:#303030;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: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:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.8125rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.3125rem;left:1.34375rem;display:block; }
#T76gLRGWXTgzLOVipvTW5NI3WFQy2o3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvWsEkhJzFb4UvnRyllE3btTSClaUBFp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.72187423706056rem;left:9.53125rem;height:1.05625rem;display:block; }
#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2905fb, #fa0005);background-image: -moz-linear-gradient(90deg, #2905fb, #fa0005);background-image: -ms-linear-gradient(90deg, #2905fb, #fa0005);background-image: -o-linear-gradient(90deg, #2905fb, #fa0005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2905fb', endColorstr='#fa0005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2905fb', endColorstr='#fa0005' );";background-image: linear-gradient(90deg, #2905fb, #fa0005);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row .container { background-color: transparent; background-image: none; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row .container > .video-iframe-container { display: none; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row > .video-iframe-container { display: none; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .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); }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row .container { border-width: 0; border-radius: 0; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row .container { font-size:0.875rem;font-family:arial;height:0.1875rem;width:60rem;position:relative;display:block; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row .container { background-color: transparent; background-image: none; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row .container > .video-iframe-container { display: none; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row > .video-iframe-container { display: none; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .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); }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row .container { border-width: 0; border-radius: 0; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#TLR3OegzKQvRrLVWKslxxpB93nX9E7J8 { 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:1.5rem;width:9.9375rem;top:2.15625rem;left:1.28125rem;overflow:hidden;display:block; }
#IyN0NBlT8eGN5lHyoFrOFAI3F3HuStNW { background-color:#1c1c1c;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: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:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.375rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.96875rem;left:41.03125rem;display:block; }
#fySBn28CiOfZv5azLoyWuaifiHffxfLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nu7kvmAkgNzSxuel8uweenk5SlsSI6mh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.75rem;top:1.875rem;left:53.160415649414rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc { display:block; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No7B9EQCkVUDNlHNfSKHlMpenS1NeTGN { width:15.3125rem;height:2.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQDCuE2755RCwpBNPeUq70UCptQQG1Rk { display:block; }
 }@media only screen and (max-width: 763px) { #MMaLGGOV5Ie6rqL9T5G9GPvHf9oAKoNQ { width:15.3125rem;height:2.5625rem;top:1rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQVduuuGp8p0poBOpIQElOMg62RV332g { display:block; }
 }@media only screen and (max-width: 763px) { #hHNEf2i18PK5sEb9TlIFuVZNMDcqXsIf { top:1rem;left:28.6875rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keTE3iEKmvscXLxsnvnaZesf3wB09gJf { display:block; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT { display:block; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hovw1TLL1tkKJDb9s4KrphqlwGuLaVD3 { top:0.9375rem;left:0rem;width:9.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woKpw9fqOtbz8RQzLA27ugLTeDbOzC2v { width:4.0625rem;height:1.625rem;top:0.875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxScDiXc5LC8sudfkQFrW1MTpvrXtnrF { display:block; }
 }@media only screen and (max-width: 763px) { #z62DO4MkRlyWJ8ZHdz1M4gANcWZ1A0cT { width:5.3125rem;height:1.625rem;top:0.875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StLRHvCJ9HnDunxWxn23zbFpoE1PDXXB { display:block; }
 }@media only screen and (max-width: 763px) { #gbudDS6qKyxKGMd7RXJf5VafrGkCiX3v { width:6.0625rem;height:1.625rem;top:0.875rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8gc089IRiNRTtP6pfigpXPGdewcVTgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLDk1nLpFlm7Tp8axMoM4u92BArVUQLn { width:5.5rem;height:1.625rem;top:0.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNgVaOuapUwoNULqrboy5KkzlNf9PlTl { display:block; }
 }@media only screen and (max-width: 763px) { #gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS { display:block; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL1aFtD6fqmtcJQ5DSnIJwgyuP96OvXa { top:1.5rem;left:0rem;width:44.6875rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCXIF7oMCsFL6XfIXMg9Gv1M93xWO3pb { top:8.75rem;left:0rem;width:44.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVVXdWmBTrfhtiHC981ARIonv8lVdNm { top:1.75rem;left:36.1875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPzTuLHDIgS2gXn3OHKbhiK48tTG2UHq { width:10.8125rem;height:2.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCMc0WhygxlSeZN2G0cLGxhd7GrvAVEf { display:block; }
 }@media only screen and (max-width: 763px) { #zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk { display:block; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeCWxx6PvOsTPNUJguu3dIaJn7JAROPB { top:4.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upxaiT0O1R5v5fG6TxmbIA2clnA1Zy7r { top:2.875rem;left:0rem;width:35.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhuu2J5sP4KIRv1PhXZa6qcpsJW1NKn { top:5.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5HdqQ44We7i5gNToRJxtyev8A3fF42K { display:block; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0TPRTKvKDichQCfWKoWFI7Vfb6y6nql { top:0.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg { display:block; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo4UaE7zrhgwVlD41RRCe7eQiNEexFEq { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7KXgGpzFQuRevxlTS3KUDpm1Ma0eOQ { top:0.9375rem;left:8.0625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1wdi9s0LBzCiKiysroXkUnJlU0OrqAI { top:10.25rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8DHysftg2VkW9IiLVLdKBkWiGEs6lcf { top:15.75rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itBfrEB8Ksfe30Da0DOaKB0kCfnMW5pN { top:19.625rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8fQR3GpxTNMVVi6nAFB4tptFEviZoK { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQSPhdMBd1TbWk16hrRcuRIobhAfxtP6 { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu5UA9WHavJUzT8P69ADiq7ZvrM17p96 { display:block; }
 }@media only screen and (max-width: 763px) { #irA2PuyzshrUGGLqKmgu6p0ErqHqbJpL { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPI8mFVkQpK8U0UCit48pfJ5iTO4by7f { top:0.9375rem;left:8.0625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBZvvnnvN5GDNxssW5exiWzIrfwlwVt { top:10.25rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuxwC9XbTnBCGMFpVITHtpCuWkEETxBT { top:15.75rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnT5aCpVbS1Zn0cb22paTpElahrDCQZN { top:19.625rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIJEJazS4f6mqGdat3B3AAFpHX6byTMT { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkvXDzbU35SD1Ke2MMaUos6sfoBZKqf { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkr2gkhIQ05VDCGMIfCXruZlSmZ6FU0K { display:block; }
 }@media only screen and (max-width: 763px) { #b4tV1sTbnbTaLB0Rp5FdsPg2J9kEUihs { top:3.375rem;left:19.8125rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7uEKQOQ2WhZuehVknQi1WhRXuSHC6aX { top:0.9375rem;left:31.9375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvGePr2loDZ19mfFHdgUs4LL7XPoH50A { top:10.25rem;left:21.3125rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3SI9K5K2dXGT0scpAmxo3pCRWIU5qa { top:15.75rem;left:25.125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TgwWFqQnQd2zcF0AhBycmUty5hBTHO { top:19.625rem;left:25.125rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu5ENuTOvBtvFBQCwPxqSul92oP1z3G7 { top:21.125rem;left:25.125rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIwf6LmqFvs014DqWZExR3kP6c6fcw7s { width:9.8125rem;height:1.875rem;top:25.5rem;left:30.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pabpzrFZU7CDhsQqJxevsTuT92AyXa3u { display:block; }
 }@media only screen and (max-width: 763px) { #mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 { display:block; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy0IVp1IvcaoUOW1KsIzm0dzQtehA1g3 { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv1vxpv6uyJPSR1TrQ8EETXcvzuqv0Tb { top:10.25rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkWBU8a8I88zRUDSp1BMRQcGwsALWlMw { top:0.9375rem;left:8.0625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbdVIGawzWxmpEqZ7J9orLmCIrErDwKg { top:15.75rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evroirg8fw2Md5E1RoQArTHM37OFmdt1 { top:19.625rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFQg9K4v0mq1Nunmk3VcyteLJVLOf87O { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndzF4HKUsgL1VTtRJf1BJf3Ts3Manr2 { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwXnNfD2ItGS6gNpUANaZ1pF41Ththet { display:block; }
 }@media only screen and (max-width: 763px) { #emEEsuOZXstQWqHs32LXWQhtP3ML6UxQ { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk5JtnfVn3UEK1stn1hXufyzXpyHz7r5 { top:10.25rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDOp4rAqrVUHPvoUK1tANE4SBeISVrr8 { top:0.9375rem;left:8.0625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR4TlzsUhXXS2hPMEZ3f4cHlt1KHuOnV { top:15.75rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuegI5dTaf1gbZC7LiAhyivga1so7D0T { top:19.625rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNOzhW27TS8sXA2TDUz3NcRbNQdHTvpw { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCNPy3f01D4F5u6wO34I8T3MKsA1I2dl { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux1ZkHT2RM4wZcytuutsqheLhnbcMzdb { display:block; }
 }@media only screen and (max-width: 763px) { #uheq8teN1ZRbBJdRuNOnJa0EwuanTU7A { top:3.375rem;left:19.8125rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9UP1qEhe8kL4Vr3Sbwbd8iTUU6pTdtb { top:0.9375rem;left:31.9375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUCx1HIniseD76dSCdVZRJii7lLnylZ { top:10.25rem;left:21.3125rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEkDrgdSptrlgMm23EoeobXnfcp0fNp9 { top:15.75rem;left:25.125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5psiZ5n0sFBnJoFQDwqXLwW8nPCwf6o { top:19.625rem;left:25.125rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA4FsgNN752HT7U9NPZTHuRoZIcTddhU { top:21.125rem;left:25.125rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M54JTshX2a4MWV49yJJ0hpM9NTsUikyh { width:9.8125rem;height:1.875rem;top:25.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzG5TlzgVb7nqAqRcbiKmK2BnBrDi4Ag { display:block; }
 }@media only screen and (max-width: 763px) { #mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ { display:block; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1sGlGffWCuoxXiE4PfqSxezdxlwvq3C { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlnFNwk6RTwZBKtK1cvQTWCL30KWnGVA { top:0.9375rem;left:8.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucLS04zfovFGeFstBgldoak1ck4SdCk4 { top:10.25rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRnmtr0qQ1XOCfxc6hFoMbxXfysJVPxT { top:15.6875rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW1mrmS9VU43sFGuul9X2gq5FRe9qSXu { top:19.6875rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prWHF63VPGpSBslUBvQesn3zxRw2AtGN { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtBQskL91HFeI5hDbwpNeKrNrGqpwpO8 { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1NHKbadBMKdWcQuqwy5NH9dzG5F7v1 { display:block; }
 }@media only screen and (max-width: 763px) { #QDFJZq4oniHi3SltxSHdhGncgnf8H6DE { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wblwm0JviNcOkShL6FdP29er1TdOQPVt { top:10.25rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nox7fIrwZVPT1QBFxNn0cDPEM47ZHpNg { top:0.9375rem;left:8.0625rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4f7It0cx4wkdzDidgJQ1GEhcPrCHpGy { top:15.75rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyipithWVvoAq29IrLDb1JWtLd49TyPw { top:19.625rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGkcKenQxFIUJdEZEciRPhN2VTfZkupO { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPVxSeT7rhT8R91v7oTaMBzgvT7m9nNU { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgvrrtk29dHqtVgIASXXPT2isTgRn3vn { display:block; }
 }@media only screen and (max-width: 763px) { #Tgn7i0LR8gLcMKR8JisoQ8Emk0MKAgyv { top:3.375rem;left:19.8125rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFsC4xc762ITDMNvcE0Md5mRHwIuqmG { top:0.9375rem;left:31.9375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWlE8ytsKxhPRBfLd5ISRLPOfLRzGg3e { top:10.25rem;left:21.3125rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRGxc9wOzrZ8RvobcG0zx7cVO7FfMDyI { top:15.75rem;left:25.125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtHZwT8yaQpX6Nv5amgQdGeh9cNBLEm6 { top:19.625rem;left:25.125rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotXSk232hRKZ7IkkbTHvETE82NpS8e7 { top:21.125rem;left:25.125rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx8XdDWUeaOR6TGEhvsAyTPNAbQxaPsb { width:9.8125rem;height:1.875rem;top:25.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8kIVT5EMlfKeL0rnqqVqdyURO3w8Hu { display:block; }
 }@media only screen and (max-width: 763px) { #u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 { display:block; }#u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNfMGE8W63b9JdOItkOa0hpebkVhdoRO { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3D9ArerXcEVcr4aqX9fEemZ3pfUKTgM { top:0.9375rem;left:8.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb7IAKLqwIAEs3T0FA8SMFzrpLC7le0h { top:10.25rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJDICG4u3HXPTgBogNzT1MntQshVUrU2 { top:15.6875rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP03GXShPgtT9MprhgwOuvxiE9UFo15P { top:19.6875rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiF3qTbIWV8M8tBo00MmpmDZ7BcNEhlX { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMZwT4bEy8xaqU3q6zacQ2iBQQRNPpBP { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM675JX2yzMShPOB1Aw6AqDSsdPodH6L { display:block; }
 }@media only screen and (max-width: 763px) { #JNUGv00AbyvNwVCKkcpxNmLW9P0mwLss { top:3.375rem;left:19.8125rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTObfqMDK72nmJPMdn1i81Jp6HpZk8hF { top:10.25rem;left:21.3125rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHEPCxnbUPnyNVWtwSgWMPBvIXbHMr3 { top:0.9375rem;left:31.9375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ngtpQQhT4uM8RBgRZpVBHnOzk3O21O { top:15.75rem;left:25.125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdOkbTlssLcXiX2ToR4HZgf7vGse1lIs { top:19.625rem;left:25.125rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRfufSPGTg12EtfWIgZ3eZaIlGXROSZw { top:21.125rem;left:25.125rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BXagsVIHObwWnzINfCuMIVTRuG2kDq { width:9.8125rem;height:1.875rem;top:25.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dzulNQQxU8b8GQqfIx0qHT7OrM1DVv { display:block; }
 }@media only screen and (max-width: 763px) { #KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l { display:block; }#KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnp3qZJHoby9iZQew0O8cywK77sRvzhu { top:3.375rem;left:0rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU20ZgakwqJKbN9NNbaOmbCu12wMW21X { top:0.9375rem;left:8.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8t1A18TuUcctiS97n2WygiPTMOcVdoo { top:10.25rem;left:0rem;width:26.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfb17pNEsSKVDmfy5mUsHABvNN3KnQNS { top:15.6875rem;left:1.25rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU6agrsZsg34XusKFnaL6f4x9shAi8R9 { top:19.6875rem;left:1.25rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPqQBiUp0HBqmSFVZlAn5D3EKTgM0B2V { top:21.125rem;left:1.25rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khh9ZOnbs32tyrUG5m3IJg8zlCTK7ufJ { width:9.8125rem;height:1.875rem;top:25.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5I7PtHrTxocixMPRqT24B08Ikx3Nld9 { display:block; }
 }@media only screen and (max-width: 763px) { #n8GQv1sdwB5mpxdztPlBOt24kQTO6lsZ { top:3.375rem;left:19.8125rem;width:27.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6AI6QRli2s1t2gMRgETrTXIhLtiEANB { top:10.25rem;left:21.3125rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6GZ1MvZMz8IER1OLAgT8f5NohR1Sc5x { top:0.9375rem;left:31.9375rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCt22xPwhITITREfiUwv1Ibp6u4ocycc { top:15.75rem;left:25.125rem;width:21.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTi52TU4NABsQ0WTHiqCObaf0OXwoAh { top:19.625rem;left:25.125rem;width:21.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyGkgWQWVZQDeKrkO6VlC9fcRmbihrWa { top:21.125rem;left:25.125rem;width:21.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqg3BvmoEDhnfIC5ZnRNBvhvehkk8Jd9 { width:9.8125rem;height:1.875rem;top:25.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6Gcb0BbvbLEwtyeJs4Ghc8kN09BKK2 { display:block; }
 }@media only screen and (max-width: 763px) { #ipCne0yMwqPx394tKVDopVElAngEUTCa { display:block; }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH { display:block; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smuBGn0ZMqH6fMRUNp11PU0TovKu9wCH { width:6.8125rem;height:1.875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76gLRGWXTgzLOVipvTW5NI3WFQy2o3D { display:block; }
 }@media only screen and (max-width: 763px) { #OvWsEkhJzFb4UvnRyllE3btTSClaUBFp { top:0.6875rem;left:3.40625rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv { display:block; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW { display:block; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLR3OegzKQvRrLVWKslxxpB93nX9E7J8 { top:2.125rem;left:0rem;width:9.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyN0NBlT8eGN5lHyoFrOFAI3F3HuStNW { width:10.375rem;height:1.875rem;top:1.9375rem;left:34.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySBn28CiOfZv5azLoyWuaifiHffxfLx { display:block; }
 }@media only screen and (max-width: 763px) { #Nu7kvmAkgNzSxuel8uweenk5SlsSI6mh { top:1.875rem;left:42rem;width:5.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc { display:block; }#vcKgJMcZxOyUFP6CTNZye8nDsuveA2Hc > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No7B9EQCkVUDNlHNfSKHlMpenS1NeTGN { width:15.3125rem;height:2.5625rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQDCuE2755RCwpBNPeUq70UCptQQG1Rk { display:block; }
 }@media only screen and (max-width: 763px) { #MMaLGGOV5Ie6rqL9T5G9GPvHf9oAKoNQ { width:15.3125rem;height:2.5625rem;top:5.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQVduuuGp8p0poBOpIQElOMg62RV332g { display:block; }
 }@media only screen and (max-width: 763px) { #hHNEf2i18PK5sEb9TlIFuVZNMDcqXsIf { width:19.0625rem;height:2.5996125rem;top:8.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keTE3iEKmvscXLxsnvnaZesf3wB09gJf { display:block; }#keTE3iEKmvscXLxsnvnaZesf3wB09gJf > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT { display:block; }#enLOQ8ZSdaqCOGOV7kznRn4yvr3JglDT > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hovw1TLL1tkKJDb9s4KrphqlwGuLaVD3 { width:9.8125rem;height:1.5625rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woKpw9fqOtbz8RQzLA27ugLTeDbOzC2v { width:10.6875rem;height:1.625rem;top:4.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxScDiXc5LC8sudfkQFrW1MTpvrXtnrF { display:block; }
 }@media only screen and (max-width: 763px) { #z62DO4MkRlyWJ8ZHdz1M4gANcWZ1A0cT { width:7.375rem;height:1.625rem;top:12.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StLRHvCJ9HnDunxWxn23zbFpoE1PDXXB { display:block; }
 }@media only screen and (max-width: 763px) { #gbudDS6qKyxKGMd7RXJf5VafrGkCiX3v { width:6.0625rem;height:1.625rem;top:9.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8gc089IRiNRTtP6pfigpXPGdewcVTgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLDk1nLpFlm7Tp8axMoM4u92BArVUQLn { width:7.1875rem;height:1.625rem;top:6.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNgVaOuapUwoNULqrboy5KkzlNf9PlTl { display:block; }
 }@media only screen and (max-width: 763px) { #gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS { display:block; }#gI0xsMNkshNCRXXOqahi4sbmaSLQZNhS > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL1aFtD6fqmtcJQ5DSnIJwgyuP96OvXa { width:20rem;height:5.84911875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCXIF7oMCsFL6XfIXMg9Gv1M93xWO3pb { width:20rem;height:3.0869125rem;top:8.34765625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVVXdWmBTrfhtiHC981ARIonv8lVdNm { width:3.625rem;height:3.625rem;top:15.99609375rem;left:8.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SPzTuLHDIgS2gXn3OHKbhiK48tTG2UHq { width:10.8125rem;height:2.0625rem;top:12.68359375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCMc0WhygxlSeZN2G0cLGxhd7GrvAVEf { display:block; }
 }@media only screen and (max-width: 763px) { #zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk { display:block; }#zgMfpeRrvHv3pw4wMXTJCPKhe4aL0mCk > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeCWxx6PvOsTPNUJguu3dIaJn7JAROPB { width:20rem;height:0.1875rem;top:6.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upxaiT0O1R5v5fG6TxmbIA2clnA1Zy7r { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWhuu2J5sP4KIRv1PhXZa6qcpsJW1NKn { width:20rem;height:3.65625rem;top:7.51171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5HdqQ44We7i5gNToRJxtyev8A3fF42K { display:block; }#G5HdqQ44We7i5gNToRJxtyev8A3fF42K > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0TPRTKvKDichQCfWKoWFI7Vfb6y6nql { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg { display:block; }#V7ywIbVwxkcih70z6ypFX8iuXeDe3TQg > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo4UaE7zrhgwVlD41RRCe7eQiNEexFEq { width:20rem;height:26.0625rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qz7KXgGpzFQuRevxlTS3KUDpm1Ma0eOQ { width:7.4375rem;height:7.4375rem;top:1.4375rem;left:6.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1wdi9s0LBzCiKiysroXkUnJlU0OrqAI { width:20rem;height:2.9248rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8DHysftg2VkW9IiLVLdKBkWiGEs6lcf { width:20rem;height:2.9248rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #itBfrEB8Ksfe30Da0DOaKB0kCfnMW5pN { width:20rem;height:1.4624rem;top:19.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ap8fQR3GpxTNMVVi6nAFB4tptFEviZoK { width:20rem;height:3.25rem;top:20.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQSPhdMBd1TbWk16hrRcuRIobhAfxtP6 { width:9.8125rem;height:1.875rem;top:25.875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bu5UA9WHavJUzT8P69ADiq7ZvrM17p96 { display:block; }
 }@media only screen and (max-width: 763px) { #irA2PuyzshrUGGLqKmgu6p0ErqHqbJpL { width:20rem;height:26.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPI8mFVkQpK8U0UCit48pfJ5iTO4by7f { width:7.4375rem;height:7.4375rem;top:1.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBZvvnnvN5GDNxssW5exiWzIrfwlwVt { width:20rem;height:2.9248rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuxwC9XbTnBCGMFpVITHtpCuWkEETxBT { width:20rem;height:2.9248rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnT5aCpVbS1Zn0cb22paTpElahrDCQZN { width:20rem;height:1.4624rem;top:19.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIJEJazS4f6mqGdat3B3AAFpHX6byTMT { width:20rem;height:3.25rem;top:21.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkvXDzbU35SD1Ke2MMaUos6sfoBZKqf { width:9.8125rem;height:1.875rem;top:25.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkr2gkhIQ05VDCGMIfCXruZlSmZ6FU0K { display:block; }
 }@media only screen and (max-width: 763px) { #b4tV1sTbnbTaLB0Rp5FdsPg2J9kEUihs { width:20rem;height:26.0625rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7uEKQOQ2WhZuehVknQi1WhRXuSHC6aX { width:7.4375rem;height:7.4375rem;top:30.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvGePr2loDZ19mfFHdgUs4LL7XPoH50A { width:20rem;height:2.9248rem;top:38.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3SI9K5K2dXGT0scpAmxo3pCRWIU5qa { width:20rem;height:2.9248rem;top:44.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TgwWFqQnQd2zcF0AhBycmUty5hBTHO { width:20rem;height:1.4624rem;top:48.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu5ENuTOvBtvFBQCwPxqSul92oP1z3G7 { width:20rem;height:3.25rem;top:49.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIwf6LmqFvs014DqWZExR3kP6c6fcw7s { width:9.8125rem;height:1.875rem;top:53.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pabpzrFZU7CDhsQqJxevsTuT92AyXa3u { display:block; }
 }@media only screen and (max-width: 763px) { #mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 { display:block; }#mcnk8cWHkbbatWOUdkBnvUTUq12xyT77 > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy0IVp1IvcaoUOW1KsIzm0dzQtehA1g3 { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv1vxpv6uyJPSR1TrQ8EETXcvzuqv0Tb { width:20rem;height:2.92480625rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkWBU8a8I88zRUDSp1BMRQcGwsALWlMw { width:7.4375rem;height:7.4375rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbdVIGawzWxmpEqZ7J9orLmCIrErDwKg { width:20rem;height:2.9248rem;top:13.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evroirg8fw2Md5E1RoQArTHM37OFmdt1 { width:20rem;height:1.4624rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFQg9K4v0mq1Nunmk3VcyteLJVLOf87O { width:20rem;height:3.25rem;top:19rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JndzF4HKUsgL1VTtRJf1BJf3Ts3Manr2 { width:9.8125rem;height:1.875rem;top:23.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwXnNfD2ItGS6gNpUANaZ1pF41Ththet { display:block; }
 }@media only screen and (max-width: 763px) { #emEEsuOZXstQWqHs32LXWQhtP3ML6UxQ { width:20rem;height:26.0625rem;top:30.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vk5JtnfVn3UEK1stn1hXufyzXpyHz7r5 { width:20rem;height:2.92480625rem;top:37.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDOp4rAqrVUHPvoUK1tANE4SBeISVrr8 { width:7.4375rem;height:7.4375rem;top:29.5625rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IR4TlzsUhXXS2hPMEZ3f4cHlt1KHuOnV { width:20rem;height:2.9248rem;top:43.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuegI5dTaf1gbZC7LiAhyivga1so7D0T { width:20rem;height:1.4624rem;top:47.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNOzhW27TS8sXA2TDUz3NcRbNQdHTvpw { width:20rem;height:3.25rem;top:48.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCNPy3f01D4F5u6wO34I8T3MKsA1I2dl { width:9.8125rem;height:1.875rem;top:53.625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ux1ZkHT2RM4wZcytuutsqheLhnbcMzdb { display:block; }
 }@media only screen and (max-width: 763px) { #uheq8teN1ZRbBJdRuNOnJa0EwuanTU7A { width:20rem;height:26.0625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9UP1qEhe8kL4Vr3Sbwbd8iTUU6pTdtb { width:7.4375rem;height:7.4375rem;top:28.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUCx1HIniseD76dSCdVZRJii7lLnylZ { width:20rem;height:2.92480625rem;top:36.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEkDrgdSptrlgMm23EoeobXnfcp0fNp9 { width:20rem;height:2.9248rem;top:42.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5psiZ5n0sFBnJoFQDwqXLwW8nPCwf6o { width:20rem;height:1.4624rem;top:46.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA4FsgNN752HT7U9NPZTHuRoZIcTddhU { width:20rem;height:3.25rem;top:47.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M54JTshX2a4MWV49yJJ0hpM9NTsUikyh { width:9.8125rem;height:1.875rem;top:52.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzG5TlzgVb7nqAqRcbiKmK2BnBrDi4Ag { display:block; }
 }@media only screen and (max-width: 763px) { #mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ { display:block; }#mtRv4Sxcua4XdLoiBVHVheUhGX8iEnBQ > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1sGlGffWCuoxXiE4PfqSxezdxlwvq3C { width:20rem;height:26.0625rem;top:32rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlnFNwk6RTwZBKtK1cvQTWCL30KWnGVA { width:7.4375rem;height:7.4375rem;top:30rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucLS04zfovFGeFstBgldoak1ck4SdCk4 { width:20rem;height:2.92480625rem;top:39.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRnmtr0qQ1XOCfxc6hFoMbxXfysJVPxT { width:20rem;height:2.9248rem;top:44.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eW1mrmS9VU43sFGuul9X2gq5FRe9qSXu { width:20rem;height:1.4624rem;top:48.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #prWHF63VPGpSBslUBvQesn3zxRw2AtGN { width:20rem;height:3.25rem;top:50.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtBQskL91HFeI5hDbwpNeKrNrGqpwpO8 { width:9.8125rem;height:1.875rem;top:54.75rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ1NHKbadBMKdWcQuqwy5NH9dzG5F7v1 { display:block; }
 }@media only screen and (max-width: 763px) { #QDFJZq4oniHi3SltxSHdhGncgnf8H6DE { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wblwm0JviNcOkShL6FdP29er1TdOQPVt { width:20rem;height:2.92480625rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nox7fIrwZVPT1QBFxNn0cDPEM47ZHpNg { width:7.4375rem;height:7.4375rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4f7It0cx4wkdzDidgJQ1GEhcPrCHpGy { width:20rem;height:2.9248rem;top:13.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyipithWVvoAq29IrLDb1JWtLd49TyPw { width:20rem;height:1.4624rem;top:17.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGkcKenQxFIUJdEZEciRPhN2VTfZkupO { width:20rem;height:3.25rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPVxSeT7rhT8R91v7oTaMBzgvT7m9nNU { width:9.8125rem;height:1.875rem;top:24rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgvrrtk29dHqtVgIASXXPT2isTgRn3vn { display:block; }
 }@media only screen and (max-width: 763px) { #Tgn7i0LR8gLcMKR8JisoQ8Emk0MKAgyv { width:20rem;height:26.0625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFsC4xc762ITDMNvcE0Md5mRHwIuqmG { width:7.4375rem;height:7.4375rem;top:28.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWlE8ytsKxhPRBfLd5ISRLPOfLRzGg3e { width:20rem;height:2.92480625rem;top:37rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRGxc9wOzrZ8RvobcG0zx7cVO7FfMDyI { width:20rem;height:2.9248rem;top:42.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtHZwT8yaQpX6Nv5amgQdGeh9cNBLEm6 { width:20rem;height:1.4624rem;top:46.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotXSk232hRKZ7IkkbTHvETE82NpS8e7 { width:20rem;height:3.25rem;top:47.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx8XdDWUeaOR6TGEhvsAyTPNAbQxaPsb { width:9.8125rem;height:1.875rem;top:52.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8kIVT5EMlfKeL0rnqqVqdyURO3w8Hu { display:block; }
 }@media only screen and (max-width: 763px) { #u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 { display:none; }#u67IVKSFQbpxwTa2AXVaZBl5Z5i3MOE8 > .row .container { width:20rem;height:58.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wNfMGE8W63b9JdOItkOa0hpebkVhdoRO { width:20rem;height:26.0625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3D9ArerXcEVcr4aqX9fEemZ3pfUKTgM { width:7.4375rem;height:7.4375rem;top:29.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb7IAKLqwIAEs3T0FA8SMFzrpLC7le0h { width:20rem;height:2.9248rem;top:38.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJDICG4u3HXPTgBogNzT1MntQshVUrU2 { width:20rem;height:2.9248rem;top:44.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP03GXShPgtT9MprhgwOuvxiE9UFo15P { width:20rem;height:1.4624rem;top:47.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiF3qTbIWV8M8tBo00MmpmDZ7BcNEhlX { width:20rem;height:3.25rem;top:49.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMZwT4bEy8xaqU3q6zacQ2iBQQRNPpBP { width:9.8125rem;height:1.875rem;top:54.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM675JX2yzMShPOB1Aw6AqDSsdPodH6L { display:block; }
 }@media only screen and (max-width: 763px) { #JNUGv00AbyvNwVCKkcpxNmLW9P0mwLss { width:20rem;height:26.0625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTObfqMDK72nmJPMdn1i81Jp6HpZk8hF { width:20rem;height:2.9248rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHEPCxnbUPnyNVWtwSgWMPBvIXbHMr3 { width:7.4375rem;height:7.4375rem;top:0.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ngtpQQhT4uM8RBgRZpVBHnOzk3O21O { width:20rem;height:2.9248rem;top:14.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdOkbTlssLcXiX2ToR4HZgf7vGse1lIs { width:20rem;height:1.4624rem;top:18.296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRfufSPGTg12EtfWIgZ3eZaIlGXROSZw { width:20rem;height:3.25rem;top:19.546875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BXagsVIHObwWnzINfCuMIVTRuG2kDq { width:9.8125rem;height:1.875rem;top:24.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dzulNQQxU8b8GQqfIx0qHT7OrM1DVv { display:block; }
 }@media only screen and (max-width: 763px) { #KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l { display:none; }#KT4hcaJfHgi3o2EWR4T6pLAGLGBWNh0l > .row .container { width:20rem;height:58.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fnp3qZJHoby9iZQew0O8cywK77sRvzhu { width:20rem;height:26.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU20ZgakwqJKbN9NNbaOmbCu12wMW21X { width:7.4375rem;height:7.4375rem;top:1.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8t1A18TuUcctiS97n2WygiPTMOcVdoo { width:20rem;height:1.4624rem;top:10.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfb17pNEsSKVDmfy5mUsHABvNN3KnQNS { width:20rem;height:2.9248rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU6agrsZsg34XusKFnaL6f4x9shAi8R9 { width:20rem;height:1.4624rem;top:19.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPqQBiUp0HBqmSFVZlAn5D3EKTgM0B2V { width:20rem;height:3.25rem;top:21.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khh9ZOnbs32tyrUG5m3IJg8zlCTK7ufJ { width:9.8125rem;height:1.875rem;top:25.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5I7PtHrTxocixMPRqT24B08Ikx3Nld9 { display:block; }
 }@media only screen and (max-width: 763px) { #n8GQv1sdwB5mpxdztPlBOt24kQTO6lsZ { width:20rem;height:26.0625rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6AI6QRli2s1t2gMRgETrTXIhLtiEANB { width:20rem;height:2.9248rem;top:38.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6GZ1MvZMz8IER1OLAgT8f5NohR1Sc5x { width:7.4375rem;height:7.4375rem;top:30.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCt22xPwhITITREfiUwv1Ibp6u4ocycc { width:20rem;height:2.9248rem;top:44.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTi52TU4NABsQ0WTHiqCObaf0OXwoAh { width:20rem;height:1.4624rem;top:48.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyGkgWQWVZQDeKrkO6VlC9fcRmbihrWa { width:20rem;height:3.25rem;top:49.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqg3BvmoEDhnfIC5ZnRNBvhvehkk8Jd9 { width:9.8125rem;height:1.875rem;top:54.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6Gcb0BbvbLEwtyeJs4Ghc8kN09BKK2 { display:block; }
 }@media only screen and (max-width: 763px) { #ipCne0yMwqPx394tKVDopVElAngEUTCa { display:block; }#ipCne0yMwqPx394tKVDopVElAngEUTCa > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH { display:block; }#FMu7Dpdf7171OFzpegLfWAOgqnnq6tGH > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smuBGn0ZMqH6fMRUNp11PU0TovKu9wCH { width:6.8125rem;height:1.875rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76gLRGWXTgzLOVipvTW5NI3WFQy2o3D { display:block; }
 }@media only screen and (max-width: 763px) { #OvWsEkhJzFb4UvnRyllE3btTSClaUBFp { width:12.5rem;height:1.05615rem;top:4.375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv { display:block; }#ADaN75rInfc8T28wZ65Z5mqbIXT0Svmv > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW { display:block; }#b7W4xSJGPHbDlC4C2zaibd34NDGUfqxW > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLR3OegzKQvRrLVWKslxxpB93nX9E7J8 { width:9.9375rem;height:1.5rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyN0NBlT8eGN5lHyoFrOFAI3F3HuStNW { width:10.375rem;height:1.875rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySBn28CiOfZv5azLoyWuaifiHffxfLx { display:block; }
 }@media only screen and (max-width: 763px) { #Nu7kvmAkgNzSxuel8uweenk5SlsSI6mh { width:5.75rem;height:2.0625rem;top:7.125rem;left:7.125rem;display:block; }
 }