.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2c2c;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row .container { background-color: transparent; background-image: none; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row .container > .video-iframe-container { display: none; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row > .video-iframe-container { display: none; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .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); }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row .container { border-width: 0; border-radius: 0; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#TcbB2rIWbQu3inAbc8n3K7cGpyLKKpvE { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.75rem;left:0rem;height:2.5rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.90625rem;left:22.1875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hms0QV8vm3ZZMmiM45VimJORI4bQ3Vrb { box-sizing:content-box;height:3.125rem;width:5.625rem;position:absolute;display:block;z-index:15019;background-color:#ffc604;background-image:none;top:5.875rem;left:0rem;display:block; }
#NJKTMAK49moAZQROonQxSoyNWzE207Iw { box-sizing:content-box;height:3.125rem;width:5.625rem;position:absolute;display:block;z-index:15021;background-color:#ffc604;background-image:none;top:5.875rem;left:7.8125rem;display:block; }
#GLfpx62KIwLc4FXrVIVCR0ZvuJBmiyuk { color:#2c2c2c;display:block;width:4.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.875rem;left:8.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#L69igOaDeu84Tu0e0DxqTqEsRfQDAMId { color:#2c2c2c;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:6.875rem;left:0.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#bKDs0LPeIy7NniTZJqvG5dSMhvOOeUHF { box-sizing:content-box;height:3.125rem;width:5.625rem;position:absolute;display:block;z-index:15022;background-color:#ffc604;background-image:none;top:5.875rem;left:38.5625rem;display:block; }
#D7iiT3SieCJp13exrgfnaIygBLd8TpZQ { color:#2c2c2c;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:6.875rem;left:38.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Vs9EwRmFu9EE0ik178XSA4pwarFaAtJi { box-sizing:content-box;height:3.125rem;width:5.625rem;position:absolute;display:block;z-index:15018;background-color:#ffc604;background-image:none;top:5.875rem;left:46.125rem;display:block; }
#Unx19ifOkSTky6cT0bVAXGEtV9TsTWJJ { color:#2c2c2c;display:block;width:4.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:6.875rem;left:46.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vPeHPJHs3LV3d6iIlZZR984oVVAleoM8 { box-sizing:content-box;height:3.125rem;width:5.625rem;position:absolute;display:block;z-index:15023;background-color:#ffc604;background-image:none;top:5.875rem;left:23.3125rem;display:block; }
#lGnkSgDNw5EM21uLGpJVUvxoczF7uMOK { color:#2c2c2c;display:block;width:4.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:6.875rem;left:23.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xQivnIqJuKx0dNhxDL0ouQIsGus4NTXo { box-sizing:content-box;height:3.125rem;width:5.625rem;position:absolute;display:block;z-index:15023;background-color:#ffc604;background-image:none;top:5.875rem;left:15.625rem;display:block; }
#C1WMWlsUGdRiJpZKLr8442FwwqDTkBtS { color:#2c2c2c;display:block;width:5.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:6.3125rem;left:15.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fUUGRKRffLfnHveiNT7q8y0XpxWERmM3 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:1.75rem;left:48.25rem;display:block; }
#JAW2XcPuMp3ebfkKIhS17QD3ESNR6d5p { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.75rem;left:50.625rem;display:block; }
#X8Uv0ky3izikL0hciHF9PBrb5nzKGbIs { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:1.4375rem;left:55rem;display:block; }
#TLCMP016dAvmspyPkHyeJXuX5GRMGzMS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15037;opacity:1;top:2.0625rem;left:53.125rem; }
#TLCMP016dAvmspyPkHyeJXuX5GRMGzMS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qVuob5TbmxcTQG0mpOG3L9wB4ZaebPom { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15038;opacity:1;top:2.0625rem;left:58.125rem; }
#qVuob5TbmxcTQG0mpOG3L9wB4ZaebPom > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#LDczzTkyNnG8mGkG38w41Gs4B5gxNOKy { box-sizing:content-box;height:3.125rem;width:6.5625rem;position:absolute;display:block;z-index:15020;background-color:#ff6c04;background-image:none;top:5.875rem;left:53.4375rem;display:block; }
#BvsAhJRPoScOhJcIiUbT0blWTqW5REoZ { color:#2c2c2c;display:block;width:5.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:6.3125rem;left:53.78125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ZxfEmtmwb02alQkK5VZlxJXNABSANvGG { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.25rem;left:46.125rem;overflow:hidden;display:block; }
#T6BEqZQuqVNO2yTQwLOX2EUrLqsrkQ2U { box-sizing:content-box;height:3.125rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:#ffc604;background-image:none;top:5.875rem;left:31rem;display:block; }
#qDwPMyVON4P7byyASixoLMrSTp4kETbb { color:#2c2c2c;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:6.875rem;left:31.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row .container { background-color: transparent; background-image: none; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row .container > .video-iframe-container { display: none; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row > .video-iframe-container { display: none; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .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); }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row .container { border-width: 0; border-radius: 0; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:60rem;position:relative;display:block; }#LOUbWvIRcDrC0FSWF7w84cr9HI92Nbpl { position:absolute;display:block;z-index:15008;background-color:rgba(255,198,4,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.0625rem;top:15.3125rem;left:19rem;display:block; }
#iikrhU1RfJT3L86eThEfiAd152w77G37 { color:#33383e;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row .container { background-color: transparent; background-image: none; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row .container > .video-iframe-container { display: none; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row > .video-iframe-container { display: none; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .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); }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row .container { border-width: 0; border-radius: 0; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row .container { font-size:0.875rem;font-family:arial;height:111rem;width:60rem;position:relative;display:block; }#rCDmsHHIpvH0akZFdfkor0K8VH0Cs4N9 { color:#000000;display:block;width:57.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:2.3828125rem;left:1.25rem;height:106.2325625rem;display:block; }
#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row .container { background-color: transparent; background-image: none; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row .container > .video-iframe-container { display: none; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row > .video-iframe-container { display: none; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .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); }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row .container { border-width: 0; border-radius: 0; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#ShpsNsQp4F60AfTiWpMLRMO6v44D03vr { position:absolute;display:block;z-index:15008;background-color:rgba(255,198,4,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:22.0625rem;top:8.9375rem;left:19rem;display:block; }
#ldguW5TIzowPe3nOksXfECOBCoeWdNby { color:#33383e;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKFT2e8cTR0TBoofGvD2a35zbLebNakx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row .container { background-color: transparent; background-image: none; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row .container > .video-iframe-container { display: none; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row > .video-iframe-container { display: none; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .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); }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row .container { border-width: 0; border-radius: 0; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row .container { font-size:0.875rem;font-family:arial;height:151.8125rem;width:60rem;position:relative;display:block; }#ekd3KO0RHwLtdNP9kVMlcU8HWSRuTuBw { color:#000000;display:block;width:57.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:2.3193359375rem;left:1.25rem;height:148.14088125rem;display:block; }
#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc604;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; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { background-color: transparent; background-image: none; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container > .video-iframe-container { display: none; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row > .video-iframe-container { display: none; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .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); }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { border-width: 0; border-radius: 0; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#PlQ73Q1aV3N5t1E3P6RVkq9nPfO1TNNW { color:#2c2c2c;display:block;width:58.125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.76171875rem;left:0.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf { display:block; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcbB2rIWbQu3inAbc8n3K7cGpyLKKpvE { width:22.1875rem;height:2.5rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:20rem;height:2.1875rem;top:1.875rem;left:16.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hms0QV8vm3ZZMmiM45VimJORI4bQ3Vrb { width:5.625rem;height:3.125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJKTMAK49moAZQROonQxSoyNWzE207Iw { width:5.625rem;height:3.125rem;top:5.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLfpx62KIwLc4FXrVIVCR0ZvuJBmiyuk { width:4.5625rem;height:1.125rem;top:6.875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L69igOaDeu84Tu0e0DxqTqEsRfQDAMId { width:5.3125rem;height:1.125rem;top:6.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDs0LPeIy7NniTZJqvG5dSMhvOOeUHF { width:5.625rem;height:3.125rem;top:5.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7iiT3SieCJp13exrgfnaIygBLd8TpZQ { width:5.3125rem;height:1.125rem;top:6.875rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9EwRmFu9EE0ik178XSA4pwarFaAtJi { width:5.625rem;height:3.125rem;top:5.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unx19ifOkSTky6cT0bVAXGEtV9TsTWJJ { width:4.25rem;height:1.125rem;top:6.875rem;left:40.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPeHPJHs3LV3d6iIlZZR984oVVAleoM8 { width:5.625rem;height:3.125rem;top:5.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGnkSgDNw5EM21uLGpJVUvxoczF7uMOK { width:4.5625rem;height:1.125rem;top:6.875rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQivnIqJuKx0dNhxDL0ouQIsGus4NTXo { width:5.625rem;height:3.125rem;top:5.875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1WMWlsUGdRiJpZKLr8442FwwqDTkBtS { width:5.375rem;height:2.25rem;top:6.3125rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUUGRKRffLfnHveiNT7q8y0XpxWERmM3 { width:2.5rem;height:2.5rem;top:1.75rem;left:42.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAW2XcPuMp3ebfkKIhS17QD3ESNR6d5p { width:2.5rem;height:2.5rem;top:1.75rem;left:44.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Uv0ky3izikL0hciHF9PBrb5nzKGbIs { width:3.125rem;height:3.125rem;top:1.4375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLCMP016dAvmspyPkHyeJXuX5GRMGzMS { width:1.875rem;height:1.875rem;top:2.0625rem;left:45.875rem;display:block; }
#TLCMP016dAvmspyPkHyeJXuX5GRMGzMS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qVuob5TbmxcTQG0mpOG3L9wB4ZaebPom { width:1.875rem;height:1.875rem;top:2.0625rem;left:45.875rem;display:block; }
#qVuob5TbmxcTQG0mpOG3L9wB4ZaebPom > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LDczzTkyNnG8mGkG38w41Gs4B5gxNOKy { width:6.5625rem;height:3.125rem;top:5.875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvsAhJRPoScOhJcIiUbT0blWTqW5REoZ { width:5.8125rem;height:2.25rem;top:6.3125rem;left:41.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxfEmtmwb02alQkK5VZlxJXNABSANvGG { width:1.5rem;height:1.5rem;top:2.25rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BEqZQuqVNO2yTQwLOX2EUrLqsrkQ2U { width:5.625rem;height:3.125rem;top:5.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDwPMyVON4P7byyASixoLMrSTp4kETbb { width:5.3125rem;height:;top:6.875rem;left:25.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEuwqZV4ilFbrbxyLli0MAKueuUalxwH { display:block; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOUbWvIRcDrC0FSWF7w84cr9HI92Nbpl { width:22.0625rem;height:0.125rem;top:15.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iikrhU1RfJT3L86eThEfiAd152w77G37 { width:47.75rem;height:4.0625rem;top:10.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 { display:block; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCDmsHHIpvH0akZFdfkor0K8VH0Cs4N9 { width:47.75rem;height:106.1875rem;top:2.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU { display:block; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShpsNsQp4F60AfTiWpMLRMO6v44D03vr { width:22.0625rem;height:0.125rem;top:8.9375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldguW5TIzowPe3nOksXfECOBCoeWdNby { width:47.75rem;height:3.625rem;top:4.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFT2e8cTR0TBoofGvD2a35zbLebNakx { display:block; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekd3KO0RHwLtdNP9kVMlcU8HWSRuTuBw { width:47.75rem;height:148.125rem;top:2.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH { display:block; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlQ73Q1aV3N5t1E3P6RVkq9nPfO1TNNW { width:47.75rem;height:0.9375rem;top:0.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oGAzfeELltq5SPdvdyBXIpH77g2EZ0lf > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcbB2rIWbQu3inAbc8n3K7cGpyLKKpvE { width:20rem;height:1.875rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:20rem;height:1.4375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hms0QV8vm3ZZMmiM45VimJORI4bQ3Vrb { width:4.375rem;height:1.875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJKTMAK49moAZQROonQxSoyNWzE207Iw { width:4.375rem;height:1.875rem;top:5.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLfpx62KIwLc4FXrVIVCR0ZvuJBmiyuk { width:4.1875rem;height:0.875rem;top:6.375rem;left:4.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L69igOaDeu84Tu0e0DxqTqEsRfQDAMId { width:3.875rem;height:0.875rem;top:6.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDs0LPeIy7NniTZJqvG5dSMhvOOeUHF { width:4.375rem;height:1.875rem;top:8.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7iiT3SieCJp13exrgfnaIygBLd8TpZQ { width:4.25rem;height:0.875rem;top:8.9375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9EwRmFu9EE0ik178XSA4pwarFaAtJi { width:4.375rem;height:1.875rem;top:8.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unx19ifOkSTky6cT0bVAXGEtV9TsTWJJ { width:4.25rem;height:0.875rem;top:8.9375rem;left:9.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPeHPJHs3LV3d6iIlZZR984oVVAleoM8 { width:4.375rem;height:1.875rem;top:5.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGnkSgDNw5EM21uLGpJVUvxoczF7uMOK { width:4.5625rem;height:0.875rem;top:6.4375rem;left:15.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQivnIqJuKx0dNhxDL0ouQIsGus4NTXo { width:5.625rem;height:1.875rem;top:5.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1WMWlsUGdRiJpZKLr8442FwwqDTkBtS { width:5.375rem;height:0.875rem;top:6.375rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUUGRKRffLfnHveiNT7q8y0XpxWERmM3 { width:2.5rem;height:2.5rem;top:11.3125rem;left:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAW2XcPuMp3ebfkKIhS17QD3ESNR6d5p { width:2.5rem;height:2.5rem;top:11.3125rem;left:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Uv0ky3izikL0hciHF9PBrb5nzKGbIs { width:3.125rem;height:3.125rem;top:11rem;left:13.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLCMP016dAvmspyPkHyeJXuX5GRMGzMS { display:flex;width:1.875rem;height:1.875rem;top:11.625rem;left:10.8125rem; }
#TLCMP016dAvmspyPkHyeJXuX5GRMGzMS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qVuob5TbmxcTQG0mpOG3L9wB4ZaebPom { display:flex;width:1.875rem;height:1.875rem;top:11.625rem;left:18.125rem; }
#qVuob5TbmxcTQG0mpOG3L9wB4ZaebPom > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LDczzTkyNnG8mGkG38w41Gs4B5gxNOKy { width:5.625rem;height:1.875rem;top:8.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvsAhJRPoScOhJcIiUbT0blWTqW5REoZ { width:5.375rem;height:1.5rem;top:8.6875rem;left:14.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxfEmtmwb02alQkK5VZlxJXNABSANvGG { width:1.5rem;height:1.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6BEqZQuqVNO2yTQwLOX2EUrLqsrkQ2U { width:4.375rem;height:1.875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDwPMyVON4P7byyASixoLMrSTp4kETbb { width:3.5rem;height:0.875rem;top:8.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEuwqZV4ilFbrbxyLli0MAKueuUalxwH { display:block; }#HEuwqZV4ilFbrbxyLli0MAKueuUalxwH > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOUbWvIRcDrC0FSWF7w84cr9HI92Nbpl { width:13.75rem;height:0.125rem;top:18.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iikrhU1RfJT3L86eThEfiAd152w77G37 { width:18.75rem;height:1.7871125rem;top:15.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 { display:block; }#ip2oy7V9XzaGSMUdIL7NUcx6tw3ga6V8 > .row .container { width:20rem;height:154.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCDmsHHIpvH0akZFdfkor0K8VH0Cs4N9 { width:20rem;height:151.125rem;top:1.3955078125rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU { display:block; }#bmTbgJmnHC2wpWLCkuR0LSqZZ1ZsI2DU > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShpsNsQp4F60AfTiWpMLRMO6v44D03vr { width:13.75rem;height:0.125rem;top:5.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldguW5TIzowPe3nOksXfECOBCoeWdNby { width:18.75rem;height:3.57421875rem;top:1.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFT2e8cTR0TBoofGvD2a35zbLebNakx { display:block; }#kKFT2e8cTR0TBoofGvD2a35zbLebNakx > .row .container { width:20rem;height:194.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekd3KO0RHwLtdNP9kVMlcU8HWSRuTuBw { width:20rem;height:193.375rem;top:1.3955078125rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH { display:block; }#wuQTaE1i84BFbJFz7p0tfMDMlwROdeoH > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlQ73Q1aV3N5t1E3P6RVkq9nPfO1TNNW { width:20rem;height:1.4609375rem;top:0.466796875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }