.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;
}
.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:#ffffff;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); }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row .container { background-color: transparent; background-image: none; }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row .container > .video-iframe-container { display: none; }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row > .video-iframe-container { display: none; }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .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); }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row .container { border-width: 0; border-radius: 0; }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#SuTXpzaZlTbec9NPEFKxMN8LHCbcB6Ad { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:12.28125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTgwCEzCTH5EQy8ZP8L8yhx0GDHHZIHX { color:#ffffff;display:block;width:51.1235625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.65625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ny6i4VRpPxyRbf298riMtwGcSZvb3My6 { color:#ffffff;display:block;width:51.1235625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:3.78125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KvE53BU4hX2HSnhPsxkyWWk0BN8ht0XK { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:11.6875rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq { background-color:#ebe8e3;background-image:none;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container { background-color: transparent; background-image: none; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container > .video-iframe-container { display: none; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row > .video-iframe-container { display: none; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .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); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container { border-width: 0; border-radius: 0; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container { font-size:0.875rem;font-family:"open sans";height:43.25rem;width:60rem;overflow:visible;position:relative;display:block; }#SzUhtolH9ohpoPKpGnDouyH0AaXRh4Lb { display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1rem;z-index:100001;line-height:1.3;top:10.513671875rem;left:27.90625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;text-align:center;text-align-last:center;height:27.5rem;font-weight:300;font-style:normal;display:block; }
#SEIa2fVJ8rH8uwMU2eHCOAfFwOcbNTED { color:#200f43;display:block;width:46.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:6.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PhT858kBwnAmnHl9dViHFSSa4RsN1l0D { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#K0D3npNTQMvF7TfZ0naGPqifrLA5xmFJ { position:absolute;display:block;z-index:99999;background-color:#ffffff;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:40.9375rem;width:35.1875rem;top:1.125rem;left:23.75rem;display:block; }
#knDMmZ1Eph5CWW5Lt32FiDHWCTBDgu1w { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.8125rem;width:27.5rem;top:7.4375rem;left:1.21240234375rem;overflow:hidden;display:block; }
#V4N1KHWa2An6NELTo1BAiR1laV4qQMkV { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:3.375rem;left:28.53125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pu9plPhLSwnIK0JNalH4osUZcJuxib9C { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:3.375rem;left:28.53125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oOLBRiC7tFHtDQkoiwbA2pI8iGdKr23T { display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1rem;z-index:100001;line-height:1.3;top:10.513671875rem;left:27.90625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;text-align:center;text-align-last:center;height:28.65820625rem;font-weight:300;font-style:normal;display:none; }
#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container { background-color: transparent; background-image: none; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container > .video-iframe-container { display: none; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row > .video-iframe-container { display: none; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .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); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container { border-width: 0; border-radius: 0; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#TBeTOUDGwTmOa0APQdDlkScld7rf6Gxf { color:#200f43;display:block;width:18.25rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0.0625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nBSTBLOteIvNNwgBETIsQ93l7gB6E0Dr { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0.0625rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TxMJczVJtzaXAV0DD1GqWPrnoLKPrX9M { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0.0625rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ktKAFy380fsdNZJQTSGt0tWm52mEE7FT { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:15rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xweZEvrA5NuMrSBP7hBNXdQa2SuKbSS5 { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:14.8125rem;left:26rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#sZraSy9U53SSPgtzggT2pMdhaJzPwtaU { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.625rem;left:16.625rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xc84vOyc3yr1KZKJEeJwPrAqTqsfuJlU { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:13.2060546875rem;left:17.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xc84vOyc3yr1KZKJEeJwPrAqTqsfuJlU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xc84vOyc3yr1KZKJEeJwPrAqTqsfuJlU li:before{  }
#EaIE1yLbyqamMmF8vkmglwIhTPSGI9CB { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:25.53125rem;left:14.53125rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container { background-color: transparent; background-image: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container > .video-iframe-container { display: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row > .video-iframe-container { display: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .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); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container { border-width: 0; border-radius: 0; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container { font-size:0.875rem;font-family:"open sans";height:32.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#LDRVw6oOeKLScKbCBbcpRBsBIWB1v3vG { color:#000000;display:block;width:52.0615rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:3.1865234375rem;left:3.96875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVLW9qbTO8RCFVocBQVrklC94q4zJEQ2 { color:#000000;display:block;width:30.8105625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:13.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaOqi0u6AHMcqMnBFaSGX8qk2ygmTgfA { color:#000000;display:block;width:51.1235625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:27.8115234375rem;left:4.43798828125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.5rem;left:20.375rem;z-index:100003; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #AUMvHeSFMZWe0VRKksifhRhmcTWLN4ma { display:flex;position:relative;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #wZsEmvqef6gDZVOqapL91eNIJFcPaJzd { width:auto; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #EKSLTuv72Tze48BtvENxL6PihkRbHgqy {  }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #oJQy8IPEQqufG4IRsemIlgacUMCwfhWh { display:flex;position:relative;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #U9FcDr6ilQb50v7WUaHc43znqKR3Bz64 {  }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #LpHVmKLH2THVWDgXi0nBy5A2AGXlToxN {  }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #NFeT4WhK1TnB9ttWLh1AaSqgO857fJFc { display:flex;position:relative;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #rzscOOsqZZN5uqo0sEoxpaH9SPL5NCuL {  }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #i9iSLdJeGUM39h4UHWHieS1vD9eNvLGZ {  }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #XJ8sJorfZfOnrZc9gDscOvua3zZd5V8c { display:flex;position:relative;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #T1mFNDtLWvcPVBO7qROWgn8hnaMxsBmh {  }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #DI357Jv5EsqwHKGDgQe5aFcQ3CUFsnMC {  }
#STRocaAd59FbURv0rH7fI1LkV5lSClfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ebe8e3);background-image: -moz-linear-gradient(180deg, #ffffff, #ebe8e3);background-image: -ms-linear-gradient(180deg, #ffffff, #ebe8e3);background-image: -o-linear-gradient(180deg, #ffffff, #ebe8e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe8e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe8e3' );";background-image: linear-gradient(180deg, #ffffff, #ebe8e3);background-size:auto !important;position:relative;display:block; }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row .container { background-color: transparent; background-image: none; }#STRocaAd59FbURv0rH7fI1LkV5lSClfl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row .container > .video-iframe-container { display: none; }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row > .video-iframe-container { display: none; }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .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); }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row .container { border-width: 0; border-radius: 0; }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#axyZHy8VmCmxpRW0Z6Xr3yBV5uv1kMcv { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:31.25rem;left:38.1875rem;display:none; }
#aH1SEFZhQEavJt2e9A6T4EcPgh3sblQF { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:31.25rem;left:47rem;display:none; }
#QZnwgW920ebxETT1Lr3DTMQ8h3b9GHiD { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:1.9375rem;left:15.71875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTxpNtGVLsqZmfTbaEfarzduKwFBZW9G { color:#000000;display:block;width:51.1235625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:8.125rem;left:4.43798828125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwXfNPOOLWPeCSnMhVs8Pk9TMg42KhxM { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:1.9375rem;left:15.71875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row .container { background-color: transparent; background-image: none; }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row .container > .video-iframe-container { display: none; }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row > .video-iframe-container { display: none; }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .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); }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row .container { border-width: 0; border-radius: 0; }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#GrTexFbDRb0LbwVuZ94S6en1NJGZTyXJ { position:absolute;display:block;z-index:100029;background-color:#000000;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.0625rem;width:4.4375rem;top:4.4375rem;left:3.25rem;display:block; }
#n4bCtNIq3giC7E5i7WEEZknrBwmU0mqO { position:absolute;display:block;z-index:100030;background-color:#000000;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.0625rem;width:4.4375rem;top:4.4375rem;left:15.1875rem;display:block; }
#nq8wxfF2QeZzMDFqWFzSl1wRiK8VhtQG { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0.3125rem;height:5.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DGigS4bm7izVEXFfz1JQXD1r7IaSOTT3 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:6.1875rem;left:12.125rem;height:5.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sWlt5UlLopdNmEgpW1w1R0Th5J3cB2Ls { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100039;line-height:1.3;letter-spacing:0;top:6.1875rem;left:23.4375rem;height:3.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n5DrpbqiaksH4FZF0qahQ6G0JorHs8LM { position:absolute;display:block;z-index:100031;background-color:#000000;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.0625rem;width:4.4375rem;top:4.4375rem;left:27.125rem;display:block; }
#oK3UequovBg7pUxcUkdTNHLoR4tvKgRM { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:6.1875rem;left:35.84375rem;height:4.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O2vREtHEGzITOR3Lk4NQaPet0Q51SFbe { position:absolute;display:block;z-index:100032;background-color:#000000;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.0625rem;width:4.4375rem;top:4.4375rem;left:39.0625rem;display:block; }
#VDL3VgfL73QG70LfaFTouNMHx0ouQ0Tr { color:#bc8e5f;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvSZIOKaDaRTbAnicmkTlWJQvC0PdEns { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:11.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4nOJNq1rR99Wx8V7bQWIzUib4TEkw20 { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugNmfyIOKy4HfcZrZnABK3ARbTrJr0fn { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:35.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsEo5RLDakZJbZWe8MTL5p2ZVTv1hcT0 { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:47.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyELeFaHVlwahbmGk1tQZQIVctbKOJxt { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100041;line-height:1.3;letter-spacing:0;top:6.1875rem;left:47.4375rem;height:7.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t12vlQgv5eRfiOgW8rm2vqkaHvgmHFS8 { position:absolute;display:block;z-index:100033;background-color:#000000;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.0625rem;width:4.4375rem;top:4.4375rem;left:51rem;display:block; }
#UdN4iheyLOSC0QGIZ1pA7IVkw79tbIIV { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:6.1875rem;left:35.84375rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row .container { background-color: transparent; background-image: none; }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row .container > .video-iframe-container { display: none; }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row > .video-iframe-container { display: none; }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .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); }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row .container { border-width: 0; border-radius: 0; }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#KUIcTNXcm9kiK8n4ww63GDxDyP4VCBT1 { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5rem;left:11.8125rem;height:21.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STXlq1LrIQQLNhLbyTQaQbecbATU8DZV { color:#200f43;display:block;width:53.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.34375rem;height:27.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d6b9rSezVZO17CMZAS7bNIhoJdfJyeDz { background-color:#be0039;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.5625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:27.875rem;left:21.3125rem;display:none; }
#aDlL9IHNT4Dt1zzNRxCNHJiH1MOcL1cu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i1LmO1CqgNhPXE1Kz2duHBBlXM2fmiGl { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:31.25rem;left:47rem;display:none; }
#xg09Kc8TlUZSmhGOFmpPaoJdiDVyze3R { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:31.25rem;left:38.1875rem;display:none; }
#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container { background-color: transparent; background-image: none; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container > .video-iframe-container { display: none; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row > .video-iframe-container { display: none; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .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); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container { border-width: 0; border-radius: 0; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#TLdtfVRx1mgs47HyM9Cnptsp8yEfMI4R { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:12.375rem;left:5.125rem;display:block; }
#avNDxsIFSJIqthTkgPr1Z2bEIr0cdWbw { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:4.0625rem;width:4.0625rem;top:11.4375rem;left:4.1875rem;display:block; }
#gKyL3VhXdO1RZWidtn9rhkewmzvr1VVx { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:12.125rem;left:9.9375rem;height:2.75rem;font-style:normal;display:block; }
#aRKK4ONSGC2HqMzhftiICgKXNULXi09O { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:4.0625rem;width:4.0625rem;top:18.875rem;left:4.1875rem;display:block; }
#cUTN064raApHtVvtew8HuD3oO9Tc17Cb { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:19.875rem;left:5.1875rem;display:block; }
#WsM7IM7aZGzdFIiidyiFfApKW69PwOT9 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:9.9375rem;height:2.75rem;font-style:normal;display:block; }
#DeHcQ1pKFO7ePU5yzR0sZHupvoOLRiCH { box-sizing:content-box;color:#000000;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:11.8125rem;left:32.375rem;display:block; }
#rMJI0l0DfdfEKvbdmpDR4Hsrh8bg8tDS { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:4.0625rem;width:4.0625rem;top:10.9375rem;left:31.4375rem;display:block; }
#bFJc3PTBN4y59TrwTKmbvqHrr7K6GTMT { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:11.4375rem;left:37.1875rem;height:2.75rem;font-style:normal;display:block; }
#IaOvRO99O5D9Fco6aOBxWgVTtZ1ghU6I { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:20rem;left:32.5625rem;display:block; }
#Q5P87s4TLEvoc3OzyQzQhGbg05mHBkRk { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:19.5625rem;left:37.1875rem;height:2.75rem;font-style:normal;display:block; }
#ENMMt5LB1yFTBcZxc9PSOzxzfWH1zQ9N { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:4.0625rem;width:4.0625rem;top:18.9375rem;left:31.4375rem;display:block; }
#c4koz4snni0A0QaIiuyobSloJcNTESFt { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:12.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe.adaptive-delivery-prevent-bg, #Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe.lazyload, #Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe.lazyloading { background-image: none; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row .container { background-color: transparent; background-image: none; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row .container > .video-iframe-container { display: none; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row > .video-iframe-container { display: none; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .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); }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row .container { border-width: 0; border-radius: 0; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#wW5UdvOgpMc09yq5uv1t7HJk0840l1EA { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:16.0361328125rem;left:0.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5GZUCizGrcidmBVIe36MeEdRl03JTUy { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:16.0361328125rem;left:11rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyiwzX68ZrEJIGdBJGn4HgKODyU0b4R9 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:16.0361328125rem;left:23.9375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SS6ovFrLaGzeKRx9B0PgVURmBI2LTc5r { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:15.625rem;left:36.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqC5nxf5Tm09AHaWCrUuF9zRitWJqTXJ { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.62451171875rem;left:49rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMqVZiEg1Ak9U4WlGXCLZxlEJNbv8Xvz { box-sizing:content-box;color:#bc8e5f;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:11.875rem;left:3.125rem;display:block; }
#ie6L6PN80uQ0yTUaQxfvswOZhyNFzOb2 { box-sizing:content-box;color:#bc8e5f;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:11.96875rem;left:28.21875rem;display:block; }
#GWP5oHTxLeFT9rymbtZzV99nMq5EKuOJ { box-sizing:content-box;color:#bc8e5f;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:11.9375rem;left:15.40625rem;display:block; }
#pVcBK3z0HO9FJqhS7lCdKa28yya7fF5T { box-sizing:content-box;color:#bc8e5f;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:11.625rem;left:40.28125rem;display:block; }
#WtChI3EInmN6UoqeRLGTJHqB6xrBdQ3o { box-sizing:content-box;color:#bc8e5f;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:11.78125rem;left:53.53125rem;display:block; }
#m03QHq91LPvpWuxxaqmTubMirz6zWxMf { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #bc8e5f;border-left:0.0625rem solid #bc8e5f;border-right:0.0625rem solid #bc8e5f;border-bottom:0.0625rem solid #bc8e5f;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:3.9375rem;width:3.9375rem;top:10.9375rem;left:14.5rem;display:block; }
#SqIqRyMD7qUu1TF9rUrQsBTvqRzH7iZD { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:0.0625rem solid #bc8e5f;border-left:0.0625rem solid #bc8e5f;border-right:0.0625rem solid #bc8e5f;border-bottom:0.0625rem solid #bc8e5f;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:3.9375rem;width:3.9375rem;top:10.875rem;left:2.1875rem;display:block; }
#TAkqFG9fnGlD5TNOvyFkUM2Umhb8O6DU { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.0625rem solid #bc8e5f;border-left:0.0625rem solid #bc8e5f;border-right:0.0625rem solid #bc8e5f;border-bottom:0.0625rem solid #bc8e5f;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:3.9375rem;width:3.9375rem;top:10.75rem;left:39.4375rem;display:block; }
#oXA9wTUFVb4CS8torUAyTTbbiDnleFmh { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0.0625rem solid #bc8e5f;border-left:0.0625rem solid #bc8e5f;border-right:0.0625rem solid #bc8e5f;border-bottom:0.0625rem solid #bc8e5f;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:3.9375rem;width:3.9375rem;top:10.625rem;left:52.5625rem;display:block; }
#atoOKEHkD9OVktpxzdidZzMTtbGThg6G { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.0625rem solid #bc8e5f;border-left:0.0625rem solid #bc8e5f;border-right:0.0625rem solid #bc8e5f;border-bottom:0.0625rem solid #bc8e5f;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:3.9375rem;width:3.9375rem;top:10.9375rem;left:27.1875rem;display:block; }
#bIfnePkrMzDFBqGKpmlfrRgTNkwT0GND { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3rem;left:13.21875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2KqmluTcIs15c72GXBIwJiVghtOfwf4 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:15.625rem;left:36.25rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cUqgTT69GIKacNoH19ZCi07LJb10woZT { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.62451171875rem;left:49rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container { background-color: transparent; background-image: none; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container > .video-iframe-container { display: none; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row > .video-iframe-container { display: none; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .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); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container { border-width: 0; border-radius: 0; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#yKpzdxFFZ5BknbRSfANR01dIPupLNpiT { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:2.68701171875rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOGuSzroiwdLhn8otDuU1BM5sRkfC9ET { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:9.74609375rem;left:28.154296875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VF3zwgTIG1gnJZRbWH8kwfobUDBqTrD9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:23.125rem;left:34.125rem;display:block; }
#QJASsMHoN8Vn17Ad18uDPi9MiqkaeZKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WA1tzP9sdmmeUh28c5eq7Q8qGkBFgogc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.498046875rem;height:2.8740234375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:32.552734375rem;left:23.75rem;display:none; }
#Tk4FtU2OusKXEqGLJTDJSfx08zMzTW8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wh6THgXHg0fL65vEJiKnPFxCvGTrMfwK { color:#bc8e5f;display:block;width:10.499875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:15.921020507812rem;left:44.561767578125rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gJHkCswVBWUyRdlzLBL6ubCkVnfSFDoF { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:3.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.690307617188rem;left:31.37451171875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SDpZZ9qu51uv0Ky1ZVR6E7H6x2WWtPC7 { position:absolute;display:block;z-index:100008;background-color:#000000;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.1875rem;width:11.9375rem;top:17.984008789062rem;left:31.37451171875rem;display:block; }
#GKVd34WJSZyNgiSekqXla5nVL7Gd5QB3 { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:10.49609375rem;left:29.185546875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FNoGsa6aU3OrBJu5VoBOOnc8yfqcdVuX { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5625rem;width:17.0625rem;top:8.375rem;left:6.6552734375rem;overflow:hidden;display:block; }
#Bx0FMJAVuXw6Vgq9Q91gETNota93udZ5 { position:absolute;display:block;z-index:100000;background-color:#000000;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:3.5625rem;width:18.9375rem;top:23.0625rem;left:33.123046875rem;display:block; }
#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row .container { background-color: transparent; background-image: none; }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row .container > .video-iframe-container { display: none; }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row > .video-iframe-container { display: none; }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .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); }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row .container { border-width: 0; border-radius: 0; }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#DHbedtJtiRUtL6ZaxOfSA3tPqdHw0zwc { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:1.4306640625rem;left:21.937255859375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#taG3SLom5zN0b1wteCNai8iUypefxHud { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.625rem;left:52.4375rem;display:block; }
#HMu4bre4TTmi45hoAKcs50d1dqx9ugT4 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0.625rem;left:54.9375rem;display:block; }
#l2PiSin3GAtyNMsfVSSvqIdGmkoefo5B { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.5625rem;left:57.4375rem;display:block; }
#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row .container { background-color: transparent; background-image: none; }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row .container > .video-iframe-container { display: none; }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row > .video-iframe-container { display: none; }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .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); }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row .container { border-width: 0; border-radius: 0; }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#T8gp3yWz6XSsG7Gk2mqlQgEUmQB6pNxS { color:#be0039;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.49560546875rem;left:32.3115234375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#be0039;padding-top:0.33375rem;padding-right:0.296875rem;padding-bottom:0.33375rem;padding-left:0.296875rem;display:block;align-items:center;width:1.7825rem;min-width:1.7825rem;height:1.795rem;position:relative;font-family:"open sans";font-size:1.33625rem;font-weight:700;line-height:28.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-text.counter-label { background-color:;background-image:none;color:#020202;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.376875rem;height:0.709375rem;position:relative;font-family:"open sans";font-size:0.500625rem;font-weight:400;line-height:11.35px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:13rem;height:3.3125rem;padding-top:0.4175rem;padding-right:0.424375rem;padding-bottom:0.4175rem;padding-left:0.424375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:45.155055982334rem;z-index:100004; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #w845SM2e34c3p4Xlo6orEhsZunF3TqwN { display:flex;position:relative;top:0rem;left:0rem; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #Ano001hTTugi577LZCWvpN9qF0S22hBA { width:auto; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #HqCpUS7Qduvu10VF3exKIMNMr1KBWxxf {  }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #Fp0CNUQkTtdMTkbh6gd4Ahwlo9azyOdb { display:flex;position:relative;top:0rem;left:0rem; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #N2O2TaZtucFyNEkUWplCXgigXeCzlJmK {  }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #brNk2b1nkaaipbaE86Q23ySZF4CbW9UW {  }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #gFJ173nNGPBeepczDlAPRiREKeml5Jwo { display:flex;position:relative;top:0rem;left:0rem; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #oOp2vX573rvohmcQCC1hMzlWONEbgeRk {  }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #C1xcQZG6lnSDMNx2dsTIDPaEDLr2VybT {  }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #L3bDCbiz1LRnNFw91f641wNpv6sLH8kO { display:flex;position:relative;top:0rem;left:0rem; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #hkr3pgw7FVKXi1xQ6OElJBVOHOufwXLW {  }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #PmAuRV53CQx3hBxGHP0HqgvK0rnAU1p9 {  }
#iMLUaG5tArPtsyAGs9IQEkcdZxvR7VTv { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:3.625rem;top:0.875rem;left:1.71875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7aiRsW1WP17TrRISlER8NeLz6foCwU1 { display:block; }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuTXpzaZlTbec9NPEFKxMN8LHCbcB6Ad { top:5.3125rem;left:6.15625rem;width:35.4375rem;height:6.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgwCEzCTH5EQy8ZP8L8yhx0GDHHZIHX { top:12.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6i4VRpPxyRbf298riMtwGcSZvb3My6 { top:7.3125rem;left:0rem;width:15.75rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvE53BU4hX2HSnhPsxkyWWk0BN8ht0XK { top:2.9375rem;left:0rem;width:20rem;height:4.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq { display:block; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container { width:47.75rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzUhtolH9ohpoPKpGnDouyH0AaXRh4Lb { z-index:100001;width:43.3125rem;height:4.5rem;top:16.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEIa2fVJ8rH8uwMU2eHCOAfFwOcbNTED { top:11.6875rem;left:0.75rem;width:20rem;height:23.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhT858kBwnAmnHl9dViHFSSa4RsN1l0D { display:none; }
 }@media only screen and (max-width: 763px) { #K0D3npNTQMvF7TfZ0naGPqifrLA5xmFJ { top:1.125rem;left:12.5625rem;width:35.1875rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDMmZ1Eph5CWW5Lt32FiDHWCTBDgu1w { top:7.4375rem;left:0rem;width:27.5rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4N1KHWa2An6NELTo1BAiR1laV4qQMkV { top:3.375rem;left:22.125rem;width:25.625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu9plPhLSwnIK0JNalH4osUZcJuxib9C { top:2rem;left:0rem;width:16.75rem;height:5.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOLBRiC7tFHtDQkoiwbA2pI8iGdKr23T { z-index:100001;width:43.3125rem;height:4.5rem;top:16.5625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8pSHWA6WSow3vZsZISnpocBaSMkZG5r { display:block; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBeTOUDGwTmOa0APQdDlkScld7rf6Gxf { width:18.25rem;height:2.0625rem;top:12.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBSTBLOteIvNNwgBETIsQ93l7gB6E0Dr { width:12.8125rem;height:4.1875rem;top:19.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxMJczVJtzaXAV0DD1GqWPrnoLKPrX9M { width:10.3125rem;height:5.875rem;top:6.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktKAFy380fsdNZJQTSGt0tWm52mEE7FT { width:30rem;height:3.9375rem;top:3.0625rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xweZEvrA5NuMrSBP7hBNXdQa2SuKbSS5 { width:20rem;height:2.875rem;top:8.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZraSy9U53SSPgtzggT2pMdhaJzPwtaU { width:24.6875rem;height:1.5rem;top:9.625rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc84vOyc3yr1KZKJEeJwPrAqTqsfuJlU { width:25.25rem;height:8.6875rem;top:13.1875rem;left:11.25rem;font-size:0.9375rem;display:block; }#xc84vOyc3yr1KZKJEeJwPrAqTqsfuJlU li:before{  }
 }@media only screen and (max-width: 763px) { #EaIE1yLbyqamMmF8vkmglwIhTPSGI9CB { width:28.875rem;height:7.75rem;top:25.5rem;left:8.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp { background-color:#fafafa;background-image:none;display:block; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container { background-color: transparent; background-image: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container > .video-iframe-container { display: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row > .video-iframe-container { display: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .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); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container { height:47.8125rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDRVw6oOeKLScKbCBbcpRBsBIWB1v3vG { top:3.125rem;left:0rem;width:47.75rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVLW9qbTO8RCFVocBQVrklC94q4zJEQ2 { top:15.5625rem;left:7.5rem;width:30.75rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaOqi0u6AHMcqMnBFaSGX8qk2ygmTgfA { top:27.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ { display:flex;width:18rem;height:5.0625rem;top:29.8125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #AUMvHeSFMZWe0VRKksifhRhmcTWLN4ma { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #wZsEmvqef6gDZVOqapL91eNIJFcPaJzd {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #EKSLTuv72Tze48BtvENxL6PihkRbHgqy {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #oJQy8IPEQqufG4IRsemIlgacUMCwfhWh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #U9FcDr6ilQb50v7WUaHc43znqKR3Bz64 {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #LpHVmKLH2THVWDgXi0nBy5A2AGXlToxN {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #NFeT4WhK1TnB9ttWLh1AaSqgO857fJFc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #rzscOOsqZZN5uqo0sEoxpaH9SPL5NCuL {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #i9iSLdJeGUM39h4UHWHieS1vD9eNvLGZ {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #XJ8sJorfZfOnrZc9gDscOvua3zZd5V8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #T1mFNDtLWvcPVBO7qROWgn8hnaMxsBmh {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #DI357Jv5EsqwHKGDgQe5aFcQ3CUFsnMC {  }
 }@media only screen and (max-width: 763px) { #STRocaAd59FbURv0rH7fI1LkV5lSClfl { display:block; }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axyZHy8VmCmxpRW0Z6Xr3yBV5uv1kMcv { top:31.25rem;left:32.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH1SEFZhQEavJt2e9A6T4EcPgh3sblQF { top:31.25rem;left:40.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZnwgW920ebxETT1Lr3DTMQ8h3b9GHiD { width:28.5625rem;height:4.5rem;top:1.9375rem;left:9.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxpNtGVLsqZmfTbaEfarzduKwFBZW9G { top:8.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXfNPOOLWPeCSnMhVs8Pk9TMg42KhxM { width:14.375rem;height:;top:1.9375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO { display:block; }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrTexFbDRb0LbwVuZ94S6en1NJGZTyXJ { top:4.4375rem;left:0rem;width:4.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4bCtNIq3giC7E5i7WEEZknrBwmU0mqO { top:4.4375rem;left:9.0625rem;width:4.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq8wxfF2QeZzMDFqWFzSl1wRiK8VhtQG { width:10.3125rem;height:6.0625rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGigS4bm7izVEXFfz1JQXD1r7IaSOTT3 { width:10.5rem;height:6.0625rem;top:6.1875rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWlt5UlLopdNmEgpW1w1R0Th5J3cB2Ls { width:11.8125rem;height:3.625rem;top:6.1875rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5DrpbqiaksH4FZF0qahQ6G0JorHs8LM { top:4.4375rem;left:21rem;width:4.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK3UequovBg7pUxcUkdTNHLoR4tvKgRM { width:10.875rem;height:4.875rem;top:6.1875rem;left:29.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2vREtHEGzITOR3Lk4NQaPet0Q51SFbe { top:4.4375rem;left:32.9375rem;width:4.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDL3VgfL73QG70LfaFTouNMHx0ouQ0Tr { width:10.9375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvSZIOKaDaRTbAnicmkTlWJQvC0PdEns { width:12.125rem;height:1.625rem;top:1.6875rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nOJNq1rR99Wx8V7bQWIzUib4TEkw20 { width:12.125rem;height:1.625rem;top:1.6875rem;left:17.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNmfyIOKy4HfcZrZnABK3ARbTrJr0fn { width:12.125rem;height:1.625rem;top:1.6875rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsEo5RLDakZJbZWe8MTL5p2ZVTv1hcT0 { width:12.125rem;height:1.625rem;top:1.6875rem;left:35.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyELeFaHVlwahbmGk1tQZQIVctbKOJxt { width:11.4375rem;height:7.3125rem;top:6.1875rem;left:36.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t12vlQgv5eRfiOgW8rm2vqkaHvgmHFS8 { top:4.4375rem;left:43.3125rem;width:4.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdN4iheyLOSC0QGIZ1pA7IVkw79tbIIV { width:10.875rem;height:5.1875rem;top:52.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW { display:block; }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUIcTNXcm9kiK8n4ww63GDxDyP4VCBT1 { width:36.375rem;height:22.25rem;top:3.5rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXlq1LrIQQLNhLbyTQaQbecbATU8DZV { width:19rem;height:40rem;top:5.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6b9rSezVZO17CMZAS7bNIhoJdfJyeDz { width:17.4375rem;height:3.5625rem;top:27.875rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDlL9IHNT4Dt1zzNRxCNHJiH1MOcL1cu { display:block; }
 }@media only screen and (max-width: 763px) { #i1LmO1CqgNhPXE1Kz2duHBBlXM2fmiGl { top:31.25rem;left:40.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xg09Kc8TlUZSmhGOFmpPaoJdiDVyze3R { top:31.25rem;left:32.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ { display:block; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLdtfVRx1mgs47HyM9Cnptsp8yEfMI4R { width:2.3125rem;height:2.3125rem;top:12.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avNDxsIFSJIqthTkgPr1Z2bEIr0cdWbw { top:11.4375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKyL3VhXdO1RZWidtn9rhkewmzvr1VVx { width:15.6875rem;height:2.75rem;top:12.125rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRKK4ONSGC2HqMzhftiICgKXNULXi09O { top:18.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTN064raApHtVvtew8HuD3oO9Tc17Cb { width:2.25rem;height:2.25rem;top:19.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsM7IM7aZGzdFIiidyiFfApKW69PwOT9 { width:18.375rem;height:2.75rem;top:19.5625rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeHcQ1pKFO7ePU5yzR0sZHupvoOLRiCH { width:2.375rem;height:2.375rem;top:11.8125rem;left:26.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMJI0l0DfdfEKvbdmpDR4Hsrh8bg8tDS { top:10.9375rem;left:25.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJc3PTBN4y59TrwTKmbvqHrr7K6GTMT { width:19.8125rem;height:2.75rem;top:11.4375rem;left:27.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaOvRO99O5D9Fco6aOBxWgVTtZ1ghU6I { width:2rem;height:2rem;top:20rem;left:26.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5P87s4TLEvoc3OzyQzQhGbg05mHBkRk { width:15.125rem;height:2.75rem;top:19.5625rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMMt5LB1yFTBcZxc9PSOzxzfWH1zQ9N { top:18.9375rem;left:25.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4koz4snni0A0QaIiuyobSloJcNTESFt { width:33.5625rem;height:4.875rem;top:2.625rem;left:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe { display:block; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wW5UdvOgpMc09yq5uv1t7HJk0840l1EA { width:7.1875rem;height:1.25rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5GZUCizGrcidmBVIe36MeEdRl03JTUy { width:11rem;height:1.25rem;top:16rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyiwzX68ZrEJIGdBJGn4HgKODyU0b4R9 { width:10.5625rem;height:1.25rem;top:16rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS6ovFrLaGzeKRx9B0PgVURmBI2LTc5r { width:10.375rem;height:3.875rem;top:15.625rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqC5nxf5Tm09AHaWCrUuF9zRitWJqTXJ { width:11rem;height:3.875rem;top:15.5625rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMqVZiEg1Ak9U4WlGXCLZxlEJNbv8Xvz { top:11.875rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie6L6PN80uQ0yTUaQxfvswOZhyNFzOb2 { top:11.9375rem;left:22.09375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWP5oHTxLeFT9rymbtZzV99nMq5EKuOJ { top:11.9375rem;left:9.28125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVcBK3z0HO9FJqhS7lCdKa28yya7fF5T { top:11.625rem;left:34.15625rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtChI3EInmN6UoqeRLGTJHqB6xrBdQ3o { top:11.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m03QHq91LPvpWuxxaqmTubMirz6zWxMf { top:10.9375rem;left:8.375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqIqRyMD7qUu1TF9rUrQsBTvqRzH7iZD { top:10.875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkqFG9fnGlD5TNOvyFkUM2Umhb8O6DU { top:10.75rem;left:33.3125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXA9wTUFVb4CS8torUAyTTbbiDnleFmh { top:10.625rem;left:43.6875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atoOKEHkD9OVktpxzdidZzMTtbGThg6G { top:10.9375rem;left:21.0625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIfnePkrMzDFBqGKpmlfrRgTNkwT0GND { width:33.5625rem;height:4.875rem;top:3rem;left:7.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2KqmluTcIs15c72GXBIwJiVghtOfwf4 { width:12.25rem;height:2.5625rem;top:22.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUqgTT69GIKacNoH19ZCi07LJb10woZT { width:12rem;height:2.5625rem;top:27.4375rem;left:0.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq { display:block; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKpzdxFFZ5BknbRSfANR01dIPupLNpiT { top:2.625rem;left:7.625rem;width:32.5rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGuSzroiwdLhn8otDuU1BM5sRkfC9ET { top:9.6875rem;left:18.875rem;width:28.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF3zwgTIG1gnJZRbWH8kwfobUDBqTrD9 { width:17.5rem;height:3.4375rem;top:23.125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJASsMHoN8Vn17Ad18uDPi9MiqkaeZKa { display:block; }
 }@media only screen and (max-width: 763px) { #WA1tzP9sdmmeUh28c5eq7Q8qGkBFgogc { width:12.4375rem;height:2.8125rem;top:0rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk4FtU2OusKXEqGLJTDJSfx08zMzTW8d { display:block; }
 }@media only screen and (max-width: 763px) { #Wh6THgXHg0fL65vEJiKnPFxCvGTrMfwK { top:15.875rem;left:37.3125rem;width:10.4375rem;height:4.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJHkCswVBWUyRdlzLBL6ubCkVnfSFDoF { top:15.6875rem;left:25.2490234375rem;width:11.875rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDpZZ9qu51uv0Ky1ZVR6E7H6x2WWtPC7 { top:17.9375rem;left:25.24951171875rem;width:11.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKVd34WJSZyNgiSekqXla5nVL7Gd5QB3 { top:3.25rem;left:0rem;width:20rem;height:3.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNoGsa6aU3OrBJu5VoBOOnc8yfqcdVuX { top:8.375rem;left:0.5302734375rem;width:17.0625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0FMJAVuXw6Vgq9Q91gETNota93udZ5 { top:23.0625rem;left:26.998046875rem;width:18.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC { display:block; }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHbedtJtiRUtL6ZaxOfSA3tPqdHw0zwc { top:1.375rem;left:15.812255859375rem;width:26.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taG3SLom5zN0b1wteCNai8iUypefxHud { top:0.625rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMu4bre4TTmi45hoAKcs50d1dqx9ugT4 { top:0.625rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2PiSin3GAtyNMsfVSSvqIdGmkoefo5B { top:0.5625rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q { display:block; }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8gp3yWz6XSsG7Gk2mqlQgEUmQB6pNxS { top:1.4375rem;left:26.1865234375rem;width:11.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz { display:flex;width:18rem;height:5.0625rem;top:29.8125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #w845SM2e34c3p4Xlo6orEhsZunF3TqwN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #Ano001hTTugi577LZCWvpN9qF0S22hBA {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #HqCpUS7Qduvu10VF3exKIMNMr1KBWxxf {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #Fp0CNUQkTtdMTkbh6gd4Ahwlo9azyOdb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #N2O2TaZtucFyNEkUWplCXgigXeCzlJmK {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #brNk2b1nkaaipbaE86Q23ySZF4CbW9UW {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #gFJ173nNGPBeepczDlAPRiREKeml5Jwo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #oOp2vX573rvohmcQCC1hMzlWONEbgeRk {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #C1xcQZG6lnSDMNx2dsTIDPaEDLr2VybT {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #L3bDCbiz1LRnNFw91f641wNpv6sLH8kO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #hkr3pgw7FVKXi1xQ6OElJBVOHOufwXLW {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #PmAuRV53CQx3hBxGHP0HqgvK0rnAU1p9 {  }
 }@media only screen and (max-width: 763px) { #iMLUaG5tArPtsyAGs9IQEkcdZxvR7VTv { top:0.875rem;left:0rem;width:3.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7aiRsW1WP17TrRISlER8NeLz6foCwU1 { display:block; }#M7aiRsW1WP17TrRISlER8NeLz6foCwU1 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuTXpzaZlTbec9NPEFKxMN8LHCbcB6Ad { width:20rem;height:4.375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgwCEzCTH5EQy8ZP8L8yhx0GDHHZIHX { width:15.75rem;height:0;top:3.82470703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ny6i4VRpPxyRbf298riMtwGcSZvb3My6 { width:15.75rem;height:2.375rem;top:7.32470703125rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #KvE53BU4hX2HSnhPsxkyWWk0BN8ht0XK { width:20rem;height:4rem;top:2.037109375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.5625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq { background-color:#ebe8e3;background-image:none;display:block; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container { background-color: transparent; background-image: none; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container > .video-iframe-container { display: none; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row > .video-iframe-container { display: none; }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .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); }#KiRKGwQhrGgMbBEdAHHTkFsChxbPOTJq > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzUhtolH9ohpoPKpGnDouyH0AaXRh4Lb { z-index:100001;top:28.64599609375rem;left:2.09375rem;width:15.8125rem;height:0;color:#000000;font-family:"open sans";font-weight:lighter;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:none; }
 }@media only screen and (max-width: 763px) { #SEIa2fVJ8rH8uwMU2eHCOAfFwOcbNTED { width:20rem;height:0;top:66.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100022;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #PhT858kBwnAmnHl9dViHFSSa4RsN1l0D { top:28.04150390625rem;left:0.53125rem;width:18.9375rem;height:41.6875rem;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K0D3npNTQMvF7TfZ0naGPqifrLA5xmFJ { width:20rem;height:40.9375rem;top:102.77444140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #knDMmZ1Eph5CWW5Lt32FiDHWCTBDgu1w { width:14.9375rem;height:19.5rem;top:8.54150390625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4N1KHWa2An6NELTo1BAiR1laV4qQMkV { width:16.625rem;height:0;top:1.3369140625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100021;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #pu9plPhLSwnIK0JNalH4osUZcJuxib9C { width:16.75rem;height:5.25rem;top:2.02978515625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100022;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oOLBRiC7tFHtDQkoiwbA2pI8iGdKr23T { z-index:100002;top:29.99462890625rem;left:2.09375rem;width:15.8125rem;height:36.8125rem;color:#000000;font-family:"open sans";font-weight:lighter;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #U8pSHWA6WSow3vZsZISnpocBaSMkZG5r { background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #000000);background-image: -moz-linear-gradient(top, #000000, #000000);background-image: -ms-linear-gradient(top, #000000, #000000);background-image: -o-linear-gradient(top, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #000000, #000000);background-size:contain !important;display:block; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container { background-color: transparent; background-image: none; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container > .video-iframe-container { display: none; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row > .video-iframe-container { display: none; }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .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); }#U8pSHWA6WSow3vZsZISnpocBaSMkZG5r > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBeTOUDGwTmOa0APQdDlkScld7rf6Gxf { width:14.3125rem;height:0;top:16.4375rem;left:2.84375rem;text-align:left;text-align-last:left;z-index:100002;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBSTBLOteIvNNwgBETIsQ93l7gB6E0Dr { width:12.875rem;height:0;top:19.125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #TxMJczVJtzaXAV0DD1GqWPrnoLKPrX9M { width:10.375rem;height:0;top:6.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100004;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ktKAFy380fsdNZJQTSGt0tWm52mEE7FT { width:15.625rem;height:5.9375rem;top:2.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xweZEvrA5NuMrSBP7hBNXdQa2SuKbSS5 { width:20rem;height:0;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #sZraSy9U53SSPgtzggT2pMdhaJzPwtaU { width:20rem;height:1.25rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fdfeff;display:block; }
 }@media only screen and (max-width: 763px) { #xc84vOyc3yr1KZKJEeJwPrAqTqsfuJlU { width:17.5rem;height:9.25rem;top:13.23095703125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }#xc84vOyc3yr1KZKJEeJwPrAqTqsfuJlU li:before{  }
 }@media only screen and (max-width: 763px) { #EaIE1yLbyqamMmF8vkmglwIhTPSGI9CB { width:15.8125rem;height:11.875rem;top:24.875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp { background-color:#ffffff;background-image:none;display:block; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container { background-color: transparent; background-image: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container > .video-iframe-container { display: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row > .video-iframe-container { display: none; }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .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); }#dk45FTSEQHRA1bfhlo6mmtBMrJZ6aFkp > .row .container { height:36.4375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDRVw6oOeKLScKbCBbcpRBsBIWB1v3vG { width:15.3125rem;height:17.8125rem;top:2.9365234375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100021;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tVLW9qbTO8RCFVocBQVrklC94q4zJEQ2 { width:15.3125rem;height:1.8125rem;top:22.625rem;left:2.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FaOqi0u6AHMcqMnBFaSGX8qk2ygmTgfA { width:17.9375rem;height:2.375rem;top:32rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:#ffffff;background-image:none;color:#000000; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;color:#000000; }
#sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ { display:flex;width:18rem;height:5.0625rem;top:24.49267578125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #AUMvHeSFMZWe0VRKksifhRhmcTWLN4ma { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #wZsEmvqef6gDZVOqapL91eNIJFcPaJzd {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #EKSLTuv72Tze48BtvENxL6PihkRbHgqy {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #oJQy8IPEQqufG4IRsemIlgacUMCwfhWh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #U9FcDr6ilQb50v7WUaHc43znqKR3Bz64 {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #LpHVmKLH2THVWDgXi0nBy5A2AGXlToxN {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #NFeT4WhK1TnB9ttWLh1AaSqgO857fJFc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #rzscOOsqZZN5uqo0sEoxpaH9SPL5NCuL {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #i9iSLdJeGUM39h4UHWHieS1vD9eNvLGZ {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #XJ8sJorfZfOnrZc9gDscOvua3zZd5V8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #T1mFNDtLWvcPVBO7qROWgn8hnaMxsBmh {  }
 }@media only screen and (max-width: 763px) { #sI6emW2ekI67Op5zVDMHhN5pxxFKn5oJ #DI357Jv5EsqwHKGDgQe5aFcQ3CUFsnMC {  }
 }@media only screen and (max-width: 763px) { #STRocaAd59FbURv0rH7fI1LkV5lSClfl { display:block; }#STRocaAd59FbURv0rH7fI1LkV5lSClfl > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axyZHy8VmCmxpRW0Z6Xr3yBV5uv1kMcv { width:3.125rem;height:3.125rem;top:23.1884765625rem;left:3.375rem;font-size:2.1875rem;z-index:100021;display:none; }
 }@media only screen and (max-width: 763px) { #aH1SEFZhQEavJt2e9A6T4EcPgh3sblQF { width:3.125rem;height:3.125rem;top:23.1884765625rem;left:13.4375rem;font-size:2.1875rem;color:#ffffff;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #QZnwgW920ebxETT1Lr3DTMQ8h3b9GHiD { width:16.8125rem;height:0;top:1.6875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTxpNtGVLsqZmfTbaEfarzduKwFBZW9G { width:14.625rem;height:3.5625rem;top:10.3134765625rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwXfNPOOLWPeCSnMhVs8Pk9TMg42KhxM { width:14.375rem;height:6.75rem;top:1.9853515625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO { display:block; }#Nzl7IgLXF3I74rL4CgJqvdMs0I8Ea8NO > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrTexFbDRb0LbwVuZ94S6en1NJGZTyXJ { width:4.4375rem;height:0.0625rem;top:6.3125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4bCtNIq3giC7E5i7WEEZknrBwmU0mqO { width:4.4375rem;height:0.0625rem;top:21.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq8wxfF2QeZzMDFqWFzSl1wRiK8VhtQG { width:10.3125rem;height:6.25rem;top:8.4375rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DGigS4bm7izVEXFfz1JQXD1r7IaSOTT3 { width:10.5rem;height:6.25rem;top:24.3125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sWlt5UlLopdNmEgpW1w1R0Th5J3cB2Ls { width:11.8125rem;height:3.75rem;top:39.75rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n5DrpbqiaksH4FZF0qahQ6G0JorHs8LM { width:4.4375rem;height:0.0625rem;top:37.25rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK3UequovBg7pUxcUkdTNHLoR4tvKgRM { width:10.875rem;height:0;top:51.8125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #O2vREtHEGzITOR3Lk4NQaPet0Q51SFbe { width:4.4375rem;height:0.0625rem;top:49.6875rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDL3VgfL73QG70LfaFTouNMHx0ouQ0Tr { width:10.9375rem;height:1.4375rem;top:3.125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvSZIOKaDaRTbAnicmkTlWJQvC0PdEns { width:12.125rem;height:1.4375rem;top:18.875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nOJNq1rR99Wx8V7bQWIzUib4TEkw20 { width:12.125rem;height:1.4375rem;top:34.3125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNmfyIOKy4HfcZrZnABK3ARbTrJr0fn { width:12.125rem;height:1.4375rem;top:46.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsEo5RLDakZJbZWe8MTL5p2ZVTv1hcT0 { width:12.125rem;height:1.4375rem;top:60.75rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyELeFaHVlwahbmGk1tQZQIVctbKOJxt { width:11.4375rem;height:7.5rem;top:66.25rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #t12vlQgv5eRfiOgW8rm2vqkaHvgmHFS8 { width:4.4375rem;height:0.0625rem;top:63.8125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdN4iheyLOSC0QGIZ1pA7IVkw79tbIIV { width:10.875rem;height:5rem;top:52.26171875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW { display:block; }#f5ABnyqfaq1v4SsrPsQtGNDtzOXMcJFW > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUIcTNXcm9kiK8n4ww63GDxDyP4VCBT1 { width:16.5625rem;height:35.625rem;top:2.6875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STXlq1LrIQQLNhLbyTQaQbecbATU8DZV { width:19rem;height:0;top:88rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #d6b9rSezVZO17CMZAS7bNIhoJdfJyeDz { width:14.5rem;height:2.875rem;top:43.3125rem;left:2.75rem;font-size:1.125rem;background-color:#be0039;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100024;display:none; }
 }@media only screen and (max-width: 763px) { #aDlL9IHNT4Dt1zzNRxCNHJiH1MOcL1cu { display:block; }
 }@media only screen and (max-width: 763px) { #i1LmO1CqgNhPXE1Kz2duHBBlXM2fmiGl { width:3.125rem;height:3.125rem;top:43.1875rem;left:13.3125rem;font-size:2.1875rem;color:#ffffff;z-index:100025;display:none; }
 }@media only screen and (max-width: 763px) { #xg09Kc8TlUZSmhGOFmpPaoJdiDVyze3R { width:3.125rem;height:3.125rem;top:43.1875rem;left:3.625rem;font-size:2.1875rem;z-index:100024;display:none; }
 }@media only screen and (max-width: 763px) { #rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ { background-color:#000000;background-image:none;display:block; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container { background-color: transparent; background-image: none; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container > .video-iframe-container { display: none; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row > .video-iframe-container { display: none; }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .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); }#rKo8g8Mqk5mgAJAIaG8RDv5Oly24kMOJ > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLdtfVRx1mgs47HyM9Cnptsp8yEfMI4R { width:2.1875rem;height:2.1875rem;top:11.28125rem;left:0.84375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #avNDxsIFSJIqthTkgPr1Z2bEIr0cdWbw { width:3.75rem;height:3.75rem;top:10.4375rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gKyL3VhXdO1RZWidtn9rhkewmzvr1VVx { width:14.3125rem;height:2.375rem;top:11.087890625rem;left:4.4375rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:300;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRKK4ONSGC2HqMzhftiICgKXNULXi09O { width:3.75rem;height:3.75rem;top:17.0625rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cUTN064raApHtVvtew8HuD3oO9Tc17Cb { width:2.125rem;height:2.125rem;top:17.96875rem;left:0.875rem;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WsM7IM7aZGzdFIiidyiFfApKW69PwOT9 { width:13.6875rem;height:2.375rem;top:17.525390625rem;left:4.75rem;text-align:left;text-align-last:left;color:#ffffff;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DeHcQ1pKFO7ePU5yzR0sZHupvoOLRiCH { width:2.3125rem;height:2.3125rem;top:24.59375rem;left:0.78125rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rMJI0l0DfdfEKvbdmpDR4Hsrh8bg8tDS { width:3.75rem;height:3.75rem;top:23.8125rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bFJc3PTBN4y59TrwTKmbvqHrr7K6GTMT { width:13.9375rem;height:3.5625rem;top:23.953125rem;left:4.625rem;text-align:left;text-align-last:left;color:#ffffff;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IaOvRO99O5D9Fco6aOBxWgVTtZ1ghU6I { width:2.25rem;height:2.25rem;top:31.78125rem;left:0.8125rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q5P87s4TLEvoc3OzyQzQhGbg05mHBkRk { width:13.5625rem;height:2.375rem;top:31.525390625rem;left:4.8125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:300;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMMt5LB1yFTBcZxc9PSOzxzfWH1zQ9N { width:3.75rem;height:3.75rem;top:31rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c4koz4snni0A0QaIiuyobSloJcNTESFt { width:16rem;height:5.0625rem;top:2.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe { display:block; }#Tb03MLVPa3KTiLLtR8sDD1HBWL1NTOGe > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wW5UdvOgpMc09yq5uv1t7HJk0840l1EA { width:7.1875rem;height:1.25rem;top:9.9375rem;left:6.40625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5GZUCizGrcidmBVIe36MeEdRl03JTUy { width:11rem;height:1.25rem;top:14.875rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyiwzX68ZrEJIGdBJGn4HgKODyU0b4R9 { width:10.5625rem;height:1.25rem;top:19.8125rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS6ovFrLaGzeKRx9B0PgVURmBI2LTc5r { width:12.25rem;height:0;top:23.6875rem;left:6.40625rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqC5nxf5Tm09AHaWCrUuF9zRitWJqTXJ { width:12rem;height:0;top:32.125rem;left:6.40625rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMqVZiEg1Ak9U4WlGXCLZxlEJNbv8Xvz { width:1.8125rem;height:1.8125rem;top:9.65625rem;left:2.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie6L6PN80uQ0yTUaQxfvswOZhyNFzOb2 { width:1.9375rem;height:1.9375rem;top:19.49365234375rem;left:2.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWP5oHTxLeFT9rymbtZzV99nMq5EKuOJ { width:1.875rem;height:1.875rem;top:14.58740234375rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVcBK3z0HO9FJqhS7lCdKa28yya7fF5T { width:2rem;height:2rem;top:24.625rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtChI3EInmN6UoqeRLGTJHqB6xrBdQ3o { width:1.6875rem;height:1.6875rem;top:30.40625rem;left:2.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m03QHq91LPvpWuxxaqmTubMirz6zWxMf { width:3.125rem;height:3.125rem;top:13.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqIqRyMD7qUu1TF9rUrQsBTvqRzH7iZD { width:3.125rem;height:3.125rem;top:8.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkqFG9fnGlD5TNOvyFkUM2Umhb8O6DU { width:3.125rem;height:3.125rem;top:24rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXA9wTUFVb4CS8torUAyTTbbiDnleFmh { width:3.125rem;height:3.125rem;top:29.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atoOKEHkD9OVktpxzdidZzMTtbGThg6G { width:3.125rem;height:3.125rem;top:18.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIfnePkrMzDFBqGKpmlfrRgTNkwT0GND { width:20rem;height:3.375rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2KqmluTcIs15c72GXBIwJiVghtOfwf4 { width:12.25rem;height:2.5rem;top:24.26220703125rem;left:6.40625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #cUqgTT69GIKacNoH19ZCi07LJb10woZT { width:12rem;height:2.5rem;top:30.0625rem;left:6.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq { background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/9o02MWXu/SEKCJA_BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq.adaptive-delivery-prevent-bg, #oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq.lazyload, #oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq.lazyloading { background-image: none; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container { background-color: transparent; background-image: none; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container > .video-iframe-container { display: none; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row > .video-iframe-container { display: none; }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .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); }#oZ3gnuF1pyQX35K7KJSns9fvKtp9XpZq > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKpzdxFFZ5BknbRSfANR01dIPupLNpiT { width:20rem;height:0;top:21.8876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOGuSzroiwdLhn8otDuU1BM5sRkfC9ET { width:20rem;height:0;top:2.3876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF3zwgTIG1gnJZRbWH8kwfobUDBqTrD9 { width:12.8125rem;height:1.125rem;top:62.1376953125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJASsMHoN8Vn17Ad18uDPi9MiqkaeZKa { display:block; }
 }@media only screen and (max-width: 763px) { #WA1tzP9sdmmeUh28c5eq7Q8qGkBFgogc { width:14.0625rem;height:3.9375rem;top:37.8515625rem;left:2.96875rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4FtU2OusKXEqGLJTDJSfx08zMzTW8d { display:block; }
 }@media only screen and (max-width: 763px) { #Wh6THgXHg0fL65vEJiKnPFxCvGTrMfwK { width:10.49925rem;height:3rem;top:16.5625rem;left:9.500732421875rem;text-align:center;text-align-last:center;font-size:2rem;color:#bc8e5f;display:block; }
 }@media only screen and (max-width: 763px) { #gJHkCswVBWUyRdlzLBL6ubCkVnfSFDoF { width:8.374rem;height:3.25rem;top:12.749633789062rem;left:10.562133789062rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SDpZZ9qu51uv0Ky1ZVR6E7H6x2WWtPC7 { width:9.0625rem;height:0.124511875rem;top:14.34326171875rem;left:10.218505859375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GKVd34WJSZyNgiSekqXla5nVL7Gd5QB3 { width:17.562rem;height:5rem;top:3.19921875rem;left:1.2177734375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100002;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FNoGsa6aU3OrBJu5VoBOOnc8yfqcdVuX { width:16.75rem;height:32.9375rem;top:11.437744140625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0FMJAVuXw6Vgq9Q91gETNota93udZ5 { width:16.749875rem;height:4.12475625rem;top:37.7587890625rem;left:1.62353515625rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC { display:block; }#X630BFuet9KxJdKWQsUCB8ZJLQUaKbdC > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHbedtJtiRUtL6ZaxOfSA3tPqdHw0zwc { width:20rem;height:0.875rem;top:1.12451171875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taG3SLom5zN0b1wteCNai8iUypefxHud { width:2.1875rem;height:2.1875rem;top:2.56201171875rem;left:6.21826171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMu4bre4TTmi45hoAKcs50d1dqx9ugT4 { width:2.1875rem;height:2.1875rem;top:2.56201171875rem;left:8.71826171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2PiSin3GAtyNMsfVSSvqIdGmkoefo5B { width:2.1875rem;height:2.1875rem;top:2.56201171875rem;left:11.281127929688rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q { position:relative;z-index:auto;display:block; }#OGsQiHbakRG1mZICCuhIVc6K5ZfP3n8Q > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8gp3yWz6XSsG7Gk2mqlQgEUmQB6pNxS { width:6.0620125rem;height:2rem;top:1.2872314453125rem;left:1.06201171875rem;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-text.counter-number { padding-top:0.303125rem;padding-right:0.264375rem;padding-bottom:0.303125rem;padding-left:0.264375rem;width:1.585rem;min-width:1.585rem;height:1.629375rem;font-size:1.2125rem;line-height:26.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.189375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.11375rem;height:0.64375rem;font-size:0.455rem;line-height:10.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz { display:flex;width:12.4375rem;height:3.06875rem;top:0.5030517578125rem;left:8.0364990234375rem;padding-top:0.295rem;padding-right:0.294375rem;padding-bottom:0.295rem;padding-left:0.294375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #w845SM2e34c3p4Xlo6orEhsZunF3TqwN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #Ano001hTTugi577LZCWvpN9qF0S22hBA {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #HqCpUS7Qduvu10VF3exKIMNMr1KBWxxf {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #Fp0CNUQkTtdMTkbh6gd4Ahwlo9azyOdb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #N2O2TaZtucFyNEkUWplCXgigXeCzlJmK {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #brNk2b1nkaaipbaE86Q23ySZF4CbW9UW {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #gFJ173nNGPBeepczDlAPRiREKeml5Jwo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #oOp2vX573rvohmcQCC1hMzlWONEbgeRk {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #C1xcQZG6lnSDMNx2dsTIDPaEDLr2VybT {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #L3bDCbiz1LRnNFw91f641wNpv6sLH8kO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #hkr3pgw7FVKXi1xQ6OElJBVOHOufwXLW {  }
 }@media only screen and (max-width: 763px) { #Z2hpIgB6624i5MO3lTzktEQE3a2lh8Sz #PmAuRV53CQx3hBxGHP0HqgvK0rnAU1p9 {  }
 }@media only screen and (max-width: 763px) { #iMLUaG5tArPtsyAGs9IQEkcdZxvR7VTv { width:3.625rem;height:2.5rem;top:0.875rem;left:8.1875rem;display:none; }
 }