.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffff8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { background-color: transparent; background-image: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container > .video-iframe-container { display: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container { display: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .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); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { border-width: 0; border-radius: 0; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11.75rem;top:0.25rem;left:4.375rem;overflow:hidden;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff8c;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#oudaSBeT0KRlISVtQOCQTnP055qopTb8 { color:#000000;display:block;width:52rem;position:absolute;font-family:"nasz outline";font-size:3.8125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:4.437255859375rem;left:3.6248779296875rem;height:3.8125rem;text-align:left;text-align-last:left;display:block; }
#PypH0lMSVPEmGTS2DVUHqPK7OJ1kSh6r { color:#000000;display:block;width:62.9375rem;position:absolute;font-family:"helvetica neu";font-size:3.8125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:8.24951171875rem;left:3.6248779296875rem;height:3.8125rem;text-align:left;text-align-last:left;display:block; }
#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecacc;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; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row .container { background-color: transparent; background-image: none; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row .container > .video-iframe-container { display: none; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row > .video-iframe-container { display: none; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .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); }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row .container { border-width: 0; border-radius: 0; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#DAR47OVSfKqrkzPAHpNOsxzhwk9TC7tD { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"helvetica neu";font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.9765625rem;left:2.5rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rszV60xTmDhGuxV0RHCoMqTxSJmETyQE { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"nasz outline";font-size:7.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:0.625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7PIqNILhe6QM676r4IGhGbVPtf5IvDo { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:"nasz outline";font-size:7.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.125rem;left:23.5rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wD1rDGheD7377PgST54lb7w0hoCpC56c { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"helvetica neu";font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.875rem;left:26.25rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWV2wJw6aZIFwaOkxc868OB20hT0pDGi { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"helvetica neu";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.875rem;left:50rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwktZMUla9fKGXN6BhyorIwI4FHwKREa { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:"nasz outline";font-size:7.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:46.96875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1TAAeOGSef7i1n687DgCkzli0Cffgew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecacc;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; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { background-color: transparent; background-image: none; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container > .video-iframe-container { display: none; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row > .video-iframe-container { display: none; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .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); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { border-width: 0; border-radius: 0; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#ygGxaixPt3kJELQ3ocmwLFgLTs31M730 { position:absolute;display:block;z-index:15001;height:16.1875rem;width:24.6875rem;top:0rem;left:25rem;display:block; }
#eWI2VAogSaoxvfcwKLeGG5s3TRgbDnor { position:absolute;display:block;z-index:15002;height:16.3125rem;width:25.0625rem;top:0rem;left:49.9375rem;display:block; }
#LfxXpyR72Su1xRICE5w40T9T3KUC9vAg { position:absolute;display:block;z-index:15002;height:16.187125rem;width:24.6875rem;top:0rem;left:0rem;display:block; }
#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a3d7fb;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; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row .container { background-color: transparent; background-image: none; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row .container > .video-iframe-container { display: none; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row > .video-iframe-container { display: none; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .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); }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row .container { border-width: 0; border-radius: 0; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:block; }#AI4ASGuiA0olU1rP5B9BBh2OVPgfD13X { color:#000000;display:block;width:40rem;position:absolute;font-family:"helvetica outline";font-size:3.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9375002384186rem;left:4.15625rem;height:4.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OftVm2MpSmIFRW4ToTS0O0wCqOLRLQ4E { box-sizing:content-box;height:37.9375rem;width:29.1875rem;position:absolute;display:block;z-index:15004;background-color:#f5f3f6;background-image:none;top:14.01171875rem;left:4.15625rem;display:block; }
#mz3e1QS6RiRJC4nJBwO8E9ZzSULIIxfi { 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:3.5rem;width:3.5rem;top:12.287505149841rem;left:17rem;overflow:hidden;display:block; }
#nq1TPzdFzgyQT6XNJAS8UB9KoETtIB4X { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.974999666214rem;left:6.84375rem;height:19.4921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x6CM6oeqFsIS1IZL2yBrRhE30GMXc76r { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:37.823438644409rem;left:6.84375rem;height:10.39583125rem;font-style:normal;display:block; }
#HVsGBWRBzyQ3f8QvkEq0lIcJ0M3ogVgo { box-sizing:content-box;height:38.0625rem;width:29.1875rem;position:absolute;display:block;z-index:15008;background-color:#f5f3f6;background-image:none;top:14.01171875rem;left:41.250001907349rem;display:block; }
#HFu9K2uDXTADGhMLt5BoQDw1LyB3mZgl { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.32421875rem;left:43.937501907349rem;height:18.19273125rem;font-style:normal;display:block; }
#W1gHGUB4WcXok6JrZlkuFTZXdZ7Jlcd5 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:38.885938644409rem;left:44.156251907349rem;height:10.39585625rem;font-style:normal;display:block; }
#BtZ51ymXFSoBUVkpLOnIXiMxAz3wMnAr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:12.35000038147rem;left:54.156251907349rem;overflow:hidden;display:block; }
#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f3f6;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; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container { background-color: transparent; background-image: none; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container > .video-iframe-container { display: none; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row > .video-iframe-container { display: none; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .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); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container { border-width: 0; border-radius: 0; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#dSQIRDGT5u4wv5HsWShFhPA14lXXrURw { 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:9rem;width:58.5625rem;top:8.78125rem;left:8.21875rem;overflow:hidden;display:block; }
#uE1KlxlOMx8MGNRc4vIeqUtVqEZccrx6 { color:#000000;display:block;width:31.434375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:4.7492189407349rem;left:21.78281211853rem;height:1.50024375rem;text-align:center;text-align-last:center;display:block; }
#Tmyc9hAoCziVagePAxow6blh2K26g6XZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { background-color: transparent; background-image: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container > .video-iframe-container { display: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container { display: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .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); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { border-width: 0; border-radius: 0; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { color:#000000;display:block;width:27.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.950075rem;font-style:normal;display:block; }
#tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:53.562501907349rem;height:1.950075rem;font-style:normal;display:block; }
#KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.3rem;display:block; }
#E5THH06lnlbifX8l7UReM7nfar6eSvwG { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.7373046875rem;left:0rem;height:1.3rem;display:block; }
#xArMMKVOzged1BDDEkatXTgMTyCKz3gr { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.3rem;display:block; }
#dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:1.3rem;display:block; }
#lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:1.3rem;display:block; }
#Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25rem;left:0rem;height:1.3rem;display:block; }
#Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:1.3rem;display:block; }
#eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:1.3rem;display:block; }
#lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.8125rem;left:0rem;height:1.3rem;display:block; }
#ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.375rem;left:53.5625rem;height:1.3rem;display:block; }
#IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.75rem;left:53.5625rem;height:1.3rem;display:block; }
#vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.125rem;left:53.5625rem;height:1.3rem;display:block; }
#dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.5625rem;height:1.3rem;display:block; }
#R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:32.25rem;height:1.950075rem;font-style:normal;display:block; }
#nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.25rem;height:1.3rem;display:block; }
#OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.7373046875rem;left:32.25rem;height:1.3rem;display:block; }
#Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.125rem;left:32.25rem;height:1.3rem;display:block; }
#QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:32.250001907349rem;height:1.3rem;display:block; }
#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { background-color: transparent; background-image: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container > .video-iframe-container { display: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container { display: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .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); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { border-width: 0; border-radius: 0; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.125rem;left:30.375rem; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.0625rem;left:34.625rem; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.125rem;left:38.5625rem; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:0.9375rem;left:42.5625rem; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { top:0.25rem;left:0rem;width:11.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oudaSBeT0KRlISVtQOCQTnP055qopTb8 { top:4.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PypH0lMSVPEmGTS2DVUHqPK7OJ1kSh6r { top:8.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf { display:block; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAR47OVSfKqrkzPAHpNOsxzhwk9TC7tD { top:6.9375rem;left:0rem;width:21.5625rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rszV60xTmDhGuxV0RHCoMqTxSJmETyQE { top:3.125rem;left:0rem;width:3.625rem;height:9rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7PIqNILhe6QM676r4IGhGbVPtf5IvDo { top:3.125rem;left:9.875rem;width:9.875rem;height:9rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD1rDGheD7377PgST54lb7w0hoCpC56c { top:6.875rem;left:12.625rem;width:21.5625rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWV2wJw6aZIFwaOkxc868OB20hT0pDGi { top:6.875rem;left:21.0625rem;width:26.6875rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwktZMUla9fKGXN6BhyorIwI4FHwKREa { top:3.125rem;left:33.34375rem;width:9.875rem;height:9rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1TAAeOGSef7i1n687DgCkzli0Cffgew { display:block; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygGxaixPt3kJELQ3ocmwLFgLTs31M730 { top:0rem;left:7.0625rem;width:24.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWI2VAogSaoxvfcwKLeGG5s3TRgbDnor { top:0rem;left:6.6875rem;width:25.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxXpyR72Su1xRICE5w40T9T3KUC9vAg { top:0rem;left:0rem;width:24.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT { display:block; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AI4ASGuiA0olU1rP5B9BBh2OVPgfD13X { top:3.9375rem;left:0rem;width:40rem;height:4.5625rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OftVm2MpSmIFRW4ToTS0O0wCqOLRLQ4E { top:14rem;left:0rem;width:29.1875rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz3e1QS6RiRJC4nJBwO8E9ZzSULIIxfi { top:12.25rem;left:10.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq1TPzdFzgyQT6XNJAS8UB9KoETtIB4X { top:16.9375rem;left:0.03125rem;width:23.8125rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6CM6oeqFsIS1IZL2yBrRhE30GMXc76r { top:37.8125rem;left:0.03125rem;width:23.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVsGBWRBzyQ3f8QvkEq0lIcJ0M3ogVgo { top:14rem;left:18.5625rem;width:29.1875rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFu9K2uDXTADGhMLt5BoQDw1LyB3mZgl { top:18.3125rem;left:23.875rem;width:23.8125rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1gHGUB4WcXok6JrZlkuFTZXdZ7Jlcd5 { top:38.875rem;left:23.875rem;width:23.8125rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZ51ymXFSoBUVkpLOnIXiMxAz3wMnAr { top:12.3125rem;left:33.718751907349rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK { display:block; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSQIRDGT5u4wv5HsWShFhPA14lXXrURw { top:8.75rem;left:0rem;width:47.75rem;height:7.3383137673425rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1KlxlOMx8MGNRc4vIeqUtVqEZccrx6 { top:4.6875rem;left:8.15781211853rem;width:31.375rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmyc9hAoCziVagePAxow6blh2K26g6XZ { display:block; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { top:5.0625rem;left:0rem;width:27.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { top:5.0625rem;left:31.875rem;width:15.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { top:10.375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5THH06lnlbifX8l7UReM7nfar6eSvwG { top:12.6875rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xArMMKVOzged1BDDEkatXTgMTyCKz3gr { top:15.125rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { top:17.5625rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { top:19.9375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { top:25rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { top:22.5625rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { top:27.375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { top:29.8125rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { top:10.375rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { top:12.75rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { top:15.125rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { top:17.625rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { top:5.0625rem;left:18.625rem;width:15.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { top:10.375rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { top:12.6875rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { top:15.125rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { top:17.625rem;left:18.625001907349rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { top:1.125rem;left:16.75rem;width:1.875rem;height:1.875rem;display:block; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { top:1.0625rem;left:21rem;width:1.9375rem;height:1.9375rem;display:block; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { top:1.125rem;left:24.9375rem;width:1.875rem;height:1.875rem;display:block; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { top:0.9375rem;left:28.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { position:relative;z-index:auto;display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { width:10.75rem;height:3.875rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oudaSBeT0KRlISVtQOCQTnP055qopTb8 { width:20rem;height:4.625rem;top:0rem;left:0rem;font-size:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PypH0lMSVPEmGTS2DVUHqPK7OJ1kSh6r { width:20rem;height:3.225rem;top:2.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf { display:none; }#sMSJbX4vT7vrFXPNh57cGh1NCf9v2KOf > .row .container { width:20rem;height:23.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DAR47OVSfKqrkzPAHpNOsxzhwk9TC7tD { width:18rem;height:1.875rem;top:1.6484375rem;left:1.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rszV60xTmDhGuxV0RHCoMqTxSJmETyQE { width:5rem;height:2.3994125rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7PIqNILhe6QM676r4IGhGbVPtf5IvDo { width:9.875rem;height:2.3994125rem;top:20.8359375rem;left:10.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wD1rDGheD7377PgST54lb7w0hoCpC56c { width:20rem;height:2.3994125rem;top:17.71875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWV2wJw6aZIFwaOkxc868OB20hT0pDGi { width:20rem;height:4.798825rem;top:18.96875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwktZMUla9fKGXN6BhyorIwI4FHwKREa { width:9.875rem;height:2.3994125rem;top:15.3203125rem;left:5.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1TAAeOGSef7i1n687DgCkzli0Cffgew { display:block; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygGxaixPt3kJELQ3ocmwLFgLTs31M730 { width:20rem;height:16.1875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWI2VAogSaoxvfcwKLeGG5s3TRgbDnor { width:20rem;height:16.3125rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxXpyR72Su1xRICE5w40T9T3KUC9vAg { width:20rem;height:16.125rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT { display:block; }#KapJC0rNfXhiWl7Xl5cEVt1gkdletEXT > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AI4ASGuiA0olU1rP5B9BBh2OVPgfD13X { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OftVm2MpSmIFRW4ToTS0O0wCqOLRLQ4E { width:20rem;height:26.875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz3e1QS6RiRJC4nJBwO8E9ZzSULIIxfi { width:3.5rem;height:3.5rem;top:5.38671875rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq1TPzdFzgyQT6XNJAS8UB9KoETtIB4X { width:20rem;height:22.1rem;top:8.88671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6CM6oeqFsIS1IZL2yBrRhE30GMXc76r { width:20rem;height:0;top:27.774218320846rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVsGBWRBzyQ3f8QvkEq0lIcJ0M3ogVgo { width:20rem;height:31.1875rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFu9K2uDXTADGhMLt5BoQDw1LyB3mZgl { width:20rem;height:22.1rem;top:40.08828163147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1gHGUB4WcXok6JrZlkuFTZXdZ7Jlcd5 { width:20rem;height:0;top:66.524999618531rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtZ51ymXFSoBUVkpLOnIXiMxAz3wMnAr { width:3.375rem;height:3.375rem;top:35.08828163147rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK { background-color:#f5f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container { background-color: transparent; background-image: none; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container > .video-iframe-container { display: none; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row > .video-iframe-container { display: none; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .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); }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container { border-width: 0; border-radius: 0; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJ9u9OplDPgbTmQ6ySqn2NJsfr8B2JeK > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSQIRDGT5u4wv5HsWShFhPA14lXXrURw { width:20rem;height:3.2166666666667rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1KlxlOMx8MGNRc4vIeqUtVqEZccrx6 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tmyc9hAoCziVagePAxow6blh2K26g6XZ { display:none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { width:20rem;height:52.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { width:20rem;height:1.4622375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { width:15.875rem;height:1.4622375rem;top:6.673825rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { width:20rem;height:1.29948125rem;top:9.3857375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5THH06lnlbifX8l7UReM7nfar6eSvwG { width:20rem;height:1.29948125rem;top:17.0322125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xArMMKVOzged1BDDEkatXTgMTyCKz3gr { width:20rem;height:1.29948125rem;top:24.6786875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { width:20rem;height:1.29948125rem;top:32.3251625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { width:20rem;height:1.29948125rem;top:39.9716375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { width:20rem;height:1.29948125rem;top:45.0692875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { width:20rem;height:1.29948125rem;top:42.5204625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { width:20rem;height:1.29948125rem;top:47.6181125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { width:20rem;height:1.29948125rem;top:50.1669375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { width:20rem;height:1.29948125rem;top:14.4833875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { width:20rem;height:1.29948125rem;top:22.1298625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { width:20rem;height:1.29948125rem;top:29.7763375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { width:20rem;height:1.29948125rem;top:37.4228125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { width:15.875rem;height:1.4622375rem;top:3.9619125rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { width:20rem;height:1.29948125rem;top:11.9345625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { width:20rem;height:1.29948125rem;top:19.5810375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { width:20rem;height:1.29948125rem;top:27.2275125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { width:20rem;height:1.29948125rem;top:34.8739875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { display:flex;width:1.9375rem;height:1.9375rem;top:4.375rem;left:9rem; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { display:flex;width:1.875rem;height:1.875rem;top:7.5625rem;left:9.0625rem; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { display:flex;width:2.0625rem;height:2.0625rem;top:10.6875rem;left:8.9375rem; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }