.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;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); }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dddddd;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row .container { background-color: transparent; background-image: none; }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row .container > .video-iframe-container { display: none; }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row > .video-iframe-container { display: none; }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .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); }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row .container { border-width: 0; border-radius: 0; }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row > .video-iframe-container {  }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#RmeRCmHtLeLVv89lNuvz7IdI7eGUadcH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#MKma1caVrev7zFaO9oWn5w15oUO4iodB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:8.75rem;top:0.625rem;left:0.625rem;overflow:hidden;display:block; }
#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35f47fdb-b4bf-47ce-a930-e14429b8438d/diwalitemplatedesigns.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container {  }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"noto sans jp";font-size:2.6875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:3.49365rem;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; }
#vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"noto sans jp";font-size:3.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:4.7124rem;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; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"noto sans jp";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { color:rgba(255,255,255,0.8);display:block;width:29.375rem;position:absolute;font-family:"noto sans jp";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.865055561066rem;left:0rem;height:;font-style:normal;display:block; }#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cf9577d1-05f4-4624-9069-bf4419a5263a/bulletlamp.png); }
#gtZPfGpAGsyF6IyMD61fBmv3VClB9F1U { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.375rem;left:0.625rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#VCMSOccWZHrT49gR0Td9o0Raxxaf51fI { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.674072265625rem;left:0.625rem;height:2.76236875rem;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;text-align:center;text-align-last:center;display:block; }
#RoSLhWoiOMHTzs4QJn4tksHO5vAWT5N4 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:16.25rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#Uq3NqwSXbQvPaqlitDvcMkIzFVurPuzv { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.674072265625rem;left:16.25rem;height:2.76236875rem;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;text-align:center;text-align-last:center;display:block; }
#K3RCSfdXlyHttBpUV3aQH1P6zLw0JVW4 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.375rem;left:31.875rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#VEfGhQ6iUdQpGNsvqvg2NLicT12TEweu { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.674072265625rem;left:31.875rem;height:2.76236875rem;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;text-align:center;text-align-last:center;display:block; }
#RUe7cAy2sfPl8AoQ9ax43pshnL3JsMch { z-index:15002;top:34.6875rem;left:7.6875rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:"noto sans jp";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qtb8c28IZT4BxMkx4V0fRHHBZfS5b3EQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sg7esAv3TBgEyhSseL2AA1kaU7gfcUxp { z-index:15002;top:34.6875rem;left:27.875rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:"noto sans jp";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hmgGaHrExZxbQmmnihyTOEPFZRQOw88R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGzb8D34r7c2KtOQtA2UFwsWknuEdFfJ { color:#ed0f87;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:39.248699188233rem;left:6.53125rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container {  }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#Ws2u3FOMFqg55B41lsfLdnKdggCEZBnF { color:rgba(0,0,0,0.7);display:block;width:11rem;position:absolute;font-family:"noto sans jp";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:7.5rem;height:1.3125rem;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;text-align:left;text-align-last:left;display:block; }
#pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { position:absolute;display:block;z-index:15007;background-color:#83a913;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.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { color:#000000;display:block;width:16.9993125rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.87198138237rem;left:0rem;height:3.25rem;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; }
#ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:16.3125rem;width:19.9375rem;top:12.6240234375rem;left:0rem;overflow:hidden;display:block; }
#yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { color:rgba(0,0,0,0.5);display:block;width:14.7495rem;position:absolute;font-family:"noto sans jp";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.6861982345581rem;left:23.404949188233rem;height:2.8125rem;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; }
#dDJfNcZfoW363rsxxTgEuB62FCFulD5U { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.9365234375rem;left:23.4052734375rem;height:3.75rem;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; }
#hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.6875rem;left:23.375rem;height:1.875rem;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; }
#MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { color:rgba(0,0,0,0.5);display:block;width:16.56225rem;position:absolute;font-family:"noto sans jp";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5625rem;left:23.375rem;height:4.21875rem;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; }
#HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.5615234375rem;left:23.375rem;height:1.875rem;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; }
#TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { color:rgba(0,0,0,0.5);display:block;width:16.56225rem;position:absolute;font-family:"noto sans jp";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.3115234375rem;left:23.375rem;height:4.21875rem;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; }
#y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { color:rgba(0,0,0,0.5);display:block;width:16.062rem;position:absolute;font-family:"noto sans jp";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.4674482345581rem;left:43.375rem;height:4.21875rem;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; }
#JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.8110795021057rem;left:43.405540466309rem;height:3.75rem;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; }
#l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.687499523163rem;left:43.375rem;height:3.75rem;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; }
#IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { color:rgba(0,0,0,0.5);display:block;width:15.8745rem;position:absolute;font-family:"noto sans jp";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18.4375rem;left:43.46875rem;height:2.8125rem;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; }
#AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.562144756317rem;left:43.375rem;height:1.875rem;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; }
#NToChVJITQekvftTIyJxyS00vuBOfrTV { color:rgba(0,0,0,0.5);display:block;width:16.56225rem;position:absolute;font-family:"noto sans jp";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24.43701171875rem;left:43.375rem;height:2.8125rem;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; }
#UNTGogUd8U61gTuDqAIBREBR6znEGDtx { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15022;top:5.1611328125rem;left:21.65625rem; }
#g9bHItxDFWXIsqakqIp3ndpi7KsBWlJl { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15023;top:14.98046875rem;left:21.65625rem; }
#AWG6NTKQ4AxLnTXmEpGBRTOXhsRurTep { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15024;top:22.8427734375rem;left:21.65625rem; }
#GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15025;top:5.1244673728943rem;left:41.686790466309rem; }
#HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15026;top:14.999999523163rem;left:41.686790466309rem; }
#RDyEXS5W5iGdvzIgnJzTD81LVNpZxA96 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15027;top:22.84357213974rem;left:41.686790466309rem; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a131f;background-image:url("https://images.assets-landingi.com/uc/320a7930-c1d3-49c9-a6fd-e0316e82b518/diwalitemplatedesigns1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.adaptive-delivery-prevent-bg, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyload, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyloading { background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container {  }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:"noto sans jp";font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.2122397422791rem;left:32.371746063233rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { color:rgba(255,255,255,0.8);display:block;width:24.8118125rem;position:absolute;font-family:"noto sans jp";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.9;letter-spacing:0;top:10.336469650269rem;left:32.372158050537rem;height:21.375rem;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; }
#uzEi0iVvnMM4p8XtmsJFaghOVDZN6EuZ { z-index:15020;top:43.6875rem;left:14.125rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:"noto sans jp";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DUFhVoL7Q7G96hibncsfZU4zSDaw5o9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QxyMDTmE5Gfvo0uEwoaKyMz2HaaPPXll { z-index:15020;top:43.6875rem;left:34.3125rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;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:"noto sans jp";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CGUNLJb7dzFt3FqS9b3e2s2akrQOyVsV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIQuAVChBLi8ebkBaT2ADQl6eNt9aIUk { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.749350309372rem;left:22.875rem;height:2.76236875rem;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;text-align:center;text-align-last:center;display:block; }
#aX0pHLu21BKaf26qWXaqAkO7c69oSWdh { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:38.748697996139rem;left:38.4375rem;height:2.76236875rem;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;text-align:center;text-align-last:center;display:block; }
#E5DTpHWb9eoFNyJMAavfZ8M39svS8aFb { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:36.875rem;left:38.4375rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#V0F1oifiW28TXLZ8FakSThOgA3Lbadb1 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:36.875rem;left:22.875rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#TMrnxrAkDtGxQ55s2W75FJanogZm4hN7 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:36.875rem;left:7.1875rem;height:1.29980625rem;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;text-align:center;text-align-last:center;display:block; }
#uSxGBy1ZzLK8qZaGNSmQ2ZVe2WreA2ee { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"noto sans jp";font-size:2.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:38.750002622604rem;left:7.1875rem;height:2.76236875rem;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;text-align:center;text-align-last:center;display:block; }
#togEa2ZmpTss38VT9G0LMIBvUJ9mqumv { color:#ed0f87;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:48.038414001465rem;left:12.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ { position:relative;display:block; }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ { background-color: transparent; background-image: none; }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .row .container > .video-iframe-container { display: none; }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .row > .video-iframe-container { display: none; }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .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); }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ { border-width: 0; border-radius: 0; }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .row .container > .video-iframe-container {  }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .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:2.3125rem;width:60rem;position:relative;display:block; }#mXFUV61iNXQwEXUPxm1kJ2RLhTagMxM3 { color:#000000;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6328125rem;left:1.25rem;height:0.97485625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul { display:block; }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmeRCmHtLeLVv89lNuvz7IdI7eGUadcH { top:0rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKma1caVrev7zFaO9oWn5w15oUO4iodB { top:0.625rem;left:0rem;width:8.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:34.875rem;height:3.4375rem;top:6.125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:34.875rem;height:4.6875rem;top:9.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:34.875rem;height:;top:14.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:29.375rem;height:;top:19.8125rem;left:0rem;font-size:1.125rem;display:block; }#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cf9577d1-05f4-4624-9069-bf4419a5263a/bulletlamp.png); }
 }@media only screen and (max-width: 763px) { #gtZPfGpAGsyF6IyMD61fBmv3VClB9F1U { width:15rem;height:1.3125rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMSOccWZHrT49gR0Td9o0Raxxaf51fI { width:15rem;height:2.75rem;top:29.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoSLhWoiOMHTzs4QJn4tksHO5vAWT5N4 { width:15rem;height:1.25rem;top:28.375rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq3NqwSXbQvPaqlitDvcMkIzFVurPuzv { width:15rem;height:2.75rem;top:29.6875rem;left:10.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RCSfdXlyHttBpUV3aQH1P6zLw0JVW4 { width:15rem;height:1.25rem;top:28.375rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfGhQ6iUdQpGNsvqvg2NLicT12TEweu { width:15rem;height:2.75rem;top:29.6875rem;left:25.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUe7cAy2sfPl8AoQ9ax43pshnL3JsMch { top:34.6875rem;left:1.5625rem;width:12.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtb8c28IZT4BxMkx4V0fRHHBZfS5b3EQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sg7esAv3TBgEyhSseL2AA1kaU7gfcUxp { top:34.6875rem;left:21.75rem;width:12.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgGaHrExZxbQmmnihyTOEPFZRQOw88R { display:block; }
 }@media only screen and (max-width: 763px) { #cGzb8D34r7c2KtOQtA2UFwsWknuEdFfJ { top:39.1875rem;left:0.40625rem;width:34.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws2u3FOMFqg55B41lsfLdnKdggCEZBnF { width:11rem;height:1.3125rem;top:5.6875rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:16.9375rem;height:3.1875rem;top:7.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:19.9375rem;height:16.3125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:14.6875rem;height:2.8125rem;top:8.625rem;left:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:15.625rem;height:3.75rem;top:4.875rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:15.5625rem;height:1.875rem;top:14.625rem;left:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { width:16.5rem;height:4.1875rem;top:16.5625rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:15.5625rem;height:3.75rem;top:22.5rem;left:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:16.5rem;height:4.1875rem;top:26.3125rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:16rem;height:4.1875rem;top:8.4375rem;left:31.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:15.375rem;height:3.75rem;top:4.75rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:15.5625rem;height:3.75rem;top:14.6875rem;left:32.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:15.8125rem;height:2.8125rem;top:18.4375rem;left:31.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:15.5625rem;height:1.875rem;top:22.5625rem;left:32.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NToChVJITQekvftTIyJxyS00vuBOfrTV { width:16.5rem;height:2.8125rem;top:24.4375rem;left:31.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNTGogUd8U61gTuDqAIBREBR6znEGDtx { width:1.125rem;height:1.125rem;top:5.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9bHItxDFWXIsqakqIp3ndpi7KsBWlJl { width:1.125rem;height:1.125rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWG6NTKQ4AxLnTXmEpGBRTOXhsRurTep { width:1.125rem;height:1.125rem;top:22.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { width:1.125rem;height:1.125rem;top:5.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { width:1.125rem;height:1.125rem;top:14.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDyEXS5W5iGdvzIgnJzTD81LVNpZxA96 { width:1.125rem;height:1.125rem;top:22.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:23.875rem;height:4.5rem;top:4.1875rem;left:23.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:24.75rem;height:23.75rem;top:10.3125rem;left:23rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzEi0iVvnMM4p8XtmsJFaghOVDZN6EuZ { top:43.6875rem;left:8rem;width:12.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFhVoL7Q7G96hibncsfZU4zSDaw5o9Q { display:block; }
 }@media only screen and (max-width: 763px) { #QxyMDTmE5Gfvo0uEwoaKyMz2HaaPPXll { top:43.6875rem;left:28.1875rem;width:12.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUNLJb7dzFt3FqS9b3e2s2akrQOyVsV { display:block; }
 }@media only screen and (max-width: 763px) { #nIQuAVChBLi8ebkBaT2ADQl6eNt9aIUk { width:15rem;height:2.75rem;top:38.75rem;left:16.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX0pHLu21BKaf26qWXaqAkO7c69oSWdh { width:15rem;height:2.75rem;top:38.75rem;left:32.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5DTpHWb9eoFNyJMAavfZ8M39svS8aFb { width:15rem;height:1.25rem;top:36.875rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0F1oifiW28TXLZ8FakSThOgA3Lbadb1 { width:15rem;height:1.25rem;top:36.875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMrnxrAkDtGxQ55s2W75FJanogZm4hN7 { width:15rem;height:1.3125rem;top:36.875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSxGBy1ZzLK8qZaGNSmQ2ZVe2WreA2ee { width:15rem;height:2.75rem;top:38.75rem;left:1.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #togEa2ZmpTss38VT9G0LMIBvUJ9mqumv { top:48rem;left:6.4375rem;width:34.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ { display:block; }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXFUV61iNXQwEXUPxm1kJ2RLhTagMxM3 { top:0.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul { position:relative;z-index:auto;display:block; }#SdQMsAJ7ZuvdB7EhR184pbgPWfJlkmul > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmeRCmHtLeLVv89lNuvz7IdI7eGUadcH { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKma1caVrev7zFaO9oWn5w15oUO4iodB { width:8.4375rem;height:2.375rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35f47fdb-b4bf-47ce-a930-e14429b8438d/diwalitemplatedesigns.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:19.9365rem;height:2.51855625rem;top:4.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:19.9360625rem;height:3.41235625rem;top:6.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:19.9995rem;height:3.0872375rem;top:11.30859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:15.5605625rem;height:9.1745rem;top:15.672542572021rem;left:2.2194011211395rem;text-align:left;text-align-last:left;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cf9577d1-05f4-4624-9069-bf4419a5263a/bulletlamp.png); }
 }@media only screen and (max-width: 763px) { #gtZPfGpAGsyF6IyMD61fBmv3VClB9F1U { width:9.375rem;height:1.29948125rem;top:27.82470703125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCMSOccWZHrT49gR0Td9o0Raxxaf51fI { width:9.375rem;height:2.4375rem;top:29.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoSLhWoiOMHTzs4QJn4tksHO5vAWT5N4 { width:9.375rem;height:1.29948125rem;top:27.82470703125rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq3NqwSXbQvPaqlitDvcMkIzFVurPuzv { width:9.375rem;height:2.4375rem;top:29.0625rem;left:10rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RCSfdXlyHttBpUV3aQH1P6zLw0JVW4 { width:9.375rem;height:1.29948125rem;top:32.373699188233rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfGhQ6iUdQpGNsvqvg2NLicT12TEweu { width:9.375rem;height:2.4375rem;top:33.61083984375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUe7cAy2sfPl8AoQ9ax43pshnL3JsMch { top:43.312501907349rem;left:1.25rem;width:17.499375rem;height:3.43685rem;font-size:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtb8c28IZT4BxMkx4V0fRHHBZfS5b3EQ { display:block; }
 }@media only screen and (max-width: 763px) { #Sg7esAv3TBgEyhSseL2AA1kaU7gfcUxp { top:48.375001907349rem;left:1.25rem;width:17.499375rem;height:3.43685rem;font-size:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgGaHrExZxbQmmnihyTOEPFZRQOw88R { display:block; }
 }@media only screen and (max-width: 763px) { #cGzb8D34r7c2KtOQtA2UFwsWknuEdFfJ { width:19.999375rem;height:3.8984375rem;top:37.937501907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws2u3FOMFqg55B41lsfLdnKdggCEZBnF { width:11.4373125rem;height:1.3125rem;top:2.6207332611084rem;left:4.4985795617104rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:3.75rem;height:0.062144875rem;top:3.2904834747314rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:15.374625rem;height:3.2504875rem;top:5.5619668960571rem;left:2.3117895722389rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:20rem;height:16.3125rem;top:9.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:14.8105625rem;height:2.8125rem;top:31.25rem;left:2.5944011211395rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:17.9375rem;height:1.875rem;top:29.375rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:15.625rem;height:1.875rem;top:37.1875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { width:16.5625rem;height:4.21875rem;top:39.0625rem;left:1.6867898106575rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:20rem;height:1.875rem;top:45.625rem;left:0.061197996139526rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:16.5625rem;height:4.21875rem;top:47.5rem;left:1.6867898106575rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:16.5625rem;height:4.21875rem;top:56.875rem;left:1.6867898106575rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:20rem;height:1.875rem;top:54.998699188233rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:20rem;height:1.875rem;top:63.125rem;left:0.0625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:16.5625rem;height:2.8125rem;top:65rem;left:1.6867898106575rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:15.625rem;height:1.875rem;top:70.9375rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NToChVJITQekvftTIyJxyS00vuBOfrTV { width:16.5625rem;height:2.8125rem;top:72.8125rem;left:1.6867898106575rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNTGogUd8U61gTuDqAIBREBR6znEGDtx { width:1.124825rem;height:1.124825rem;top:28.125rem;left:9.4371448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9bHItxDFWXIsqakqIp3ndpi7KsBWlJl { width:1.12435rem;height:1.12435rem;top:35.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWG6NTKQ4AxLnTXmEpGBRTOXhsRurTep { width:1.125rem;height:1.125rem;top:44.375rem;left:9.4371448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { width:1.125rem;height:1.125rem;top:53.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { width:1.125rem;height:1.125rem;top:61.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDyEXS5W5iGdvzIgnJzTD81LVNpZxA96 { width:1.125rem;height:1.125rem;top:69.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/320a7930-c1d3-49c9-a6fd-e0316e82b518/diwalitemplatedesigns1.png");background-position:bottom left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.adaptive-delivery-prevent-bg, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyload, #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI.lazyloading { background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,19,31,0.8); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,19,31,0.8); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container {  }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:17.3125rem;height:3.25rem;top:4.4344863891601rem;left:1.3742898106575rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:16.8119375rem;height:22.7968625rem;top:9.5596561431888rem;left:1.3742898106575rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzEi0iVvnMM4p8XtmsJFaghOVDZN6EuZ { top:60.124351501465rem;left:1.25rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFhVoL7Q7G96hibncsfZU4zSDaw5o9Q { display:block; }
 }@media only screen and (max-width: 763px) { #QxyMDTmE5Gfvo0uEwoaKyMz2HaaPPXll { top:65.9375rem;left:1.25rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUNLJb7dzFt3FqS9b3e2s2akrQOyVsV { display:block; }
 }@media only screen and (max-width: 763px) { #nIQuAVChBLi8ebkBaT2ADQl6eNt9aIUk { width:15rem;height:2.4375rem;top:43.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX0pHLu21BKaf26qWXaqAkO7c69oSWdh { width:15rem;height:2.4375rem;top:49.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5DTpHWb9eoFNyJMAavfZ8M39svS8aFb { width:15rem;height:1.29948125rem;top:47.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0F1oifiW28TXLZ8FakSThOgA3Lbadb1 { width:15rem;height:1.29948125rem;top:41rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMrnxrAkDtGxQ55s2W75FJanogZm4hN7 { width:14.5614375rem;height:1.29948125rem;top:34.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSxGBy1ZzLK8qZaGNSmQ2ZVe2WreA2ee { width:14.6244375rem;height:2.4375rem;top:36.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #togEa2ZmpTss38VT9G0LMIBvUJ9mqumv { width:20rem;height:3.8984375rem;top:54.225912094116rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ { display:block; }#THxx7AZtHvtGfH6AlLSXZmNZ9k9pfxVZ > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXFUV61iNXQwEXUPxm1kJ2RLhTagMxM3 { width:19.0625rem;height:1.94970625rem;top:1.25rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }