.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: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); }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5a4467c-f4f2-4b76-9357-247db481f50d/Background.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU.adaptive-delivery-prevent-bg, #l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU.lazyload, #l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU.lazyloading { background-image: none; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row .container { background-color: transparent; background-image: none; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row .container > .video-iframe-container { display: none; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row > .video-iframe-container { display: none; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .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); }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row .container { border-width: 0; border-radius: 0; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row .container { font-size:14px;font-family:arial;height:1651px;width:1200px;position:relative;display:block; }#r8Os2rJtaDTmEwZCIahH6sOuaoz7v1iB { z-index:15004;top:1335px;left:360px;background-color:#666666;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tWK3u1KhQ0w7KaWPm39AUnx5fh8yH0gc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#s2xeTIinddpPTIPMoTmZzWqEEIJXkwFW { z-index:15001;top:1245px;left:360px;background-color:#666666;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ui1zkidH0SQnJdPq0tSwoW9z94ciDuGM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ht8b94pkmW7ZE0W0kCSaZcRddrPcL21T { z-index:15002;top:1155px;left:360px;background-color:#666666;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AeggV55Oqu486c7xCStTmoEISIzvmN1u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kRMP0crXRF8mvFDZTW92oodeMASIuFvB { z-index:15004;top:975px;left:360px;background-color:#666666;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K39JFQST8IHZNf8ovCe2PoymHulknvDU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ktE39LcWu5Ru83K3RU7mbtRTDoWnpkKR { z-index:15004;top:1065px;left:360px;background-color:#666666;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AwyFwHgrJhXaTXgHfZsJLDMBkFuPtIha { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VAPVupLlESTIv6wgCEcpH4CUVDX91mVP { z-index:15005;top:885px;left:360px;background-color:#666666;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tns9CDCn079B16Q7JXLO02zAhZ6E8qfn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h7y1wqqP1NUpmbFyr69deAbLw4O7Sl7i { position:absolute;display:block;z-index:15007;background-color:#ff5f30;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:116px;border-top-right-radius:116px;border-bottom-left-radius:116px;border-bottom-right-radius:116px;box-shadow: none;height:200px;width:200px;top:42.5px;left:500px;display:block; }
#UxA3BmqFcdrSKAmSM73P9RVFDJvvRqIT { position:absolute;display:block;z-index:15029;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:39px;width:164px;top:123px;left:518px;overflow:hidden;display:block; }
#rJTB2i0x5MOvZfkqAXyfevtgK1iD8nPl { color:#333333;display:block;width:483px;position:absolute;font-family:"geologica dx";font-size:22px;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:302px;left:358.5px;height:28.5995px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyTf4m96UGh8byXFwVUOrfIWcT4XH2xf { position:absolute;display:block;z-index:15120;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:35px;width:35px;top:340px;left:493px;overflow:hidden;display:block; }
#D02nbqP5VlF2Uk8fn8ZrNl2d53yQZFRR { position:absolute;display:block;z-index:15121;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:35px;width:35px;top:340px;left:537px;overflow:hidden;display:block; }
#XHvLyTxCSGrVT2svWsBLee9IZfPZllZo { position:absolute;display:block;z-index:15122;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:35px;width:35px;top:340px;left:582px;overflow:hidden;display:block; }
#azmzmrAZ6KyxSQkzsSLOhTVBdgfgzyAC { position:absolute;display:block;z-index:15123;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:35px;width:35px;top:340px;left:627px;overflow:hidden;display:block; }
#z0ZfvoqPbtwUhSdPtFizPeFD6MX0uPV2 { position:absolute;display:block;z-index:15124;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:35px;width:35px;top:340px;left:672px;overflow:hidden;display:block; }
#RukaJtL4aBk2KbglOTU2Xu5bBmOhybkU { z-index:15015;top:426px;left:360px;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -moz-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -ms-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -o-linear-gradient(135deg, #ff8a63, #ff5f30);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );";background-image: linear-gradient(135deg, #ff8a63, #ff5f30);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rGNh4AOkNFhzKmAkt2atO9tHBM5TBfRa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eMCHKSnsA5IX0b5TMcWqw274gP8QHBNA { position:absolute;display:block;z-index:15128;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:70px;width:70px;top:426px;left:770px;overflow:hidden;display:block; }
#DG6zigl7aS7b6a7VnsB5uA2fKFo6E1x5 { z-index:15016;top:606px;left:360px;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -moz-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -ms-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -o-linear-gradient(135deg, #ff8a63, #ff5f30);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );";background-image: linear-gradient(135deg, #ff8a63, #ff5f30);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bzGH8EZ1RlBlcXclhBaxHTs5woWdSfFV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o0oUTLXRMXAnHf9WJHIapavV3LOaRZmf { position:absolute;display:block;z-index:15127;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:68px;width:96px;top:606px;left:744px;overflow:hidden;display:block; }
#n6c1o6fanb2lWXUzPBa1dulzDVx72eqK { z-index:15014;top:696px;left:360px;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -moz-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -ms-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -o-linear-gradient(135deg, #ff8a63, #ff5f30);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );";background-image: linear-gradient(135deg, #ff8a63, #ff5f30);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gAp4mBINGyrwvo6AHKH6xJhEQSvXL7Ld { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tyycLtoJOzLAxCE494ET6F9F645odhMf { position:absolute;display:block;z-index:15128;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:70px;width:97px;top:696px;left:744px;overflow:hidden;display:block; }
#woUZwDolHI2bL4c28XvCBKp253hUghlz { z-index:15013;top:786px;left:360px;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -moz-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -ms-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -o-linear-gradient(135deg, #ff8a63, #ff5f30);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );";background-image: linear-gradient(135deg, #ff8a63, #ff5f30);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cmx3gtla8mXN39Ex4FPzQ3TUwCeW9JAt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#L92TT91k8RuUKhHSpt5qoSpkyynfDu4m { position:absolute;display:block;z-index:15129;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:70px;width:95px;top:786px;left:744px;overflow:hidden;display:block; }
#V3zqI0h2CNzyaUcA5WlEQO3DKMpovIAC { z-index:15010;top:516px;left:360px;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -moz-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -ms-linear-gradient(135deg, #ff8a63, #ff5f30);background-image: -o-linear-gradient(135deg, #ff8a63, #ff5f30);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a63', endColorstr='#ff5f30' );";background-image: linear-gradient(135deg, #ff8a63, #ff5f30);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"geologica dx";font-size:20px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:480px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a3Fyv01fp20JTtI17dW79HoHOsiECdOL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gzTfIJbi361zPrUZc7QbIfm2r7HIlED0 { position:absolute;display:block;z-index:15121;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:68px;width:96px;top:517px;left:744px;overflow:hidden;display:block; }
#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row .container { background-color: transparent; background-image: none; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row .container > .video-iframe-container { display: none; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row > .video-iframe-container { display: none; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .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); }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row .container { border-width: 0; border-radius: 0; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#sL2X8bfw1HUQLK0x7QTTlqJ2bt7Dq14S { color:#999999;display:block;width:557px;position:absolute;font-family:arial;font-size:14px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:40.90625px;left:421px;height:18.206px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dtSdWPWw3OPPyIVuLoRnTn2uewGmfsle { position:absolute;display:block;z-index:15003;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:35px;width:35px;top:32.5px;left:1017px;overflow:hidden;display:block; }
#x4TOkVFZ1uBCGpJMa07mi43ETy6aTq2t { position:absolute;display:block;z-index:15004;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:35px;width:35px;top:32.5px;left:1071px;overflow:hidden;display:block; }
#SNxQhnp924XrobfLULKelwu3tLK0HrQs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35px;width:35px;top:32.5px;left:1125px;overflow:hidden;display:block; }
#MVlAK5uTesdg9NAKPo8HhBPNVldSP96S { position:absolute;display:block;z-index:15001;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:40px;width:178px;top:30px;left:40px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU { display:block; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Os2rJtaDTmEwZCIahH6sOuaoz7v1iB { top:1335px;left:142px;width:479px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #tWK3u1KhQ0w7KaWPm39AUnx5fh8yH0gc { display:block; }
 }@media only screen and (max-width: 763px) { #s2xeTIinddpPTIPMoTmZzWqEEIJXkwFW { top:1245px;left:142px;width:479px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1zkidH0SQnJdPq0tSwoW9z94ciDuGM { display:block; }
 }@media only screen and (max-width: 763px) { #ht8b94pkmW7ZE0W0kCSaZcRddrPcL21T { top:1155px;left:142px;width:479px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #AeggV55Oqu486c7xCStTmoEISIzvmN1u { display:block; }
 }@media only screen and (max-width: 763px) { #kRMP0crXRF8mvFDZTW92oodeMASIuFvB { top:975px;left:142px;width:479px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #K39JFQST8IHZNf8ovCe2PoymHulknvDU { display:block; }
 }@media only screen and (max-width: 763px) { #ktE39LcWu5Ru83K3RU7mbtRTDoWnpkKR { top:1065px;left:142px;width:479px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #AwyFwHgrJhXaTXgHfZsJLDMBkFuPtIha { display:block; }
 }@media only screen and (max-width: 763px) { #VAPVupLlESTIv6wgCEcpH4CUVDX91mVP { top:885px;left:142px;width:479px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #Tns9CDCn079B16Q7JXLO02zAhZ6E8qfn { display:block; }
 }@media only screen and (max-width: 763px) { #h7y1wqqP1NUpmbFyr69deAbLw4O7Sl7i { width:200px;height:200px;top:42px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #UxA3BmqFcdrSKAmSM73P9RVFDJvvRqIT { width:164px;height:39px;top:123px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #rJTB2i0x5MOvZfkqAXyfevtgK1iD8nPl { width:483px;height:28px;top:302px;left:140.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zyTf4m96UGh8byXFwVUOrfIWcT4XH2xf { width:35px;height:35px;top:340px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #D02nbqP5VlF2Uk8fn8ZrNl2d53yQZFRR { width:35px;height:35px;top:340px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #XHvLyTxCSGrVT2svWsBLee9IZfPZllZo { width:35px;height:35px;top:340px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #azmzmrAZ6KyxSQkzsSLOhTVBdgfgzyAC { width:35px;height:35px;top:340px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZfvoqPbtwUhSdPtFizPeFD6MX0uPV2 { width:35px;height:35px;top:340px;left:454px;display:block; }
 }@media only screen and (max-width: 763px) { #RukaJtL4aBk2KbglOTU2Xu5bBmOhybkU { top:426px;left:142px;width:480px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #rGNh4AOkNFhzKmAkt2atO9tHBM5TBfRa { display:block; }
 }@media only screen and (max-width: 763px) { #eMCHKSnsA5IX0b5TMcWqw274gP8QHBNA { width:70px;height:70px;top:426px;left:552px;display:block; }
 }@media only screen and (max-width: 763px) { #DG6zigl7aS7b6a7VnsB5uA2fKFo6E1x5 { top:606px;left:142px;width:480px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #bzGH8EZ1RlBlcXclhBaxHTs5woWdSfFV { display:block; }
 }@media only screen and (max-width: 763px) { #o0oUTLXRMXAnHf9WJHIapavV3LOaRZmf { width:96px;height:68px;top:606px;left:526px;display:block; }
 }@media only screen and (max-width: 763px) { #n6c1o6fanb2lWXUzPBa1dulzDVx72eqK { top:696px;left:142px;width:480px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #gAp4mBINGyrwvo6AHKH6xJhEQSvXL7Ld { display:block; }
 }@media only screen and (max-width: 763px) { #tyycLtoJOzLAxCE494ET6F9F645odhMf { width:97px;height:70px;top:696px;left:526px;display:block; }
 }@media only screen and (max-width: 763px) { #woUZwDolHI2bL4c28XvCBKp253hUghlz { top:786px;left:142px;width:480px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cmx3gtla8mXN39Ex4FPzQ3TUwCeW9JAt { display:block; }
 }@media only screen and (max-width: 763px) { #L92TT91k8RuUKhHSpt5qoSpkyynfDu4m { width:95px;height:70px;top:786px;left:526px;display:block; }
 }@media only screen and (max-width: 763px) { #V3zqI0h2CNzyaUcA5WlEQO3DKMpovIAC { top:516px;left:142px;width:480px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #a3Fyv01fp20JTtI17dW79HoHOsiECdOL { display:block; }
 }@media only screen and (max-width: 763px) { #gzTfIJbi361zPrUZc7QbIfm2r7HIlED0 { width:96px;height:68px;top:517px;left:526px;display:block; }
 }@media only screen and (max-width: 763px) { #zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw { display:block; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL2X8bfw1HUQLK0x7QTTlqJ2bt7Dq14S { width:557px;height:18px;top:40px;left:203px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dtSdWPWw3OPPyIVuLoRnTn2uewGmfsle { width:35px;height:35px;top:32px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #x4TOkVFZ1uBCGpJMa07mi43ETy6aTq2t { width:35px;height:35px;top:32px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #SNxQhnp924XrobfLULKelwu3tLK0HrQs { width:35px;height:35px;top:32px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #MVlAK5uTesdg9NAKPo8HhBPNVldSP96S { width:178px;height:40px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU { display:block; }#l1ttnJRUVmTyIEU4PGe2QEOXfIe96JfU > .row .container { width:320px;height:1573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8Os2rJtaDTmEwZCIahH6sOuaoz7v1iB { top:1242px;left:0px;width:320px;height:60px;font-family:"geologica dx";font-size:16px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tWK3u1KhQ0w7KaWPm39AUnx5fh8yH0gc { display:block; }
 }@media only screen and (max-width: 763px) { #s2xeTIinddpPTIPMoTmZzWqEEIJXkwFW { top:1159px;left:0px;width:319.988px;height:59.9884px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1zkidH0SQnJdPq0tSwoW9z94ciDuGM { display:block; }
 }@media only screen and (max-width: 763px) { #ht8b94pkmW7ZE0W0kCSaZcRddrPcL21T { top:1073px;left:0px;width:316px;height:62px;font-size:16px;font-family:"geologica dx";display:block; }
 }@media only screen and (max-width: 763px) { #AeggV55Oqu486c7xCStTmoEISIzvmN1u { display:block; }
 }@media only screen and (max-width: 763px) { #kRMP0crXRF8mvFDZTW92oodeMASIuFvB { top:990px;left:3px;width:317px;height:60px;font-size:16px;font-family:"geologica dx";display:block; }
 }@media only screen and (max-width: 763px) { #K39JFQST8IHZNf8ovCe2PoymHulknvDU { display:block; }
 }@media only screen and (max-width: 763px) { #ktE39LcWu5Ru83K3RU7mbtRTDoWnpkKR { top:905px;left:0px;width:320px;height:60px;font-size:16px;font-family:"geologica dx";display:block; }
 }@media only screen and (max-width: 763px) { #AwyFwHgrJhXaTXgHfZsJLDMBkFuPtIha { display:block; }
 }@media only screen and (max-width: 763px) { #VAPVupLlESTIv6wgCEcpH4CUVDX91mVP { top:824px;left:0px;width:320px;height:63px;font-size:16px;font-family:"geologica dx";display:block; }
 }@media only screen and (max-width: 763px) { #Tns9CDCn079B16Q7JXLO02zAhZ6E8qfn { display:block; }
 }@media only screen and (max-width: 763px) { #h7y1wqqP1NUpmbFyr69deAbLw4O7Sl7i { width:200px;height:200px;top:21px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #UxA3BmqFcdrSKAmSM73P9RVFDJvvRqIT { width:164px;height:39px;top:102px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #rJTB2i0x5MOvZfkqAXyfevtgK1iD8nPl { width:320px;height:52.8009px;top:268px;left:0px;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zyTf4m96UGh8byXFwVUOrfIWcT4XH2xf { width:35px;height:35px;top:335px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #D02nbqP5VlF2Uk8fn8ZrNl2d53yQZFRR { width:35px;height:35px;top:335px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #XHvLyTxCSGrVT2svWsBLee9IZfPZllZo { width:35px;height:35px;top:335px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #azmzmrAZ6KyxSQkzsSLOhTVBdgfgzyAC { width:35px;height:35px;top:335px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZfvoqPbtwUhSdPtFizPeFD6MX0uPV2 { width:35px;height:35px;top:335px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #RukaJtL4aBk2KbglOTU2Xu5bBmOhybkU { top:417px;left:0px;width:320px;height:60px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGNh4AOkNFhzKmAkt2atO9tHBM5TBfRa { display:block; }
 }@media only screen and (max-width: 763px) { #eMCHKSnsA5IX0b5TMcWqw274gP8QHBNA { width:58px;height:58px;top:418px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #DG6zigl7aS7b6a7VnsB5uA2fKFo6E1x5 { top:577px;left:0px;width:320px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bzGH8EZ1RlBlcXclhBaxHTs5woWdSfFV { display:block; }
 }@media only screen and (max-width: 763px) { #o0oUTLXRMXAnHf9WJHIapavV3LOaRZmf { width:81px;height:58px;top:578px;left:239px;display:block; }
 }@media only screen and (max-width: 763px) { #n6c1o6fanb2lWXUzPBa1dulzDVx72eqK { top:657px;left:0px;width:320px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gAp4mBINGyrwvo6AHKH6xJhEQSvXL7Ld { display:block; }
 }@media only screen and (max-width: 763px) { #tyycLtoJOzLAxCE494ET6F9F645odhMf { width:80px;height:58px;top:658px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #woUZwDolHI2bL4c28XvCBKp253hUghlz { top:737px;left:0px;width:320px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cmx3gtla8mXN39Ex4FPzQ3TUwCeW9JAt { display:block; }
 }@media only screen and (max-width: 763px) { #L92TT91k8RuUKhHSpt5qoSpkyynfDu4m { width:78px;height:58px;top:738px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #V3zqI0h2CNzyaUcA5WlEQO3DKMpovIAC { top:497px;left:0px;width:320px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a3Fyv01fp20JTtI17dW79HoHOsiECdOL { display:block; }
 }@media only screen and (max-width: 763px) { #gzTfIJbi361zPrUZc7QbIfm2r7HIlED0 { width:81px;height:58px;top:498px;left:239px;display:block; }
 }@media only screen and (max-width: 763px) { #zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw { display:block; }#zI2FFNZRTk1vZSeuruws3H6bPMtnbsZw > .row .container { width:320px;height:258px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sL2X8bfw1HUQLK0x7QTTlqJ2bt7Dq14S { width:320px;height:41.5833px;top:118px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtSdWPWw3OPPyIVuLoRnTn2uewGmfsle { width:34px;height:34px;top:183px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #x4TOkVFZ1uBCGpJMa07mi43ETy6aTq2t { width:34px;height:34px;top:183px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #SNxQhnp924XrobfLULKelwu3tLK0HrQs { width:34px;height:34px;top:183px;left:197px;display:block; }
 }@media only screen and (max-width: 763px) { #MVlAK5uTesdg9NAKPo8HhBPNVldSP96S { width:178px;height:40px;top:44px;left:71px;display:block; }
 }