.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:#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); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DPRaVgKT/13657.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN.adaptive-delivery-prevent-bg, #MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN.lazyload, #MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN.lazyloading { background-image: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container { background-color: transparent; background-image: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container > .video-iframe-container { display: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row > .video-iframe-container { display: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .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); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container { border-width: 0; border-radius: 0; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#nVVgD8W1XRyIMKk2QsyIlJTmIEiTHtOb { color:#eb5e0e;display:block;width:66.999375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:2.31201171875rem;left:3.1241865158081rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9NfmPC9JPF3HFolqxo5GVoGpaG0Qk7a { color:#eb5e0e;display:block;width:66.999375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:2.31201171875rem;left:3.1241865158081rem;height:6.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lkp6szxIMLGOR5Xq4iUWRyUxw0mTri49 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:8.4617223739625rem;left:14.687501907349rem;display:block; }
#eTKmTNLTzsbxm6pEMBaTryTQASE7xGsm { color:#000000;display:block;width:57.125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:39.75rem;left:6.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JBhBTC3DMAz2bTgf9DcNWEP19ubNgMGt { z-index:100002;top:33.124218940735rem;left:20.750001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mpPPDloSaLb5iUaMrUeLo7dpBcGMXebD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vliTECVkiCROevqnkmnrdqHPgM5sSygV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV.adaptive-delivery-prevent-bg, #vliTECVkiCROevqnkmnrdqHPgM5sSygV.lazyload, #vliTECVkiCROevqnkmnrdqHPgM5sSygV.lazyloading { background-image: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container { background-color: transparent; background-image: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container > .video-iframe-container { display: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row > .video-iframe-container { display: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .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); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container { border-width: 0; border-radius: 0; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#qK6CVUkdxBVqUGew8OV8x5IQXcaTWa5S { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:22.096096038818rem;left:33rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wf4b3QyePG8ea0AHOp2gfWV4TB9vOufz { color:#454b54;display:block;width:55.9375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:300;z-index:99968;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.8062515258789rem;left:10.1875rem;height:4.983075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMXFLfN9ndTG9y3Km8W1bGMUECSQ5o5p { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:9.7203130722044rem;left:10.1875rem;height:13.16015rem;text-align:justify;text-align-last:initial;display:block; }
#folFSkZOL42FRRWI5C5hQbteSxXEVnIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DxpVdu4I/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs.adaptive-delivery-prevent-bg, #folFSkZOL42FRRWI5C5hQbteSxXEVnIs.lazyload, #folFSkZOL42FRRWI5C5hQbteSxXEVnIs.lazyloading { background-image: none; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row .container { background-color: transparent; background-image: none; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row .container > .video-iframe-container { display: none; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row > .video-iframe-container { display: none; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .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); }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row .container { border-width: 0; border-radius: 0; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#Xyg4uDQLia7oeJyX7ZEg0s9z3Jifnprz { color:#000000;display:block;width:36.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.0625rem;height:19.0091125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f5TrBFxIn3p7Q8i2mbRFAvQeeJL46C2g { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:5.5625rem;left:26.5rem;display:block; }
#BolcaBl6x0l9R54CmG0bwJTvqZsNzDCK { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:9.875rem;left:26.4375rem;display:block; }
#JbSPplUatAFihFhwEuQPD7nUHLTmK1pO { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:14.3125rem;left:26.375rem;display:block; }
#EXR780W0Xlz36HCpXZ23hRiFWNf8JHfH { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:18.625rem;left:26.375rem;display:block; }
#SgKqiv7mOUt7KTNZnPD5hdeUp67pQaDZ { 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;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#tdr34zcvlF6JhaXunk7wi6HHlnOthFrv { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.1875rem;width:25.375rem;top:2.9375033378601rem;left:6.0625rem;overflow:hidden;display:none; }
#Uxdc73qSU74TevJ4RUWSwRgxJL5XCsIp { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:21.6875rem;left:26.3125rem;display:block; }
#gxb4KpCxrMIrXJnN4ZQ8MZsUFFpL7gSa { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:31.750003814698rem;left:0.1875rem;height:2.3636375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vDwGLE48cwSwKQXl4PEvUPU9H0KRCO6T { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:17.8125rem;top:2.4375rem;left:7.0625rem;overflow:hidden;display:block; }
#CWT4wwTr68AT1aE23xOAPgHVoNJpkpna { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:1.625rem;left:26.9375rem;height:2.44140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk.adaptive-delivery-prevent-bg, #OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk.lazyload, #OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk.lazyloading { background-image: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container { background-color: transparent; background-image: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container > .video-iframe-container { display: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row > .video-iframe-container { display: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .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); }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container { border-width: 0; border-radius: 0; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#SR3rUmLkvnu4cUI61VtZLV4nUR13oGuE { display:block;width:24.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:25.206249237061rem;left:40.5rem;height:4.78125rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#EXhsf4QTknSlZCvIzgNxBgK8WHdrDBvm { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:3.875rem;top:25.5rem;left:35.5625rem;overflow:hidden;display:block; }
#xfWQyPy84Is2BS91N0K4rwPWvlx0yNBa { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:12.625rem;height:6.375rem;font-style:normal;color:#353232;text-align:justify;text-align-last:initial;display:block; }
#NH1frc7x74OzuB3hPU4AiTlgvTILnvyT { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.9375rem;top:25.0625rem;left:7.875rem;overflow:hidden;display:block; }
#T8UoOJXy4hyZ0EypNv17b4HMktV3w8sN { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.9375rem;width:28.5rem;top:22.5625rem;left:37.375rem;display:block; }
#As9ZrdBrHuO13zz9os4Bh3FVE4nQivgO { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.625rem;width:23.9375rem;top:22.5625rem;left:9.9375rem;display:block; }
#zGQBo81wci29xOG7rz2pgpW5QubSIJlH { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:2.4999952316284rem;left:7.875rem;height:2.29166875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcnTMrU7n9vDKOfh2TR1DLvyI4WEhhSS { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.1875rem;width:23.5rem;top:8.8125rem;left:9.9375rem;display:block; }
#WVhh8cyn4OuD3pyidKhNskoOiTDifVAM { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:11.4375rem;left:7.875rem;overflow:hidden;display:block; }
#V632GR5BRVaCLGzxcZ8L0wdHAyOVHgFC { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:11.125rem;left:12.625rem;height:6.375rem;font-style:normal;color:#0e0e2a;text-align:justify;text-align-last:initial;display:block; }
#EBvCJIRee93s8qrsqlTAkR4PbNohuNd6 { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -moz-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -ms-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -o-linear-gradient(200deg, #0e9ae5, #9c6cea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );";background-image: linear-gradient(200deg, #0e9ae5, #9c6cea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:9.375rem;top:1.4375rem;left:34rem;display:block; }
#aLJElnDIQdsDz6c8zwQmIrt4RudyHWwZ { display:block;width:24.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:9.8125rem;left:40.125rem;height:7.96875rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#RTmmSgsgKGT5E2IKFUm7AgQsA4gsuWyy { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.125rem;width:28rem;top:9.125rem;left:37.5rem;display:block; }
#GbTzr0I1o6Sm7uMlZZ6Pe9FoG23qTPTV { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.75rem;top:11.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#eTaONurpZ0dWm8OCIysuwnIyqcLSbOyU { position:absolute;display:block;z-index:100004;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.0625rem dotted #b0b0b0;border-left:0.0625rem dotted #b0b0b0;border-right:0.0625rem dotted #b0b0b0;border-bottom:0.0625rem dotted #b0b0b0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.5rem;width:27.4375rem;top:48.125rem;left:38.6875rem;display:none; }
#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760.adaptive-delivery-prevent-bg, #PhaRiIhG0WbaPI8aTM0dZMdabOLhS760.lazyload, #PhaRiIhG0WbaPI8aTM0dZMdabOLhS760.lazyloading { background-image: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container { background-color: transparent; background-image: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container > .video-iframe-container { display: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row > .video-iframe-container { display: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .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); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container { border-width: 0; border-radius: 0; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container { font-size:0.875rem;font-family:arial;height:86.5625rem;width:75rem;position:relative;display:block; }#OOM0a1c12SA8cPKrobVkLRcJJAHoT0WO { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#Z8EilLSFgprngUDLdy9iCk96Ja2Zx86u { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#E1hdzHC9dKo4Cp61baDAL03cHse1Bt2d { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#LVq2kX9omt72mEaBnkUipEeAMLs5drW5 { position:absolute;display:block;z-index:100048;background-color:#f8b15c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#WTdZwNHfSGVIfrMumo0g4ZZfhyHXoi92 { position:absolute;display:block;z-index:100048;background-color:#f8b15c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#US5bua2bd0WTdeCHSu9grwuoPtxkqSmO { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#oKrd3vXAbO4Bvt687UQmO4S2Iut7VUM7 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#bWHfqVec1nc6OtLm9iuEDTQCXlTGcHoO { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#JWLnEyfrGQ5tbv1Tr4pxZnaTMdFRWGQA { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#kLlbqWm6z3lJF2Qu9vUqJIGmXm2xhenH { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#ZeQEEcbAw8eVutQkKeCo5DUQFqcABLEF { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#WNdIgHzzwWpcKZ0FNHwCC5pH5HIyCQC0 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#sp51PyCPrhkRn6x6m8GIz1TACKMM36lL { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#qTKV2lTzJNNcm6iq3UzzoeZL2EKdTyGw { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#fLvfhoJyexK7e5CwoGsE2WPu7Wkv2wGB { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#reAC1IkZTzk33utHHcqO63fsPJrTRnGO { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#BaS15aQJna90AKwveiAOk7rNuBQ7Abc4 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#sZsQWaRCwJPUclgb8zgmyD77JOqXO0sq { position:absolute;display:block;z-index:100061;background-color:#f8b15c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:10.5625rem;left:8.1875rem;display:block; }
#Od8gm9ITovep2wEGZBJILKxxCh2XcLer { position:absolute;display:block;z-index:100027;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:14.625rem;width:57.25rem;top:12.9375rem;left:8rem;display:block; }
#inUHC1DZ1chUB5mtZBVUof08r1HBHTqJ { color:#000000;display:block;width:54.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:14.375rem;left:10.75rem;height:6.8242125rem;text-align:justify;text-align-last:initial;display:block; }
#EDxcwdcH60V8cGDzbE8TKiKHQ1zx4HT4 { color:#000000;display:block;width:50.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:2.875rem;left:10.75rem;height:4.3072875rem;text-align:center;text-align-last:center;display:block; }
#WBJWkyMVZJ9Vqh7cHnOZf5an5T83hTlM { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:21.9375rem;left:10.75rem;height:5.59895rem;text-align:left;text-align-last:left;display:block; }
#xtVBBkTPIZTwhibSf9Afl0mMwIb4IGgX { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:11rem;left:11.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#oaanTiRbcmLTJGXDt8T8905qJlEc8k3T { position:absolute;display:block;z-index:100063;background-color:#f8b15c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:9.8125rem;left:6.9375rem;display:block; }
#Rc93cX7PFbVsdglmSxtmK3LUNllRGBg2 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:block; }
#idAiOm3e7rCs5h2Z5eUxC1fiviumxcTX { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:16.4375rem;left:9.375rem;display:block; }
#PXW3gTpbhdEUCJcD9y38ERnB5yDL2K2c { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:18.75rem;left:9.3125rem;display:block; }
#hTVzyn7INu427KBsmv4ZWyPF95dd3Fyc { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:21.8125rem;left:9.375rem;display:block; }
#f5TV9xmDcfolzK9qlhfcdK3cJbIUvD8G { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:24.625rem;left:9.3125rem;display:block; }
#RLTu2CMugIHUeUp7vCyImivhbo40mAE0 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.9375rem;height:2.3977875rem;text-align:center;text-align-last:center;display:block; }
#xVAOrJuUMsAHAx1goAupsK7korRoWEpO { position:absolute;display:block;z-index:100041;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:32.4375rem;left:8.1875rem;display:block; }
#HcBivJtgZ8N64qCign9m3pFRS60gp2A8 { color:#000000;display:block;width:52.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:33.6875rem;left:10.9375rem;height:10.23631875rem;text-align:justify;text-align-last:initial;display:block; }
#W2p5qzhZ1htHC0l2CPPbXem2gkfPkZGJ { position:absolute;display:block;z-index:100075;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.125rem;top:29.875rem;left:7rem;display:block; }
#X4353F84SvqR6Tik7a6x9Lx1XeFo7oyG { position:absolute;display:block;z-index:100060;background-color:#d7903b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:30rem;left:8.25rem;display:block; }
#m5WCWk0c6Ord13ZG2WMuoR1aL4sy5WHH { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:30.3125rem;left:10.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Vz4evuUO3vuaZQ4OVeDrmUhWi4GN8eF5 { position:absolute;display:block;z-index:100077;background-color:#d7903b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:29.125rem;left:7rem;display:block; }
#h4U3xapfAnhBEo3DpEKpVp5zlr8PH42L { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:29.9375rem;left:7rem;height:2.3977875rem;text-align:center;text-align-last:center;display:block; }
#Nwflb2vJ7ysqWbhkmmUDE3yzC32VrVSK { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:33.6875rem;left:9.4375rem;display:block; }
#Jh1uuEKf23TBsEMX3VsNUyxDMMBIiKV1 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:35.8125rem;left:9.4375rem;display:block; }
#XMcMcyrAUA1dRHH0CgfR6VhRDnnT6gxe { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:39.1875rem;left:9.4375rem;display:block; }
#lrwZTXSTTBqDtekJMImiS8KE0lKMAUoa { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:41.4375rem;left:9.4375rem;display:block; }
#naWKTJ60T6wCWVf59zqQzHNOqqTdu3zO { position:absolute;display:block;z-index:100042;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:50.5625rem;left:8.1875rem;display:block; }
#EDQXpX63isBqGJ3hyRvvR0FTb5O5XyPp { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:51.625rem;left:11rem;height:11.3736875rem;text-align:justify;text-align-last:initial;display:block; }
#xXxTg02I6Ku2NJk3zTaFX2VITqOXneL8 { position:absolute;display:block;z-index:100079;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:48.125rem;left:8.1875rem;display:block; }
#TtIFKSRTfhzJ01kV4T14VhCUPwZVzXd1 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:48.5625rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nVNRJLcXKy1alMJaHSdTG1gL919aZVVq { position:absolute;display:block;z-index:100081;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:47.375rem;left:7rem;display:block; }
#Ef1eeQvwsLseq60v4Vc8IqEQgsTpEkDZ { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:48.1875rem;left:7rem;height:2.3977875rem;text-align:center;text-align-last:center;display:block; }
#OK6ZH9oiegWq3acAZIyS8W4mwZnkldEJ { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:51.625rem;left:9.4375rem;display:block; }
#nHfECwRSmOimh35UMML5ShfOHWiFpr4b { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:53.8125rem;left:9.5rem;display:block; }
#qWtC0zu5XJNynARUargWLlye81zRFV0c { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:56.0625rem;left:9.5rem;display:block; }
#nl5mS6bchfq0IDylS63JSyC5SuH9muVU { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:58.25rem;left:9.4375rem;display:block; }
#rXU2AqGOB2UA3pXOTum2tCgT4NvKmh0n { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:60.5625rem;left:9.5rem;display:block; }
#agZXnkpmtv8ea7wfqIq3wNAtIMsUTS0W { position:absolute;display:block;z-index:100054;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.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:16.5625rem;width:57rem;top:67.5625rem;left:7.875rem;display:block; }
#uPZOFVCE5yeKwuIZsoydLtTeVLiaFNHk { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100096;line-height:1.3;letter-spacing:0;top:68.625rem;left:10.5rem;height:15.9231625rem;text-align:justify;text-align-last:initial;display:block; }
#zC4MDwE1IrB9pp8RUHK6KEt7FK4eOPzX { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:70.8125rem;left:9.1875rem;display:block; }
#KmZTmldNT8gp8R7I3a0WWN1nAD1Tkprp { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:73.0625rem;left:9.1875rem;display:block; }
#whdPtadD9N8VbAxuOiti8GHxgZ80NwMt { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:77.5625rem;left:9.1875rem;display:block; }
#JmI4UvWcVhaIfg9PQhXrrEDwnctgUGGl { position:absolute;display:block;z-index:100093;background-color:#a839b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:64.375rem;left:6.6875rem;display:block; }
#aS1qZ22sbFWVZwLyEr1XAQH1khKfMGBK { position:absolute;display:block;z-index:100091;background-color:#a839b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:65.125rem;left:7.875rem;display:block; }
#QAinRTvAGnZVPIepPeo9lwSkR1Iw4ZFB { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:75.25rem;left:9.125rem;display:block; }
#TVyMoM6XInVIbvNUamVw9qKX5cP0nes8 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:68.625rem;left:9.125rem;display:block; }
#Qz6f50A6bkzWpSpApog6rViBZWcWlgH4 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:65.1875rem;left:6.6875rem;height:2.3977875rem;text-align:center;text-align-last:center;display:block; }
#OHPQsSqtmtPeOOuZoziw2TPTuVC1U90U { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:65.6875rem;left:10.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yWoTJuC5KWcavZyguSAx1V8OuOGRoRBo { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:81rem;left:9.125rem;display:block; }
#Zhewwo7UCzQMbZHmAt0nuGktlEregCdU { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#qcQ42vR1dAJaTkSHGTD8ZwV09UgF4We3 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#uwee8DRh28S6B1Ibz6qghGyFBPzh4u3u { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#iUtqGDhJA60UEoPwUa786tsnokIistXl { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#cJTz0iWeJhzRf7DHrrsS3TVWuOFIGRS7 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#MNBgLNwCKB85S1wdzT30OZ02tN7NXETq { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#TIaUZdK4vziKmmJOrnQUs53eXenzFnfi { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#d2qNr4XsTTo6QTUuwchk3h1xUBADUeuh { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#uqoQxTOZMyr9XqMK9GbnLH5nDkPkTQLy { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#LB604p2nsCS35RftlP5w1o4aNc39mRTX { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#mUITuqm81psnvDnaRuQGXm9m8nlAgk4H { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#VwTLLwyvqBdhaB86a015SoRmg21k3whr { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#kVnBoReWmghPITzmJMcisc1HfrVUIuhU { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#mVCToB7JreqmpWXTOQQAbgaoXLkBRVuk { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#CnXRyF0xuuuqXlsdv533pbn0iXUhpZVp { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#RZyUZSXhRsFzBWz72110PGoTndRsbPAv { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#pCaG0tmX1akdmn3G254FMTnaUaX6bIRi { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0.adaptive-delivery-prevent-bg, #ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0.lazyload, #ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0.lazyloading { background-image: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container { background-color: transparent; background-image: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container > .video-iframe-container { display: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row > .video-iframe-container { display: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .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); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container { border-width: 0; border-radius: 0; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#FWi2zKd6FSDh1k9CoKnpd4Heb4vyUGln { color:#ffffff;display:block;width:41rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.8;letter-spacing:0;top:4.3110795021057rem;left:18.3125rem;height:4.04948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOQ1ysyvM64fGe0MufNdgzWpBKzMexrA { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:31.0625rem;display:block; }
#wN8iNV0dP2WGm5wDBuRVS3RZHrhnBp2p { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:7.5rem;display:block; }
#QvV8Z3hB1kLT6z3JG27lC7Jcg2rFbVaD { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:51.9375rem;display:block; }
#TH5n2REEFqTNT0ccT0sdG5NNzJLQuBRJ { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1825275421143rem;left:20.375rem;height:2.35611875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iaPcqQRG/certoo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB.adaptive-delivery-prevent-bg, #gmhL9iKw3infLfg2FxTGzT0O7DoC03fB.lazyload, #gmhL9iKw3infLfg2FxTGzT0O7DoC03fB.lazyloading { background-image: none; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row .container { background-color: transparent; background-image: none; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row .container > .video-iframe-container { display: none; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row > .video-iframe-container { display: none; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .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); }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row .container { border-width: 0; border-radius: 0; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#HiBFwkHL8XP3MHT5yoXPCPp8ay82GSxs { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:mavenpro;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:2.2679686546326rem;left:6.8125019073488rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxg4agXqqqCVPQnPw1W1T8lE36wrXdvi { color:#ffffff;display:block;width:25rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:5.3945417404175rem;left:25.000001907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2rMgP0nsKhGpBAUVaRKcEOtkyBBgkGG { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:10.9375rem;left:6.8125rem;overflow:hidden;display:block; }
#v4xnbAGpdZMID6LTQEHcV7dbeurhfGcl { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.3125rem;width:20rem;top:13rem;left:2.5rem;display:block; }
#okIxaPTuGV4f1agZmi5KhizDfoFV1JZ8 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:4.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPDzmKB3HJzpy1AwER9MvOGty7cEWpfO { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -moz-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -ms-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -o-linear-gradient(200deg, #0cb9d7, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #0cb9d7, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625rem;left:8.8125rem;display:block; }
#CLPrfnkQFWCbMvScSCf3wPp82VGccI2i { color:#411962;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.5625rem;left:3.5625rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sm6m5SCms7LTElnaTgiPrGtMs71au3Qy { color:#585858;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:35.10227394104rem;left:4.1875rem;height:9.0989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTCX6kdwbqD10uyo1cVnutLd5QqDsqRP { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:27.5rem;display:block; }
#vzUl2Rd7g2A7RhlFSB0XOHSSNor2AMaN { color:#411962;display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.855115890503rem;left:28.625rem;height:4.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCV7XfRRe3aFv3hdCoDuUkvsxnC8XGqF { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hcsm3ZuxZ6tnZ1bbkHo9m9UUlnFCTS3t { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.375rem;top:10.187501192093rem;left:31.75rem;overflow:hidden;display:block; }
#BN5surXNP9ec7B3ZkJyrv13vtfowyMzl { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:block; }
#moZbvTwwegVVcL7xLlIbtLWB6gG5dcx3 { color:#585858;display:block;width:16.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:37.57386636734rem;left:29.5rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTWrbCUX641mTTvk5OPNhOwXp6Rp52ex { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:9.3125rem;left:56.781248092651rem;overflow:hidden;display:block; }
#R3riZxzafPFMUgd0ATGh9mJF6ySKtDZv { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:58.75rem;display:block; }
#r1b1OlRw8ZyheM2coXAaffL5zlSMmJ02 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.062500953674rem;left:54.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c1651FETNApdlkOv6CH1PTUozKpx49MN { color:#282828;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100031;line-height:1;letter-spacing:0;top:30.5625rem;left:54.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uv2TRNohWd1b07guSyIi4gvT94GEtgl5 { color:#637084;display:block;width:18.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:36.301137924194rem;left:53.375rem;height:9.0989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrN9G7lHrJP3abZb3nEPtlM1T8Pld4uV { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:42.375rem;width:20rem;top:13rem;left:2.5rem;display:none; }
#uU6ZWZUzxd5gJWOAx6CMCVZJUiAiTngu { z-index:100132;top:69.4999961853rem;left:36.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fsJIT1gsSVmmEIbacCWefStuxFTR2Mhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OQavtW2sk7eRNENuuPi0MbqTD02x1kas { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QMAsMtocwhRf2SyKonBOXXF0Id7UtXD9 { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:none; }
#oXFl2hUMQ2A8lZ4MThFN5TEBcUI1OhCA { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:12.75rem;left:52.531248092651rem;display:block; }
#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -moz-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -ms-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -o-linear-gradient(174deg, #ffffff, #f1d1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );";background-image: linear-gradient(174deg, #ffffff, #f1d1f1);background-size:auto !important;position:relative;display:block; }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row .container { background-color: transparent; background-image: none; }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row .container > .video-iframe-container { display: none; }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row > .video-iframe-container { display: none; }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .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); }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row .container { border-width: 0; border-radius: 0; }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row .container { font-size:0.875rem;font-family:arial;height:93.3125rem;width:75rem;position:relative;display:block; }#Rzv4WpUwcfPkKHTlAFoPXsDq5bDvBiad { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.6875rem;width:27.875rem;top:9rem;left:39.75rem;display:block; }
#WRTD3LBm6dD0FuZZOmRTcKXlIrkAXJnq { color:#ffffff;display:block;width:59.5625rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:3.4375rem;left:7.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8CfVXTeRJ8c48v9G8n3nV2SPz8dn7fa { position:absolute;display:block;z-index:100128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:11.25rem;top:11.6875rem;left:37.1875rem;overflow:hidden;display:block; }
#urgeg00zVoPxzzrs8tZ8IlqmMxnsGTUd { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:14.75rem;top:0.875rem;left:30.125rem;display:block; }
#Rfr1gTWq7cFk8GlwTQxCkeDHh79yUeWt { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pvwoKQJRX1BLb6nCSJA05X3ngg5flFvL { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:12.5rem;left:49.375rem;display:block; }
#oqC9Rit9TrQISg2UHovBTa8Q10L3TECG { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100037;line-height:1;letter-spacing:0;top:13.5rem;left:49.3125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tbfbpqM6JsM9y1Z2PTvURAifC7hDKh7p { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.125rem;width:26.625rem;top:9.625rem;left:8.4375rem;display:block; }
#kSifOQJ97T6ztRSL4qwopGHsSRF53qZ3 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:11.125rem;left:19.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SPewLdSUkfHN3drrh6bO5HTFTMmlknHT { color:#411962;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:14.0625rem;left:19.625rem;height:2.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lu1l3MggHHnkZiQ4FEtLvSRfykXXUqIX { color:#637084;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:16.1875rem;left:49.375rem;height:9.0989375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyFv5CtxThGhmogy4Z1C1r6rCr3KBAIT { color:#585858;display:block;width:14.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:19.8125rem;height:5.68685rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QMIlcmvmk0qz1gMSUJrJv8PRGcE3LeZG { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:12.5625rem;top:11.6875rem;left:7.5rem;overflow:hidden;display:block; }
#xzknueCFmNpMoywT9150CeMFvo8DThyF { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:13.125rem;left:19.8125rem;display:block; }
#NQdeLmoeEFxFytJhFJ9zEQZK4BKIllip { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.3125rem;width:27.875rem;top:28.9375rem;left:8.4375rem;display:block; }
#TArqKZ9SFt1Xa7tShK4GB4LMrZaPeTUg { position:absolute;display:block;z-index:100142;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:11.8125rem;top:31.3125rem;left:7.5rem;overflow:hidden;display:block; }
#VrlvXhtQITZdIf3HhrchLMHwBNXFtRGa { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100045;line-height:1;letter-spacing:0;top:34.5625rem;left:18.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UXGLohttTGTKv0sh069ybqs7O44wrpCW { position:absolute;display:block;z-index:100039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.625rem;left:18.9375rem;display:block; }
#O9GuGX0UOiZoczxWHSTIdptPEZdcW15C { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:31.3125rem;left:19rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A8rS3yhVoeHhHiEyWT5si3HW38pkPl5w { color:#637084;display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:38.562506258488rem;left:19.125rem;height:5.68685rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IKr8RxZEGn1u2VcK1K7L8RsD35Etfvfe { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.375rem;width:27.875rem;top:28.9375rem;left:39.625rem;display:block; }
#Zxkpzs8MKh88Om6XAfSKH7mvrGEMSJTt { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:37.993609428406rem;left:49.1875rem;height:6.82425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WPWClAoPqt6s0ekTn7O725t1u2f27yc1 { color:#282828;display:block;width:17.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:35.125rem;left:49.1875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tX66NUVzvC2ZwmgDJFAG7CpxrTDd9Qr4 { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.25rem;left:49.375rem;display:block; }
#b25Tuonul8v10hSyzT5Zf4yPEZpkGTD0 { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:12.25rem;top:30.625rem;left:36.6875rem;overflow:hidden;display:block; }
#LUcEpEWdmMUHCK68uaRCy1s44mQkmATx { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:31.125rem;left:49.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W5ToJs2hVET5DWUGQNhtW1T66RQM7Vrm { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.875rem;width:27.875rem;top:50.25rem;left:8.4375rem;display:block; }
#OmMk0NeQynfECeCnQCUdtDTKZyM0hu4d { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:11.1875rem;top:53.834484100342rem;left:7.5rem;overflow:hidden;display:block; }
#rfcUtZoMGh8XQTxp1zXrJTUUHgehHlVR { color:#637084;display:block;width:16.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:59rem;left:19.0625rem;height:5.68685rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnpEp3rhL9QIHTBsLw2TuWkIXfTMw7mi { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:55.5625rem;left:18.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oT5lfClsCEaDw7spExI154EyzhT60MDd { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:54.3125rem;left:18.9375rem;display:block; }
#K7QB32M6IotB0ZR01eCzlFI0oi4OfhGt { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:52.0625rem;left:19rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XFEPUkhJyDHeO78LaUFZMSXU9RBCyM9d { position:absolute;display:block;z-index:100156;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:12.6875rem;top:51.906251907349rem;left:36.4375rem;overflow:hidden;display:block; }
#gpFZbTWWAhPXfH57XFf0d1l3TRXDpvo8 { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:20.0625rem;width:27.875rem;top:50.25rem;left:39.625rem;display:block; }
#OdrGiA0pLx1TUt5f5y5KDTFA1BuzCuQz { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:61.125rem;left:48.625rem;height:5.68685rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZhZXdc341l0TCWTp6vxGZagSlwe6QVdl { position:absolute;display:block;z-index:100053;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:55rem;left:48.5625rem;display:block; }
#pg4cOr6DBiTwanRuX1Q0WKFaMeyWtsvD { color:#282828;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100059;line-height:1;letter-spacing:0;top:55.875rem;left:48.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hNqInTNeRgaU1oTW83hFTh9fGF9lWIiq { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:52.6875rem;left:48.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nsf7Ch3XPP8yfqVC31FNPpo9En3PvMhn { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:17.9375rem;width:58.875rem;top:72.25rem;left:8.5625rem;display:block; }
#zkLibh2qqNH9XzhEwkz987lfVfl0NgwR { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:13.5rem;top:73.3125rem;left:13.75rem;overflow:hidden;display:block; }
#RRHgV2Sg2hNAVMl2LcEQdBmRvGi07lpK { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:11.625rem;top:75.4375rem;left:10.875rem;overflow:hidden;display:block; }
#hMPkLVCr0ymp2xUTPCLtHZGNTbTTLToc { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:74.6875rem;left:28.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cC0ydMUNAVRNElulq59x6UFZhZkXQT9i { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:30.9375rem;top:76.8125rem;left:28.375rem;display:block; }
#BipZIPHfZ5s02LAaHNLiy9Qik1lNw9Sf { color:#282828;display:block;width:36.625rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1;letter-spacing:0;top:77.4375rem;left:28.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMPmSvx6QNzhHdLTNZfCbv4KJXXdvTdK { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:78.875rem;left:28.5625rem;height:1.29980625rem;display:block; }
#QluSBg8IN3kTr24gWhlarroqvzmZFv3J { color:#637084;display:block;width:34.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:81.625rem;left:28.0625rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b055f;background-image:none;position:relative;display:block; }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row .container { background-color: transparent; background-image: none; }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row .container > .video-iframe-container { display: none; }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row > .video-iframe-container { display: none; }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .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); }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row .container { border-width: 0; border-radius: 0; }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#uaRleK75WhzHea2tELyTQAfMg7gFemyt { color:#f8f6f6;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.3880208730698rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container { background-color: transparent; background-image: none; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container > .video-iframe-container { display: none; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row > .video-iframe-container { display: none; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .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); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container { border-width: 0; border-radius: 0; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#i2RBHV9roTkMyp8JzeF3T2BeXFTg9cEn { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#v6olalo7OQ1aXCngfeSrVhsPMhQdNouC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qAipHPPv6VbQ7kmRDc7ZFGuEZmsQ9T6U { color:#ffffff;display:block;width:15rem;position:absolute;font-family:mavenpro;font-size:0.875rem;font-weight:700;z-index:100095;line-height:1.2;letter-spacing:0;top:22rem;left:28.6875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WHlN9b9UWcEzqK1W2pEBtwFV6WGmcysX { position:absolute;display:block;z-index:99965;background-color:transparent;background-image:none;border-top:0.0625rem dotted rgba(178,178,178,0.77);border-left:0.0625rem dotted rgba(178,178,178,0.77);border-right:0.0625rem dotted rgba(178,178,178,0.77);border-bottom:0.0625rem dotted rgba(178,178,178,0.77);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:32.0625rem;width:29.9375rem;top:12.4375rem;left:20.562501907349rem;display:block; }
#X4PDbgy7pk35loXUJxTFwFETX2ohrqGd { position:absolute;display:block;z-index:99993;background-color:#867e73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.875rem;width:30rem;top:10.5625rem;left:20.5625rem;display:block; }
#paknef29XE7TS4DhWr7U74tLI9OCRKRq { position:absolute;display:block;z-index:100058;background-color:#f3bf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:44.749219894409rem;display:block; }
#FfqHP0vUOmp8lizB6Py8V9JGZlTLV3zd { position:absolute;display:block;z-index:100059;background-color:#f3bf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:22.187501907349rem;display:block; }
#eh6cSX9DXRoX8hEut6OdEWVETNEoNrXc { color:#ff0000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100035;line-height:1.1;letter-spacing:0;top:19.25rem;left:22.1875rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1i9HsnuZuvmdTMauQnF7IxXVWN9ap0d { color:#2ee681;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:22rem;left:27.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBVrIm54xFKkC8xZAokUvWC7MHFzSSPR { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:26.625rem;left:24.875rem;height:1.94986875rem;font-style:normal;display:block; }
#tzvRUohlKtGkWJMGiJZnMmRrBbp2M7pt { color:#2ee681;display:block;width:3.625rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:28.1875rem;left:44.375rem;height:2.51855625rem;font-style:normal;display:block; }
#B1wrENCGSDohiv2Srp8dA0ROJdLrEv2M { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:28.5625rem;left:25.125rem;height:1.94986875rem;font-style:normal;display:block; }
#pb7esLLTJdEdev6UFtkSDoTNspMrAIfH { color:#ff5151;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:32.1875rem;left:24.0625rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NStRqknDmRhdf2L4spueMdBNggGGuW03 { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.5rem;width:24.1875rem;top:31.5625rem;left:24.1875rem;display:block; }
#hqLCJGHv4VTCzJTF2I5wGbPyzU2dkEog { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.3125rem;left:22.25rem;display:none; }
#CTR4zvPbxid3An3Nu2OhgSHpSpWJu9fx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PFSRUsFXlSNRE5QxKd0tcB76gLQplDwv { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:40.625rem;left:43.625rem;height:2.11198125rem;font-style:italic;display:block; }
#h5gxp0hNGRkIl830y5KTV8IK2THITdk2 { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:40.25rem;left:41.375rem;display:block; }
#uvzK2DE5WmhDP9mDQbDFNxb7SOXISQML { color:#585858;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100033;line-height:1.3;letter-spacing:0;top:40.625rem;left:32.5rem;height:2.11198125rem;font-style:italic;display:block; }
#PXUzkh4keN2ZUwz9g6n15G8V76zvfvIT { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:40.25rem;left:29.8125rem;display:block; }
#tv00cZxQrzrSFx8fwKbT1Q9zzW38MRHD { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:40.625rem;left:25.9375rem;height:2.11198125rem;font-style:italic;display:block; }
#aZA0lT8FqFiDtvGl2N7N38oNPdhzXC3E { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:40.25rem;left:23.1875rem;display:block; }
#zrz7rOLTWlDGTfhLy0ZMtmNgqwvtXplq { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:6.4070320129394rem;left:7.5rem;height:2.03125rem;display:block; }
#PzkOs9SSTZkaEGMnxWFNcG6zVfexDZLH { color:#ff9400;display:block;width:54.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:99969;line-height:1.5;letter-spacing:0;top:1.8828129768372rem;left:9.125rem;height:3.08333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rw0WKfpi9ILSn3oD5eMA3peDExS9ybCz { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.625rem;left:8rem;display:none; }
#AzoIBPIshvIPaC5HSyiPQdlWkKLnyT70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iOkPtXPUlAqwm43lVZJGpiiw89wEEV3o { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:21.843751907349rem;left:23.25rem;display:none; }
#gisCd4gXR6OEFn7ku1DtlRK6x1IqpdCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F7qMr8cJsv2KF3ohl7T9u4QH5fs1dFx8 { position:absolute;display:block;z-index:99967;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:2.9375rem;width:25.4375rem;top:40.125rem;left:23.25rem;display:block; }
#P95WhPbWbOuLCy7rUxh8gNEAnKDq3T2q { z-index:100001;top:35.312502264976rem;left:22.250001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nA0VE4TG1LNqh7XQGxNS8vDhH4HkVo5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dFSEdTycTNTXAtAiFsTHn1xVtOc9VGPJ { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100048;line-height:1.1;letter-spacing:0;top:11.5rem;left:27.562501907349rem;height:4.5371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row .container { background-color: transparent; background-image: none; }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row .container > .video-iframe-container { display: none; }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row > .video-iframe-container { display: none; }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .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); }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row .container { border-width: 0; border-radius: 0; }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#Kct6WMcEeisQftNERaX0oGGAeQDF42cC { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.8039779663088rem;left:30.5625rem;height:8.528625rem;text-align:left;text-align-last:left;display:block; }
#aedtebVL7ZqAfPpszcs2lnV15G5xGoLR { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4992904663086rem;left:30.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#I1ZxoDMcdbpQGW0y6MhdaKflcLp5vANi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:20.3125rem;top:0rem;left:8.375rem;overflow:hidden;display:block; }
#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1d24;background-image:none;position:relative;display:block; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { background-color: transparent; background-image: none; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container > .video-iframe-container { display: none; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row > .video-iframe-container { display: none; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .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); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { border-width: 0; border-radius: 0; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#lFdGCiQ0qS4TLaxoXdW4WIcklgXqRv6x { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.75rem;top:5.46875rem;left:56.3125rem;overflow:hidden;display:block; }
#IrOtwB2Uf5ERirSvttxd7bE2AFOdiOb1 { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:1.375rem;left:8.4375019073488rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#ZhHPPN8HkXTKhG4iDBX5kO68QtAeZT2p { 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;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:7.1875rem;left:38.5625rem;display:block; }
#QF9WdLogUvR1x9whkTpWakrK67VWfDJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HbuehoqqRn2eyVLThAe9DTZX4OAyEJPx { 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;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:7.1875rem;left:24.25rem;display:block; }
#a5L3QpeUOk6ZaO5lWedRavVfwM9v8N65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN { display:block; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVVgD8W1XRyIMKk2QsyIlJTmIEiTHtOb { width:47.75rem;height:6.125rem;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NfmPC9JPF3HFolqxo5GVoGpaG0Qk7a { width:18.625rem;height:10.375rem;top:1.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkp6szxIMLGOR5Xq4iUWRyUxw0mTri49 { width:40rem;height:22.5rem;top:8.4375rem;left:1.0625019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTKmTNLTzsbxm6pEMBaTryTQASE7xGsm { width:47.75rem;height:4.875rem;top:39.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhBTC3DMAz2bTgf9DcNWEP19ubNgMGt { top:33.0625rem;left:7.1250019073488rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpPPDloSaLb5iUaMrUeLo7dpBcGMXebD { display:block; }
 }@media only screen and (max-width: 763px) { #vliTECVkiCROevqnkmnrdqHPgM5sSygV { display:block; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK6CVUkdxBVqUGew8OV8x5IQXcaTWa5S { width:34.5rem;height:1.6875rem;top:22.0625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf4b3QyePG8ea0AHOp2gfWV4TB9vOufz { width:47.75rem;height:4.875rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMXFLfN9ndTG9y3Km8W1bGMUECSQ5o5p { width:47.75rem;height:19.125rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #folFSkZOL42FRRWI5C5hQbteSxXEVnIs { display:block; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xyg4uDQLia7oeJyX7ZEg0s9z3Jifnprz { width:36.25rem;height:18.6875rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TrBFxIn3p7Q8i2mbRFAvQeeJL46C2g { width:1.5625rem;height:1.5625rem;top:5.5625rem;left:19.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BolcaBl6x0l9R54CmG0bwJTvqZsNzDCK { width:1.5625rem;height:1.5625rem;top:9.875rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSPplUatAFihFhwEuQPD7nUHLTmK1pO { width:1.5625rem;height:1.5625rem;top:14.3125rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXR780W0Xlz36HCpXZ23hRiFWNf8JHfH { width:1.5625rem;height:1.5625rem;top:18.625rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgKqiv7mOUt7KTNZnPD5hdeUp67pQaDZ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdr34zcvlF6JhaXunk7wi6HHlnOthFrv { width:25.375rem;height:34.1875rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uxdc73qSU74TevJ4RUWSwRgxJL5XCsIp { width:1.5625rem;height:1.5625rem;top:21.6875rem;left:19.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxb4KpCxrMIrXJnN4ZQ8MZsUFFpL7gSa { width:37.3125rem;height:2.3125rem;top:31.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDwGLE48cwSwKQXl4PEvUPU9H0KRCO6T { width:17.8125rem;height:24.125rem;top:2.4375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWT4wwTr68AT1aE23xOAPgHVoNJpkpna { width:37.3125rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk { display:block; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SR3rUmLkvnu4cUI61VtZLV4nUR13oGuE { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXhsf4QTknSlZCvIzgNxBgK8WHdrDBvm { width:3.875rem;height:4.0625rem;top:25.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfWQyPy84Is2BS91N0K4rwPWvlx0yNBa { width:19.9375rem;height:6.25rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH1frc7x74OzuB3hPU4AiTlgvTILnvyT { width:3.9375rem;height:4rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UoOJXy4hyZ0EypNv17b4HMktV3w8sN { width:28.5rem;height:8.9375rem;top:22.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As9ZrdBrHuO13zz9os4Bh3FVE4nQivgO { width:23.9375rem;height:8.625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGQBo81wci29xOG7rz2pgpW5QubSIJlH { width:47.75rem;height:2.1875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcnTMrU7n9vDKOfh2TR1DLvyI4WEhhSS { width:23.5rem;height:10.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVhh8cyn4OuD3pyidKhNskoOiTDifVAM { width:3.875rem;height:3.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V632GR5BRVaCLGzxcZ8L0wdHAyOVHgFC { width:19.9375rem;height:6.25rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBvCJIRee93s8qrsqlTAkR4PbNohuNd6 { width:9.375rem;height:0.4375rem;top:1.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJElnDIQdsDz6c8zwQmIrt4RudyHWwZ { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTmmSgsgKGT5E2IKFUm7AgQsA4gsuWyy { width:28rem;height:10.125rem;top:9.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTzr0I1o6Sm7uMlZZ6Pe9FoG23qTPTV { width:3.75rem;height:3.8125rem;top:11.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTaONurpZ0dWm8OCIysuwnIyqcLSbOyU { width:27.4375rem;height:8.5rem;top:48.125rem;left:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 { display:block; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOM0a1c12SA8cPKrobVkLRcJJAHoT0WO { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8EilLSFgprngUDLdy9iCk96Ja2Zx86u { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1hdzHC9dKo4Cp61baDAL03cHse1Bt2d { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVq2kX9omt72mEaBnkUipEeAMLs5drW5 { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTdZwNHfSGVIfrMumo0g4ZZfhyHXoi92 { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #US5bua2bd0WTdeCHSu9grwuoPtxkqSmO { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKrd3vXAbO4Bvt687UQmO4S2Iut7VUM7 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWHfqVec1nc6OtLm9iuEDTQCXlTGcHoO { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWLnEyfrGQ5tbv1Tr4pxZnaTMdFRWGQA { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLlbqWm6z3lJF2Qu9vUqJIGmXm2xhenH { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZeQEEcbAw8eVutQkKeCo5DUQFqcABLEF { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNdIgHzzwWpcKZ0FNHwCC5pH5HIyCQC0 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp51PyCPrhkRn6x6m8GIz1TACKMM36lL { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTKV2lTzJNNcm6iq3UzzoeZL2EKdTyGw { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLvfhoJyexK7e5CwoGsE2WPu7Wkv2wGB { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #reAC1IkZTzk33utHHcqO63fsPJrTRnGO { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaS15aQJna90AKwveiAOk7rNuBQ7Abc4 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZsQWaRCwJPUclgb8zgmyD77JOqXO0sq { width:47.75rem;height:2.4375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od8gm9ITovep2wEGZBJILKxxCh2XcLer { width:47.5rem;height:14.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUHC1DZ1chUB5mtZBVUof08r1HBHTqJ { width:47.75rem;height:6.75rem;top:14.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDxcwdcH60V8cGDzbE8TKiKHQ1zx4HT4 { width:47.75rem;height:4.1875rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJWkyMVZJ9Vqh7cHnOZf5an5T83hTlM { width:47.75rem;height:5.5rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtVBBkTPIZTwhibSf9Afl0mMwIb4IGgX { width:20.125rem;height:1.5625rem;top:11rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaanTiRbcmLTJGXDt8T8905qJlEc8k3T { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc93cX7PFbVsdglmSxtmK3LUNllRGBg2 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idAiOm3e7rCs5h2Z5eUxC1fiviumxcTX { width:1.375rem;height:1.4375rem;top:16.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXW3gTpbhdEUCJcD9y38ERnB5yDL2K2c { width:1.375rem;height:1.4375rem;top:18.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTVzyn7INu427KBsmv4ZWyPF95dd3Fyc { width:1.375rem;height:1.4375rem;top:21.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TV9xmDcfolzK9qlhfcdK3cJbIUvD8G { width:1.375rem;height:1.4375rem;top:24.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLTu2CMugIHUeUp7vCyImivhbo40mAE0 { width:3.5625rem;height:2.3125rem;top:10.625rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVAOrJuUMsAHAx1goAupsK7korRoWEpO { width:47.5rem;height:12.9375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcBivJtgZ8N64qCign9m3pFRS60gp2A8 { width:47.75rem;height:11.25rem;top:33.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2p5qzhZ1htHC0l2CPPbXem2gkfPkZGJ { width:47.75rem;height:2.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4353F84SvqR6Tik7a6x9Lx1XeFo7oyG { width:47.75rem;height:2.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5WCWk0c6Ord13ZG2WMuoR1aL4sy5WHH { width:20.125rem;height:1.625rem;top:30.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz4evuUO3vuaZQ4OVeDrmUhWi4GN8eF5 { width:3.8125rem;height:3.9375rem;top:29.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4U3xapfAnhBEo3DpEKpVp5zlr8PH42L { width:3.5625rem;height:2.3125rem;top:29.9375rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwflb2vJ7ysqWbhkmmUDE3yzC32VrVSK { width:1.375rem;height:1.4375rem;top:33.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh1uuEKf23TBsEMX3VsNUyxDMMBIiKV1 { width:1.375rem;height:1.4375rem;top:35.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMcMcyrAUA1dRHH0CgfR6VhRDnnT6gxe { width:1.375rem;height:1.4375rem;top:39.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrwZTXSTTBqDtekJMImiS8KE0lKMAUoa { width:1.375rem;height:1.4375rem;top:41.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naWKTJ60T6wCWVf59zqQzHNOqqTdu3zO { width:47.5rem;height:12.9375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDQXpX63isBqGJ3hyRvvR0FTb5O5XyPp { width:47.75rem;height:11.25rem;top:51.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXxTg02I6Ku2NJk3zTaFX2VITqOXneL8 { width:47.75rem;height:2.4375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIFKSRTfhzJ01kV4T14VhCUPwZVzXd1 { width:27.5rem;height:1.5625rem;top:48.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVNRJLcXKy1alMJaHSdTG1gL919aZVVq { width:3.8125rem;height:3.9375rem;top:47.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1eeQvwsLseq60v4Vc8IqEQgsTpEkDZ { width:3.5625rem;height:2.3125rem;top:48.1875rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK6ZH9oiegWq3acAZIyS8W4mwZnkldEJ { width:1.375rem;height:1.4375rem;top:51.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHfECwRSmOimh35UMML5ShfOHWiFpr4b { width:1.375rem;height:1.4375rem;top:53.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWtC0zu5XJNynARUargWLlye81zRFV0c { width:1.375rem;height:1.4375rem;top:56.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5mS6bchfq0IDylS63JSyC5SuH9muVU { width:1.375rem;height:1.4375rem;top:58.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXU2AqGOB2UA3pXOTum2tCgT4NvKmh0n { width:1.375rem;height:1.4375rem;top:60.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZXnkpmtv8ea7wfqIq3wNAtIMsUTS0W { width:47.5rem;height:16.5625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZOFVCE5yeKwuIZsoydLtTeVLiaFNHk { width:47.75rem;height:15.75rem;top:68.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC4MDwE1IrB9pp8RUHK6KEt7FK4eOPzX { width:1.375rem;height:1.4375rem;top:70.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZTmldNT8gp8R7I3a0WWN1nAD1Tkprp { width:1.375rem;height:1.4375rem;top:73.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whdPtadD9N8VbAxuOiti8GHxgZ80NwMt { width:1.375rem;height:1.4375rem;top:77.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmI4UvWcVhaIfg9PQhXrrEDwnctgUGGl { width:3.8125rem;height:3.9375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS1qZ22sbFWVZwLyEr1XAQH1khKfMGBK { width:47.75rem;height:2.4375rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAinRTvAGnZVPIepPeo9lwSkR1Iw4ZFB { width:1.375rem;height:1.4375rem;top:75.25rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVyMoM6XInVIbvNUamVw9qKX5cP0nes8 { width:1.375rem;height:1.4375rem;top:68.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz6f50A6bkzWpSpApog6rViBZWcWlgH4 { width:3.5625rem;height:2.3125rem;top:65.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHPQsSqtmtPeOOuZoziw2TPTuVC1U90U { width:20.5625rem;height:1.625rem;top:65.6875rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWoTJuC5KWcavZyguSAx1V8OuOGRoRBo { width:1.375rem;height:1.4375rem;top:81rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhewwo7UCzQMbZHmAt0nuGktlEregCdU { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcQ42vR1dAJaTkSHGTD8ZwV09UgF4We3 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwee8DRh28S6B1Ibz6qghGyFBPzh4u3u { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUtqGDhJA60UEoPwUa786tsnokIistXl { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJTz0iWeJhzRf7DHrrsS3TVWuOFIGRS7 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNBgLNwCKB85S1wdzT30OZ02tN7NXETq { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIaUZdK4vziKmmJOrnQUs53eXenzFnfi { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2qNr4XsTTo6QTUuwchk3h1xUBADUeuh { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqoQxTOZMyr9XqMK9GbnLH5nDkPkTQLy { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LB604p2nsCS35RftlP5w1o4aNc39mRTX { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUITuqm81psnvDnaRuQGXm9m8nlAgk4H { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwTLLwyvqBdhaB86a015SoRmg21k3whr { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVnBoReWmghPITzmJMcisc1HfrVUIuhU { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVCToB7JreqmpWXTOQQAbgaoXLkBRVuk { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnXRyF0xuuuqXlsdv533pbn0iXUhpZVp { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZyUZSXhRsFzBWz72110PGoTndRsbPAv { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCaG0tmX1akdmn3G254FMTnaUaX6bIRi { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 { display:block; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWi2zKd6FSDh1k9CoKnpd4Heb4vyUGln { width:41rem;height:4rem;top:4.25rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOQ1ysyvM64fGe0MufNdgzWpBKzMexrA { width:15.5625rem;height:8.4375rem;top:10.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN8iNV0dP2WGm5wDBuRVS3RZHrhnBp2p { width:15.5625rem;height:8.4375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvV8Z3hB1kLT6z3JG27lC7Jcg2rFbVaD { width:15.5625rem;height:8.4375rem;top:10.5rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5n2REEFqTNT0ccT0sdG5NNzJLQuBRJ { width:36.3125rem;height:2.3125rem;top:1.125rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmhL9iKw3infLfg2FxTGzT0O7DoC03fB { display:block; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiBFwkHL8XP3MHT5yoXPCPp8ay82GSxs { width:47.75rem;height:2rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxg4agXqqqCVPQnPw1W1T8lE36wrXdvi { width:25rem;height:2.75rem;top:5.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rMgP0nsKhGpBAUVaRKcEOtkyBBgkGG { width:11.4375rem;height:14.3125rem;top:10.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4xnbAGpdZMID6LTQEHcV7dbeurhfGcl { width:20rem;height:35.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okIxaPTuGV4f1agZmi5KhizDfoFV1JZ8 { width:16.375rem;height:1.75rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPDzmKB3HJzpy1AwER9MvOGty7cEWpfO { width:7.375rem;height:0.375rem;top:28.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPrfnkQFWCbMvScSCf3wPp82VGccI2i { width:17.875rem;height:3.5rem;top:30.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6m5SCms7LTElnaTgiPrGtMs71au3Qy { width:16.625rem;height:11.25rem;top:35.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTCX6kdwbqD10uyo1cVnutLd5QqDsqRP { width:19.9375rem;height:35.8125rem;top:13rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzUl2Rd7g2A7RhlFSB0XOHSSNor2AMaN { width:17.75rem;height:4.6875rem;top:30.8125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV7XfRRe3aFv3hdCoDuUkvsxnC8XGqF { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcsm3ZuxZ6tnZ1bbkHo9m9UUlnFCTS3t { width:11.375rem;height:14.3125rem;top:10.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN5surXNP9ec7B3ZkJyrv13vtfowyMzl { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moZbvTwwegVVcL7xLlIbtLWB6gG5dcx3 { width:16.5625rem;height:7.875rem;top:37.5625rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWrbCUX641mTTvk5OPNhOwXp6Rp52ex { width:11.4375rem;height:14.3125rem;top:9.3125rem;left:33.968748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3riZxzafPFMUgd0ATGh9mJF6ySKtDZv { width:7.375rem;height:0.375rem;top:28.625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1b1OlRw8ZyheM2coXAaffL5zlSMmJ02 { width:16.375rem;height:1.75rem;top:26.0625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1651FETNApdlkOv6CH1PTUozKpx49MN { width:17.375rem;height:4rem;top:30.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv2TRNohWd1b07guSyIi4gvT94GEtgl5 { width:18.125rem;height:10.125rem;top:36.25rem;left:29.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrN9G7lHrJP3abZb3nEPtlM1T8Pld4uV { width:20rem;height:42.375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uU6ZWZUzxd5gJWOAx6CMCVZJUiAiTngu { top:69.4375rem;left:18.125rem;width:13.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsJIT1gsSVmmEIbacCWefStuxFTR2Mhm { display:block; }
 }@media only screen and (max-width: 763px) { #OQavtW2sk7eRNENuuPi0MbqTD02x1kas { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMAsMtocwhRf2SyKonBOXXF0Id7UtXD9 { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXFl2hUMQ2A8lZ4MThFN5TEBcUI1OhCA { width:19.9375rem;height:35.8125rem;top:12.75rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w { display:block; }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzv4WpUwcfPkKHTlAFoPXsDq5bDvBiad { width:27.875rem;height:18.6875rem;top:9rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTD3LBm6dD0FuZZOmRTcKXlIrkAXJnq { width:47.75rem;height:2.6875rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8CfVXTeRJ8c48v9G8n3nV2SPz8dn7fa { width:11.25rem;height:14.5rem;top:11.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgeg00zVoPxzzrs8tZ8IlqmMxnsGTUd { width:14.75rem;height:0.4375rem;top:0.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfr1gTWq7cFk8GlwTQxCkeDHh79yUeWt { width:16.375rem;height:1.75rem;top:10.4375rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvwoKQJRX1BLb6nCSJA05X3ngg5flFvL { width:7.375rem;height:0.375rem;top:12.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqC9Rit9TrQISg2UHovBTa8Q10L3TECG { width:16.625rem;height:2rem;top:13.5rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbfbpqM6JsM9y1Z2PTvURAifC7hDKh7p { width:26.625rem;height:18.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSifOQJ97T6ztRSL4qwopGHsSRF53qZ3 { width:16.375rem;height:1.75rem;top:11.125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPewLdSUkfHN3drrh6bO5HTFTMmlknHT { width:15.0625rem;height:2.3125rem;top:14.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1l3MggHHnkZiQ4FEtLvSRfykXXUqIX { width:17.25rem;height:10.125rem;top:16.1875rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFv5CtxThGhmogy4Z1C1r6rCr3KBAIT { width:14.75rem;height:6.75rem;top:18.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMIlcmvmk0qz1gMSUJrJv8PRGcE3LeZG { width:12.5625rem;height:16.3125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzknueCFmNpMoywT9150CeMFvo8DThyF { width:7.375rem;height:0.375rem;top:13.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdeLmoeEFxFytJhFJ9zEQZK4BKIllip { width:27.875rem;height:19.3125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArqKZ9SFt1Xa7tShK4GB4LMrZaPeTUg { width:11.8125rem;height:15.3125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrlvXhtQITZdIf3HhrchLMHwBNXFtRGa { width:16.625rem;height:3rem;top:34.5625rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGLohttTGTKv0sh069ybqs7O44wrpCW { width:7.375rem;height:0.375rem;top:33.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GuGX0UOiZoczxWHSTIdptPEZdcW15C { width:16.375rem;height:1.75rem;top:31.3125rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8rS3yhVoeHhHiEyWT5si3HW38pkPl5w { width:15.625rem;height:5.625rem;top:38.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKr8RxZEGn1u2VcK1K7L8RsD35Etfvfe { width:27.875rem;height:19.375rem;top:28.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxkpzs8MKh88Om6XAfSKH7mvrGEMSJTt { width:16.75rem;height:6.75rem;top:37.9375rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPWClAoPqt6s0ekTn7O725t1u2f27yc1 { width:17.625rem;height:2rem;top:35.125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX66NUVzvC2ZwmgDJFAG7CpxrTDd9Qr4 { width:7.375rem;height:0.375rem;top:33.25rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25Tuonul8v10hSyzT5Zf4yPEZpkGTD0 { width:12.25rem;height:15.375rem;top:30.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcEpEWdmMUHCK68uaRCy1s44mQkmATx { width:16.375rem;height:1.75rem;top:31.125rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ToJs2hVET5DWUGQNhtW1T66RQM7Vrm { width:27.875rem;height:19.875rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmMk0NeQynfECeCnQCUdtDTKZyM0hu4d { width:11.1875rem;height:14rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfcUtZoMGh8XQTxp1zXrJTUUHgehHlVR { width:16.25rem;height:6.75rem;top:59rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpEp3rhL9QIHTBsLw2TuWkIXfTMw7mi { width:16.625rem;height:2.125rem;top:55.5625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT5lfClsCEaDw7spExI154EyzhT60MDd { width:7.375rem;height:0.375rem;top:54.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7QB32M6IotB0ZR01eCzlFI0oi4OfhGt { width:16.375rem;height:1.75rem;top:52.0625rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFEPUkhJyDHeO78LaUFZMSXU9RBCyM9d { width:12.6875rem;height:16.5625rem;top:51.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpFZbTWWAhPXfH57XFf0d1l3TRXDpvo8 { width:27.875rem;height:20.0625rem;top:50.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdrGiA0pLx1TUt5f5y5KDTFA1BuzCuQz { width:16.75rem;height:6.8125rem;top:61.125rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZXdc341l0TCWTp6vxGZagSlwe6QVdl { width:7.375rem;height:0.375rem;top:55rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg4cOr6DBiTwanRuX1Q0WKFaMeyWtsvD { width:17rem;height:4.3125rem;top:55.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNqInTNeRgaU1oTW83hFTh9fGF9lWIiq { width:16.375rem;height:1.75rem;top:52.6875rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsf7Ch3XPP8yfqVC31FNPpo9En3PvMhn { width:47.75rem;height:17.9375rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkLibh2qqNH9XzhEwkz987lfVfl0NgwR { width:13.5rem;height:16.9375rem;top:73.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRHgV2Sg2hNAVMl2LcEQdBmRvGi07lpK { width:11.625rem;height:14.6875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMPkLVCr0ymp2xUTPCLtHZGNTbTTLToc { width:38.4375rem;height:1.75rem;top:74.6875rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC0ydMUNAVRNElulq59x6UFZhZkXQT9i { width:30.9375rem;height:0.375rem;top:76.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BipZIPHfZ5s02LAaHNLiy9Qik1lNw9Sf { width:36.625rem;height:1.125rem;top:77.4375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMPmSvx6QNzhHdLTNZfCbv4KJXXdvTdK { width:25.25rem;height:1.25rem;top:78.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluSBg8IN3kTr24gWhlarroqvzmZFv3J { width:34.875rem;height:5.625rem;top:81.625rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U { display:block; }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaRleK75WhzHea2tELyTQAfMg7gFemyt { width:47.75rem;height:1.5625rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL { display:block; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2RBHV9roTkMyp8JzeF3T2BeXFTg9cEn { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6olalo7OQ1aXCngfeSrVhsPMhQdNouC { display:block; }
 }@media only screen and (max-width: 763px) { #qAipHPPv6VbQ7kmRDc7ZFGuEZmsQ9T6U { width:15rem;height:0;top:22rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlN9b9UWcEzqK1W2pEBtwFV6WGmcysX { width:29.9375rem;height:32.0625rem;top:12.4375rem;left:6.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4PDbgy7pk35loXUJxTFwFETX2ohrqGd { width:30rem;height:7.875rem;top:10.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paknef29XE7TS4DhWr7U74tLI9OCRKRq { width:4.75rem;height:4.75rem;top:12.125rem;left:31.124219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqHP0vUOmp8lizB6Py8V9JGZlTLV3zd { width:4.75rem;height:4.75rem;top:12.125rem;left:8.5625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh6cSX9DXRoX8hEut6OdEWVETNEoNrXc { width:26.8125rem;height:2.75rem;top:19.25rem;left:8.5625019073488rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1i9HsnuZuvmdTMauQnF7IxXVWN9ap0d { width:17rem;height:;top:22rem;left:14.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVrIm54xFKkC8xZAokUvWC7MHFzSSPR { width:3.375rem;height:1.875rem;top:26.625rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvRUohlKtGkWJMGiJZnMmRrBbp2M7pt { width:3.625rem;height:2.5rem;top:28.1875rem;left:30.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1wrENCGSDohiv2Srp8dA0ROJdLrEv2M { width:2.0625rem;height:1.875rem;top:28.5625rem;left:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7esLLTJdEdev6UFtkSDoTNspMrAIfH { width:23.8125rem;height:1.5rem;top:32.1875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NStRqknDmRhdf2L4spueMdBNggGGuW03 { width:24.1875rem;height:2.5rem;top:31.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLCJGHv4VTCzJTF2I5wGbPyzU2dkEog { width:27.8125rem;height:3.8125rem;top:36.3125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTR4zvPbxid3An3Nu2OhgSHpSpWJu9fx { display:block; }
 }@media only screen and (max-width: 763px) { #PFSRUsFXlSNRE5QxKd0tcB76gLQplDwv { width:5.5625rem;height:2.0625rem;top:40.625rem;left:30rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gxp0hNGRkIl830y5KTV8IK2THITdk2 { width:2.75rem;height:2.75rem;top:40.25rem;left:27.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvzK2DE5WmhDP9mDQbDFNxb7SOXISQML { width:9.625rem;height:2.0625rem;top:40.625rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXUzkh4keN2ZUwz9g6n15G8V76zvfvIT { width:2.75rem;height:2.75rem;top:40.25rem;left:16.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv00cZxQrzrSFx8fwKbT1Q9zzW38MRHD { width:4.75rem;height:2.0625rem;top:40.625rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZA0lT8FqFiDtvGl2N7N38oNPdhzXC3E { width:2.75rem;height:2.75rem;top:40.25rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrz7rOLTWlDGTfhLy0ZMtmNgqwvtXplq { width:47.75rem;height:2rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkOs9SSTZkaEGMnxWFNcG6zVfexDZLH { width:47.75rem;height:3rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw0WKfpi9ILSn3oD5eMA3peDExS9ybCz { width:27.8125rem;height:3.8125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzoIBPIshvIPaC5HSyiPQdlWkKLnyT70 { display:block; }
 }@media only screen and (max-width: 763px) { #iOkPtXPUlAqwm43lVZJGpiiw89wEEV3o { width:27.8125rem;height:3.8125rem;top:0rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gisCd4gXR6OEFn7ku1DtlRK6x1IqpdCk { display:block; }
 }@media only screen and (max-width: 763px) { #F7qMr8cJsv2KF3ohl7T9u4QH5fs1dFx8 { width:25.4375rem;height:2.9375rem;top:40.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P95WhPbWbOuLCy7rUxh8gNEAnKDq3T2q { top:35.3125rem;left:8.6250019073488rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA0VE4TG1LNqh7XQGxNS8vDhH4HkVo5S { display:block; }
 }@media only screen and (max-width: 763px) { #dFSEdTycTNTXAtAiFsTHn1xVtOc9VGPJ { width:17.25rem;height:6rem;top:11.5rem;left:13.937501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg { display:block; }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kct6WMcEeisQftNERaX0oGGAeQDF42cC { width:36.9375rem;height:10.0625rem;top:7.75rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aedtebVL7ZqAfPpszcs2lnV15G5xGoLR { width:29.5625rem;height:5.125rem;top:1.4375rem;left:16.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZxoDMcdbpQGW0y6MhdaKflcLp5vANi { width:20.3125rem;height:18.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroeG2KchodTcAMOv5ZQToB0GGhEQbnB { display:block; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFdGCiQ0qS4TLaxoXdW4WIcklgXqRv6x { width:5.75rem;height:5.875rem;top:5.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOtwB2Uf5ERirSvttxd7bE2AFOdiOb1 { width:47.75rem;height:3.25rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHPPN8HkXTKhG4iDBX5kO68QtAeZT2p { width:12.1875rem;height:2.4375rem;top:7.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9WdLogUvR1x9whkTpWakrK67VWfDJF { display:block; }
 }@media only screen and (max-width: 763px) { #HbuehoqqRn2eyVLThAe9DTZX4OAyEJPx { width:12.625rem;height:2.4375rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5L3QpeUOk6ZaO5lWedRavVfwM9v8N65 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DPRaVgKT/13657.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN.adaptive-delivery-prevent-bg, #MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN.lazyload, #MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN.lazyloading { background-image: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container { background-color: transparent; background-image: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container > .video-iframe-container { display: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row > .video-iframe-container { display: none; }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .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); }#MGfIHiT4tMFI6pyN9kqfzI6a2hQVhLhN > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVVgD8W1XRyIMKk2QsyIlJTmIEiTHtOb { width:18.625rem;height:0;top:1.375rem;left:0.6875rem;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #S9NfmPC9JPF3HFolqxo5GVoGpaG0Qk7a { width:18.625rem;height:10.44530625rem;top:3.0625rem;left:0.6875rem;font-size:1.1875rem;line-height:1.1;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #lkp6szxIMLGOR5Xq4iUWRyUxw0mTri49 { height:11.25rem;width:20rem;top:13.462500572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTKmTNLTzsbxm6pEMBaTryTQASE7xGsm { width:17.875rem;height:6.171875rem;top:30.974609375rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBhBTC3DMAz2bTgf9DcNWEP19ubNgMGt { top:26.375rem;left:0.5rem;width:19rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpPPDloSaLb5iUaMrUeLo7dpBcGMXebD { display:block; }
 }@media only screen and (max-width: 763px) { #vliTECVkiCROevqnkmnrdqHPgM5sSygV { background-color:#990f98;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV.adaptive-delivery-prevent-bg, #vliTECVkiCROevqnkmnrdqHPgM5sSygV.lazyload, #vliTECVkiCROevqnkmnrdqHPgM5sSygV.lazyloading { background-image: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container { background-color: transparent; background-image: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container > .video-iframe-container { display: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row > .video-iframe-container { display: none; }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .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); }#vliTECVkiCROevqnkmnrdqHPgM5sSygV > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK6CVUkdxBVqUGew8OV8x5IQXcaTWa5S { width:20rem;height:0;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wf4b3QyePG8ea0AHOp2gfWV4TB9vOufz { width:20rem;height:5.2rem;top:1.1853642463684rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HMXFLfN9ndTG9y3Km8W1bGMUECSQ5o5p { width:18.4375rem;height:19.32421875rem;top:7.8096590042112rem;left:0.78125005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #folFSkZOL42FRRWI5C5hQbteSxXEVnIs { display:block; }#folFSkZOL42FRRWI5C5hQbteSxXEVnIs > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xyg4uDQLia7oeJyX7ZEg0s9z3Jifnprz { width:17.25rem;height:19.51171875rem;top:23.625003695488rem;left:1.9374999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #f5TrBFxIn3p7Q8i2mbRFAvQeeJL46C2g { width:1.5625rem;height:1.5625rem;top:26.750001907349rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BolcaBl6x0l9R54CmG0bwJTvqZsNzDCK { width:1.5625rem;height:1.5625rem;top:23.375000953674rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSPplUatAFihFhwEuQPD7nUHLTmK1pO { width:1.5625rem;height:1.5625rem;top:35.812502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXR780W0Xlz36HCpXZ23hRiFWNf8JHfH { width:1.5625rem;height:1.5625rem;top:31.303268432618rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgKqiv7mOUt7KTNZnPD5hdeUp67pQaDZ { top:75.6875rem;left:0rem;width:20rem;height:42rem;z-index:99993;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;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #tdr34zcvlF6JhaXunk7wi6HHlnOthFrv { width:11.8125rem;height:15.9375rem;top:6.5021313428881rem;left:4.0937501788139rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #Uxdc73qSU74TevJ4RUWSwRgxJL5XCsIp { width:1.5625rem;height:1.5625rem;top:38.187502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxb4KpCxrMIrXJnN4ZQ8MZsUFFpL7gSa { width:20rem;height:3.75rem;top:1.4630681276321rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #vDwGLE48cwSwKQXl4PEvUPU9H0KRCO6T { width:17.8125rem;height:24.125rem;top:2.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWT4wwTr68AT1aE23xOAPgHVoNJpkpna { width:20rem;height:auto;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk.adaptive-delivery-prevent-bg, #OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk.lazyload, #OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk.lazyloading { background-image: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container { background-color: transparent; background-image: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff8f8; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container > .video-iframe-container { display: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff8f8; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row > .video-iframe-container { display: none; }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .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); }#OWFs6dLMkoTdL8SDo7nOCvt0OK6NpLOk > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SR3rUmLkvnu4cUI61VtZLV4nUR13oGuE { width:15.875rem;height:4.546875rem;top:23.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #EXhsf4QTknSlZCvIzgNxBgK8WHdrDBvm { width:3.875rem;height:4.0625rem;top:18.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfWQyPy84Is2BS91N0K4rwPWvlx0yNBa { width:15.8125rem;height:6.12305rem;top:11.249289989471rem;left:2.0937499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #NH1frc7x74OzuB3hPU4AiTlgvTILnvyT { width:3.9375rem;height:4rem;top:6.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UoOJXy4hyZ0EypNv17b4HMktV3w8sN { width:18.375rem;height:9.1875rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As9ZrdBrHuO13zz9os4Bh3FVE4nQivgO { width:18.9375rem;height:11.625rem;top:43.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGQBo81wci29xOG7rz2pgpW5QubSIJlH { width:20rem;height:3.298825rem;top:1.9985694885254rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcnTMrU7n9vDKOfh2TR1DLvyI4WEhhSS { width:19.875rem;height:9.125rem;top:119.12414169311rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVhh8cyn4OuD3pyidKhNskoOiTDifVAM { width:3.875rem;height:3.875rem;top:30.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V632GR5BRVaCLGzxcZ8L0wdHAyOVHgFC { width:15.8125rem;height:4.8984375rem;top:34.25rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#414141;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #EBvCJIRee93s8qrsqlTAkR4PbNohuNd6 { width:9.375rem;height:0.25rem;top:1.0742092132568rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJElnDIQdsDz6c8zwQmIrt4RudyHWwZ { width:17.25rem;height:9.1875rem;top:44.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #RTmmSgsgKGT5E2IKFUm7AgQsA4gsuWyy { width:17.875rem;height:8.5625rem;top:31.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTzr0I1o6Sm7uMlZZ6Pe9FoG23qTPTV { width:3.75rem;height:3.8125rem;top:41.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTaONurpZ0dWm8OCIysuwnIyqcLSbOyU { width:18.4375rem;height:9.1875rem;top:20.125rem;left:0.8125rem;z-index:100005;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;display:block; }
 }@media only screen and (max-width: 763px) { #PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 { background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760.adaptive-delivery-prevent-bg, #PhaRiIhG0WbaPI8aTM0dZMdabOLhS760.lazyload, #PhaRiIhG0WbaPI8aTM0dZMdabOLhS760.lazyloading { background-image: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container { background-color: transparent; background-image: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container > .video-iframe-container { display: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row > .video-iframe-container { display: none; }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .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); }#PhaRiIhG0WbaPI8aTM0dZMdabOLhS760 > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOM0a1c12SA8cPKrobVkLRcJJAHoT0WO { width:1.375rem;height:1.4375rem;top:47.562501907349rem;left:0rem;font-size:1rem;z-index:100059;display:none; }
 }@media only screen and (max-width: 763px) { #Z8EilLSFgprngUDLdy9iCk96Ja2Zx86u { width:1.375rem;height:1.4375rem;top:53.187501907349rem;left:0.125rem;font-size:1rem;z-index:100060;display:none; }
 }@media only screen and (max-width: 763px) { #E1hdzHC9dKo4Cp61baDAL03cHse1Bt2d { width:1.375rem;height:1.4375rem;top:56.738637924194rem;left:0rem;font-size:1rem;z-index:100061;display:none; }
 }@media only screen and (max-width: 763px) { #LVq2kX9omt72mEaBnkUipEeAMLs5drW5 { width:20rem;height:2.4375rem;top:39.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100049;background-color:#d78e35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #WTdZwNHfSGVIfrMumo0g4ZZfhyHXoi92 { width:20rem;height:2.75rem;top:64.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100050;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #US5bua2bd0WTdeCHSu9grwuoPtxkqSmO { width:1.375rem;height:1.4375rem;top:68rem;left:0.1875rem;font-size:1rem;z-index:100062;display:none; }
 }@media only screen and (max-width: 763px) { #oKrd3vXAbO4Bvt687UQmO4S2Iut7VUM7 { width:1.375rem;height:1.4375rem;top:72.4375rem;left:0.1875rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #bWHfqVec1nc6OtLm9iuEDTQCXlTGcHoO { width:1.375rem;height:1.4375rem;top:76.875rem;left:0.25rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #JWLnEyfrGQ5tbv1Tr4pxZnaTMdFRWGQA { width:1.375rem;height:1.4375rem;top:81.5rem;left:0.25rem;font-size:1rem;z-index:100064;display:none; }
 }@media only screen and (max-width: 763px) { #kLlbqWm6z3lJF2Qu9vUqJIGmXm2xhenH { width:1.375rem;height:1.4375rem;top:86.0625rem;left:0.25rem;font-size:1rem;z-index:100065;display:none; }
 }@media only screen and (max-width: 763px) { #ZeQEEcbAw8eVutQkKeCo5DUQFqcABLEF { width:1.375rem;height:1.4375rem;top:95.8125rem;left:0.1875rem;font-size:1rem;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #WNdIgHzzwWpcKZ0FNHwCC5pH5HIyCQC0 { width:1.375rem;height:1.4375rem;top:92.6875rem;left:6.4375rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #sp51PyCPrhkRn6x6m8GIz1TACKMM36lL { width:1.375rem;height:1.4375rem;top:99.1875rem;left:0.1875rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #qTKV2lTzJNNcm6iq3UzzoeZL2EKdTyGw { width:1.375rem;height:1.4375rem;top:102.5625rem;left:0.1875rem;font-size:1rem;z-index:100068;display:none; }
 }@media only screen and (max-width: 763px) { #fLvfhoJyexK7e5CwoGsE2WPu7Wkv2wGB { width:1.375rem;height:1.4375rem;top:107.25rem;left:0.25rem;font-size:1rem;z-index:100069;display:none; }
 }@media only screen and (max-width: 763px) { #reAC1IkZTzk33utHHcqO63fsPJrTRnGO { width:1.375rem;height:1.4375rem;top:110.5625rem;left:0.25rem;font-size:1rem;z-index:100070;display:none; }
 }@media only screen and (max-width: 763px) { #BaS15aQJna90AKwveiAOk7rNuBQ7Abc4 { width:1.375rem;height:1.4375rem;top:118.5rem;left:0.25rem;font-size:1rem;z-index:100071;display:none; }
 }@media only screen and (max-width: 763px) { #sZsQWaRCwJPUclgb8zgmyD77JOqXO0sq { width:20rem;height:2.4375rem;top:9.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od8gm9ITovep2wEGZBJILKxxCh2XcLer { width:19.75rem;height:26rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUHC1DZ1chUB5mtZBVUof08r1HBHTqJ { width:17.375rem;height:12.56640625rem;top:13.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDxcwdcH60V8cGDzbE8TKiKHQ1zx4HT4 { width:20rem;height:7.71484375rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJWkyMVZJ9Vqh7cHnOZf5an5T83hTlM { width:17.5rem;height:9.85839375rem;top:25.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtVBBkTPIZTwhibSf9Afl0mMwIb4IGgX { width:19.3125rem;height:1.3808625rem;top:9.9375rem;left:0.1875rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oaanTiRbcmLTJGXDt8T8905qJlEc8k3T { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rc93cX7PFbVsdglmSxtmK3LUNllRGBg2 { width:1.375rem;height:1.4375rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idAiOm3e7rCs5h2Z5eUxC1fiviumxcTX { width:1.375rem;height:1.4375rem;top:16.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXW3gTpbhdEUCJcD9y38ERnB5yDL2K2c { width:1.375rem;height:1.4375rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTVzyn7INu427KBsmv4ZWyPF95dd3Fyc { width:1.375rem;height:1.4375rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TV9xmDcfolzK9qlhfcdK3cJbIUvD8G { width:1.375rem;height:1.4375rem;top:27.299999237061rem;left:6.8749998807906rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLTu2CMugIHUeUp7vCyImivhbo40mAE0 { width:3.5625rem;height:2.35546875rem;top:9.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVAOrJuUMsAHAx1goAupsK7korRoWEpO { width:19.75rem;height:22.5625rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcBivJtgZ8N64qCign9m3pFRS60gp2A8 { width:17.0625rem;height:20.4609375rem;top:43.1875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2p5qzhZ1htHC0l2CPPbXem2gkfPkZGJ { width:20rem;height:2.4375rem;top:38.875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4353F84SvqR6Tik7a6x9Lx1XeFo7oyG { width:20rem;height:2.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5WCWk0c6Ord13ZG2WMuoR1aL4sy5WHH { width:18.8125rem;height:1.4619125rem;top:39.625rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Vz4evuUO3vuaZQ4OVeDrmUhWi4GN8eF5 { width:3.8125rem;height:3.9375rem;top:29.125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4U3xapfAnhBEo3DpEKpVp5zlr8PH42L { width:3.5625rem;height:2.35546875rem;top:39.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwflb2vJ7ysqWbhkmmUDE3yzC32VrVSK { width:1.375rem;height:1.4375rem;top:33.6875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh1uuEKf23TBsEMX3VsNUyxDMMBIiKV1 { width:1.375rem;height:1.4375rem;top:35.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMcMcyrAUA1dRHH0CgfR6VhRDnnT6gxe { width:1.375rem;height:1.4375rem;top:39.1875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrwZTXSTTBqDtekJMImiS8KE0lKMAUoa { width:1.375rem;height:1.4375rem;top:41.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #naWKTJ60T6wCWVf59zqQzHNOqqTdu3zO { width:19.75rem;height:24.3125rem;top:67.375rem;left:0rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #EDQXpX63isBqGJ3hyRvvR0FTb5O5XyPp { width:17.6875rem;height:22.796875rem;top:69.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #xXxTg02I6Ku2NJk3zTaFX2VITqOXneL8 { width:20rem;height:2.4375rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIFKSRTfhzJ01kV4T14VhCUPwZVzXd1 { width:17.25rem;height:1.13671875rem;top:66.25rem;left:2.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nVNRJLcXKy1alMJaHSdTG1gL919aZVVq { width:3.8125rem;height:3.9375rem;top:47.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef1eeQvwsLseq60v4Vc8IqEQgsTpEkDZ { width:3.5625rem;height:2.35546875rem;top:65.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK6ZH9oiegWq3acAZIyS8W4mwZnkldEJ { width:1.375rem;height:1.4375rem;top:51.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHfECwRSmOimh35UMML5ShfOHWiFpr4b { width:1.375rem;height:1.4375rem;top:53.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWtC0zu5XJNynARUargWLlye81zRFV0c { width:1.375rem;height:1.4375rem;top:56.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nl5mS6bchfq0IDylS63JSyC5SuH9muVU { width:1.375rem;height:1.4375rem;top:58.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXU2AqGOB2UA3pXOTum2tCgT4NvKmh0n { width:1.375rem;height:1.4375rem;top:60.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #agZXnkpmtv8ea7wfqIq3wNAtIMsUTS0W { width:19.75rem;height:29.0625rem;top:95.5rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #uPZOFVCE5yeKwuIZsoydLtTeVLiaFNHk { width:18.125rem;height:28.6054375rem;top:97.5625rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #zC4MDwE1IrB9pp8RUHK6KEt7FK4eOPzX { width:1.375rem;height:1.4375rem;top:70.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmZTmldNT8gp8R7I3a0WWN1nAD1Tkprp { width:1.375rem;height:1.4375rem;top:73.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #whdPtadD9N8VbAxuOiti8GHxgZ80NwMt { width:1.375rem;height:1.4375rem;top:77.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmI4UvWcVhaIfg9PQhXrrEDwnctgUGGl { width:3.8125rem;height:3.9375rem;top:64.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aS1qZ22sbFWVZwLyEr1XAQH1khKfMGBK { width:20rem;height:2.4375rem;top:94rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAinRTvAGnZVPIepPeo9lwSkR1Iw4ZFB { width:1.375rem;height:1.4375rem;top:75.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVyMoM6XInVIbvNUamVw9qKX5cP0nes8 { width:1.375rem;height:1.4375rem;top:68.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qz6f50A6bkzWpSpApog6rViBZWcWlgH4 { width:3.5625rem;height:2.35546875rem;top:94.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHPQsSqtmtPeOOuZoziw2TPTuVC1U90U { width:16.5rem;height:1.3808625rem;top:94.5625rem;left:2.25rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yWoTJuC5KWcavZyguSAx1V8OuOGRoRBo { width:1.375rem;height:1.4375rem;top:81rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zhewwo7UCzQMbZHmAt0nuGktlEregCdU { width:1.375rem;height:1.4375rem;top:13.0625rem;left:0rem;font-size:1rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #qcQ42vR1dAJaTkSHGTD8ZwV09UgF4We3 { width:1.375rem;height:1.4375rem;top:30.0625rem;left:0rem;font-size:1rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #uwee8DRh28S6B1Ibz6qghGyFBPzh4u3u { width:1.375rem;height:1.4375rem;top:43.1875rem;left:0rem;font-size:1rem;z-index:100056;display:block; }
 }@media only screen and (max-width: 763px) { #iUtqGDhJA60UEoPwUa786tsnokIistXl { width:1.375rem;height:1.4375rem;top:47.4375rem;left:0rem;font-size:1rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #cJTz0iWeJhzRf7DHrrsS3TVWuOFIGRS7 { width:1.375rem;height:1.4375rem;top:52.8125rem;left:0rem;font-size:1rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #MNBgLNwCKB85S1wdzT30OZ02tN7NXETq { width:1.375rem;height:1.4375rem;top:56.1875rem;left:0rem;font-size:1rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #TIaUZdK4vziKmmJOrnQUs53eXenzFnfi { width:1.375rem;height:1.4375rem;top:69.4375rem;left:0rem;font-size:1rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #d2qNr4XsTTo6QTUuwchk3h1xUBADUeuh { width:1.375rem;height:1.4375rem;top:73.8125rem;left:0rem;font-size:1rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #uqoQxTOZMyr9XqMK9GbnLH5nDkPkTQLy { width:1.375rem;height:1.4375rem;top:78.1875rem;left:0rem;font-size:1rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #LB604p2nsCS35RftlP5w1o4aNc39mRTX { width:1.375rem;height:1.4375rem;top:82.4375rem;left:0rem;font-size:1rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #mUITuqm81psnvDnaRuQGXm9m8nlAgk4H { width:1.375rem;height:1.4375rem;top:87rem;left:0rem;font-size:1rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #VwTLLwyvqBdhaB86a015SoRmg21k3whr { width:1.375rem;height:1.4375rem;top:97.5625rem;left:0rem;font-size:1rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #kVnBoReWmghPITzmJMcisc1HfrVUIuhU { width:1.375rem;height:1.4375rem;top:100.75rem;left:0rem;font-size:1rem;z-index:100067;display:block; }
 }@media only screen and (max-width: 763px) { #mVCToB7JreqmpWXTOQQAbgaoXLkBRVuk { width:1.375rem;height:1.4375rem;top:104rem;left:0rem;font-size:1rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #CnXRyF0xuuuqXlsdv533pbn0iXUhpZVp { width:1.375rem;height:1.4375rem;top:108.5rem;left:0rem;font-size:1rem;z-index:100069;display:block; }
 }@media only screen and (max-width: 763px) { #RZyUZSXhRsFzBWz72110PGoTndRsbPAv { width:1.375rem;height:1.4375rem;top:111.75rem;left:0rem;font-size:1rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #pCaG0tmX1akdmn3G254FMTnaUaX6bIRi { width:1.375rem;height:1.4375rem;top:119.6875rem;left:0rem;font-size:1rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0.adaptive-delivery-prevent-bg, #ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0.lazyload, #ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0.lazyloading { background-image: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container { background-color: transparent; background-image: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container > .video-iframe-container { display: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row > .video-iframe-container { display: none; }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .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); }#ZgpizDeuAGJTb2IQCWDhWah7CFKURTJ0 > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWi2zKd6FSDh1k9CoKnpd4Heb4vyUGln { width:18rem;height:6rem;top:5.8160514831543rem;left:1.0000000596046rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WOQ1ysyvM64fGe0MufNdgzWpBKzMexrA { height:8.4375rem;width:15.5625rem;top:22.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN8iNV0dP2WGm5wDBuRVS3RZHrhnBp2p { height:8.4375rem;width:15.5625rem;top:13.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvV8Z3hB1kLT6z3JG27lC7Jcg2rFbVaD { height:8.4375rem;width:15.5625rem;top:32.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5n2REEFqTNT0ccT0sdG5NNzJLQuBRJ { width:13.1875rem;height:3.8984375rem;top:1.4375rem;left:3.4062498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmhL9iKw3infLfg2FxTGzT0O7DoC03fB { display:block; }#gmhL9iKw3infLfg2FxTGzT0O7DoC03fB > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiBFwkHL8XP3MHT5yoXPCPp8ay82GSxs { width:20rem;height:4.94824375rem;top:1.0624694824219rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxg4agXqqqCVPQnPw1W1T8lE36wrXdvi { width:20rem;height:1.92480625rem;top:7.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rMgP0nsKhGpBAUVaRKcEOtkyBBgkGG { width:6.9375rem;height:8.6875rem;top:11.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4xnbAGpdZMID6LTQEHcV7dbeurhfGcl { width:20rem;height:18.6875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okIxaPTuGV4f1agZmi5KhizDfoFV1JZ8 { width:9.125rem;height:1.625rem;top:12.5625rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPDzmKB3HJzpy1AwER9MvOGty7cEWpfO { width:7.375rem;height:0.25rem;top:105.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLPrfnkQFWCbMvScSCf3wPp82VGccI2i { width:10.6875rem;height:3.8984375rem;top:15.0625rem;left:8.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sm6m5SCms7LTElnaTgiPrGtMs71au3Qy { width:16.5rem;height:9.501rem;top:20.875rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XTCX6kdwbqD10uyo1cVnutLd5QqDsqRP { width:20rem;height:29.6875rem;top:97.125rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #vzUl2Rd7g2A7RhlFSB0XOHSSNor2AMaN { width:13.25rem;height:5.249025rem;top:37.125001907349rem;left:6.7492901682856rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCV7XfRRe3aFv3hdCoDuUkvsxnC8XGqF { width:8.5rem;height:1.625rem;top:34.1875rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hcsm3ZuxZ6tnZ1bbkHo9m9UUlnFCTS3t { width:7.3125rem;height:9.1875rem;top:34.186792373657rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN5surXNP9ec7B3ZkJyrv13vtfowyMzl { width:7.375rem;height:0.25rem;top:35.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moZbvTwwegVVcL7xLlIbtLWB6gG5dcx3 { width:17.0625rem;height:7.389625rem;top:43.937501907349rem;left:1.4687499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iTWrbCUX641mTTvk5OPNhOwXp6Rp52ex { width:6.8125rem;height:8.5625rem;top:54.187502861023rem;left:1.2492896914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3riZxzafPFMUgd0ATGh9mJF6ySKtDZv { width:7.375rem;height:0.25rem;top:14.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1b1OlRw8ZyheM2coXAaffL5zlSMmJ02 { width:16.375rem;height:0;top:104.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c1651FETNApdlkOv6CH1PTUozKpx49MN { width:11.25rem;height:5.25rem;top:57.505683898926rem;left:7.9375006556512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uv2TRNohWd1b07guSyIi4gvT94GEtgl5 { width:17.75rem;height:9.501rem;top:63.4375038147rem;left:1.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rrN9G7lHrJP3abZb3nEPtlM1T8Pld4uV { width:20rem;height:21.25rem;top:10.9375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #uU6ZWZUzxd5gJWOAx6CMCVZJUiAiTngu { top:151.9375rem;left:3rem;width:13.625rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsJIT1gsSVmmEIbacCWefStuxFTR2Mhm { display:block; }
 }@media only screen and (max-width: 763px) { #OQavtW2sk7eRNENuuPi0MbqTD02x1kas { width:7.9375rem;height:1.625rem;top:54.187502861023rem;left:8.9375006556513rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #QMAsMtocwhRf2SyKonBOXXF0Id7UtXD9 { width:7.375rem;height:0.25rem;top:56.375002861023rem;left:9.5625006556513rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #oXFl2hUMQ2A8lZ4MThFN5TEBcUI1OhCA { width:19.9375rem;height:35.8125rem;top:12.75rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w { display:block; }#ZOi7qI6FqrD2WPE3sTCIr6Z2uozaS17w > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzv4WpUwcfPkKHTlAFoPXsDq5bDvBiad { width:20rem;height:22rem;top:23.5rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #WRTD3LBm6dD0FuZZOmRTcKXlIrkAXJnq { width:20rem;height:1.85546875rem;top:2.6234369277954rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8CfVXTeRJ8c48v9G8n3nV2SPz8dn7fa { width:7.25rem;height:9.375rem;top:24.500000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #urgeg00zVoPxzzrs8tZ8IlqmMxnsGTUd { width:9.375rem;height:0.4375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfr1gTWq7cFk8GlwTQxCkeDHh79yUeWt { width:7.6875rem;height:1.54296875rem;top:25.000000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvwoKQJRX1BLb6nCSJA05X3ngg5flFvL { width:7.375rem;height:0.25rem;top:26.812500953674rem;left:9.0937506556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqC9Rit9TrQISg2UHovBTa8Q10L3TECG { width:12.0625rem;height:3.375rem;top:27.551137924194rem;left:6.5000001788137rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbfbpqM6JsM9y1Z2PTvURAifC7hDKh7p { width:20rem;height:16.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSifOQJ97T6ztRSL4qwopGHsSRF53qZ3 { width:7.9375rem;height:1.625rem;top:7.25rem;left:8.5312506556513rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPewLdSUkfHN3drrh6bO5HTFTMmlknHT { width:11.875rem;height:3.59765625rem;top:10.0703125rem;left:7.0000001788137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lu1l3MggHHnkZiQ4FEtLvSRfykXXUqIX { width:17.625rem;height:9.09375rem;top:33.875001907349rem;left:1.3742896914482rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FyFv5CtxThGhmogy4Z1C1r6rCr3KBAIT { width:17.625rem;height:5.68359375rem;top:15.625rem;left:1.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QMIlcmvmk0qz1gMSUJrJv8PRGcE3LeZG { width:6.75rem;height:8.6875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzknueCFmNpMoywT9150CeMFvo8DThyF { width:7.375rem;height:0.25rem;top:9.375rem;left:8.8125006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQdeLmoeEFxFytJhFJ9zEQZK4BKIllip { width:20rem;height:17.75rem;top:46.625000953674rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #TArqKZ9SFt1Xa7tShK4GB4LMrZaPeTUg { width:7.9375rem;height:10.3125rem;top:46.625000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #VrlvXhtQITZdIf3HhrchLMHwBNXFtRGa { width:12.25rem;height:3.75rem;top:51.125rem;left:7.2500006556512rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXGLohttTGTKv0sh069ybqs7O44wrpCW { width:7.375rem;height:0.375rem;top:49.5rem;left:9.9375006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GuGX0UOiZoczxWHSTIdptPEZdcW15C { width:9.875rem;height:1.54296875rem;top:47.500000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8rS3yhVoeHhHiEyWT5si3HW38pkPl5w { width:16.875rem;height:6.09375rem;top:56.937501907349rem;left:1.5624999403954rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IKr8RxZEGn1u2VcK1K7L8RsD35Etfvfe { width:20rem;height:19.5625rem;top:65.5625rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #Zxkpzs8MKh88Om6XAfSKH7mvrGEMSJTt { width:16.75rem;height:6.8203125rem;top:76.125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WPWClAoPqt6s0ekTn7O725t1u2f27yc1 { width:11.375rem;height:2rem;top:70.1875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tX66NUVzvC2ZwmgDJFAG7CpxrTDd9Qr4 { width:7.375rem;height:0.375rem;top:68.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25Tuonul8v10hSyzT5Zf4yPEZpkGTD0 { width:7rem;height:8.75rem;top:66.8125rem;left:0.3125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #LUcEpEWdmMUHCK68uaRCy1s44mQkmATx { width:8.0625rem;height:1.54296875rem;top:66.8125rem;left:9.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5ToJs2hVET5DWUGQNhtW1T66RQM7Vrm { width:20rem;height:19.3125rem;top:85.8125rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #OmMk0NeQynfECeCnQCUdtDTKZyM0hu4d { width:6.9375rem;height:8.6875rem;top:87.0625rem;left:0.125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #rfcUtZoMGh8XQTxp1zXrJTUUHgehHlVR { width:16.25rem;height:7.3125rem;top:96.4375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CnpEp3rhL9QIHTBsLw2TuWkIXfTMw7mi { width:11.6875rem;height:3rem;top:89.75rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oT5lfClsCEaDw7spExI154EyzhT60MDd { width:7.375rem;height:0.375rem;top:88.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7QB32M6IotB0ZR01eCzlFI0oi4OfhGt { width:9.0625rem;height:1.54296875rem;top:87.0625rem;left:8rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFEPUkhJyDHeO78LaUFZMSXU9RBCyM9d { width:7.625rem;height:9.9375rem;top:106.5625rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #gpFZbTWWAhPXfH57XFf0d1l3TRXDpvo8 { width:20rem;height:19.5rem;top:105.875rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #OdrGiA0pLx1TUt5f5y5KDTFA1BuzCuQz { width:16.75rem;height:7.3125rem;top:116.5rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZXdc341l0TCWTp6vxGZagSlwe6QVdl { width:7.375rem;height:0.375rem;top:109.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg4cOr6DBiTwanRuX1Q0WKFaMeyWtsvD { width:12.5625rem;height:5rem;top:110rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNqInTNeRgaU1oTW83hFTh9fGF9lWIiq { width:8.5rem;height:1.54296875rem;top:107.625rem;left:8.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsf7Ch3XPP8yfqVC31FNPpo9En3PvMhn { width:20rem;height:28.875rem;top:133.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkLibh2qqNH9XzhEwkz987lfVfl0NgwR { width:11.375rem;height:14.3125rem;top:126.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRHgV2Sg2hNAVMl2LcEQdBmRvGi07lpK { width:10.6875rem;height:13.5rem;top:127.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMPkLVCr0ymp2xUTPCLtHZGNTbTTLToc { width:18.5rem;height:3.25rem;top:141.5625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cC0ydMUNAVRNElulq59x6UFZhZkXQT9i { width:0.125rem;height:0.125rem;top:141rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BipZIPHfZ5s02LAaHNLiy9Qik1lNw9Sf { width:16.375rem;height:2rem;top:146.0625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMPmSvx6QNzhHdLTNZfCbv4KJXXdvTdK { width:13.375rem;height:2.6rem;top:148.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluSBg8IN3kTr24gWhlarroqvzmZFv3J { width:16.625rem;height:9.501rem;top:151.25rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U { display:block; }#PGTUucOuQRT3eo75zQerWG3Fz0aKZ52U > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaRleK75WhzHea2tELyTQAfMg7gFemyt { width:20rem;height:1.94921875rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL { background-color:#ffffff;background-image:none;display:block; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container { background-color: transparent; background-image: none; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container > .video-iframe-container { display: none; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row > .video-iframe-container { display: none; }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .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); }#EcCpSyEaaTOWInUcIvEIB0uDqPgt42wL > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2RBHV9roTkMyp8JzeF3T2BeXFTg9cEn { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #v6olalo7OQ1aXCngfeSrVhsPMhQdNouC { display:block; }
 }@media only screen and (max-width: 763px) { #qAipHPPv6VbQ7kmRDc7ZFGuEZmsQ9T6U { width:15rem;height:0;top:23.5rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlN9b9UWcEzqK1W2pEBtwFV6WGmcysX { width:19.875rem;height:26.25rem;top:13.9375rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #X4PDbgy7pk35loXUJxTFwFETX2ohrqGd { width:20rem;height:6.25rem;top:12.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paknef29XE7TS4DhWr7U74tLI9OCRKRq { width:4.75rem;height:4.75rem;top:35.8125rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfqHP0vUOmp8lizB6Py8V9JGZlTLV3zd { width:3.625rem;height:3.625rem;top:13.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh6cSX9DXRoX8hEut6OdEWVETNEoNrXc { width:20rem;height:2.199225rem;top:19.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1i9HsnuZuvmdTMauQnF7IxXVWN9ap0d { width:13.625rem;height:0;top:22.1875rem;left:3.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVrIm54xFKkC8xZAokUvWC7MHFzSSPR { width:3.375rem;height:1.4619125rem;top:23.5rem;left:4.375rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #tzvRUohlKtGkWJMGiJZnMmRrBbp2M7pt { width:3.1875rem;height:2.11230625rem;top:24.5rem;left:14.375000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1wrENCGSDohiv2Srp8dA0ROJdLrEv2M { width:2.0625rem;height:1.625rem;top:24.9375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb7esLLTJdEdev6UFtkSDoTNspMrAIfH { width:20rem;height:1.13671875rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NStRqknDmRhdf2L4spueMdBNggGGuW03 { width:19.25rem;height:2.5rem;top:27.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLCJGHv4VTCzJTF2I5wGbPyzU2dkEog { width:19rem;height:3.8125rem;top:59.0625rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTR4zvPbxid3An3Nu2OhgSHpSpWJu9fx { display:block; }
 }@media only screen and (max-width: 763px) { #PFSRUsFXlSNRE5QxKd0tcB76gLQplDwv { width:5.5625rem;height:0;top:65.375rem;left:14.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h5gxp0hNGRkIl830y5KTV8IK2THITdk2 { width:2.75rem;height:2.75rem;top:65.049221038819rem;left:7.3125003576281rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvzK2DE5WmhDP9mDQbDFNxb7SOXISQML { width:9.625rem;height:2.111325rem;top:36.75rem;left:9.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXUzkh4keN2ZUwz9g6n15G8V76zvfvIT { width:2.75rem;height:2.75rem;top:36.4375rem;left:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv00cZxQrzrSFx8fwKbT1Q9zzW38MRHD { width:4.75rem;height:2.111325rem;top:36.75rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZA0lT8FqFiDtvGl2N7N38oNPdhzXC3E { width:2.75rem;height:2.75rem;top:36.4375rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrz7rOLTWlDGTfhLy0ZMtmNgqwvtXplq { width:20rem;height:4.875rem;top:4.7914066314697rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzkOs9SSTZkaEGMnxWFNcG6zVfexDZLH { width:18.75rem;height:2.611325rem;top:0.9375rem;left:0.625rem;font-size:1.1875rem;line-height:1.1;z-index:99967;display:block; }
 }@media only screen and (max-width: 763px) { #Rw0WKfpi9ILSn3oD5eMA3peDExS9ybCz { width:0.625rem;height:0.625rem;top:30.47509765625rem;left:2.5249999761581rem;font-size:0.9375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #AzoIBPIshvIPaC5HSyiPQdlWkKLnyT70 { display:block; }
 }@media only screen and (max-width: 763px) { #iOkPtXPUlAqwm43lVZJGpiiw89wEEV3o { width:19rem;height:3.8125rem;top:31.96875rem;left:1rem;font-size:0.9375rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #gisCd4gXR6OEFn7ku1DtlRK6x1IqpdCk { display:block; }
 }@media only screen and (max-width: 763px) { #F7qMr8cJsv2KF3ohl7T9u4QH5fs1dFx8 { width:18.5625rem;height:2.9375rem;top:30.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P95WhPbWbOuLCy7rUxh8gNEAnKDq3T2q { top:31.812500762753rem;left:0.5rem;width:19rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA0VE4TG1LNqh7XQGxNS8vDhH4HkVo5S { display:block; }
 }@media only screen and (max-width: 763px) { #dFSEdTycTNTXAtAiFsTHn1xVtOc9VGPJ { width:13.0625rem;height:4.671875rem;top:12.8515625rem;left:6.40625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg { display:block; }#zWqNhgDmwrypeV4KoLSn2ITFvKaPCqXg > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kct6WMcEeisQftNERaX0oGGAeQDF42cC { width:20rem;height:9rem;top:6.6250009536744rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aedtebVL7ZqAfPpszcs2lnV15G5xGoLR { width:20rem;height:3.4121125rem;top:2.2499713897705rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZxoDMcdbpQGW0y6MhdaKflcLp5vANi { width:16.6875rem;height:15.3125rem;top:15.512152671814rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroeG2KchodTcAMOv5ZQToB0GGhEQbnB { display:block; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFdGCiQ0qS4TLaxoXdW4WIcklgXqRv6x { width:5.4375rem;height:5.4375rem;top:19.2119140625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOtwB2Uf5ERirSvttxd7bE2AFOdiOb1 { width:20rem;height:10.125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHPPN8HkXTKhG4iDBX5kO68QtAeZT2p { width:12.1875rem;height:2.4375rem;top:16.0875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9WdLogUvR1x9whkTpWakrK67VWfDJF { display:block; }
 }@media only screen and (max-width: 763px) { #HbuehoqqRn2eyVLThAe9DTZX4OAyEJPx { width:12.625rem;height:2.4375rem;top:12.4rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5L3QpeUOk6ZaO5lWedRavVfwM9v8N65 { display:block; }
 }