.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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#CZikaW6NJ36GHXt4QVurVgmUF3xgLkJz { position:absolute;display:block;z-index:15017;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:2rem;width:7.5rem;top:3.5rem;left:1.4375rem;overflow:hidden;display:block; }
#Jd322JzPMSaEwAfulzWxgzMaeVDdRSlu { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:7.5rem;left:1.4375rem;height:7.0121875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#awrk5WoRZUhh9oda22fnOVPfLMavOTID { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:17.3125rem;left:2.1875rem;height:3rem;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; }
#hscZ296tMacon2D5lc1BdOXrvkvuMJdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:17.25rem;left:20.8125rem; }
#hscZ296tMacon2D5lc1BdOXrvkvuMJdG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qNpaU9Fs2syDncI4VfkOdGDdTgNnrqNn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:23.25rem;left:2.1875rem;height:12rem;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; }
#G671fKmtm1kxZSXE7Tu9QeeCnNhrrtLv { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00711b', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00711b', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:17.9375rem;top:13.125rem;left:47.1875rem;display:block; }
#BTIyIDGiGbDQHecXvMkWTl25ZStifd43 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00711b', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00711b', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(180deg, #00711b, rgba(var(--color-secondary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:17.9375rem;top:15.3125rem;left:51.0625rem;display:block; }
#vcp5pWPStdKmshRGATiqX9oQZdoOPTrH { position:absolute;display:block;z-index:15007;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:20.3125rem;width:20.0625rem;top:8.4375rem;left:53.5625rem;overflow:hidden;display:block; }
#lkMvnf3TLVGGyHRKCHDC46ctoqT9D8VD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:50.3125rem;left:0rem; }
#lF5TXe18NPZwTpyfh9XazdqUReBIr9ck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:50.3125rem;left:3.125rem; }
#sikUfgB6Vpdxqp0mHnRxhgTHziGEnD6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:50.3125rem;left:6.25rem; }
#RkD0qWIkhVRFpRQQITgF9upunTyaMNOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:50.3125rem;left:9.375rem; }
#pzd0WKMcKJQh9cGoTH3NfAJFQz4LlnM2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:50.3125rem;left:12.5rem; }
#FbtaIX0kX7pSgaRDKSV3vPWDPWsRZCT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:50.3125rem;left:15.625rem; }
#FNezhqPbrg7tNHTLZMxuKOcDPuapF97M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:50.3125rem;left:18.75rem; }
#Gvh44BqNZZB657T8uG8mM9DEfuAXbw2p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:50.3125rem;left:21.875rem; }
#l7uy25mTmvzBIo5ZfCTpGsueHVm7QKGi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:50.3125rem;left:25rem; }
#ln2Be7oGoIrDeD9LxAMtXJEqSrkPIinS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:50.3125rem;left:28.125rem; }
#JwRLfzUN6KFm0mUJMRk2elaXEHnEIBGh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:50.3125rem;left:31.25rem; }
#E99zBXvDddPkxzzyrJfJXAPXggRJ3pur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:50.3125rem;left:34.375rem; }
#hAKbmZM4uNQE3Q5dZgrDhlr0Xb2R17bx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:50.3125rem;left:37.5rem; }
#b0yHhKEXSfihxLJowdn87Xo4SAPnw5cP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:50.3125rem;left:40.625rem; }
#bdLt3MhumXcFRpMhOeuUGTJqve5ixlcl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:50.3125rem;left:43.75rem; }
#CcuCB3TNefgaiELNSPTt9ThAf4nOdeZs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:50.3125rem;left:46.875rem; }
#d13V4scMtfnhuhyCDpv42ArdNvfuu8th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:50.3125rem;left:50rem; }
#AIkZ3azx93MQaiCMu8dDTS05nMydhWyD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:50.3125rem;left:53.125rem; }
#rw5CoLdtkdLBs5KTsF20Gn4xOH1ZCgL7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:50.3125rem;left:56.25rem; }
#luxnni6XggAUi8Dz7QUJvTe74pDTS5ym { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:50.3125rem;left:59.375rem; }
#iEAWs1AuC5Ru8MMhb2b5HD1AGclLbd3s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:50.3125rem;left:62.5rem; }
#e3qOFkQFx5t9gTs4kc2m5q3g7iXNsBF5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:50.3125rem;left:65.625rem; }
#lhdTbpQ2V8O3cwMOuJKbDy8L6HnuUZzF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:50.3125rem;left:68.75rem; }
#Bau1wTmDn7ZGIz5cVPwoNoGtUMH2obsf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:50.3125rem;left:71.875rem; }
#BZi2T4mZMHcHGz5sBl0IkN28uLDTknEr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:60.9375rem;left:0rem;display:none; }
#ALk3bvD3Tx4NXVo9VSlVOOiJROLvwHI9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:60.9375rem;left:3.125rem;display:none; }
#xy5tiBpkn7KVvGiEouhXZKT2qMJdTDzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:60.9375rem;left:6.25rem;display:none; }
#cBFGf7m4g7edvIlw88XwacRer20BJvKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:60.9375rem;left:9.375rem;display:none; }
#bOPEWc4yLdmxLsWLU67B0xMaoRBlVGQs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:60.9375rem;left:12.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZikaW6NJ36GHXt4QVurVgmUF3xgLkJz { width:7.5rem;height:2rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd322JzPMSaEwAfulzWxgzMaeVDdRSlu { top:7.5rem;left:0rem;width:47.75rem;height:7rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awrk5WoRZUhh9oda22fnOVPfLMavOTID { top:17.3125rem;left:0rem;width:18.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hscZ296tMacon2D5lc1BdOXrvkvuMJdG { top:17.25rem;left:7.1875rem;width:3.125rem;height:3.125rem;display:block; }
#hscZ296tMacon2D5lc1BdOXrvkvuMJdG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qNpaU9Fs2syDncI4VfkOdGDdTgNnrqNn { top:23.25rem;left:0rem;width:15.625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G671fKmtm1kxZSXE7Tu9QeeCnNhrrtLv { top:13.125rem;left:29.8125rem;width:17.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTIyIDGiGbDQHecXvMkWTl25ZStifd43 { top:15.3125rem;left:29.8125rem;width:17.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcp5pWPStdKmshRGATiqX9oQZdoOPTrH { top:8.4375rem;left:27.6875rem;width:20.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkMvnf3TLVGGyHRKCHDC46ctoqT9D8VD { top:50.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5TXe18NPZwTpyfh9XazdqUReBIr9ck { top:50.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sikUfgB6Vpdxqp0mHnRxhgTHziGEnD6S { top:50.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkD0qWIkhVRFpRQQITgF9upunTyaMNOZ { top:50.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzd0WKMcKJQh9cGoTH3NfAJFQz4LlnM2 { top:50.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbtaIX0kX7pSgaRDKSV3vPWDPWsRZCT6 { top:50.3125rem;left:2rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNezhqPbrg7tNHTLZMxuKOcDPuapF97M { top:50.3125rem;left:5.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvh44BqNZZB657T8uG8mM9DEfuAXbw2p { top:50.3125rem;left:8.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7uy25mTmvzBIo5ZfCTpGsueHVm7QKGi { top:50.3125rem;left:11.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2Be7oGoIrDeD9LxAMtXJEqSrkPIinS { top:50.3125rem;left:14.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwRLfzUN6KFm0mUJMRk2elaXEHnEIBGh { top:50.3125rem;left:17.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E99zBXvDddPkxzzyrJfJXAPXggRJ3pur { top:50.3125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAKbmZM4uNQE3Q5dZgrDhlr0Xb2R17bx { top:50.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0yHhKEXSfihxLJowdn87Xo4SAPnw5cP { top:50.3125rem;left:27rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdLt3MhumXcFRpMhOeuUGTJqve5ixlcl { top:50.3125rem;left:30.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcuCB3TNefgaiELNSPTt9ThAf4nOdeZs { top:50.3125rem;left:33.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d13V4scMtfnhuhyCDpv42ArdNvfuu8th { top:50.3125rem;left:36.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkZ3azx93MQaiCMu8dDTS05nMydhWyD { top:50.3125rem;left:39.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw5CoLdtkdLBs5KTsF20Gn4xOH1ZCgL7 { top:50.3125rem;left:42.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luxnni6XggAUi8Dz7QUJvTe74pDTS5ym { top:50.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAWs1AuC5Ru8MMhb2b5HD1AGclLbd3s { top:50.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3qOFkQFx5t9gTs4kc2m5q3g7iXNsBF5 { top:50.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhdTbpQ2V8O3cwMOuJKbDy8L6HnuUZzF { top:50.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bau1wTmDn7ZGIz5cVPwoNoGtUMH2obsf { top:50.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZi2T4mZMHcHGz5sBl0IkN28uLDTknEr { top:60.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALk3bvD3Tx4NXVo9VSlVOOiJROLvwHI9 { top:60.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xy5tiBpkn7KVvGiEouhXZKT2qMJdTDzi { top:60.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBFGf7m4g7edvIlw88XwacRer20BJvKJ { top:60.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOPEWc4yLdmxLsWLU67B0xMaoRBlVGQs { top:60.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZikaW6NJ36GHXt4QVurVgmUF3xgLkJz { width:7.5rem;height:2rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd322JzPMSaEwAfulzWxgzMaeVDdRSlu { width:20rem;height:2.19970625rem;top:8.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awrk5WoRZUhh9oda22fnOVPfLMavOTID { width:18.3125rem;height:3rem;top:11.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hscZ296tMacon2D5lc1BdOXrvkvuMJdG { display:flex;width:3.125rem;height:3.125rem;top:33rem;left:8.4375rem; }
#hscZ296tMacon2D5lc1BdOXrvkvuMJdG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qNpaU9Fs2syDncI4VfkOdGDdTgNnrqNn { width:15.625rem;height:12rem;top:18.375rem;left:2.1875rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G671fKmtm1kxZSXE7Tu9QeeCnNhrrtLv { width:17.9375rem;height:12.5rem;top:13.125rem;left:1rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTIyIDGiGbDQHecXvMkWTl25ZStifd43 { width:17.9375rem;height:12.5rem;top:15.3125rem;left:1rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcp5pWPStdKmshRGATiqX9oQZdoOPTrH { width:20rem;height:20.249221183801rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkMvnf3TLVGGyHRKCHDC46ctoqT9D8VD { display:flex;width:3.125rem;height:3.125rem;top:33.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lF5TXe18NPZwTpyfh9XazdqUReBIr9ck { display:flex;width:3.125rem;height:3.125rem;top:38.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sikUfgB6Vpdxqp0mHnRxhgTHziGEnD6S { display:flex;width:3.125rem;height:3.125rem;top:42.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkD0qWIkhVRFpRQQITgF9upunTyaMNOZ { display:flex;width:3.125rem;height:3.125rem;top:46.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzd0WKMcKJQh9cGoTH3NfAJFQz4LlnM2 { display:flex;width:3.125rem;height:3.125rem;top:51.1875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbtaIX0kX7pSgaRDKSV3vPWDPWsRZCT6 { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNezhqPbrg7tNHTLZMxuKOcDPuapF97M { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gvh44BqNZZB657T8uG8mM9DEfuAXbw2p { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7uy25mTmvzBIo5ZfCTpGsueHVm7QKGi { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ln2Be7oGoIrDeD9LxAMtXJEqSrkPIinS { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwRLfzUN6KFm0mUJMRk2elaXEHnEIBGh { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E99zBXvDddPkxzzyrJfJXAPXggRJ3pur { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAKbmZM4uNQE3Q5dZgrDhlr0Xb2R17bx { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0yHhKEXSfihxLJowdn87Xo4SAPnw5cP { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdLt3MhumXcFRpMhOeuUGTJqve5ixlcl { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcuCB3TNefgaiELNSPTt9ThAf4nOdeZs { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d13V4scMtfnhuhyCDpv42ArdNvfuu8th { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIkZ3azx93MQaiCMu8dDTS05nMydhWyD { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rw5CoLdtkdLBs5KTsF20Gn4xOH1ZCgL7 { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #luxnni6XggAUi8Dz7QUJvTe74pDTS5ym { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEAWs1AuC5Ru8MMhb2b5HD1AGclLbd3s { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3qOFkQFx5t9gTs4kc2m5q3g7iXNsBF5 { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhdTbpQ2V8O3cwMOuJKbDy8L6HnuUZzF { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bau1wTmDn7ZGIz5cVPwoNoGtUMH2obsf { display:flex;width:3.125rem;height:3.125rem;top:50.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZi2T4mZMHcHGz5sBl0IkN28uLDTknEr { display:flex;width:3.125rem;height:3.125rem;top:53.5rem;left:2.5rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #ALk3bvD3Tx4NXVo9VSlVOOiJROLvwHI9 { display:flex;width:3.125rem;height:3.125rem;top:53.5rem;left:5.625rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #xy5tiBpkn7KVvGiEouhXZKT2qMJdTDzi { display:flex;width:3.125rem;height:3.125rem;top:53.5rem;left:8.75rem;z-index:15062; }
 }@media only screen and (max-width: 763px) { #cBFGf7m4g7edvIlw88XwacRer20BJvKJ { display:flex;width:3.125rem;height:3.125rem;top:53.5rem;left:11.875rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #bOPEWc4yLdmxLsWLU67B0xMaoRBlVGQs { display:flex;width:3.125rem;height:3.125rem;top:53.5rem;left:14.375rem;z-index:15064; }
 }