.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/Q8MKqUJY/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#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.46); }#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); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { position:relative;display:block; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { background-color: transparent; background-image: none; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container > .video-iframe-container { display: none; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row > .video-iframe-container { display: none; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .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); }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { border-width: 0; border-radius: 0; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { position:relative;display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { background-color: transparent; background-image: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .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); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { border-width: 0; border-radius: 0; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.60546875rem;left:31.25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:11.21875rem;left:31.25rem;display:block; }
#ACgUiFJRXR485s3XlWb6nM69xhhmPRx8 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:9.25rem;top:2.4375rem;left:14.06640625rem;overflow:hidden;display:block; }
#WtHJrk4QVNfonvBknJMznJpWNmseRPv8 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:2.4375rem;left:51.2802734375rem;overflow:hidden;display:block; }
#ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:12.125rem;top:3.71875rem;left:31.4375rem;overflow:hidden;display:block; }
#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { background-color: transparent; background-image: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .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); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { border-width: 0; border-radius: 0; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.625rem;width:13.5625rem;top:3.9609375rem;left:1.59375rem;overflow:hidden;display:block; }
#QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { color:#000000;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5rem;left:23.40625rem;height:1.4625rem;display:block; }
#Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { color:#55636f;display:block;width:49.0625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5rem;left:23.40625rem;height:54.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTdI9DJWf544SgtAqWdgg1LkAOoIVvty { color:#000000;display:block;width:68.8125rem;position:absolute;font-family:lobster;font-size:2.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:60.210939407349rem;left:4.7781248092651rem;height:6.175rem;display:block; }
#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf { position:relative;display:block; }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf { background-color: transparent; background-image: none; }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .row .container > .video-iframe-container { display: none; }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .row > .video-iframe-container { display: none; }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .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); }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf { border-width: 0; border-radius: 0; }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#WMfN2CpBfUobvTst5cGhRms0M7JAV2eX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:14.8125rem;top:6.9687480926512rem;left:3.44140625rem;overflow:hidden;display:block; }
#UKpuiHqNSNelwo6p9kCPO7kmPt3UV3Tq { color:#000000;display:block;width:49.125rem;position:absolute;font-family:lobster;font-size:1.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4062549769878rem;left:23.835939407349rem;height:28.275rem;display:block; }
#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { background-color: transparent; background-image: none; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container > .video-iframe-container { display: none; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row > .video-iframe-container { display: none; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .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); }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { border-width: 0; border-radius: 0; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#w3IRH7WnrsRHfHcAwPnpU1vcXoGLuCGS { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.65625rem;height:;font-style:normal;display:block; }
#bU4e8Vpdd67HTkZP7RK1EIUG4W3cKvb8 { color:#000000;display:block;width:69.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:33.25rem;top:4.875rem;left:23.25rem;display:block; }
#UD8tI7uPUfN4KAPMmlApHbT4sLPkVZ6K { color:#000000;display:block;width:36.375rem;position:absolute;font-family:neuton;font-size:2.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.8056640625rem;left:21.6875rem;height:3.00625rem;text-align:center;text-align-last:center;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; }
#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { background-color: transparent; background-image: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .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); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { border-width: 0; border-radius: 0; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#hwzqRE7Qvdpin44QasqFyTLrtexv31tA { position:absolute;display:block;z-index:100000;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;border-top:0.375rem dashed #040404;border-left:0.375rem dashed #040404;border-right:0.375rem dashed #040404;border-bottom:0.375rem dashed #040404;height:12.5625rem;width:37.8125rem;top:1.1875rem;left:20rem;display:block; }
#uXZHKnnpsxfqTqJReDdkdzAvkBJqRLqu { position:absolute;display:block;z-index:100001;background-color:#cedde6;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.125rem;width:31.8125rem;top:3.75rem;left:24.125rem;display:block; }
#wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { color:#000000;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dptELCL6i4GhotWZ6uATybzzFUswGTf2 { background-color:#f9bfac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:8rem;left:24.375rem;display:block; }
#ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.0556640625rem;left:33.03125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#SgqSk0TLckeknsdU6JeAgDTThUa25zUT { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:11.4375rem;left:31.34375rem;display:block; }
#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { border-width: 0; border-radius: 0; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:11.0625rem;top:2.44921875rem;left:33.15625rem;overflow:hidden;display:block; }
#ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { color:#000000;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.80078125rem;left:34.9375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#sITAvyfV348GEAp0gmLoBxqm47b4oI6h { color:#000000;display:block;width:6.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.80078125rem;left:35.625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { color:#000000;display:block;width:71.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.625rem;left:0.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { display:block; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { top:11.5625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { top:11.1875rem;left:17.625rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACgUiFJRXR485s3XlWb6nM69xhhmPRx8 { top:2.4375rem;left:0.44140625rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtHJrk4QVNfonvBknJMznJpWNmseRPv8 { top:2.4375rem;left:37.6552734375rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { top:3.6875rem;left:17.8125rem;width:12.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { top:3.9375rem;left:0rem;width:13.5625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { top:2.5rem;left:7rem;width:40.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { top:30.8125rem;left:0rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { top:2.5rem;left:0rem;width:47.75rem;height:54.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTdI9DJWf544SgtAqWdgg1LkAOoIVvty { top:60.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZciHdRhezAmdvmCe5JTRPA1wJos3vVf { display:block; }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMfN2CpBfUobvTst5cGhRms0M7JAV2eX { top:6.9375rem;left:0rem;width:14.8125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKpuiHqNSNelwo6p9kCPO7kmPt3UV3Tq { top:1.375rem;left:0rem;width:47.75rem;height:25.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 { display:block; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3IRH7WnrsRHfHcAwPnpU1vcXoGLuCGS { top:3.75rem;left:9.0312519073488rem;width:29.6875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU4e8Vpdd67HTkZP7RK1EIUG4W3cKvb8 { top:7.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { top:4.875rem;left:9.625rem;width:33.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD8tI7uPUfN4KAPMmlApHbT4sLPkVZ6K { top:0.75rem;left:8.0625rem;width:36.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { top:1.1875rem;left:6.375rem;width:37.8125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXZHKnnpsxfqTqJReDdkdzAvkBJqRLqu { top:3.75rem;left:10.5rem;width:31.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { top:4.3125rem;left:11.375001907349rem;width:30rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:31.25rem;height:3.4375rem;top:8rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { top:12rem;left:19.40625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { top:11.4375rem;left:17.71875rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { top:2.4375rem;left:19.53125rem;width:11.0625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { top:9.75rem;left:21.3125rem;width:7.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { top:0.75rem;left:22rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { top:11.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/Q8MKqUJY/3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#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.46); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb { display:block; }#bnMP9qHNiy8IGnuCviPyULAC7S0iTwgb > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { width:12.5rem;height:0.975rem;top:26.6494140625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { width:1.75rem;height:1.75rem;top:24.9619140625rem;left:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACgUiFJRXR485s3XlWb6nM69xhhmPRx8 { width:7rem;height:7rem;top:19.7119140625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtHJrk4QVNfonvBknJMznJpWNmseRPv8 { width:4.875rem;height:4.9375rem;top:21rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { width:6.125rem;height:3.4375rem;top:21.5869140625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { width:9.625rem;height:17.375rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { width:18.75rem;height:1.4625rem;top:1.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { width:12.5rem;height:6.5rem;top:19.7125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { width:18.75rem;height:46.9625rem;top:28.1875rem;left:1.25rem;font-size:1.0625rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #lTdI9DJWf544SgtAqWdgg1LkAOoIVvty { width:20rem;height:7.8rem;top:82.543750762938rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZciHdRhezAmdvmCe5JTRPA1wJos3vVf { display:block; }#nZciHdRhezAmdvmCe5JTRPA1wJos3vVf > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMfN2CpBfUobvTst5cGhRms0M7JAV2eX { width:14.8125rem;height:15.375rem;top:1.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKpuiHqNSNelwo6p9kCPO7kmPt3UV3Tq { width:20rem;height:17.95625rem;top:18.4375rem;left:0rem;font-size:1.0625rem;font-family:lato;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 { display:block; }#VP4SHSGKNCfJTK8TqgTgzEkTupd5MiO3 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3IRH7WnrsRHfHcAwPnpU1vcXoGLuCGS { width:18.75rem;height:0;top:7.7rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU4e8Vpdd67HTkZP7RK1EIUG4W3cKvb8 { width:18.75rem;height:1.95rem;top:8.95rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3d2GlAOH0sC6Fq0dcqnikQ1y83CTZB { height:10.5rem;width:18.75rem;top:6.2744140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD8tI7uPUfN4KAPMmlApHbT4sLPkVZ6K { width:15.5rem;height:4.55rem;top:0.5234375rem;left:2.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { width:18.5rem;height:12.5rem;top:1.5625033378601rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXZHKnnpsxfqTqJReDdkdzAvkBJqRLqu { width:17.5625rem;height:3.4375rem;top:3.4429689645768rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTmer0Tw8ulUwTHHLmpwd8KCehRX2Icu { width:18.75rem;height:1.38125rem;top:4.4710960388184rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:17.75rem;height:3.4375rem;top:7.6250005960462rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { width:10.375rem;height:0.975rem;top:12.8125rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { width:1.75rem;height:1.75rem;top:11.0625rem;left:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { width:6.125rem;height:3.4375rem;top:3.6375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONzh5fxuXQcfbJbcfTdJIDb4TuakETNU { width:7.6875rem;height:1.1375rem;top:8.57421875rem;left:6.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sITAvyfV348GEAp0gmLoBxqm47b4oI6h { width:7.4375rem;height:1.1375rem;top:1.36328125rem;left:6.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { width:18.75rem;height:15.6rem;top:10.7125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }