.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UgcAuVbk/event_temple_header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#aD0oDCVF1eV77NzEIN89KkSKJKR8dQbZ { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:7.0625rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XB4nFHpbUrC2qwQBEDIn3brB0iP5Lm8y { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:16.0625rem;top:3.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#hW8d112dQgvzo1eNgnqfC68ZPCly2Tpm { color:#000000;display:block;width:24rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:16.3125rem;left:7.0625rem;height:5.25rem;font-style:normal;display:block; }
#MX9FyZZfnXbmgDTdmRFXC5UWzXVRuGEJ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:14.1875rem;top:3.9375rem;left:23.625rem;overflow:hidden;display:block; }
#NTn0optHEf7Ge28taxT85DxV5FMmqCsO { z-index:100013;top:24.4375rem;left:7.0625rem;background-color:#2ecc71;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T7tQD1Zi7r7QLmUT7aoHSGyViPVOeDar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { background-color: transparent; background-image: none; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container > .video-iframe-container { display: none; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row > .video-iframe-container { display: none; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .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); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { border-width: 0; border-radius: 0; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row > .video-iframe-container {  }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#eiwMQm2AGXMHwwET0fM102L8T26yu0tW { color:#000000;display:block;width:38.75rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.125rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZPzDmCfQK15EK8AwmmEkUrARVhi1aXSD { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100004;line-height:2.3;letter-spacing:0;top:9.6875rem;left:9.6875rem;height:23.2822125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efidUObHWMTnI0wuRuJbNOcX2Xcpg8oT { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:10.4375rem;left:7.125rem;display:block; }
#hZWvWsRx7rT04w6KHVT0wpteX4GUS9LF { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.0625rem;left:7.125rem;display:block; }
#LRPm9aoNzvtaq9lq4uoQSxukqNSsAZkm { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:15.625rem;left:7.125rem;display:block; }
#HiMMPyZdioJD6mQrmsbL4KMlF5pTwP88 { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:18.1875rem;left:7.125rem;display:block; }
#SFq6gSFayy80aLBDZ0AlUbmbxgnvpcQT { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:20.75rem;left:7.125rem;display:block; }
#sskNp99DqDV3rgyZpPX35TexMe0L28no { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:23.3125rem;left:7.125rem;display:block; }
#nES3TqUIMTAPk37zD8v8Q2y815kvqXcR { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:25.8125rem;left:7.125rem;display:block; }
#DhG1L484FS3hQ4eiiMoCqS1IXfurvJHO { box-sizing:content-box;color:#2ecc71;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:28.4375rem;left:7.125rem;display:block; }
#nbF9T6GuRiZoyb9NFzTTSq6wrmQ1IB55 { z-index:100014;top:32.96875rem;left:31.875rem;background-color:#2ecc71;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oytbniPgMaSIFsdlWfUgP752OVhZvCif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { background-color: transparent; background-image: none; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container > .video-iframe-container { display: none; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row > .video-iframe-container { display: none; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .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); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { border-width: 0; border-radius: 0; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row > .video-iframe-container {  }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#w7aatPVDWpHBrqOprguPrKVOIWd7zWrF { color:#000000;display:block;width:38.75rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:7.125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mFQe6AxzlZSloB5haBkPTgBw2eTE4Qp2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:11.6875rem;left:11.5rem;overflow:hidden;display:block; }
#THZ6zDOEahnudHJTuiSTK6Hsk0y8Z3qw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15.375rem;left:7.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#AH4CDqyTw2bNOCdP5Tzk0qRw6OJT4WBI { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:7.125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q6MvQzerL5EAKNxFVdNVvZ2N6bt5oCOq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.75rem;top:11.6875rem;left:26.875rem;overflow:hidden;display:block; }
#apcTd8o7EhETC0P4BmSaZdlSJm6wGPtn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:15.375rem;left:22.5rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#sJZkBuHSJU9SuUT9q1TuXQRtldMoDpTq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.75rem;top:11.6875rem;left:43.5rem;overflow:hidden;display:block; }
#n3yWt0t2NE01hxLBWOMo5K5GWBMmgPPi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:15.375rem;left:39.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#LOMaUHKJa77SmwM55xbvJOWUII9gneGk { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3.75rem;top:11.6875rem;left:58.75rem;overflow:hidden;display:block; }
#LyJLF7TOgBgwpigtT5LStUXnDyDgmtGE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:15.375rem;left:54.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#mo4bfTX3vWm0brm11WJkniMEJZCWQRlK { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:19.1875rem;left:22.5rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tU3wPqfQXrbkcebJIfJH2DO4A1JZFNdM { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:39.125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wqp2sEkTErmNhPq1xfvek6Qo50GTiwxg { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:54.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKsm2O4VZ9FT3torDyIbQ86lERBTyd5R { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3.75rem;top:24.8125rem;left:11.5rem;overflow:hidden;display:block; }
#RtglTFxKXMTZzou1pTRkUuvmLodErIC4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:28.5rem;left:7.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#ZTN1Nf7oiiAD1OPBg85L5vne3mO03n9A { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:32.25rem;left:7.125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9BhHwkDpJ3X5y2tzqVsVk8cNMaqmzIQ { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:3.75rem;top:24.8125rem;left:26.875rem;overflow:hidden;display:block; }
#g8qb5TVHBlbAJNTTI0vQoGHhHTB8L25v { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:28.5rem;left:22.5rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#siIEJOMR7sNmrbiIHU8H1NvJ5nr0J6E8 { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:32.25rem;left:22.5rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IXsOy1JMXSndHJI3BwlcHFZl85DslNKu { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3.75rem;top:24.8125rem;left:43.5rem;overflow:hidden;display:block; }
#wSMia2ZrLl8HdAHwqX5zeTzRilF1hGb6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:28.5rem;left:39.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#GB31ouIikh3Aga2Ob15axm3kCNd0rKi8 { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:32.25rem;left:39.125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWmJOOBBeruznKrgNFpQhcCIbNQUQ41q { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:3.75rem;top:24.8125rem;left:58.6875rem;overflow:hidden;display:block; }
#fEE0zPK7PKGLbtwx8hD3Twe4K3vmvWdM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:28.5625rem;left:54.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#TTA3cpr7PCvlIcC8MmhbwvXeUoOA5vOA { color:#4a90e2;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:32.25rem;left:54.375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row .container { background-color: transparent; background-image: none; }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row .container > .video-iframe-container { display: none; }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row > .video-iframe-container { display: none; }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .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); }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row .container { border-width: 0; border-radius: 0; }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row > .video-iframe-container {  }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#SgitLsu87fNETZkXrr8uufz0Nc0gwVOz { color:#000000;display:block;width:38.75rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:7.0625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e7UZZMu0BeLTGH3n85Ul2NZrq3WcwfKf { position:absolute;display:block;z-index:100002;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:16rem;width:19.5625rem;top:12.0625rem;left:5rem;display:block; }
#R40fpdUduVoIguiK8tLwuN7IxoqFFzSz { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:6.25rem;top:13.25rem;left:7.0625rem;overflow:hidden;display:block; }
#DMuHcop74Ga7yABTJOtPfPffM6iUKHhH { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:6.25rem;top:13.5rem;left:29.6875rem;overflow:hidden;display:block; }
#KhRITrt96pRo4dBnIhPezRHOoS3WrgS8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:6.25rem;top:13.5rem;left:52.5rem;overflow:hidden;display:block; }
#PZv5iutivWNCD5nNCza0HQ61koMXMo3u { color:#666666;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.8;letter-spacing:0;top:15.5625rem;left:7.0625rem;height:11.0195rem;display:block; }
#gRofTGvK54apt0CV3MLmdB4DxHNmy9X3 { color:#666666;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.8;letter-spacing:0;top:15.8125rem;left:29.9375rem;height:11.0195rem;display:block; }
#Bowox284Ty9keogTNy5CwQD05apDS8ud { color:#666666;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:15.8125rem;left:52.75rem;height:11.0195rem;display:block; }
#vSU3agZZwXQdvTarbFQcSyqMMSwKaMlO { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:29.6875rem;left:5rem;overflow:hidden;display:block; }
#pVithdWQZss2q4NIvVBuHLr7EVMiruqq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:29.6875rem;left:27.8125rem;overflow:hidden;display:block; }
#tdAcx9AvfFXBCNAD8dUBToNqwMbImPvO { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.0625rem;top:29.75rem;left:50.75rem;overflow:hidden;display:block; }
#L33lhqaGs35gJzUCgK70vP0EDId6o0ba { color:#252525;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:29.6875rem;left:10.1875rem;height:1.21875rem;font-style:normal;display:block; }
#OlZ1559aNvBkLqOr8tkNp2B133gLnLG9 { color:#666666;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:31.25rem;left:10.1875rem;height:1.13671875rem;display:block; }
#e8nMZTP7quuBfS2RuyrEh2dtUhS05Uxw { color:#252525;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:29.875rem;left:33rem;height:1.21875rem;font-style:normal;display:block; }
#Nmi8rxyUEmyVAnubrUCEDEwDv7xz0XFW { color:#666666;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:31.4375rem;left:33rem;height:1.13671875rem;display:block; }
#nSVVLpUQLZ6Pk8nGzBCz3yVDDdLLMXN9 { color:#252525;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:29.875rem;left:55.9375rem;height:1.21875rem;font-style:normal;display:block; }
#qQAmsZQpLud6vzuR5D6rKDTLKu6ThTbs { color:#666666;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:31.4375rem;left:55.9375rem;height:1.13671875rem;display:block; }
#DJ162xePHU6KT5l9sTLAaVaKh4NBvWQt { position:absolute;display:block;z-index:100003;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:16rem;width:19.5625rem;top:12.0625rem;left:27.65625rem;display:block; }
#xGgF1kV6CgIimo0ygeZPkvUAVnOE8avN { position:absolute;display:block;z-index:100004;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:16rem;width:19.5625rem;top:12.125rem;left:50.46875rem;display:block; }
#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #19a956, #2ecc71);background-image: -moz-linear-gradient(180deg, #19a956, #2ecc71);background-image: -ms-linear-gradient(180deg, #19a956, #2ecc71);background-image: -o-linear-gradient(180deg, #19a956, #2ecc71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a956', endColorstr='#2ecc71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a956', endColorstr='#2ecc71' );";background-image: linear-gradient(180deg, #19a956, #2ecc71);background-size:auto !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { background-color: transparent; background-image: none; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container > .video-iframe-container { display: none; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row > .video-iframe-container { display: none; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .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); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { border-width: 0; border-radius: 0; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#x1hBUhaq2TBN8JiGCPNAkf2t7TvMWXqT { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:6.82325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZHxxeVgW3ISHqcMV2lTUuZp3DIvkEAfx { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:15.375rem;left:0rem;height:7.871125rem;font-style:normal;display:block; }
#NWMTlcVkamQlAmssG81iVE9lO690bW0a { position:absolute;display:block;z-index:100008;height:29.9375rem;width:38.75rem;top:5.75rem;left:36.25rem;display:block; }
#ibSeJp6NVuzBpCMg0zisLG7SNwCKnAAs { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.0625rem;left:36.25rem;height:2.84375rem;display:block; }
#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;background-image:none;position:relative;display:block; }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row .container { background-color: transparent; background-image: none; }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row .container > .video-iframe-container { display: none; }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row > .video-iframe-container { display: none; }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .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); }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row .container { border-width: 0; border-radius: 0; }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row > .video-iframe-container {  }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#LxII7nU9MTlA2uXXJxnNktg5UlW1pC7m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:9.5rem;top:1.71875rem;left:6.375rem;overflow:hidden;display:block; }
#TsiFNdTmEMQgcNaWsIZZyuL1OIVmMVpf { color:#878787;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.34375rem;left:57.5625rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD0oDCVF1eV77NzEIN89KkSKJKR8dQbZ { top:10.625rem;left:0rem;width:36.1875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4nFHpbUrC2qwQBEDIn3brB0iP5Lm8y { top:3.9375rem;left:0rem;width:16.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW8d112dQgvzo1eNgnqfC68ZPCly2Tpm { top:16.3125rem;left:0rem;width:24rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX9FyZZfnXbmgDTdmRFXC5UWzXVRuGEJ { top:3.9375rem;left:10rem;width:14.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTn0optHEf7Ge28taxT85DxV5FMmqCsO { top:24.4375rem;left:0rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7tQD1Zi7r7QLmUT7aoHSGyViPVOeDar { display:block; }
 }@media only screen and (max-width: 763px) { #KOEPTsxcoJeuK8BqooAWE13nG51zbcbf { display:block; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiwMQm2AGXMHwwET0fM102L8T26yu0tW { top:2.875rem;left:0rem;width:38.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzDmCfQK15EK8AwmmEkUrARVhi1aXSD { top:9.6875rem;left:0rem;width:47.75rem;height:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efidUObHWMTnI0wuRuJbNOcX2Xcpg8oT { top:10.4375rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZWvWsRx7rT04w6KHVT0wpteX4GUS9LF { top:13.0625rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRPm9aoNzvtaq9lq4uoQSxukqNSsAZkm { top:15.625rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiMMPyZdioJD6mQrmsbL4KMlF5pTwP88 { top:18.1875rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFq6gSFayy80aLBDZ0AlUbmbxgnvpcQT { top:20.75rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sskNp99DqDV3rgyZpPX35TexMe0L28no { top:23.3125rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nES3TqUIMTAPk37zD8v8Q2y815kvqXcR { top:25.8125rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhG1L484FS3hQ4eiiMoCqS1IXfurvJHO { top:28.4375rem;left:0rem;width:1.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbF9T6GuRiZoyb9NFzTTSq6wrmQ1IB55 { top:32.9375rem;left:18.25rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oytbniPgMaSIFsdlWfUgP752OVhZvCif { display:block; }
 }@media only screen and (max-width: 763px) { #CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { display:block; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7aatPVDWpHBrqOprguPrKVOIWd7zWrF { top:2.6875rem;left:0rem;width:38.75rem;height:2.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQe6AxzlZSloB5haBkPTgBw2eTE4Qp2 { top:11.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZ6zDOEahnudHJTuiSTK6Hsk0y8Z3qw { top:15.375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH4CDqyTw2bNOCdP5Tzk0qRw6OJT4WBI { top:19.1875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6MvQzerL5EAKNxFVdNVvZ2N6bt5oCOq { top:11.6875rem;left:13.25rem;width:3.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcTd8o7EhETC0P4BmSaZdlSJm6wGPtn { top:15.375rem;left:8.875rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJZkBuHSJU9SuUT9q1TuXQRtldMoDpTq { top:11.6875rem;left:29.875rem;width:3.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3yWt0t2NE01hxLBWOMo5K5GWBMmgPPi { top:15.375rem;left:25.5rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOMaUHKJa77SmwM55xbvJOWUII9gneGk { top:11.6875rem;left:44rem;width:3.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyJLF7TOgBgwpigtT5LStUXnDyDgmtGE { top:15.375rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo4bfTX3vWm0brm11WJkniMEJZCWQRlK { top:19.1875rem;left:8.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3wPqfQXrbkcebJIfJH2DO4A1JZFNdM { top:19.1875rem;left:25.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqp2sEkTErmNhPq1xfvek6Qo50GTiwxg { top:19.1875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKsm2O4VZ9FT3torDyIbQ86lERBTyd5R { top:24.8125rem;left:0rem;width:3.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtglTFxKXMTZzou1pTRkUuvmLodErIC4 { top:28.5rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN1Nf7oiiAD1OPBg85L5vne3mO03n9A { top:32.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9BhHwkDpJ3X5y2tzqVsVk8cNMaqmzIQ { top:24.8125rem;left:13.25rem;width:3.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8qb5TVHBlbAJNTTI0vQoGHhHTB8L25v { top:28.5rem;left:8.875rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siIEJOMR7sNmrbiIHU8H1NvJ5nr0J6E8 { top:32.25rem;left:8.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXsOy1JMXSndHJI3BwlcHFZl85DslNKu { top:24.8125rem;left:29.875rem;width:3.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSMia2ZrLl8HdAHwqX5zeTzRilF1hGb6 { top:28.5rem;left:25.5rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB31ouIikh3Aga2Ob15axm3kCNd0rKi8 { top:32.25rem;left:25.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmJOOBBeruznKrgNFpQhcCIbNQUQ41q { top:24.8125rem;left:44rem;width:3.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEE0zPK7PKGLbtwx8hD3Twe4K3vmvWdM { top:28.5625rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTA3cpr7PCvlIcC8MmhbwvXeUoOA5vOA { top:32.25rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn { display:block; }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgitLsu87fNETZkXrr8uufz0Nc0gwVOz { top:2.6875rem;left:0rem;width:38.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7UZZMu0BeLTGH3n85Ul2NZrq3WcwfKf { top:12.0625rem;left:0rem;width:19.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40fpdUduVoIguiK8tLwuN7IxoqFFzSz { top:13.25rem;left:0rem;width:6.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMuHcop74Ga7yABTJOtPfPffM6iUKHhH { top:13.5rem;left:16.0625rem;width:6.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRITrt96pRo4dBnIhPezRHOoS3WrgS8 { top:13.5rem;left:38.875rem;width:6.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZv5iutivWNCD5nNCza0HQ61koMXMo3u { top:15.5625rem;left:0rem;width:15.125rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRofTGvK54apt0CV3MLmdB4DxHNmy9X3 { top:15.8125rem;left:16.3125rem;width:15.125rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bowox284Ty9keogTNy5CwQD05apDS8ud { top:15.8125rem;left:32.625rem;width:15.125rem;height:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSU3agZZwXQdvTarbFQcSyqMMSwKaMlO { top:29.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVithdWQZss2q4NIvVBuHLr7EVMiruqq { top:29.6875rem;left:14.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdAcx9AvfFXBCNAD8dUBToNqwMbImPvO { top:29.75rem;left:37.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L33lhqaGs35gJzUCgK70vP0EDId6o0ba { top:29.6875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZ1559aNvBkLqOr8tkNp2B133gLnLG9 { top:31.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nMZTP7quuBfS2RuyrEh2dtUhS05Uxw { top:29.875rem;left:19.375rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmi8rxyUEmyVAnubrUCEDEwDv7xz0XFW { top:31.4375rem;left:19.375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSVVLpUQLZ6Pk8nGzBCz3yVDDdLLMXN9 { top:29.875rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQAmsZQpLud6vzuR5D6rKDTLKu6ThTbs { top:31.4375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ162xePHU6KT5l9sTLAaVaKh4NBvWQt { top:12.0625rem;left:14.03125rem;width:19.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGgF1kV6CgIimo0ygeZPkvUAVnOE8avN { top:12.125rem;left:28.0625rem;width:19.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlfFADwtlpWc1TE55I3bbmfpvhROQTk { display:block; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1hBUhaq2TBN8JiGCPNAkf2t7TvMWXqT { top:6.9375rem;left:0rem;width:22.1875rem;height:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxxeVgW3ISHqcMV2lTUuZp3DIvkEAfx { top:15.375rem;left:0rem;width:17.625rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWMTlcVkamQlAmssG81iVE9lO690bW0a { top:5.75rem;left:9rem;width:38.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibSeJp6NVuzBpCMg0zisLG7SNwCKnAAs { top:2.0625rem;left:9.9375rem;width:37.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv { display:block; }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxII7nU9MTlA2uXXJxnNktg5UlW1pC7m { top:1.6875rem;left:0rem;width:9.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiFNdTmEMQgcNaWsIZZyuL1OIVmMVpf { top:2.3125rem;left:34.125rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:35.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/UgcAuVbk/event_temple_header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #aD0oDCVF1eV77NzEIN89KkSKJKR8dQbZ { width:17.875rem;height:4.875rem;top:10.625rem;left:1.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4nFHpbUrC2qwQBEDIn3brB0iP5Lm8y { width:16.0625rem;height:3.4375rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW8d112dQgvzo1eNgnqfC68ZPCly2Tpm { width:17.4375rem;height:7rem;top:16.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX9FyZZfnXbmgDTdmRFXC5UWzXVRuGEJ { width:14.1875rem;height:3.4375rem;top:5.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTn0optHEf7Ge28taxT85DxV5FMmqCsO { top:25rem;left:4.375rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7tQD1Zi7r7QLmUT7aoHSGyViPVOeDar { display:block; }
 }@media only screen and (max-width: 763px) { #KOEPTsxcoJeuK8BqooAWE13nG51zbcbf { display:block; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiwMQm2AGXMHwwET0fM102L8T26yu0tW { width:18.6875rem;height:15.375rem;top:1.25rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzDmCfQK15EK8AwmmEkUrARVhi1aXSD { width:17.4375rem;height:30rem;top:17.8125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efidUObHWMTnI0wuRuJbNOcX2Xcpg8oT { width:1.125rem;height:1.125rem;top:18.25rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZWvWsRx7rT04w6KHVT0wpteX4GUS9LF { width:1.125rem;height:1.125rem;top:22.25rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRPm9aoNzvtaq9lq4uoQSxukqNSsAZkm { width:1.125rem;height:1.125rem;top:24.3125rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiMMPyZdioJD6mQrmsbL4KMlF5pTwP88 { width:1.125rem;height:1.125rem;top:28.25rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFq6gSFayy80aLBDZ0AlUbmbxgnvpcQT { width:1.125rem;height:1.125rem;top:34.375rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sskNp99DqDV3rgyZpPX35TexMe0L28no { width:1.125rem;height:1.125rem;top:36.3125rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nES3TqUIMTAPk37zD8v8Q2y815kvqXcR { width:1.125rem;height:1.125rem;top:40.25rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhG1L484FS3hQ4eiiMoCqS1IXfurvJHO { width:1.125rem;height:1.125rem;top:44.25rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbF9T6GuRiZoyb9NFzTTSq6wrmQ1IB55 { top:49.0625rem;left:4.375rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oytbniPgMaSIFsdlWfUgP752OVhZvCif { display:block; }
 }@media only screen and (max-width: 763px) { #CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { display:block; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7aatPVDWpHBrqOprguPrKVOIWd7zWrF { width:16.4375rem;height:7.6875rem;top:1.25rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQe6AxzlZSloB5haBkPTgBw2eTE4Qp2 { width:3.75rem;height:3.75rem;top:9.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZ6zDOEahnudHJTuiSTK6Hsk0y8Z3qw { width:12.5rem;height:1.5rem;top:12.9375rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH4CDqyTw2bNOCdP5Tzk0qRw6OJT4WBI { width:12.5rem;height:1.125rem;top:15.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6MvQzerL5EAKNxFVdNVvZ2N6bt5oCOq { width:3.75rem;height:3.5625rem;top:18.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcTd8o7EhETC0P4BmSaZdlSJm6wGPtn { width:12.5rem;height:1.5rem;top:22.4375rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJZkBuHSJU9SuUT9q1TuXQRtldMoDpTq { width:3.75rem;height:3.0625rem;top:27.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3yWt0t2NE01hxLBWOMo5K5GWBMmgPPi { width:12.5rem;height:1.5rem;top:30.8125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOMaUHKJa77SmwM55xbvJOWUII9gneGk { width:3.75rem;height:3rem;top:35.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyJLF7TOgBgwpigtT5LStUXnDyDgmtGE { width:12.5rem;height:1.5rem;top:38.75rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo4bfTX3vWm0brm11WJkniMEJZCWQRlK { width:12.5rem;height:1.125rem;top:24.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3wPqfQXrbkcebJIfJH2DO4A1JZFNdM { width:12.5rem;height:1.125rem;top:33.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqp2sEkTErmNhPq1xfvek6Qo50GTiwxg { width:12.5rem;height:1.125rem;top:41.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKsm2O4VZ9FT3torDyIbQ86lERBTyd5R { width:3.75rem;height:3rem;top:45.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtglTFxKXMTZzou1pTRkUuvmLodErIC4 { width:12.5rem;height:1.5rem;top:48.0625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTN1Nf7oiiAD1OPBg85L5vne3mO03n9A { width:12.5rem;height:1.125rem;top:50.75rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9BhHwkDpJ3X5y2tzqVsVk8cNMaqmzIQ { width:3.75rem;height:2.875rem;top:54.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8qb5TVHBlbAJNTTI0vQoGHhHTB8L25v { width:12.5rem;height:1.5rem;top:57.1875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siIEJOMR7sNmrbiIHU8H1NvJ5nr0J6E8 { width:12.5rem;height:1.125rem;top:60rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXsOy1JMXSndHJI3BwlcHFZl85DslNKu { width:3.75rem;height:3rem;top:63.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSMia2ZrLl8HdAHwqX5zeTzRilF1hGb6 { width:12.5rem;height:1.5rem;top:66.8125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB31ouIikh3Aga2Ob15axm3kCNd0rKi8 { width:12.5rem;height:1.125rem;top:69.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmJOOBBeruznKrgNFpQhcCIbNQUQ41q { width:3.75rem;height:2.875rem;top:72.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEE0zPK7PKGLbtwx8hD3Twe4K3vmvWdM { width:12.5rem;height:1.5rem;top:75.625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTA3cpr7PCvlIcC8MmhbwvXeUoOA5vOA { width:12.5rem;height:1.125rem;top:78.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn { display:block; }#Dn3pa0f61WvUWuK7ltnz478uf5xQvWZn > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgitLsu87fNETZkXrr8uufz0Nc0gwVOz { width:19.75rem;height:7.6875rem;top:1.25rem;left:0.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7UZZMu0BeLTGH3n85Ul2NZrq3WcwfKf { width:19.5625rem;height:16rem;top:10.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40fpdUduVoIguiK8tLwuN7IxoqFFzSz { width:6.25rem;height:1.125rem;top:11.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMuHcop74Ga7yABTJOtPfPffM6iUKHhH { width:6.25rem;height:1.125rem;top:35.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRITrt96pRo4dBnIhPezRHOoS3WrgS8 { width:6.25rem;height:1.125rem;top:60.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZv5iutivWNCD5nNCza0HQ61koMXMo3u { width:15.125rem;height:10.9375rem;top:13.75rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRofTGvK54apt0CV3MLmdB4DxHNmy9X3 { width:15.125rem;height:10.9375rem;top:37.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bowox284Ty9keogTNy5CwQD05apDS8ud { width:15.125rem;height:10.9375rem;top:62.6875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSU3agZZwXQdvTarbFQcSyqMMSwKaMlO { width:3.0625rem;height:3.0625rem;top:27.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVithdWQZss2q4NIvVBuHLr7EVMiruqq { width:3.0625rem;height:3.0625rem;top:51.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdAcx9AvfFXBCNAD8dUBToNqwMbImPvO { width:3.0625rem;height:3.0625rem;top:77.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L33lhqaGs35gJzUCgK70vP0EDId6o0ba { width:12.5rem;height:1.1875rem;top:27.3125rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZ1559aNvBkLqOr8tkNp2B133gLnLG9 { width:12.5rem;height:1.125rem;top:29.0625rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nMZTP7quuBfS2RuyrEh2dtUhS05Uxw { width:12.5rem;height:1.1875rem;top:51.5625rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmi8rxyUEmyVAnubrUCEDEwDv7xz0XFW { width:12.5rem;height:1.125rem;top:53.3125rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSVVLpUQLZ6Pk8nGzBCz3yVDDdLLMXN9 { width:12.5rem;height:1.1875rem;top:77.0625rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQAmsZQpLud6vzuR5D6rKDTLKu6ThTbs { width:12.5rem;height:1.125rem;top:78.9375rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ162xePHU6KT5l9sTLAaVaKh4NBvWQt { width:19.5625rem;height:16rem;top:34.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGgF1kV6CgIimo0ygeZPkvUAVnOE8avN { width:19.5625rem;height:16rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlfFADwtlpWc1TE55I3bbmfpvhROQTk { display:block; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { width:20rem;height:53.71875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1hBUhaq2TBN8JiGCPNAkf2t7TvMWXqT { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxxeVgW3ISHqcMV2lTUuZp3DIvkEAfx { width:20rem;height:7rem;top:10.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWMTlcVkamQlAmssG81iVE9lO690bW0a { width:20rem;height:29.9375rem;top:22.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibSeJp6NVuzBpCMg0zisLG7SNwCKnAAs { width:20rem;height:0;top:18.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv { display:block; }#tdd9v3psTa4rvfU6PDtVDlvHEfLVKsCv > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxII7nU9MTlA2uXXJxnNktg5UlW1pC7m { width:9.5rem;height:2.375rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiFNdTmEMQgcNaWsIZZyuL1OIVmMVpf { width:13.625rem;height:1.125rem;top:4.875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }