.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { position:relative;display:none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { border-width: 0; border-radius: 0; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container > .video-iframe-container {  }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:26rem;top:3.0625rem;left:17rem;display:none; }
#TrmlM22SLivySdMSDc5qs9II6qO5yyup { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU { position:relative;display:none; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU { border-width: 0; border-radius: 0; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container > .video-iframe-container {  }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#vu2IIpFbWck2c9eBaii5ZFIJwlaeRPhS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:37.5rem;display:none; }
#Lv6hCWTD6DC4b9HLOPUlSwlypJJ3pc50 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PCATB2JKQwOSGpk0W6vCE50AvryBAyDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 { position:relative;display:block; }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 { background-color: transparent; background-image: none; }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row .container > .video-iframe-container { display: none; }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row > .video-iframe-container { display: none; }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .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); }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 { border-width: 0; border-radius: 0; }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row .container > .video-iframe-container {  }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#z2vn4UaPKVc6aufrr77TtaC9OAmqbq5z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:17.875rem;top:0.8125rem;left:21.0625rem;overflow:hidden;display:block; }
#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6bf81ea1-9753-42b5-ad20-473e5a3c3dbb/_DSC2655.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.adaptive-delivery-prevent-bg, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyload, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyloading { background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { background-color: transparent; background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .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); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { border-width: 0; border-radius: 0; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container {  }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#TDu6ETi0hxZdKgyQOCfcMhyH84SiZWWc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:canela;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.77441875rem;top:19.21240234375rem;left:5.4375rem;display:block; }
#XTP0r6vqNRZWJUB671adzxedTMtadv1Q { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:25rem;left:5.4375rem;display:block; }
#DdhKTNdcoTbZgPn8Ac0GHC5OzuabJ2y0 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Td23diZQnediJ0dc7ldTIWTuMetSARrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S76WVaflRVHho1Nsb748HFzvLHeHI1ra { 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;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.5rem;left:5.4375rem;display:block; }
#OWPmLUHDApOZUdRev4dUM6UyPZWAHgbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#knTGJkn9iKD0ZodlHVKc86o4SWUTmNd5 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:42.5625rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#WJMLsLTlpUavRPWqwNyHTLn5JT5zwmeH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn { position:relative;display:block; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn { background-color: transparent; background-image: none; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container > .video-iframe-container { display: none; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row > .video-iframe-container { display: none; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .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); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn { border-width: 0; border-radius: 0; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container > .video-iframe-container {  }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#VlGUOgnTBa2cAOurGh8W89duZD2nJflx { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4624rem;top:1.375rem;left:17.15625rem;text-align:center;text-align-last:center;display:block; }
#XzK2BiL4EZ4L4TMUBsoPe4c8ng2TRpzH { color:#000000;display:block;width:20rem;position:absolute;font-family:canela;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:2.83642578125rem;left:20rem;text-align:center;text-align-last:center;display:block; }
#eemado3VxJ9wLV71Sd5eog937JtamhDe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:4rem;top:10rem;left:18.4375rem;display:block; }
#c4TKT7PAez1w3UCageq1WwLRLFJ3oE7M { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.798825rem;top:14.1875rem;left:12.875rem;text-align:center;text-align-last:center;display:block; }
#FTHbIp4nTes3M0zlA7iG8MbltzyQQLGk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:3.5625rem;top:10.1875rem;left:37.8125rem;display:block; }
#D7TDDATXVTm3cfCZEFA0ZX9WO0tFv4BI { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8735375rem;top:14.1875rem;left:32rem;text-align:center;text-align-last:center;display:block; }
#cVSoSRmv5cAfQkX1qtaF2sIPDFGAdxlw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:3rem;top:8.5625rem;left:45rem;display:none; }
#xZbCTNLenHENqlPTTCbw2ZHVdp4D7QPs { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:12.3359375rem;left:38.875rem;text-align:center;text-align-last:center;display:none; }
#cUxzFMfTTQTT7vkUGrnAwFkaTkzCBRho { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.875rem;top:22.75rem;left:38.125rem;display:block; }
#Am8OUH04vDeLXFsVcacCMk1FzPvx4eiv { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.53661875rem;top:27.125rem;left:32.75rem;text-align:center;text-align-last:center;display:block; }
#ZnNRDFFF3J8e94DIJmkLk8n1ZvvUedZW { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.3369125rem;top:27.6875rem;left:12.875rem;text-align:center;text-align-last:center;display:block; }
#r6ks0rCwpKL8GeqzErHGMdNaqZSVL5Gl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:2.5625rem;top:21.875rem;left:19.1875rem;display:block; }
#i2IgXrvJd9pXnWrG6obf96rGIk034AVs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LZL2zdAyuFS7dwVzB7T9HlC0TOXtyLlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScJHFmKEq8zrFri7bP3pEvtWdFyhukka { position:absolute;display:block;z-index:14999;background-color:#fde9e6;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.5rem;width:18.125rem;top:7.25rem;left:11.375rem;display:block; }
#ac3yG9mzZpRJELmPTMSGDcfpaJNfJJBw { position:absolute;display:block;z-index:14998;background-color:#fde9e6;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.5rem;width:18.125rem;top:7.25rem;left:30.5rem;display:block; }
#z9PgTZ6vgD4lB8mmCUbfV1p63FIiTR2k { position:absolute;display:block;z-index:14997;background-color:#fde9e6;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.5rem;width:18.125rem;top:20.3125rem;left:11.375rem;display:block; }
#AgN4d8Iq7HFtVOdrth77EQCqGXUkPTve { position:absolute;display:block;z-index:14996;background-color:#fde9e6;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.5rem;width:18.125rem;top:20.3125rem;left:30.5rem;display:block; }
#QTVSeNlrXTxzoPQChtt5oA8766cRRM4Z { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:35.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#RelHgoxz2DfJboxRi018b7JRxc1aMKlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:canela;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.38671875rem;top:10.0625rem;left:27.625rem;text-align:left;text-align-last:left;display:block; }
#Z9vqCIIsFmR5celT6aE0xeRb77XyNZA0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#PNT79Mm0asX1zZ3KERWrCzk77DkG47lJ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.75rem;left:21.25rem;display:none; }
#irpeIkEnTVzKZOr8ynHyxEJNr2aOxV24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDoxVubmfnu48H9nbPDQeW1wVCLN6bEK { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10rem;top:15.0625rem;left:27.625rem;text-align:left;text-align-last:left;display:block; }
#ZgVrlQSCa3sFJFSzu6m5ld0lL0i1Bxxt { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.375rem;left:27.625rem;display:block; }
#ybxubNRLVvpBEWu7PhegNKSE4qur3vpm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKHEQxiKuEe8JXKH4yi6btQNHH6JSPBH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.0625rem;width:24.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uMypEOaaWf8v3lh6otFpGX1W1qPNA1tR { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:40rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#wDMz356WGTuCC4UgQLGFEncSI7UAvgty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { border-width: 0; border-radius: 0; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row > .video-iframe-container {  }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:none; }#icqhiiilIAr2fVe1sI3TBRGfROSTQrJa { position:absolute;display:block;z-index:15014;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.09) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:1.625rem;display:block; }
#uFETK2SwL2zcy3JlUT0ftruTTABsoN8N { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:6.125rem;left:14.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.625rem;left:14.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#PzowFFsO1gw9WotWpTwAw2zqhDWRsqre { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:9.8125rem;top:1.3125rem;left:46.875rem;overflow:hidden;display:block; }
#cueDuZpGwZztplZkLblW9wvsKSA3dtKE { color:#000000;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.5625rem;height:2.4375rem;font-style:normal;display:block; }
#t3gFk12PK18AvroagfQzoc6LAlrZT4K3 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.9375rem;top:32.875rem;left:1.375rem;display:none; }
#E4bdJTN0LGLk8tPd5tZLSiQqkJzcHZWI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#cepu9sFcF9TfP3KJqaeh76e3xwVcNJHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#INGU5viUcHdZRTX9nCg9yMLeMQkozFuS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#S3i46QP1TrC7ccH0MWHrP6tU5t1WJOHo { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GPx7kbeWRHhwXbTsE8698xCZkhoGr6Nd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bK95okIZCKF40BvAzzZLbuUK3MUyRxe4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.875rem;width:32.875rem;display:none; }
#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row .container { border-width: 0; border-radius: 0; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row > .video-iframe-container {  }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:none; }#kOx6KkRICOVOtxql2lThxPiWSEieymMG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#w0TuwZMTtq0n8qzXUm1DEvpLmSUJzvgr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ { position:relative;display:none; }#Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ { border-width: 0; border-radius: 0; }#Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ > .row .container > .video-iframe-container {  }#Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#yFgA4PfRauqXN4ztLcDRGNtK9mm1zi36 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:1.125rem;left:0.875rem;display:none; }
#UlQIgVN9vU1gJF3eWOVuPxhsK5ZuCz3l { color:#000000;display:block;width:18.25rem;position:absolute;font-family:dosis;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:1.0625rem;left:0.875rem;display:none; }
#CHbv08kFMnZpRNh4D0WIEyhqHeHH8oOG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#rRA8KTJm4MevyVGvc6ehJFKXclgrtdcW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#e3kIhLD6PCzPxvzBf0fWKpiFyNZaNS8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR { position:relative;display:none; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR { border-width: 0; border-radius: 0; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row .container > .video-iframe-container {  }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#gVB2fwRGmC7QkTGEU8Z2DTapw47PJckN { color:#000000;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:14.4375rem;left:3.875rem;display:none; }
#JchZcIdWQ0EJm183fQm7nRpFoEOh4yqO { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:19.125rem;left:4.5625rem;display:none; }
#F9QumOuHzPpssNTsDoio0kouXkWQqPS5 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:6.4375rem;left:3.875rem;display:none; }
#F0mQak0Hs4GE5hbnXokHiTUH5dDCsyKH { color:#000000;display:block;width:14.75rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:2.4375rem;left:3.875rem;display:none; }
#STLVrqhMLrTDMD0pAkWI4w6oML3Q3r1U { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#xlDkkVVz7yBDfq53Im6OfLSlKoItTnTB { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:11.1875rem;left:8.4375rem;display:none; }
#n9lsJNOnyNaV1eEVkDTEDTdEovxdNvfZ { color:#000000;display:block;width:3.875rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:8.1875rem;left:0.0625rem;display:none; }
#vTV4cIVaiOs5H5TctIW5RTrTIf9cmAa6 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:13.5rem;left:4.5rem;display:none; }
#ADC6lKNx3Xvn9irW5fmCdOfn20dsiRdT { color:#000000;display:block;width:3.875rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:10.6875rem;left:0rem;display:none; }
#sQqevyOu6V3VUA46q40Ha3psMdAkE7XO { color:#000000;display:block;width:3.875rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:14.1875rem;left:0rem;display:none; }
#s6uMAOBNh6sqQ5TAQBuJNMv26KgWvexu { color:#000000;display:block;width:3.875rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:17.5rem;left:0rem;display:none; }
#S69eNhhoJsapfiWksZ4psS70dyk3EZls { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#GtPAzGSHrHF0cFOwvzQkKtIicydGqTA0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#eK9lcCq0IiIeXA3KcFvXGRwUMzSNa4KT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#hDsBAOpEMUFuV1QkXTDgCsqRbECnZQd5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:60rem;display:none; }
#wukNXdQNTNRDikqe6advgC3PxIXhFE5K { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Q6k85bKDpuT2TTyC3RqfxvG5zOH50V0Z { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ob1mTTP4qqU9NUp1pJyWMDqWp94wy8ZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT { position:relative;display:none; }#PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT { border-width: 0; border-radius: 0; }#PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT > .row .container > .video-iframe-container {  }#PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#lZgCrdrTIGFTyTBMRi0zku6LB6XtliaJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.9375rem;display:none; }
#NuAa2PiwCksNEv8ecxwnPN28AtVVXTl8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:60rem;display:none; }
#QC0Lf88a8S22DOfZa1MWzXRo2NpamTfC { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.5rem;top:4.9375rem;left:0.5625rem;display:none; }
#LkczKoZGiUubswAqlfLE26aNEiakJxdd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.9375rem;display:none; }
#RrF8Vrcml1J09DAJHuaWvwaBRWXtU9xT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dBJOvf22HDGIaugKLCl3EXJ4crSbskPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS > .row .container { border-width: 0; border-radius: 0; }#I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS > .row > .video-iframe-container {  }#I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:none; }#tcycP2gwOLdrFkw9lrVtL1fp6E2cUgOH { position:absolute;display:block;z-index:15014;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.09) ;height:19.3125rem;width:51.0625rem;top:1.75rem;left:1.625rem;display:block; }
#CueCJOvXVGNWHy8x1yCTRpnOU6gMqr8l { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:3.0625rem;top:1.3125rem;left:46.875rem;overflow:hidden;display:none; }
#ZHZSyd5mHQZJIKvlMK306E2O2k0NAitr { color:#000000;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.5625rem;height:2.4375rem;font-style:normal;display:block; }
#XJVdeg6vl5qaOPAnmDFMySrfmZ7V7Aum { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#MTsQieOrSETRL5koubcg45vw5FEIXT0s { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:16.8125rem;left:1.0625rem;display:none; }
#FaF6nVFLLd0OHlmex2c3TbQEeWiTToIR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Ozc7aoxRIdgZW10OkWi9LPFFwgzTGv75 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:21.6875rem;left:13rem;display:none; }
#LCMDdvxKgNz52TEK1C7TDRGzb7GDButu { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:23.625rem;left:11.5rem;display:none; }
#GWLSmSGW6KTXapS54frFTIrSFTaNc1Rl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#C8efnSHh8CBhXR9BX0S3IItLllIpCyQV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#KmkprSmQu8Jbk7RH3ylctPzEeqc0XdVg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#AFGMqQVf5IvaAxFpRQTchwDrrVNn0gPr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#PAkUqNXM1oGZAf1kVXyig6U20e9eGRDN { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:27.0625rem;left:1.0625rem;display:none; }
#TWtt53ON2Vg5uE7b5UC9KGQT1h6EUt0f { color:#000000;display:block;width:32rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.5625rem;height:2.4375rem;font-style:normal;display:block; }
#KOpLKpDmu5Ifue86JLFAtDaf53t9TTzO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:5.375rem;top:1.3125rem;left:46.875rem;overflow:hidden;display:none; }
#ui2KJ6CFDP1tPZTEvaT2T9oBpQ4FLyax { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:39.8125rem;left:0.9375rem;display:none; }
#OkIM6eDMMECNJvCIRKieoWf5UaQcZSiH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#UxzpWOpVbeQ1TfCuhuQxnQ3THNQeKzQ2 { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:41.875rem;left:0.9375rem;display:none; }
#I7kQMMFHECe6TGrDuGxHskFGLrIPwi6e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#D5MdZOI3vdOCQfAOB27O7wDlAXMCrARU { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:45.3125rem;left:11.0625rem;display:none; }
#dQAnv1urJEF4eSoIsMNukvI0RTCIhOvm { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:48.8125rem;left:0.9375rem;display:none; }
#JDbGEEmH98XpfrqQlU5LlfCDLgRMcbcQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#RZ2VryyH7A7Jngd0Nsh3SlzRm9QidL7T { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#FGilxVZUTGXtQaLsKAdkW1iytS4Fw7dT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#SJ1gEpeoCTTNKP8LCwmPf7ie5O5TK8ml { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Ll3HGKqTaVAMkUkH2BBUpBqyyE8cclrq { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:43.4375rem;left:12.875rem;display:none; }
#tckaAeCq4hE4T77ThWVx2SZ3s0pGK2ek { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:50.8125rem;left:0.9375rem;display:none; }
#XSTg8i2tQ0GZ8lpo8fhRzrCmJXJlgzeL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2.625rem;left:3.75rem;display:none; }
#Xdx7IuTUTl8dDDJ1WglvuEokADTm1bM6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.1875rem;left:15.25rem;display:none; }
#Wo4zWXq0TmEn07FAgrbedHzwTWIx45oL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Oc0O2sPUF7dT9lEvPI5PnGLP7OgMrW1I { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SHoIibNToabOAvyUsctEpOedRWvu7SC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITRo8laHtoUJaeeJaWdVONA4uNWp8o1n { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UQlLObiFlg449knEhu1kG74MiXx49i3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NRgVnchNLHCEN91pz8d6lKFD8vhx59gI { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:20.0625rem;left:1.0625rem;display:none; }
#ICM5B6ZHUTEm6saek2EvUBWVH91D6slw { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:dosis;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:29rem;left:0.625rem;display:none; }
#zohS3khQthIltdbsyELTHVnD2c6lITQI { position:relative;display:block; }#zohS3khQthIltdbsyELTHVnD2c6lITQI { background-color: transparent; background-image: none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container > .video-iframe-container { display: none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row > .video-iframe-container { display: none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .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); }#zohS3khQthIltdbsyELTHVnD2c6lITQI { border-width: 0; border-radius: 0; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container > .video-iframe-container {  }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:23.9375rem;top:1rem;left:18rem;overflow:hidden;display:block; }
#S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:4.125rem;left:17.75rem;display:block; }
#EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:6.6875rem;top:3.9375rem;left:26.9375rem;display:block; }
#udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:4.125rem;left:36rem;display:block; }
#RofyEhwcT93F1OIuVkHcAZLWm2HfIq91 { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:12.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#bN05wigs6NCpfIrbIsQmFES3ffmdawqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:none; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { border-width: 0; border-radius: 0; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row > .video-iframe-container {  }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:none; }#TzBai7i7pVTC4mVTbuhzziK516H3FK3E { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.0625rem;top:31.3125rem;left:19.6875rem;display:block; }
#FI0oJ0oThM9WLm46pJtqIKfSuvitBTwc { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:0.29296875rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oysf7aSH6izFBSGTil744Znbqhn6reoh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.875rem;top:8.576171875rem;left:24.5625rem;overflow:hidden;display:block; }
#d7JJeNZzNPBi8o3AkZvLQ7GRpWv7cTvE { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.6552734375rem;left:16.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWXTMZwzFoTwdukSaz763VvE01nMvIXa { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:6.9375rem;top:12.46142578125rem;left:36.25rem;overflow:hidden;display:block; }
#JC0zVTXDGxlkqmbErKfJUXFcfLdgeLc1 { color:#000000;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:6.126953125rem;left:0rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vW7ZQ0zzA9Ph8TW1dZKbCrJyvEaAkt8D { position:absolute;display:block;z-index:15028;height:18.6875rem;width:60rem;top:16.3994140625rem;left:0rem;display:block; }
#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row .container { background-color: transparent; background-image: none; }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row .container > .video-iframe-container { display: none; }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row > .video-iframe-container { display: none; }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .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); }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row .container { border-width: 0; border-radius: 0; }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row > .video-iframe-container {  }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { position:relative;display:none; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { border-width: 0; border-radius: 0; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container > .video-iframe-container {  }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { position:relative;display:none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { border-width: 0; border-radius: 0; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container > .video-iframe-container {  }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#QXVKQQevwO0pHdLV09x9ZkGHG6bisRh9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ALkVfSpJwt4Cgr0snzzBz6oNKA6mKpKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { border-width: 0; border-radius: 0; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container {  }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRqSquHwKk6fZO3mW0pLzzd54LTVFIAH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Sr4OI0s30tRHwgkLtCdUMhV4VqG28b7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeIKw2ftvpsHz4BPO1vccRktTknA6cas { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:6.5625rem;top:3.8125rem;left:1.25rem;overflow:hidden;display:block; }
#hi12bHKTOBlMr0JTy1uwVKhwVL5Mfv6O { color:#000000;display:block;width:10.125rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:1rem;left:6.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { display:none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { width:26rem;height:4.1875rem;top:3.0625rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrmlM22SLivySdMSDc5qs9II6qO5yyup { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block; }
 }@media only screen and (max-width: 763px) { #tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU { display:none; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vu2IIpFbWck2c9eBaii5ZFIJwlaeRPhS { width:37.5rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lv6hCWTD6DC4b9HLOPUlSwlypJJ3pc50 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #PCATB2JKQwOSGpk0W6vCE50AvryBAyDT { display:block; }
 }@media only screen and (max-width: 763px) { #cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 { display:block; }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2vn4UaPKVc6aufrr77TtaC9OAmqbq5z { top:0.8125rem;left:14.9375rem;width:17.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { display:none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TDu6ETi0hxZdKgyQOCfcMhyH84SiZWWc { top:19.1875rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTP0r6vqNRZWJUB671adzxedTMtadv1Q { top:25rem;left:0rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdhKTNdcoTbZgPn8Ac0GHC5OzuabJ2y0 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Td23diZQnediJ0dc7ldTIWTuMetSARrM { display:block; }
 }@media only screen and (max-width: 763px) { #S76WVaflRVHho1Nsb748HFzvLHeHI1ra { width:17.5rem;height:3.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWPmLUHDApOZUdRev4dUM6UyPZWAHgbw { display:block; }
 }@media only screen and (max-width: 763px) { #knTGJkn9iKD0ZodlHVKc86o4SWUTmNd5 { width:46.75rem;height:42.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJMLsLTlpUavRPWqwNyHTLn5JT5zwmeH { display:block; }
 }@media only screen and (max-width: 763px) { #mSCOC90UKTWxaTCSTdXc7RMz828lVTyn { display:none; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VlGUOgnTBa2cAOurGh8W89duZD2nJflx { top:1.375rem;left:11.03125rem;width:25.6875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzK2BiL4EZ4L4TMUBsoPe4c8ng2TRpzH { top:2.8125rem;left:13.875rem;width:20rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eemado3VxJ9wLV71Sd5eog937JtamhDe { width:4rem;height:3.0625rem;top:10rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4TKT7PAez1w3UCageq1WwLRLFJ3oE7M { top:14.1875rem;left:6.75rem;width:15.1875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTHbIp4nTes3M0zlA7iG8MbltzyQQLGk { width:3.5625rem;height:2.6875rem;top:10.1875rem;left:31.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7TDDATXVTm3cfCZEFA0ZX9WO0tFv4BI { top:14.1875rem;left:25.875rem;width:15.1875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVSoSRmv5cAfQkX1qtaF2sIPDFGAdxlw { width:3rem;height:2.4375rem;top:8.5625rem;left:38.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZbCTNLenHENqlPTTCbw2ZHVdp4D7QPs { top:12.3125rem;left:32.75rem;width:15rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUxzFMfTTQTT7vkUGrnAwFkaTkzCBRho { width:2.875rem;height:2.1875rem;top:22.75rem;left:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #Am8OUH04vDeLXFsVcacCMk1FzPvx4eiv { top:27.125rem;left:26.625rem;width:13.6875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnNRDFFF3J8e94DIJmkLk8n1ZvvUedZW { top:27.6875rem;left:6.75rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6ks0rCwpKL8GeqzErHGMdNaqZSVL5Gl { width:2.5625rem;height:3.9375rem;top:21.875rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2IgXrvJd9pXnWrG6obf96rGIk034AVs { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #LZL2zdAyuFS7dwVzB7T9HlC0TOXtyLlz { display:block; }
 }@media only screen and (max-width: 763px) { #ScJHFmKEq8zrFri7bP3pEvtWdFyhukka { top:7.25rem;left:5.25rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac3yG9mzZpRJELmPTMSGDcfpaJNfJJBw { top:7.25rem;left:24.375rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9PgTZ6vgD4lB8mmCUbfV1p63FIiTR2k { top:20.3125rem;left:5.25rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgN4d8Iq7HFtVOdrth77EQCqGXUkPTve { top:20.3125rem;left:24.375rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVSeNlrXTxzoPQChtt5oA8766cRRM4Z { width:46.75rem;height:35.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RelHgoxz2DfJboxRi018b7JRxc1aMKlw { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { top:10.0625rem;left:21.3125rem;width:26.4375rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9vqCIIsFmR5celT6aE0xeRb77XyNZA0 { display:none; }
 }@media only screen and (max-width: 763px) { #PNT79Mm0asX1zZ3KERWrCzk77DkG47lJ { width:17.5rem;height:3.4375rem;top:15.75rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irpeIkEnTVzKZOr8ynHyxEJNr2aOxV24 { display:block; }
 }@media only screen and (max-width: 763px) { #hDoxVubmfnu48H9nbPDQeW1wVCLN6bEK { top:15.0625rem;left:21.5rem;width:24.1875rem;height:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgVrlQSCa3sFJFSzu6m5ld0lL0i1Bxxt { width:17.5rem;height:3.4375rem;top:25.375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybxubNRLVvpBEWu7PhegNKSE4qur3vpm { display:block; }
 }@media only screen and (max-width: 763px) { #gKHEQxiKuEe8JXKH4yi6btQNHH6JSPBH { top:0rem;left:0rem;width:24.125rem;height:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMypEOaaWf8v3lh6otFpGX1W1qPNA1tR { width:46.75rem;height:40rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDMz356WGTuCC4UgQLGFEncSI7UAvgty { display:block; }
 }@media only screen and (max-width: 763px) { #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { display:none; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #icqhiiilIAr2fVe1sI3TBRGfROSTQrJa { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFETK2SwL2zcy3JlUT0ftruTTABsoN8N { top:21.4375rem;left:0rem;width:18.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { top:24.0625rem;left:0rem;width:18.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzowFFsO1gw9WotWpTwAw2zqhDWRsqre { top:1.3125rem;left:36.25rem;width:9.8125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cueDuZpGwZztplZkLblW9wvsKSA3dtKE { top:19.3125rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3gFk12PK18AvroagfQzoc6LAlrZT4K3 { top:32.875rem;left:0rem;width:18.1875rem;height:6.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4bdJTN0LGLk8tPd5tZLSiQqkJzcHZWI { display:none; }
 }@media only screen and (max-width: 763px) { #cepu9sFcF9TfP3KJqaeh76e3xwVcNJHs { display:none; }
 }@media only screen and (max-width: 763px) { #INGU5viUcHdZRTX9nCg9yMLeMQkozFuS { display:none; }
 }@media only screen and (max-width: 763px) { #S3i46QP1TrC7ccH0MWHrP6tU5t1WJOHo { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #GPx7kbeWRHhwXbTsE8698xCZkhoGr6Nd { display:block; }
 }@media only screen and (max-width: 763px) { #bK95okIZCKF40BvAzzZLbuUK3MUyRxe4 { width:32.875rem;height:32.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG { display:none; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kOx6KkRICOVOtxql2lThxPiWSEieymMG { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #w0TuwZMTtq0n8qzXUm1DEvpLmSUJzvgr { display:block; }
 }@media only screen and (max-width: 763px) { #Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ { display:none; }#Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yFgA4PfRauqXN4ztLcDRGNtK9mm1zi36 { top:1.125rem;left:0rem;width:18.25rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlQIgVN9vU1gJF3eWOVuPxhsK5ZuCz3l { top:1.0625rem;left:0rem;width:18.25rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHbv08kFMnZpRNh4D0WIEyhqHeHH8oOG { display:none; }
 }@media only screen and (max-width: 763px) { #rRA8KTJm4MevyVGvc6ehJFKXclgrtdcW { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #e3kIhLD6PCzPxvzBf0fWKpiFyNZaNS8c { display:block; }
 }@media only screen and (max-width: 763px) { #kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR { display:none; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gVB2fwRGmC7QkTGEU8Z2DTapw47PJckN { top:14.4375rem;left:0rem;width:16.125rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JchZcIdWQ0EJm183fQm7nRpFoEOh4yqO { top:19.125rem;left:0rem;width:13.4375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F9QumOuHzPpssNTsDoio0kouXkWQqPS5 { top:6.4375rem;left:0rem;width:13.75rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0mQak0Hs4GE5hbnXokHiTUH5dDCsyKH { top:2.4375rem;left:0rem;width:14.75rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STLVrqhMLrTDMD0pAkWI4w6oML3Q3r1U { display:none; }
 }@media only screen and (max-width: 763px) { #xlDkkVVz7yBDfq53Im6OfLSlKoItTnTB { top:11.1875rem;left:2.3125rem;width:11.5625rem;height:1.1875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9lsJNOnyNaV1eEVkDTEDTdEovxdNvfZ { top:8.1875rem;left:0rem;width:3.875rem;height:2.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTV4cIVaiOs5H5TctIW5RTrTIf9cmAa6 { top:13.5rem;left:0rem;width:10.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADC6lKNx3Xvn9irW5fmCdOfn20dsiRdT { top:10.6875rem;left:0rem;width:3.875rem;height:2.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQqevyOu6V3VUA46q40Ha3psMdAkE7XO { top:14.1875rem;left:0rem;width:3.875rem;height:2.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6uMAOBNh6sqQ5TAQBuJNMv26KgWvexu { top:17.5rem;left:0rem;width:3.875rem;height:2.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S69eNhhoJsapfiWksZ4psS70dyk3EZls { display:none; }
 }@media only screen and (max-width: 763px) { #GtPAzGSHrHF0cFOwvzQkKtIicydGqTA0 { display:none; }
 }@media only screen and (max-width: 763px) { #eK9lcCq0IiIeXA3KcFvXGRwUMzSNa4KT { display:none; }
 }@media only screen and (max-width: 763px) { #hDsBAOpEMUFuV1QkXTDgCsqRbECnZQd5 { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wukNXdQNTNRDikqe6advgC3PxIXhFE5K { display:none; }
 }@media only screen and (max-width: 763px) { #Q6k85bKDpuT2TTyC3RqfxvG5zOH50V0Z { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ob1mTTP4qqU9NUp1pJyWMDqWp94wy8ZD { display:block; }
 }@media only screen and (max-width: 763px) { #PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT { display:none; }#PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZgCrdrTIGFTyTBMRi0zku6LB6XtliaJ { width:3.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuAa2PiwCksNEv8ecxwnPN28AtVVXTl8 { width:47.75rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QC0Lf88a8S22DOfZa1MWzXRo2NpamTfC { top:4.9375rem;left:0rem;width:18.9375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkczKoZGiUubswAqlfLE26aNEiakJxdd { width:3.9375rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrF8Vrcml1J09DAJHuaWvwaBRWXtU9xT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dBJOvf22HDGIaugKLCl3EXJ4crSbskPO { display:block; }
 }@media only screen and (max-width: 763px) { #I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS { display:none; }#I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tcycP2gwOLdrFkw9lrVtL1fp6E2cUgOH { top:1.75rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CueCJOvXVGNWHy8x1yCTRpnOU6gMqr8l { top:1.3125rem;left:36.25rem;width:3.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHZSyd5mHQZJIKvlMK306E2O2k0NAitr { top:8.6875rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJVdeg6vl5qaOPAnmDFMySrfmZ7V7Aum { display:none; }
 }@media only screen and (max-width: 763px) { #MTsQieOrSETRL5koubcg45vw5FEIXT0s { top:16.8125rem;left:0rem;width:6.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaF6nVFLLd0OHlmex2c3TbQEeWiTToIR { display:none; }
 }@media only screen and (max-width: 763px) { #Ozc7aoxRIdgZW10OkWi9LPFFwgzTGv75 { top:21.6875rem;left:6.875rem;width:6.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCMDdvxKgNz52TEK1C7TDRGzb7GDButu { top:23.625rem;left:5.375rem;width:7.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWLSmSGW6KTXapS54frFTIrSFTaNc1Rl { display:none; }
 }@media only screen and (max-width: 763px) { #C8efnSHh8CBhXR9BX0S3IItLllIpCyQV { display:none; }
 }@media only screen and (max-width: 763px) { #KmkprSmQu8Jbk7RH3ylctPzEeqc0XdVg { display:none; }
 }@media only screen and (max-width: 763px) { #AFGMqQVf5IvaAxFpRQTchwDrrVNn0gPr { display:none; }
 }@media only screen and (max-width: 763px) { #PAkUqNXM1oGZAf1kVXyig6U20e9eGRDN { top:27.0625rem;left:0rem;width:6.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWtt53ON2Vg5uE7b5UC9KGQT1h6EUt0f { top:32.875rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOpLKpDmu5Ifue86JLFAtDaf53t9TTzO { top:1.3125rem;left:36.25rem;width:5.375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui2KJ6CFDP1tPZTEvaT2T9oBpQ4FLyax { top:39.8125rem;left:0rem;width:6.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkIM6eDMMECNJvCIRKieoWf5UaQcZSiH { display:none; }
 }@media only screen and (max-width: 763px) { #UxzpWOpVbeQ1TfCuhuQxnQ3THNQeKzQ2 { top:41.875rem;left:0rem;width:7.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7kQMMFHECe6TGrDuGxHskFGLrIPwi6e { display:none; }
 }@media only screen and (max-width: 763px) { #D5MdZOI3vdOCQfAOB27O7wDlAXMCrARU { top:45.3125rem;left:4.9375rem;width:7.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQAnv1urJEF4eSoIsMNukvI0RTCIhOvm { top:48.8125rem;left:0rem;width:6.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDbGEEmH98XpfrqQlU5LlfCDLgRMcbcQ { display:none; }
 }@media only screen and (max-width: 763px) { #RZ2VryyH7A7Jngd0Nsh3SlzRm9QidL7T { display:none; }
 }@media only screen and (max-width: 763px) { #FGilxVZUTGXtQaLsKAdkW1iytS4Fw7dT { display:none; }
 }@media only screen and (max-width: 763px) { #SJ1gEpeoCTTNKP8LCwmPf7ie5O5TK8ml { display:none; }
 }@media only screen and (max-width: 763px) { #Ll3HGKqTaVAMkUkH2BBUpBqyyE8cclrq { top:43.4375rem;left:6.75rem;width:6.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tckaAeCq4hE4T77ThWVx2SZ3s0pGK2ek { top:50.8125rem;left:0rem;width:7.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSTg8i2tQ0GZ8lpo8fhRzrCmJXJlgzeL { top:2.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xdx7IuTUTl8dDDJ1WglvuEokADTm1bM6 { top:3.1875rem;left:9.15625rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wo4zWXq0TmEn07FAgrbedHzwTWIx45oL { display:none; }
 }@media only screen and (max-width: 763px) { #Oc0O2sPUF7dT9lEvPI5PnGLP7OgMrW1I { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SHoIibNToabOAvyUsctEpOedRWvu7SC3 { display:block; }
 }@media only screen and (max-width: 763px) { #ITRo8laHtoUJaeeJaWdVONA4uNWp8o1n { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #UQlLObiFlg449knEhu1kG74MiXx49i3y { display:block; }
 }@media only screen and (max-width: 763px) { #NRgVnchNLHCEN91pz8d6lKFD8vhx59gI { top:20.0625rem;left:0rem;width:7.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICM5B6ZHUTEm6saek2EvUBWVH91D6slw { top:29rem;left:0rem;width:7.9375rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zohS3khQthIltdbsyELTHVnD2c6lITQI { display:none; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { top:1rem;left:11.875rem;width:23.9375rem;height:1.9367382421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block; }
 }@media only screen and (max-width: 763px) { #MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { width:6.25rem;height:6.25rem;top:4.125rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { width:6.6875rem;height:6.6875rem;top:3.9375rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { width:6.3125rem;height:6.3125rem;top:4.125rem;left:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RofyEhwcT93F1OIuVkHcAZLWm2HfIq91 { width:46.75rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN05wigs6NCpfIrbIsQmFES3ffmdawqo { display:block; }
 }@media only screen and (max-width: 763px) { #nqbDcySBJUO9d6q2mThMmJcSSQsbl01d { display:none; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TzBai7i7pVTC4mVTbuhzziK516H3FK3E { width:0;height:0.9375rem;top:31.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI0oJ0oThM9WLm46pJtqIKfSuvitBTwc { width:47.75rem;height:2.625rem;top:0.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oysf7aSH6izFBSGTil744Znbqhn6reoh { top:8.5625rem;left:18.4375rem;width:10.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JJeNZzNPBi8o3AkZvLQ7GRpWv7cTvE { width:20rem;height:1.75rem;top:13.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWXTMZwzFoTwdukSaz763VvE01nMvIXa { top:12.4375rem;left:30.125rem;width:6.9375rem;height:2.2886597938144rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0zVTXDGxlkqmbErKfJUXFcfLdgeLc1 { width:20rem;height:2.1875rem;top:7.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7ZQ0zzA9Ph8TW1dZKbCrJyvEaAkt8D { top:16.375rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snmIClnVSagk2lRxwA8KOvwxc5GzpDmt { display:block; }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { display:none; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block; }
 }@media only screen and (max-width: 763px) { #tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { display:none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QXVKQQevwO0pHdLV09x9ZkGHG6bisRh9 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ALkVfSpJwt4Cgr0snzzBz6oNKA6mKpKF { display:block; }
 }@media only screen and (max-width: 763px) { #Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { display:none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block; }
 }@media only screen and (max-width: 763px) { #OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block; }
 }@media only screen and (max-width: 763px) { #fRqSquHwKk6fZO3mW0pLzzd54LTVFIAH { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Sr4OI0s30tRHwgkLtCdUMhV4VqG28b7x { display:block; }
 }@media only screen and (max-width: 763px) { #xeIKw2ftvpsHz4BPO1vccRktTknA6cas { top:3.8125rem;left:0rem;width:6.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi12bHKTOBlMr0JTy1uwVKhwVL5Mfv6O { top:1rem;left:0.625rem;width:10.125rem;height:3.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { display:block; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ { background-color: transparent; background-image: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container > .video-iframe-container { display: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row > .video-iframe-container { display: none; }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .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); }#hnkmdU7LTwFbD9FNu7VydSFekJ3F8JGZ > .row .container { width:20rem;height:2.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0BZ5GvNSe2SobLeKHEXtfKCOtmKXdVg { top:0.84375rem;left:7.28125rem;width:5.4375rem;height:0.8125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TrmlM22SLivySdMSDc5qs9II6qO5yyup { top:0rem;left:0rem;width:20rem;height:2.5rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SvzyBXlUuMhynUruGiCNUWZ0TF6gGWMf { display:block; }
 }@media only screen and (max-width: 763px) { #tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container { background-color: transparent; background-image: none; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container > .video-iframe-container { display: none; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row > .video-iframe-container { display: none; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .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); }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container { border-width: 0; border-radius: 0; }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row > .video-iframe-container {  }#tFdpngTD7wK2ugSlWcw8pJApiIW6xtwU > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vu2IIpFbWck2c9eBaii5ZFIJwlaeRPhS { top:0.125rem;left:0rem;width:20rem;height:1.5625rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lv6hCWTD6DC4b9HLOPUlSwlypJJ3pc50 { top:0rem;left:0rem;width:20rem;height:1.75rem;z-index:15052;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PCATB2JKQwOSGpk0W6vCE50AvryBAyDT { display:block; }
 }@media only screen and (max-width: 763px) { #cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 { display:none; }#cVXLHJTAFTTr4hlTS4hdgop8VA44CyV2 > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2vn4UaPKVc6aufrr77TtaC9OAmqbq5z { width:17.875rem;height:2.25rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/06a030a6-15cd-4653-8d5e-062118bd6a69/_DSC2655.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.adaptive-delivery-prevent-bg, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyload, #KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8.lazyloading { background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { background-color: transparent; background-image: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container { display: none; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .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); }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { border-width: 0; border-radius: 0; }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row > .video-iframe-container {  }#KEiTAdLI2577n4bn8X1a2g4cL1CTG4d8 > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDu6ETi0hxZdKgyQOCfcMhyH84SiZWWc { top:16.875000238419rem;left:0rem;width:12.3125rem;height:5.9746125rem;z-index:15000;font-family:canela;color:#ffffff;font-size:2.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XTP0r6vqNRZWJUB671adzxedTMtadv1Q { top:22.724610567093rem;left:0rem;width:11.6875rem;height:3.25rem;z-index:15001;font-family:brown;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdhKTNdcoTbZgPn8Ac0GHC5OzuabJ2y0 { top:0rem;left:0rem;width:20rem;height:31.0625rem;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Td23diZQnediJ0dc7ldTIWTuMetSARrM { display:block; }
 }@media only screen and (max-width: 763px) { #S76WVaflRVHho1Nsb748HFzvLHeHI1ra { width:17.5rem;height:3.4375rem;top:28.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWPmLUHDApOZUdRev4dUM6UyPZWAHgbw { display:block; }
 }@media only screen and (max-width: 763px) { #knTGJkn9iKD0ZodlHVKc86o4SWUTmNd5 { width:19rem;height:42.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJMLsLTlpUavRPWqwNyHTLn5JT5zwmeH { display:block; }
 }@media only screen and (max-width: 763px) { #mSCOC90UKTWxaTCSTdXc7RMz828lVTyn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container { background-color: transparent; background-image: none; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container > .video-iframe-container { display: none; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row > .video-iframe-container { display: none; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .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); }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container { border-width: 0; border-radius: 0; }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row > .video-iframe-container {  }#mSCOC90UKTWxaTCSTdXc7RMz828lVTyn > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlGUOgnTBa2cAOurGh8W89duZD2nJflx { top:1.44970703125rem;left:2.28125rem;width:15.4375rem;height:2.92480625rem;z-index:15001;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzK2BiL4EZ4L4TMUBsoPe4c8ng2TRpzH { top:4.0625rem;left:0rem;width:20rem;height:3.25rem;z-index:15002;font-family:canela;text-align:center;text-align-last:center;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eemado3VxJ9wLV71Sd5eog937JtamhDe { top:8.5rem;left:0.1875rem;width:4.5rem;height:3.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c4TKT7PAez1w3UCageq1WwLRLFJ3oE7M { top:8.6875rem;left:5rem;width:15.1875rem;height:3.41161875rem;z-index:15002;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FTHbIp4nTes3M0zlA7iG8MbltzyQQLGk { top:14.125rem;left:15.6875rem;width:4rem;height:3.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D7TDDATXVTm3cfCZEFA0ZX9WO0tFv4BI { top:13.5625rem;left:0rem;width:15.1875rem;height:4.548825rem;z-index:15003;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cVSoSRmv5cAfQkX1qtaF2sIPDFGAdxlw { top:19.5rem;left:0.375rem;width:3.875rem;height:3.125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xZbCTNLenHENqlPTTCbw2ZHVdp4D7QPs { top:19.9375rem;left:5rem;width:15rem;height:2.2744125rem;z-index:15004;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cUxzFMfTTQTT7vkUGrnAwFkaTkzCBRho { top:23.9375rem;left:16.1875rem;width:3.8125rem;height:2.875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Am8OUH04vDeLXFsVcacCMk1FzPvx4eiv { top:23.6875rem;left:0rem;width:14.9375rem;height:3.41161875rem;z-index:15005;font-family:brown;text-align:right;text-align-last:right;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNRDFFF3J8e94DIJmkLk8n1ZvvUedZW { top:29.1875rem;left:4.875rem;width:15.125rem;height:2.2744125rem;z-index:15006;font-family:brown;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r6ks0rCwpKL8GeqzErHGMdNaqZSVL5Gl { top:27.75rem;left:0.875rem;width:3.125rem;height:5.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i2IgXrvJd9pXnWrG6obf96rGIk034AVs { top:0rem;left:0rem;width:20rem;height:34.5625rem;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LZL2zdAyuFS7dwVzB7T9HlC0TOXtyLlz { display:block; }
 }@media only screen and (max-width: 763px) { #ScJHFmKEq8zrFri7bP3pEvtWdFyhukka { width:18.125rem;height:12.5rem;top:35.8125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ac3yG9mzZpRJELmPTMSGDcfpaJNfJJBw { width:18.125rem;height:12.5rem;top:49.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9PgTZ6vgD4lB8mmCUbfV1p63FIiTR2k { width:18.125rem;height:12.5rem;top:63.3125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgN4d8Iq7HFtVOdrth77EQCqGXUkPTve { width:18.125rem;height:12.5rem;top:77.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTVSeNlrXTxzoPQChtt5oA8766cRRM4Z { width:19rem;height:35.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RelHgoxz2DfJboxRi018b7JRxc1aMKlw { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJpmx9rrz3LVKDRDeTb4bKT1c0T3vvyr { top:1.6875rem;left:0.75rem;width:18.5625rem;height:3.57421875rem;z-index:14996;font-family:canela;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z9vqCIIsFmR5celT6aE0xeRb77XyNZA0 { top:4.5625rem;left:3.25rem;width:13.5625rem;height:0.75rem;z-index:14995;background-color:#fde9e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PNT79Mm0asX1zZ3KERWrCzk77DkG47lJ { top:0rem;left:0rem;width:20rem;height:13.625rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #irpeIkEnTVzKZOr8ynHyxEJNr2aOxV24 { display:block; }
 }@media only screen and (max-width: 763px) { #hDoxVubmfnu48H9nbPDQeW1wVCLN6bEK { top:6.2496089935303rem;left:0.96875rem;width:18.0625rem;height:5.68603125rem;z-index:15004;font-family:brown;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgVrlQSCa3sFJFSzu6m5ld0lL0i1Bxxt { width:17.5rem;height:3.4375rem;top:25.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybxubNRLVvpBEWu7PhegNKSE4qur3vpm { display:block; }
 }@media only screen and (max-width: 763px) { #gKHEQxiKuEe8JXKH4yi6btQNHH6JSPBH { width:20rem;height:33.212435233161rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMypEOaaWf8v3lh6otFpGX1W1qPNA1tR { width:19rem;height:40rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDMz356WGTuCC4UgQLGFEncSI7UAvgty { display:block; }
 }@media only screen and (max-width: 763px) { #r1U6wWMybnKAuNufeOVtx0uU9VwieqlN { display:block; }#r1U6wWMybnKAuNufeOVtx0uU9VwieqlN > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icqhiiilIAr2fVe1sI3TBRGfROSTQrJa { width:20rem;height:36.3125rem;top:4.212890625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.09) ;background-color:#f8f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uFETK2SwL2zcy3JlUT0ftruTTABsoN8N { width:18.6875rem;height:1.95rem;top:21.48828125rem;left:0.9375rem;font-size:1.5rem;font-family:brown;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ihl2SXf3yidI9tu1ag15h7iCcXaIaeAT { width:18.25rem;height:7.96044375rem;top:24.2587890625rem;left:0.875rem;font-size:0.875rem;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PzowFFsO1gw9WotWpTwAw2zqhDWRsqre { width:12.0625rem;height:20.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cueDuZpGwZztplZkLblW9wvsKSA3dtKE { width:18.75rem;height:2.4375rem;top:19.3125rem;left:1rem;font-size:1.875rem;font-family:brown;font-weight:700;font-style:normal;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #t3gFk12PK18AvroagfQzoc6LAlrZT4K3 { top:32.9375rem;left:1.875rem;width:17.5625rem;height:6.99950625rem;z-index:15050;font-family:brown;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4bdJTN0LGLk8tPd5tZLSiQqkJzcHZWI { top:33.1875rem;left:0.875rem;width:0.8125rem;height:0.8125rem;z-index:15051;color:#000000;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cepu9sFcF9TfP3KJqaeh76e3xwVcNJHs { top:34.5625rem;left:0.875rem;width:0.8125rem;height:0.8125rem;z-index:15052;color:#000000;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INGU5viUcHdZRTX9nCg9yMLeMQkozFuS { top:36rem;left:0.875rem;width:0.8125rem;height:0.8125rem;z-index:15053;color:#000000;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3i46QP1TrC7ccH0MWHrP6tU5t1WJOHo { top:-0.0015640258789062rem;left:0rem;width:20rem;height:41.8125rem;z-index:15057;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GPx7kbeWRHhwXbTsE8698xCZkhoGr6Nd { display:block; }
 }@media only screen and (max-width: 763px) { #bK95okIZCKF40BvAzzZLbuUK3MUyRxe4 { top:5.90625rem;left:13.400390625rem;width:5.0625rem;height:5.0625rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1bfd19df-615a-44db-b366-438afafe5694/2020123MireiaTheArchitectBefore_AfterENV2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG.adaptive-delivery-prevent-bg, #kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG.lazyload, #kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG.lazyloading { background-image: none; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row .container { background-color: transparent; background-image: none; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row .container > .video-iframe-container { display: none; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row > .video-iframe-container { display: none; }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .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); }#kDBVnIGqCmdJK1CXALNfDev7hlNp3BqG > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOx6KkRICOVOtxql2lThxPiWSEieymMG { top:-0.0625rem;left:0rem;width:20rem;height:21.5rem;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w0TuwZMTtq0n8qzXUm1DEvpLmSUJzvgr { display:block; }
 }@media only screen and (max-width: 763px) { #Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ { display:block; }#Sw1eMBnxFqurJG8X4LJ1TIRZmnxPFvSZ > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFgA4PfRauqXN4ztLcDRGNtK9mm1zi36 { top:2.4378907680511rem;left:0.875rem;width:18.25rem;height:4.0625rem;z-index:15008;font-family:canela;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UlQIgVN9vU1gJF3eWOVuPxhsK5ZuCz3l { top:7.0003862380981rem;left:0.875rem;width:18.25rem;height:0.9746125rem;z-index:15006;font-family:brown;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CHbv08kFMnZpRNh4D0WIEyhqHeHH8oOG { top:3.6566412448883rem;left:1.625rem;width:17.25rem;height:0.75rem;z-index:15007;background-color:#fde9e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rRA8KTJm4MevyVGvc6ehJFKXclgrtdcW { top:0rem;left:0rem;width:20rem;height:9.1875rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e3kIhLD6PCzPxvzBf0fWKpiFyNZaNS8c { display:block; }
 }@media only screen and (max-width: 763px) { #kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR { display:block; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR { background-color: transparent; background-image: none; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row .container > .video-iframe-container { display: none; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row > .video-iframe-container { display: none; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .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); }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR { border-width: 0; border-radius: 0; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#kGE8dC7exhxZGxIbFv0SAaTTPDp7pbhR > .row .container { width:20rem;height:26.1875rem;background-color:#fde9e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVB2fwRGmC7QkTGEU8Z2DTapw47PJckN { top:14.5rem;left:4.9375rem;width:11.75rem;height:2.4375rem;z-index:15012;font-family:canela;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JchZcIdWQ0EJm183fQm7nRpFoEOh4yqO { top:19rem;left:5.0625rem;width:13.4375rem;height:2.4375rem;z-index:15014;font-family:canela;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F9QumOuHzPpssNTsDoio0kouXkWQqPS5 { top:6.125rem;left:4.9375rem;width:13.75rem;height:2.4375rem;z-index:15015;font-family:canela;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F0mQak0Hs4GE5hbnXokHiTUH5dDCsyKH { top:1.75rem;left:4.9375rem;width:14.75rem;height:2.4375rem;z-index:15016;font-family:canela;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #STLVrqhMLrTDMD0pAkWI4w6oML3Q3r1U { top:5.125rem;left:1.0625rem;width:16.875rem;height:0.0625rem;z-index:15052;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xlDkkVVz7yBDfq53Im6OfLSlKoItTnTB { top:14.3125rem;left:1.0625rem;width:3.875rem;height:2.68125rem;z-index:15013;font-family:canela;font-size:2.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n9lsJNOnyNaV1eEVkDTEDTdEovxdNvfZ { top:10.125rem;left:1.0625rem;width:3.875rem;height:2.68125rem;z-index:15014;font-family:canela;font-size:2.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vTV4cIVaiOs5H5TctIW5RTrTIf9cmAa6 { top:10.875rem;left:5.5625rem;width:10.9375rem;height:1.21875rem;z-index:15013;font-family:canela;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ADC6lKNx3Xvn9irW5fmCdOfn20dsiRdT { top:18.75rem;left:1.0625rem;width:3.875rem;height:2.68125rem;z-index:15015;font-family:canela;font-size:2.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sQqevyOu6V3VUA46q40Ha3psMdAkE7XO { top:5.8125rem;left:1.0625rem;width:3.875rem;height:2.68125rem;z-index:15016;font-family:canela;font-size:2.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #s6uMAOBNh6sqQ5TAQBuJNMv26KgWvexu { top:1.5625rem;left:1.0625rem;width:3.875rem;height:2.68125rem;z-index:15017;font-family:canela;font-size:2.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S69eNhhoJsapfiWksZ4psS70dyk3EZls { top:9.5rem;left:1.0625rem;width:16.875rem;height:0.0625rem;z-index:15053;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GtPAzGSHrHF0cFOwvzQkKtIicydGqTA0 { top:13.375rem;left:1.0625rem;width:16.875rem;height:0.0625rem;z-index:15054;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eK9lcCq0IiIeXA3KcFvXGRwUMzSNa4KT { top:2.3125rem;left:2.3125rem;width:17.5rem;height:0.8125rem;z-index:15000;background-color:#fde9e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hDsBAOpEMUFuV1QkXTDgCsqRbECnZQd5 { top:15.750000953674rem;left:11.686698717949rem;width:8.3125rem;height:10.375rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wukNXdQNTNRDikqe6advgC3PxIXhFE5K { top:18.125000953674rem;left:1.0625rem;width:10.75rem;height:0.0625rem;z-index:15055;background-color:rgba(0,0,0,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Q6k85bKDpuT2TTyC3RqfxvG5zOH50V0Z { top:0rem;left:0rem;width:20rem;height:26.1875rem;z-index:15057;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ob1mTTP4qqU9NUp1pJyWMDqWp94wy8ZD { display:block; }
 }@media only screen and (max-width: 763px) { #PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT { display:block; }#PsLb4w1qIIMaD2BEFmQWuKOaT4yxnaFT > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZgCrdrTIGFTyTBMRi0zku6LB6XtliaJ { top:9.375rem;left:15.625rem;width:2.5rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NuAa2PiwCksNEv8ecxwnPN28AtVVXTl8 { top:2.5625rem;left:7.0625rem;width:6.3125rem;height:1.5rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QC0Lf88a8S22DOfZa1MWzXRo2NpamTfC { top:4.75rem;left:1.875rem;width:16.6875rem;height:5.5234375rem;z-index:15013;font-family:brown;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkczKoZGiUubswAqlfLE26aNEiakJxdd { top:4rem;left:1.4375rem;width:2.5rem;height:1.8125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RrF8Vrcml1J09DAJHuaWvwaBRWXtU9xT { top:-0.0625rem;left:0rem;width:20rem;height:13.6875rem;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dBJOvf22HDGIaugKLCl3EXJ4crSbskPO { display:block; }
 }@media only screen and (max-width: 763px) { #I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS { display:block; }#I0Fe3tOPsIfBcvUexuJmF8ZH7WbE1nQS > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcycP2gwOLdrFkw9lrVtL1fp6E2cUgOH { width:20rem;height:56.9375rem;top:0.75rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.09) ;background-color:#f8f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CueCJOvXVGNWHy8x1yCTRpnOU6gMqr8l { width:8.4375rem;height:18.8125rem;top:13.375rem;left:4.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZHZSyd5mHQZJIKvlMK306E2O2k0NAitr { width:18.75rem;height:2.4375rem;top:10.335938453674rem;left:0.625rem;font-size:1.875rem;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJVdeg6vl5qaOPAnmDFMySrfmZ7V7Aum { top:21rem;left:1.0625rem;width:6.625rem;height:0.0625rem;z-index:15049;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MTsQieOrSETRL5koubcg45vw5FEIXT0s { top:18.4375rem;left:1.0625rem;width:6.125rem;height:2.1123rem;z-index:15050;font-family:brown;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FaF6nVFLLd0OHlmex2c3TbQEeWiTToIR { top:24.6875rem;left:12.6875rem;width:6.75rem;height:0.0625rem;z-index:15050;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ozc7aoxRIdgZW10OkWi9LPFFwgzTGv75 { top:23.3125rem;left:13rem;width:6.125rem;height:1.05625rem;z-index:15051;font-family:brown;font-size:0.8125rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LCMDdvxKgNz52TEK1C7TDRGzb7GDButu { top:25.3125rem;left:11.5rem;width:7.9375rem;height:2.1123rem;z-index:15052;font-family:brown;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GWLSmSGW6KTXapS54frFTIrSFTaNc1Rl { top:20.6875rem;left:7.3125rem;width:0.625rem;height:0.625rem;z-index:15053;color:#000000;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8efnSHh8CBhXR9BX0S3IItLllIpCyQV { top:24.375rem;left:12.375rem;width:0.625rem;height:0.625rem;z-index:15054;color:#000000;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmkprSmQu8Jbk7RH3ylctPzEeqc0XdVg { top:30.0625rem;left:1.0625rem;width:5.75rem;height:0.0625rem;z-index:15050;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AFGMqQVf5IvaAxFpRQTchwDrrVNn0gPr { top:29.75rem;left:6.4375rem;width:0.625rem;height:0.625rem;z-index:15054;color:#000000;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAkUqNXM1oGZAf1kVXyig6U20e9eGRDN { top:28.6875rem;left:1.0625rem;width:6.125rem;height:1.05625rem;z-index:15051;font-family:brown;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TWtt53ON2Vg5uE7b5UC9KGQT1h6EUt0f { width:18.75rem;height:2.4375rem;top:35.9375rem;left:0.625rem;font-size:1.875rem;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOpLKpDmu5Ifue86JLFAtDaf53t9TTzO { width:7.625rem;height:16rem;top:39.1875rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ui2KJ6CFDP1tPZTEvaT2T9oBpQ4FLyax { top:42.1875rem;left:0.9375rem;width:6.125rem;height:1.05625rem;z-index:15050;font-family:brown;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OkIM6eDMMECNJvCIRKieoWf5UaQcZSiH { top:43.5rem;left:0.9375rem;width:7.25rem;height:0.0625rem;z-index:15049;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UxzpWOpVbeQ1TfCuhuQxnQ3THNQeKzQ2 { top:44.25rem;left:0.9375rem;width:7.9375rem;height:2.1123rem;z-index:15051;font-family:brown;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I7kQMMFHECe6TGrDuGxHskFGLrIPwi6e { top:43.1875rem;left:7.8125rem;width:0.625rem;height:0.625rem;z-index:15053;color:#000000;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5MdZOI3vdOCQfAOB27O7wDlAXMCrARU { top:47.6875rem;left:11.0625rem;width:7.9375rem;height:2.1123rem;z-index:15052;font-family:brown;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dQAnv1urJEF4eSoIsMNukvI0RTCIhOvm { top:49.8125rem;left:0.625rem;width:6.125rem;height:2.1123rem;z-index:15051;font-family:brown;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JDbGEEmH98XpfrqQlU5LlfCDLgRMcbcQ { top:46.875rem;left:11.625rem;width:0.625rem;height:0.625rem;z-index:15054;color:#000000;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2VryyH7A7Jngd0Nsh3SlzRm9QidL7T { top:47.1875rem;left:11.875rem;width:7.25rem;height:0.0625rem;z-index:15050;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FGilxVZUTGXtQaLsKAdkW1iytS4Fw7dT { top:52.5625rem;left:0.9375rem;width:6.3125rem;height:0.0625rem;z-index:15050;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SJ1gEpeoCTTNKP8LCwmPf7ie5O5TK8ml { top:52.25rem;left:7.0625rem;width:0.625rem;height:0.625rem;z-index:15054;color:#000000;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3HGKqTaVAMkUkH2BBUpBqyyE8cclrq { top:44.375rem;left:13.0625rem;width:6.125rem;height:2.1123rem;z-index:15051;font-family:brown;font-size:0.8125rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #tckaAeCq4hE4T77ThWVx2SZ3s0pGK2ek { top:53.1875rem;left:0.9375rem;width:7.9375rem;height:2.1123rem;z-index:15052;font-family:brown;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XSTg8i2tQ0GZ8lpo8fhRzrCmJXJlgzeL { top:2rem;left:1.59375rem;width:16.8125rem;height:3.4375rem;z-index:15005;font-family:canela;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xdx7IuTUTl8dDDJ1WglvuEokADTm1bM6 { top:6.25rem;left:2.84375rem;width:14.3125rem;height:1.4624rem;z-index:15056;font-family:brown;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo4zWXq0TmEn07FAgrbedHzwTWIx45oL { top:4.6875rem;left:2.15625rem;width:15.6875rem;height:0.8125rem;z-index:15004;background-color:#fde9e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Oc0O2sPUF7dT9lEvPI5PnGLP7OgMrW1I { top:-0.0625rem;left:0rem;width:20rem;height:58.3125rem;z-index:15058;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SHoIibNToabOAvyUsctEpOedRWvu7SC3 { display:block; }
 }@media only screen and (max-width: 763px) { #ITRo8laHtoUJaeeJaWdVONA4uNWp8o1n { top:1.9375rem;left:0rem;width:20rem;height:6.8125rem;z-index:15057;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UQlLObiFlg449knEhu1kG74MiXx49i3y { display:block; }
 }@media only screen and (max-width: 763px) { #NRgVnchNLHCEN91pz8d6lKFD8vhx59gI { top:21.75rem;left:1.0625rem;width:7.9375rem;height:2.1123rem;z-index:15053;font-family:brown;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICM5B6ZHUTEm6saek2EvUBWVH91D6slw { top:30.625rem;left:0.625rem;width:7.9375rem;height:2.1123rem;z-index:15054;font-family:brown;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zohS3khQthIltdbsyELTHVnD2c6lITQI { display:block; }#zohS3khQthIltdbsyELTHVnD2c6lITQI > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6kyCTHOT1neEmZvJd8HyIzk7WNALSyx { width:20rem;height:1.6181625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S10c00ToIc5Ckh84U7TBxvKwcVAE5pBr { top:-0.0625rem;left:0rem;width:20rem;height:11.9375rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TimWZa9AoXVCkkFzDhWtMfn7wGEITDqs { display:block; }
 }@media only screen and (max-width: 763px) { #MawXrpz0VT9BBCc0OuCSgx1E3csxxt2X { top:4.7421875rem;left:13.8125rem;width:6.1875rem;height:6.1875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EDWwG6EM3J7JRuswnfAslie6UmPpBKG0 { top:4.7421875rem;left:0rem;width:6.1875rem;height:6.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udhIHTx2yIkWrKNMygL478qm4Mk8yuDZ { top:4.7421875rem;left:6.90625rem;width:6.1875rem;height:6.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RofyEhwcT93F1OIuVkHcAZLWm2HfIq91 { width:19rem;height:12.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN05wigs6NCpfIrbIsQmFES3ffmdawqo { display:block; }
 }@media only screen and (max-width: 763px) { #nqbDcySBJUO9d6q2mThMmJcSSQsbl01d { display:block; }#nqbDcySBJUO9d6q2mThMmJcSSQsbl01d > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzBai7i7pVTC4mVTbuhzziK516H3FK3E { width:0.0625rem;height:0.9375rem;top:37.921875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI0oJ0oThM9WLm46pJtqIKfSuvitBTwc { width:20rem;height:4.05rem;top:1.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oysf7aSH6izFBSGTil744Znbqhn6reoh { width:10.875rem;height:2.5625rem;top:9.99706875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JJeNZzNPBi8o3AkZvLQ7GRpWv7cTvE { width:20rem;height:1.79980625rem;top:13.80956875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWXTMZwzFoTwdukSaz763VvE01nMvIXa { width:6.0625rem;height:2rem;top:15.6083984375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0zVTXDGxlkqmbErKfJUXFcfLdgeLc1 { width:20rem;height:2.2rem;top:7.859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7ZQ0zzA9Ph8TW1dZKbCrJyvEaAkt8D { width:20rem;height:16.5625rem;top:20.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snmIClnVSagk2lRxwA8KOvwxc5GzpDmt { position:relative;z-index:auto;display:block; }#snmIClnVSagk2lRxwA8KOvwxc5GzpDmt > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G { display:block; }#JknFfV3k9GTOgFh9TeSyfGoOJcbEAU3G > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7FRU5SmQ3sEtVk6mGzgoby7R2VMeUgM { top:-0.03125rem;left:0rem;width:20rem;height:4.375rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#fde9e6;display:block; }
 }@media only screen and (max-width: 763px) { #Q94iBhETpvfLLB8PerriiW5EWJtoDWy5 { display:block; }
 }@media only screen and (max-width: 763px) { #tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe { background-color:#fde9e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { background-color: transparent; background-image: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container > .video-iframe-container { display: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container { display: none; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .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); }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { border-width: 0; border-radius: 0; }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row > .video-iframe-container {  }#tk6gH7cEuD7tHLrdwLdgiGeqDgEcQhKe > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXVKQQevwO0pHdLV09x9ZkGHG6bisRh9 { top:0rem;left:0rem;width:20rem;height:6.75rem;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#fde9e6;display:block; }
 }@media only screen and (max-width: 763px) { #ALkVfSpJwt4Cgr0snzzBz6oNKA6mKpKF { display:block; }
 }@media only screen and (max-width: 763px) { #Xw7SkkMkloDStVqa7cag24wEQyTmeX3s { position:fixed;z-index:199999;background-color:#fde9e6;background-image:none;bottom:0rem;left:0rem;right:0rem;display:block; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { background-color: transparent; background-image: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container > .video-iframe-container { display: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row > .video-iframe-container { display: none; }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .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); }#Xw7SkkMkloDStVqa7cag24wEQyTmeX3s > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geptP9A6Edq4vJSBXwbJgBLHTiVZiT8t { top:5.71875rem;left:6.75rem;width:11.625rem;height:2.4375rem;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:brown;font-weight:400;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDAbRx6D7WOb1TqJdK5rONZ7hcZXD4PL { display:block; }
 }@media only screen and (max-width: 763px) { #OBrzeWBUPcsZq91iHly6KKtFFEwNVT86 { top:0rem;left:0rem;width:20rem;height:1rem;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lXoH87Qxfc3D7Em42cnzgLFhuswL1sBh { display:block; }
 }@media only screen and (max-width: 763px) { #fRqSquHwKk6fZO3mW0pLzzd54LTVFIAH { top:0rem;left:0rem;width:20rem;height:8.8125rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4OI0s30tRHwgkLtCdUMhV4VqG28b7x { display:block; }
 }@media only screen and (max-width: 763px) { #xeIKw2ftvpsHz4BPO1vccRktTknA6cas { width:6.75rem;height:8.5625rem;top:-0.34375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hi12bHKTOBlMr0JTy1uwVKhwVL5Mfv6O { top:1rem;left:6.875rem;width:11.5rem;height:4.1425875rem;z-index:15002;font-family:brown;font-size:1.0625rem;display:block; }
 }