.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k { position:relative;display:block; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k { background-color: transparent; background-image: none; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row .container > .video-iframe-container { display: none; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row > .video-iframe-container { display: none; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .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); }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k { border-width: 0; border-radius: 0; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:105.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u3t9dWlJo2RnumOup5H6gP2EdQ7k8XvI { position:absolute;display:block;z-index:15001;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36.5625rem;width:24.375rem;top:41.75rem;left:25.125rem;overflow:hidden;display:block; }
#rdFWKvkhIXZALG9uSEgSIThhFfTneTSe { position:absolute;display:block;z-index:15002;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.125rem;width:24.375rem;top:64.875rem;left:50.25rem;overflow:hidden;display:block; }
#Xx920l88ugX98PZXVTkGDoK275fZ5u9F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.8125rem;width:24.375rem;top:27.0625rem;left:50.625rem;overflow:hidden;display:block; }
#ANdUrM7nGIJ76mTg77HsxNoDO2bFQdJA { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.083984375rem;left:14rem;height:2.8125rem;font-style:normal;display:block; }
#JIxtLT9huu4b2fOKfaCaDzd82zxL0Xnk { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.181640625rem;left:24.71875rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#vkhTyieCOm5rT4NWvyuUyZzq0HWJy3TN { background-color:#fdd906;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.8125rem;left:68.1875rem;display:block; }
#HkxVf0SZnLo5ecq3MoMZNJPu1MOz3Zdp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKGq7cwIIk8X7dfHeTTduqqKQUxuL2PW { box-sizing:content-box;height:11.5rem;width:74.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:7.0498046875rem;left:0rem;border-top:0.125rem solid #767676;border-left:0.125rem solid #767676;border-right:0.125rem solid #767676;border-bottom:0.125rem solid #767676;display:block; }
#oIZCwMTGDXkPQTRDdKTKT2lVgGGnpKUT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.25rem;top:2.318359375rem;left:1.875rem;overflow:hidden;display:block; }
#ngMRVxk238xqeKb0u6VxEUEnxveWLhVK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1875rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnFbyny8Z66wTuwXFzLAWX8Nav9LZbWI { color:#000000;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:22.25rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSJFXuHw8s2fyMw0S2Euwm1mElEZXeKp { color:#000000;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:12.4375rem;left:32.1875rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAEPWFrBkOxKLcumvpnPEFG5wwSnXVo5 { color:#000000;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:12.4375rem;left:42.8125rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XtTD2CBvadlaueUDzOTbo8yQq2GaLwbQ { box-sizing:content-box;height:1.25rem;width:40.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;top:14.287109375rem;left:18.09375rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#IUOt97lnre0c505TwCbylwDZ80sz8AsL { box-sizing:content-box;height:1.25rem;width:14.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#0463a9;background-image:none;top:14.349609375rem;left:18.125rem;display:block; }
#yNqV0Ag4uCXKTeFCiGbT10pomHFrThhs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.125rem;left:31.375rem; }
#XlBnPUH2AKgLUSmkITyGTuXHQgtmAcqZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.125rem;left:42.1875rem; }
#AeTLLfe1PdrVMf0TszDFLd3T9n12NXZ0 { color:#000000;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#nlKv1iJTZAE7uxhqTCW8HgUqma9ATVFL { position:absolute;display:block;z-index:15035;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.0625rem;width:24.375rem;top:27.0625rem;left:0rem;overflow:hidden;display:block; }
#iNLrfhd3N1ZVxNoMUUqy7bi1LVi39QdV { position:absolute;display:block;z-index:15036;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.6875rem;width:24.375rem;top:27.0625rem;left:25.1875rem;overflow:hidden;display:block; }
#nyN9lw1SEmWHDDVtvMFRTpceIGWKgEZE { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.9375rem;width:24.375rem;top:79.375rem;left:25.3125rem;overflow:hidden;display:block; }
#sTIi3MVA8VkmATbiZl0n4vGvcRTkLU5z { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.25rem;width:24.375rem;top:63.0625rem;left:0rem;overflow:hidden;display:block; }
#HphTsIp2raaFPwb6Shf6EnCs2h9AMhRU { position:absolute;display:block;z-index:15039;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.25rem;width:24.375rem;top:80.03125rem;left:0rem;overflow:hidden;display:block; }
#rUVeIh9sqKytmVGTxpxfL8g6dJVqmXCa { position:absolute;display:block;z-index:15040;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.1875rem;width:24.375rem;top:45.625rem;left:50.25rem;overflow:hidden;display:block; }
#yVOKUE1GdZHHKADynpoimdPnE6QTVMuU { 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:15041;opacity:.9;top:23.0625rem;left:68.125rem; }
#IoohGb9wPg9OtvhqzVozhbXREvfUBcrf { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:25.0625rem;left:67.1875rem;height:0.625rem;text-align:center;text-align-last:center;display:block; }
#RH6q1VuUznXvuxlt7T0Q9grVOufPeP87 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:26.52392578125rem;left:23.625rem; }
#iK6VXb9geVQyHwuDcQ1M2DxGHFKpbPoZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:26.52392578125rem;left:48.75rem; }
#yvoGl9mBGXSspCxb7aScv0Ib2d4uJxLU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:44.875rem;left:73.4375rem; }
#I5w17zsB4Zn1VQlRvxFSHJUXP12mmN4Z { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:64.1875rem;left:73.4375rem; }
#zGCnRw0ElVCDettmgM8fUscBd9GVNFZ8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:41.125rem;left:48.375rem; }
#eic3L602oDDDUzrC3x1EWPJVHgt9PFey { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.1875rem;width:24.375rem;top:82.09375rem;left:50.625rem;overflow:hidden;display:block; }
#R1xRzBNBO8vS1oLq5aErvzVyH5PazSLz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:79.3125rem;left:23.625rem; }
#a5HgBWr1NOTiIJOQqTg4zgyZ9OimaRgV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;display:none; }
#Sa3gIq0pvTlvzqnl7WI2GUwdbZoTBlaU { 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:50rem;width:50rem;display:none; }
#E89JlTDk1FiM0vgV2n4DEKxsTXtqpAai { 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:56.25rem;width:56.25rem;display:none; }
#Iqz4A4cqF2bRQd5dBGc39N1ahnX12etT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;display:none; }
#JmvKfq9JEtwVsq5ihATWPiiLWTKkhLxs { 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:50.1875rem;width:50.1875rem;display:none; }
#kWbfEURTOfxXaKuMtyo2mAA05FGDiP3y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;display:none; }
#JlrHKGDVSRBEicuIszztncKBy3oGing1 { background-color:#fdd906;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:100.6875rem;left:68.1875rem;display:block; }
#ipAP775TST8SAFAKPyublqdW2OdTPaaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k { display:block; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3t9dWlJo2RnumOup5H6gP2EdQ7k8XvI { top:41.75rem;left:11.5rem;width:24.375rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdFWKvkhIXZALG9uSEgSIThhFfTneTSe { top:64.875rem;left:23rem;width:24.375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx920l88ugX98PZXVTkGDoK275fZ5u9F { top:27.0625rem;left:23.375rem;width:24.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANdUrM7nGIJ76mTg77HsxNoDO2bFQdJA { top:2.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIxtLT9huu4b2fOKfaCaDzd82zxL0Xnk { top:22.125rem;left:11.09375rem;width:25.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhTyieCOm5rT4NWvyuUyZzq0HWJy3TN { width:6.8125rem;height:2.6875rem;top:21.8125rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkxVf0SZnLo5ecq3MoMZNJPu1MOz3Zdp { display:block; }
 }@media only screen and (max-width: 763px) { #nKGq7cwIIk8X7dfHeTTduqqKQUxuL2PW { top:7rem;left:0rem;width:47.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZCwMTGDXkPQTRDdKTKT2lVgGGnpKUT { top:2.3125rem;left:0rem;width:6.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngMRVxk238xqeKb0u6VxEUEnxveWLhVK { top:8.1875rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnFbyny8Z66wTuwXFzLAWX8Nav9LZbWI { top:12.4375rem;left:8.625rem;width:10rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSJFXuHw8s2fyMw0S2Euwm1mElEZXeKp { top:12.4375rem;left:18.5625rem;width:10rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAEPWFrBkOxKLcumvpnPEFG5wwSnXVo5 { top:12.4375rem;left:29.1875rem;width:10rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtTD2CBvadlaueUDzOTbo8yQq2GaLwbQ { top:14.25rem;left:4.46875rem;width:40.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUOt97lnre0c505TwCbylwDZ80sz8AsL { top:14.3125rem;left:4.5rem;width:14.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqV0Ag4uCXKTeFCiGbT10pomHFrThhs { top:12.125rem;left:17.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlBnPUH2AKgLUSmkITyGTuXHQgtmAcqZ { top:12.125rem;left:28.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeTLLfe1PdrVMf0TszDFLd3T9n12NXZ0 { top:8.1875rem;left:0rem;width:10rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlKv1iJTZAE7uxhqTCW8HgUqma9ATVFL { top:27.0625rem;left:0rem;width:24.375rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLrfhd3N1ZVxNoMUUqy7bi1LVi39QdV { top:27.0625rem;left:11.5625rem;width:24.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyN9lw1SEmWHDDVtvMFRTpceIGWKgEZE { top:79.375rem;left:11.6875rem;width:24.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTIi3MVA8VkmATbiZl0n4vGvcRTkLU5z { top:63.0625rem;left:0rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HphTsIp2raaFPwb6Shf6EnCs2h9AMhRU { top:80rem;left:0rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUVeIh9sqKytmVGTxpxfL8g6dJVqmXCa { top:45.625rem;left:23rem;width:24.375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOKUE1GdZHHKADynpoimdPnE6QTVMuU { top:23.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoohGb9wPg9OtvhqzVozhbXREvfUBcrf { top:25.0625rem;left:44rem;width:3.75rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH6q1VuUznXvuxlt7T0Q9grVOufPeP87 { top:26.5rem;left:10rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6VXb9geVQyHwuDcQ1M2DxGHFKpbPoZ { top:26.5rem;left:35.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvoGl9mBGXSspCxb7aScv0Ib2d4uJxLU { top:44.875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5w17zsB4Zn1VQlRvxFSHJUXP12mmN4Z { top:64.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGCnRw0ElVCDettmgM8fUscBd9GVNFZ8 { top:41.125rem;left:34.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eic3L602oDDDUzrC3x1EWPJVHgt9PFey { top:82.0625rem;left:23.375rem;width:24.375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xRzBNBO8vS1oLq5aErvzVyH5PazSLz { top:79.3125rem;left:10rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5HgBWr1NOTiIJOQqTg4zgyZ9OimaRgV { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sa3gIq0pvTlvzqnl7WI2GUwdbZoTBlaU { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E89JlTDk1FiM0vgV2n4DEKxsTXtqpAai { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iqz4A4cqF2bRQd5dBGc39N1ahnX12etT { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmvKfq9JEtwVsq5ihATWPiiLWTKkhLxs { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWbfEURTOfxXaKuMtyo2mAA05FGDiP3y { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlrHKGDVSRBEicuIszztncKBy3oGing1 { width:6.8125rem;height:2.6875rem;top:100.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipAP775TST8SAFAKPyublqdW2OdTPaaA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k { display:block; }#efDOGhZFlfG6QTeqJNZdwnAZwNMViT7k > .row .container { width:20rem;height:109.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3t9dWlJo2RnumOup5H6gP2EdQ7k8XvI { width:9.375rem;height:13.375rem;top:32.0625rem;left:10.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rdFWKvkhIXZALG9uSEgSIThhFfTneTSe { width:9.375rem;height:6.1875rem;top:93.9375rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xx920l88ugX98PZXVTkGDoK275fZ5u9F { width:20rem;height:14.5rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANdUrM7nGIJ76mTg77HsxNoDO2bFQdJA { width:20rem;height:4rem;top:4.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #JIxtLT9huu4b2fOKfaCaDzd82zxL0Xnk { width:20rem;height:1.625rem;top:23.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkhTyieCOm5rT4NWvyuUyZzq0HWJy3TN { width:6.8125rem;height:2.6875rem;top:26.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkxVf0SZnLo5ecq3MoMZNJPu1MOz3Zdp { display:block; }
 }@media only screen and (max-width: 763px) { #nKGq7cwIIk8X7dfHeTTduqqKQUxuL2PW { width:19.75rem;height:11.5rem;top:10.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #oIZCwMTGDXkPQTRDdKTKT2lVgGGnpKUT { width:4.6875rem;height:1.875rem;top:1.625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngMRVxk238xqeKb0u6VxEUEnxveWLhVK { width:12.5rem;height:2.875rem;top:12.6875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnFbyny8Z66wTuwXFzLAWX8Nav9LZbWI { width:5rem;height:0.875rem;top:16.9375rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSJFXuHw8s2fyMw0S2Euwm1mElEZXeKp { width:6.625rem;height:0.875rem;top:16.9375rem;left:6.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAEPWFrBkOxKLcumvpnPEFG5wwSnXVo5 { width:5.75rem;height:0.875rem;top:16.9375rem;left:13.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtTD2CBvadlaueUDzOTbo8yQq2GaLwbQ { width:18.5rem;height:1.25rem;top:18.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUOt97lnre0c505TwCbylwDZ80sz8AsL { width:6.5rem;height:1.25rem;top:18.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqV0Ag4uCXKTeFCiGbT10pomHFrThhs { display:flex;width:1.625rem;height:1.625rem;top:16.625rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #XlBnPUH2AKgLUSmkITyGTuXHQgtmAcqZ { display:flex;width:1.625rem;height:1.625rem;top:16.625rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #AeTLLfe1PdrVMf0TszDFLd3T9n12NXZ0 { width:4.75rem;height:0.8125rem;top:11.33740234375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlKv1iJTZAE7uxhqTCW8HgUqma9ATVFL { width:9.375rem;height:13.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNLrfhd3N1ZVxNoMUUqy7bi1LVi39QdV { width:19.625rem;height:10.9375rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyN9lw1SEmWHDDVtvMFRTpceIGWKgEZE { width:9.6875rem;height:7.0625rem;top:88.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTIi3MVA8VkmATbiZl0n4vGvcRTkLU5z { width:9.6875rem;height:6.4375rem;top:78.875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HphTsIp2raaFPwb6Shf6EnCs2h9AMhRU { width:9.6875rem;height:6.4375rem;top:97.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUVeIh9sqKytmVGTxpxfL8g6dJVqmXCa { width:9.375rem;height:6.9375rem;top:86rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVOKUE1GdZHHKADynpoimdPnE6QTVMuU { display:flex;width:1.875rem;height:1.875rem;top:28.125rem;left:6.625rem;opacity:.9; }
 }@media only screen and (max-width: 763px) { #IoohGb9wPg9OtvhqzVozhbXREvfUBcrf { width:1.875rem;height:0.625rem;top:30.0625rem;left:6.8125rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RH6q1VuUznXvuxlt7T0Q9grVOufPeP87 { display:flex;width:1.5625rem;height:1.5625rem;top:31.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #iK6VXb9geVQyHwuDcQ1M2DxGHFKpbPoZ { display:flex;width:1.5625rem;height:1.5625rem;top:45.875rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #yvoGl9mBGXSspCxb7aScv0Ib2d4uJxLU { display:flex;width:1.5625rem;height:1.5625rem;top:57.6875rem;left:18.4375rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #I5w17zsB4Zn1VQlRvxFSHJUXP12mmN4Z { display:flex;width:1.5625rem;height:1.5625rem;top:31.5625rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #zGCnRw0ElVCDettmgM8fUscBd9GVNFZ8 { display:flex;width:1.5625rem;height:1.5625rem;top:83.375rem;left:18.4375rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #eic3L602oDDDUzrC3x1EWPJVHgt9PFey { width:20rem;height:13.282051282051rem;top:105.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1xRzBNBO8vS1oLq5aErvzVyH5PazSLz { display:flex;width:1.5625rem;height:1.5625rem;top:83.375rem;left:8.75rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #a5HgBWr1NOTiIJOQqTg4zgyZ9OimaRgV { top:58.3125rem;left:0rem;width:9.6875rem;height:9.6875rem;z-index:15049;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa3gIq0pvTlvzqnl7WI2GUwdbZoTBlaU { top:58.3125rem;left:10.3125rem;width:9.375rem;height:9.375rem;z-index:15050;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;display:block; }
 }@media only screen and (max-width: 763px) { #E89JlTDk1FiM0vgV2n4DEKxsTXtqpAai { top:83.875rem;left:0rem;width:9.375rem;height:9.375rem;z-index:15051;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;display:block; }
 }@media only screen and (max-width: 763px) { #Iqz4A4cqF2bRQd5dBGc39N1ahnX12etT { top:83.875rem;left:10.25rem;width:9.375rem;height:9.375rem;z-index:15052;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.1875rem solid #0169bd;border-left:0.1875rem solid #0169bd;border-right:0.1875rem solid #0169bd;border-bottom:0.1875rem solid #0169bd;display:block; }
 }@media only screen and (max-width: 763px) { #JmvKfq9JEtwVsq5ihATWPiiLWTKkhLxs { top:94.25rem;left:0rem;width:9.6875rem;height:9.6875rem;z-index:15053;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kWbfEURTOfxXaKuMtyo2mAA05FGDiP3y { top:94.25rem;left:10.3125rem;width:9.6875rem;height:9.6875rem;z-index:15054;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlrHKGDVSRBEicuIszztncKBy3oGing1 { width:6.8125rem;height:2.6875rem;top:105.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipAP775TST8SAFAKPyublqdW2OdTPaaA { display:block; }
 }