.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#efb71b;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004c6d;background-image:none;position:relative;display:block; }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row .container { background-color: transparent; background-image: none; }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row .container > .video-iframe-container { display: none; }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row > .video-iframe-container { display: none; }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .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); }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row .container { border-width: 0; border-radius: 0; }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row > .video-iframe-container {  }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#uclQRMyUFfKCGaiK8J6acNFad4WsTGTa { color:#efb71b;display:block;width:50.5rem;position:absolute;font-family:manus;font-size:4.375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:5.96875rem;left:4.75rem;height:5.25rem;display:block; }
#ZTQFwweZsiRP6kOWnnDuAEQkI2FzTTSy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:12.5rem;top:0.9375rem;left:23.75rem;overflow:hidden;display:block; }
#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85a77bd2-22a0-4ad4-a3f6-4499c2800d9b/webimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,119,161,0.6); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,119,161,0.6); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container {  }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:60rem;height:58.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-form-header {  }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-regular-label { height:auto;display:block;font-family:panton;font-size:1rem;font-weight:700;color:#ffffff;width:50rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;overflow:hidden; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-text {padding-top: 0; padding-bottom: 0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-select {padding-top: 0; padding-bottom: 0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#efb71b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:35rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#004c6d;width:15rem;height:3.4375rem;font-family:panton;overflow:hidden;text-align:center;text-align-last:center;line-height:.9; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:48.625rem;overflow:hidden;font-style:normal; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:"open sans";font-size:0.9375rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-container:first-of-type{padding-top:0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-container:last-of-type{padding-bottom:0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;position:absolute;top:10.5625rem;left:2.875rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:50rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU {display:block;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;position:absolute;top:10.5625rem;left:2.875rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #bLTkJlQIs2ZLhMTpEfrUbfQMWmSukTdO { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #tprB03dWkUBUNZVSWhSpHQweVBVEHyLB { position:relative;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #U7RtiPuiuOukNrRyxesKuQqlrhzRv5u9 { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #mDcg80Z2bTm6WixrHrFGeiF2BOAsVOd2 { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #iRZWgcLppegP2MLVXFRNeAlxfaUJgNsg { position:relative;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #TrWdmHKpsuxp7MwIZJpiN44tvnDJaZbE { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #ApPgPGopf8T37JqkPU0UT9e3k6oPkdyJ { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #QkIIbXVTOge08bsBtpUcCU3HUTkKCspo { position:relative;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #IZgdbyOCzuFdcdqDdM9PgORUCn65quyq { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #ZiI1oTzAObXlTpsyomcqEHCXvAtC6TtN { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #yfuTm8NooEBRqgVUqAnXnWv5LIy9aKHV { position:relative;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #xdcTqWrp5dJf3tB5gVhrwMEErcJBVTl0 { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #hgye23kqdTgroFa7KvWTlWNVfd1gvwG3 { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #OF8IieJ28MMLCPM0TzBzu0l5PJLWQs4r { position:relative;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #cFRAeU3yt4oWaWKChn7NEOezJqA0nPBu { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #uA3MZI4NMPeioPO6JWD4toiWtrhc2rOi { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #uA3MZI4NMPeioPO6JWD4toiWtrhc2rOi .container-column{width:50%;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #FktXvTsmOExPJ6q2DkJUbnXK24atI6CD { position:relative;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #LJSTUUgRa2RFe98IUKWNXRKquqfPoKPd { position:relative;z-index:2; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #o0iWVzbIm5bFpVSdvb4PvhhUH2aTQuBN { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #eDSf0a25mBBx9aDNEvLA9zBkXbxtWsrs { position:relative;z-index:2; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #yOtRC8MwGrSTxLyieDCxIMRknWkrUihT { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #rFgChdHemR2SegTGbPSXXGsqf9ydbhV3 { position:relative;z-index:2; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #KqTIGudsUMT6l9J78xbcXA9BZ8Ac66HE { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #Zx3i8wx7fpdWKD1C2uCm8z6pdibGCMOI { position:relative;z-index:2; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #cAbH6yxa5TEJaSJR7qDmIw7LW5DDnWVz { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #hxxB3rifkU80ov9p3HIsI41c0Tg5k3un { position:relative; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #nq2WRWULHVgbKn1ECPgFVtOU4m5KbUFw { position:relative; }
#usSVBVMa0T0IWITfxmlxCswbCCIJaTWW { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:panton;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.0625rem;left:2.21875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { position:relative;display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { border-width: 0; border-radius: 0; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container {  }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99b2017c-6590-4009-9789-709adbf5c98c/KadisynDearleGoldfieldsMachines3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.adaptive-delivery-prevent-bg, #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.lazyload, #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.lazyloading { background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { background-color: transparent; background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,109,0.85); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,76,109,0.85); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .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); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { border-width: 0; border-radius: 0; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container {  }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:panton;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.21875rem;left:3.625rem;height:8.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row .container { background-color: transparent; background-image: none; }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row .container > .video-iframe-container { display: none; }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row > .video-iframe-container { display: none; }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .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); }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row .container { border-width: 0; border-radius: 0; }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row > .video-iframe-container {  }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#yKPyTChBmpEp3IMpIboNi8AecG4l8EDv { color:#004c6d;display:block;width:26.625rem;position:absolute;font-family:panton;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.75rem;height:2.84375rem;font-style:normal;display:block; }
#tsgpmfEMNBv108glbcF0FIQ8GadcfTBW { position:absolute;display:block;z-index:15002;background-color:#efb71b;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;height:0.25rem;width:60rem;top:6.21875rem;left:-39.375rem;display:block; }
#xuxaJwIl3vgcLLJZH0Q5NrQq2QkDAoLl { 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:15004;opacity:1;top:8.90625rem;left:2.75rem; }
#xckBzmRHWUBTWD5x1rdRqI8lvXNCF2Z7 { 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:15005;opacity:1;top:19.25rem;left:2.75rem; }
#JwwoUVqg3kRh6uRWDpcx87dSwRCrE4w5 { 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:15006;opacity:1;top:24.6875rem;left:2.75rem; }
#SP1xNbeDEGkH8lRfihnIh8UvCGxaxzaU { 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:15007;opacity:1;top:30.1875rem;left:2.75rem; }
#fPX2eDcff6p52WAi4Pry3B38JPLEBySR { color:#004c6d;display:block;width:19rem;position:absolute;font-family:panton;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.65625rem;left:8.1875rem;height:1.625rem;font-style:normal;display:block; }
#ibLAb324TEkfFegGUG9Zun1NTeVlkPTu { color:#004c6d;display:block;width:20.875rem;position:absolute;font-family:panton;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20rem;left:8.1875rem;height:1.625rem;font-style:normal;display:block; }
#pCdVs29eNaQ6VtdgOAxEy1Tohz1ohtAk { color:#004c6d;display:block;width:19.625rem;position:absolute;font-family:panton;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.625rem;left:8.1875rem;height:3.25rem;font-style:normal;display:block; }
#ko3bdXZ9pccK5OxuSFM6ycaVoclU2a1n { color:#004c6d;display:block;width:20.5625rem;position:absolute;font-family:panton;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.125rem;left:8.1875rem;height:3.25rem;font-style:normal;display:block; }
#dhHZfFg8V10zCskkl3BtDXQLaJIGXZbh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:32.625rem;top:1.6875rem;left:27.375rem;overflow:hidden;display:block; }
#uJScsMbo1AlIlRmrBdBTXHKHXN1Aoday { 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:15012;opacity:1;top:14rem;left:2.75rem; }
#bspfP2n3JiZDEtTZbEAODF679oJGCVHX { color:#004c6d;display:block;width:20.875rem;position:absolute;font-family:panton;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.75rem;left:8.1875rem;height:1.625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr { display:block; }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uclQRMyUFfKCGaiK8J6acNFad4WsTGTa { top:5.9375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQFwweZsiRP6kOWnnDuAEQkI2FzTTSy { top:0.9375rem;left:17.625rem;width:12.5rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-text {padding-top: 0; padding-bottom: 0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-select {padding-top: 0; padding-bottom: 0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU  { width:45.25rem;height:auto;top:10.5625rem;left:0rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU {display:block;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU { width:45.25rem;height:auto;top:10.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #bLTkJlQIs2ZLhMTpEfrUbfQMWmSukTdO {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #tprB03dWkUBUNZVSWhSpHQweVBVEHyLB { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #U7RtiPuiuOukNrRyxesKuQqlrhzRv5u9 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #mDcg80Z2bTm6WixrHrFGeiF2BOAsVOd2 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #iRZWgcLppegP2MLVXFRNeAlxfaUJgNsg { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #TrWdmHKpsuxp7MwIZJpiN44tvnDJaZbE {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #ApPgPGopf8T37JqkPU0UT9e3k6oPkdyJ {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #QkIIbXVTOge08bsBtpUcCU3HUTkKCspo { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #IZgdbyOCzuFdcdqDdM9PgORUCn65quyq {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #ZiI1oTzAObXlTpsyomcqEHCXvAtC6TtN {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #yfuTm8NooEBRqgVUqAnXnWv5LIy9aKHV { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #xdcTqWrp5dJf3tB5gVhrwMEErcJBVTl0 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #hgye23kqdTgroFa7KvWTlWNVfd1gvwG3 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #OF8IieJ28MMLCPM0TzBzu0l5PJLWQs4r { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #cFRAeU3yt4oWaWKChn7NEOezJqA0nPBu {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #uA3MZI4NMPeioPO6JWD4toiWtrhc2rOi {  }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #uA3MZI4NMPeioPO6JWD4toiWtrhc2rOi .container-column{width:50%;} }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #FktXvTsmOExPJ6q2DkJUbnXK24atI6CD { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #LJSTUUgRa2RFe98IUKWNXRKquqfPoKPd {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #o0iWVzbIm5bFpVSdvb4PvhhUH2aTQuBN {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #eDSf0a25mBBx9aDNEvLA9zBkXbxtWsrs {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #yOtRC8MwGrSTxLyieDCxIMRknWkrUihT {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #rFgChdHemR2SegTGbPSXXGsqf9ydbhV3 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #KqTIGudsUMT6l9J78xbcXA9BZ8Ac66HE {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #Zx3i8wx7fpdWKD1C2uCm8z6pdibGCMOI {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #cAbH6yxa5TEJaSJR7qDmIw7LW5DDnWVz {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #hxxB3rifkU80ov9p3HIsI41c0Tg5k3un {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #nq2WRWULHVgbKn1ECPgFVtOU4m5KbUFw {  }
 }@media only screen and (max-width: 763px) { #usSVBVMa0T0IWITfxmlxCswbCCIJaTWW { top:1.0625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNEg1Xf6I308MTdFaqdycTV5Ramm99zi { display:block; }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKPyTChBmpEp3IMpIboNi8AecG4l8EDv { top:2.9375rem;left:0rem;width:26.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsgpmfEMNBv108glbcF0FIQ8GadcfTBW { top:6.1875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxaJwIl3vgcLLJZH0Q5NrQq2QkDAoLl { top:8.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckBzmRHWUBTWD5x1rdRqI8lvXNCF2Z7 { top:19.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwoUVqg3kRh6uRWDpcx87dSwRCrE4w5 { top:24.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP1xNbeDEGkH8lRfihnIh8UvCGxaxzaU { top:30.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPX2eDcff6p52WAi4Pry3B38JPLEBySR { top:9.625rem;left:2.0625rem;width:19rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibLAb324TEkfFegGUG9Zun1NTeVlkPTu { top:20rem;left:2.0625rem;width:20.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCdVs29eNaQ6VtdgOAxEy1Tohz1ohtAk { top:24.625rem;left:2.0625rem;width:19.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko3bdXZ9pccK5OxuSFM6ycaVoclU2a1n { top:30.125rem;left:2.0625rem;width:20.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhHZfFg8V10zCskkl3BtDXQLaJIGXZbh { top:1.6875rem;left:15.125rem;width:32.625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJScsMbo1AlIlRmrBdBTXHKHXN1Aoday { top:14rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspfP2n3JiZDEtTZbEAODF679oJGCVHX { top:14.75rem;left:2.0625rem;width:20.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#efb71b;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr { display:block; }#r3dr0oT6V4fDa3lUd2hiM6RJulUloLlr > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uclQRMyUFfKCGaiK8J6acNFad4WsTGTa { width:20rem;height:5.69921875rem;top:11.47265625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQFwweZsiRP6kOWnnDuAEQkI2FzTTSy { width:12.5rem;height:;top:3.76171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85a77bd2-22a0-4ad4-a3f6-4499c2800d9b/webimage.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,119,161,0.7); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,119,161,0.7); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-text {padding-top: 0; padding-bottom: 0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-select {padding-top: 0; padding-bottom: 0;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU  { width:17.5rem;height:auto;top:17.1875rem;left:0rem; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU {display:block;}#e444vl3nZDpAXIglixfLtCk5A4iZqfFU { width:17.5rem;height:auto;top:17.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #bLTkJlQIs2ZLhMTpEfrUbfQMWmSukTdO {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #tprB03dWkUBUNZVSWhSpHQweVBVEHyLB { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #U7RtiPuiuOukNrRyxesKuQqlrhzRv5u9 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #mDcg80Z2bTm6WixrHrFGeiF2BOAsVOd2 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #iRZWgcLppegP2MLVXFRNeAlxfaUJgNsg { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #TrWdmHKpsuxp7MwIZJpiN44tvnDJaZbE {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #ApPgPGopf8T37JqkPU0UT9e3k6oPkdyJ {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #QkIIbXVTOge08bsBtpUcCU3HUTkKCspo { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #IZgdbyOCzuFdcdqDdM9PgORUCn65quyq {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #ZiI1oTzAObXlTpsyomcqEHCXvAtC6TtN {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #yfuTm8NooEBRqgVUqAnXnWv5LIy9aKHV { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #xdcTqWrp5dJf3tB5gVhrwMEErcJBVTl0 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #hgye23kqdTgroFa7KvWTlWNVfd1gvwG3 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #OF8IieJ28MMLCPM0TzBzu0l5PJLWQs4r { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #cFRAeU3yt4oWaWKChn7NEOezJqA0nPBu {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #uA3MZI4NMPeioPO6JWD4toiWtrhc2rOi {  }
#e444vl3nZDpAXIglixfLtCk5A4iZqfFU #uA3MZI4NMPeioPO6JWD4toiWtrhc2rOi .container-column{width:50%;} }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #FktXvTsmOExPJ6q2DkJUbnXK24atI6CD { display:block; }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #LJSTUUgRa2RFe98IUKWNXRKquqfPoKPd {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #o0iWVzbIm5bFpVSdvb4PvhhUH2aTQuBN {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #eDSf0a25mBBx9aDNEvLA9zBkXbxtWsrs {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #yOtRC8MwGrSTxLyieDCxIMRknWkrUihT {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #rFgChdHemR2SegTGbPSXXGsqf9ydbhV3 {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #KqTIGudsUMT6l9J78xbcXA9BZ8Ac66HE {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #Zx3i8wx7fpdWKD1C2uCm8z6pdibGCMOI {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #cAbH6yxa5TEJaSJR7qDmIw7LW5DDnWVz {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #hxxB3rifkU80ov9p3HIsI41c0Tg5k3un {  }
 }@media only screen and (max-width: 763px) { #e444vl3nZDpAXIglixfLtCk5A4iZqfFU #nq2WRWULHVgbKn1ECPgFVtOU4m5KbUFw {  }
 }@media only screen and (max-width: 763px) { #usSVBVMa0T0IWITfxmlxCswbCCIJaTWW { width:18.8125rem;height:12.75rem;top:2.8125rem;left:0.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { display:block; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT { background-color: transparent; background-image: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row > .video-iframe-container { display: none; }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .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); }#RoAVrLsvbyZzUg3i0TXEbFhb3TsfzsrT > .row .container { width:20rem;height:0.6875rem;background-color:#efb71b;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99b2017c-6590-4009-9789-709adbf5c98c/KadisynDearleGoldfieldsMachines3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.adaptive-delivery-prevent-bg, #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.lazyload, #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG.lazyloading { background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { background-color: transparent; background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,76,109,0.85); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,76,109,0.85); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .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); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:12rem;top:3.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eNEg1Xf6I308MTdFaqdycTV5Ramm99zi { display:block; }#eNEg1Xf6I308MTdFaqdycTV5Ramm99zi > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKPyTChBmpEp3IMpIboNi8AecG4l8EDv { width:17.5625rem;height:1.94921875rem;top:1.25rem;left:1.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsgpmfEMNBv108glbcF0FIQ8GadcfTBW { width:8.875rem;height:0.3125rem;top:3.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxaJwIl3vgcLLJZH0Q5NrQq2QkDAoLl { width:3.125rem;height:3.125rem;top:6rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckBzmRHWUBTWD5x1rdRqI8lvXNCF2Z7 { width:3.125rem;height:3.125rem;top:45.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwoUVqg3kRh6uRWDpcx87dSwRCrE4w5 { width:3.125rem;height:3.125rem;top:23.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP1xNbeDEGkH8lRfihnIh8UvCGxaxzaU { width:3.125rem;height:3.125rem;top:35.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPX2eDcff6p52WAi4Pry3B38JPLEBySR { width:17.6875rem;height:3.25rem;top:10.3125rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibLAb324TEkfFegGUG9Zun1NTeVlkPTu { width:17.75rem;height:3.25rem;top:49.625rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCdVs29eNaQ6VtdgOAxEy1Tohz1ohtAk { width:16.125rem;height:4.875rem;top:27.625rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ko3bdXZ9pccK5OxuSFM6ycaVoclU2a1n { width:16.25rem;height:3.25rem;top:39.8125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhHZfFg8V10zCskkl3BtDXQLaJIGXZbh { width:20rem;height:20rem;top:56.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJScsMbo1AlIlRmrBdBTXHKHXN1Aoday { width:3.125rem;height:3.125rem;top:15.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspfP2n3JiZDEtTZbEAODF679oJGCVHX { width:20rem;height:1.625rem;top:19.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }