.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#001342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/45e8e0f5-84e6-4ac6-9d9f-c687defcc4d0/Untitled2000x1080px5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:7.875rem;top:2.25rem;left:7.125rem;overflow:hidden;display:block; }
#gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { color:#001342;display:block;width:40.625rem;position:absolute;font-family:lora;font-size:5.625rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:10.5625rem;left:7.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { color:#001342;display:block;width:44.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:16.25rem;left:7.125rem;height:2.3374rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKSdXstnr1bvZItsnc1Os11DageHXV2G { background-color:#ffbf26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.75rem;left:7.125rem;display:block; }
#k3xNEbdNEdaMGfLMgCbR3hE3K9bJxVLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMbqVAqq0yczMd81nHCB4QE9RKCpF1AA { color:#001342;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:7.6875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJULGK3DZOgqcmq9VMzJwEPUI86oEc6r { color:#001342;display:block;width:31.125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:18.75rem;left:7.125rem;height:2.3374rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rtg93xvGql5vG01f5FMBhVaZTpVvZ2uf { color:#828282;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.4375rem;left:7.125rem;height:1.4624rem;font-style:normal;display:block; }
#daZInhzhAhxwqeZywHbkV7kH2dJb037L { color:#001342;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.125rem;height:1.4624rem;display:block; }
#yGfEoRqXu3PtXItJhDd7rXoqA4X3kXcm { color:#828282;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.25rem;height:1.4624rem;font-style:normal;display:block; }
#OoTXKckG855opZREEPtrLSu4yQVnmQmu { color:#001342;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.125rem;left:20.25rem;height:1.4624rem;display:block; }
#XTzTOpmI0ztdgVg1RGy5uaZof40wTRQT { color:#001342;display:block;width:44.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:16.25rem;left:7.125rem;height:2.3374rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:12.375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.8125rem;top:1.5rem;left:24.25rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.3125rem;top:1.625rem;left:31.625rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.75rem;top:1.6875rem;left:38.875rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.875rem;top:1.4375rem;left:48.5rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.5625rem;top:2.0625rem;left:54.875rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #acd0f1, #ffffff);background-image: -moz-linear-gradient(180deg, #acd0f1, #ffffff);background-image: -ms-linear-gradient(180deg, #acd0f1, #ffffff);background-image: -o-linear-gradient(180deg, #acd0f1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd0f1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd0f1', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #acd0f1, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#030538;display:block;width:53.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.625rem;left:10.8125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:#030538;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:11.53125rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJ5g0mxhlTfvnhFDVHcdhUmLvlL20QPC { background-color:#ffbf26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.6875rem;left:29.6875rem;display:block; }
#oxwPwEkiI3rBBw0MRfmz5TRKAEpZfIVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:#030538;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.1875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:17.5rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11.4375rem;left:2.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:#030538;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.25rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:17.25rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:11.625rem;left:20.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.25rem;left:22.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:17.375rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:11.5rem;left:37.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:#030538;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:39.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8.125rem;left:24.9375rem;overflow:hidden;display:block; }
#mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8.125rem;left:7.4375rem;overflow:hidden;display:block; }
#UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8.3125rem;left:42.4375rem;overflow:hidden;display:block; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:#030538;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:18.5625rem;left:4.1875rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:#030538;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:18.5625rem;left:21.5rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:#030538;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:18.5625rem;left:39rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EFKhngxkOEPQF5P2BaOuXG8STKGrwoGX { box-sizing:content-box;height:17.375rem;width:16.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:11.5625rem;left:55.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#DDy3eKXycMxPvHMPnJl5J5z3iVlC7KOz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8.125rem;left:60.0625rem;overflow:hidden;display:block; }
#cwQIW0embPcPiJ0ARP8TnnXz0Il0n73f { color:#030538;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.25rem;left:57rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oGTKvBZSuFJT4PpbyDEnxJXPJ4nO5HKi { color:#030538;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:18.5625rem;left:56.375rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RMy9WHuB2pqbvslRol4SmoKekIUuqtNr { background-color:#ffbf26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.6875rem;left:29.6875rem;display:none; }
#ag0Ta5VDPeVr1DDu8Cd46nul2KeUxC3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6b093;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6b093, #ffffff);background-image: -moz-linear-gradient(180deg, #f6b093, #ffffff);background-image: -ms-linear-gradient(180deg, #f6b093, #ffffff);background-image: -o-linear-gradient(180deg, #f6b093, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b093', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b093', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6b093, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#030538;display:block;width:65.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:5.25rem;left:4.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aoextEm6u8oRiCDMWftG0e02z3zaUCf4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.4375rem;width:22.375rem;top:11.4375rem;left:9.125rem;overflow:hidden;display:block; }
#SRqqTC0T3Qd9ZIhAIILTEf3eZvnF45zF { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.375rem;left:42.6875rem;height:28.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ulnqETAhH8oxVM1zDBAyaSeMpmfwyZo9 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.375rem;top:12.875rem;left:30.3125rem;overflow:hidden;display:block; }
#kcoRq81x68SPfDcPXd8s0M0BrFlQWlod { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.375rem;top:15.875rem;left:30.3125rem;overflow:hidden;display:block; }
#XkAER79vcb8vvLUi8rTzhaCumlaqKnTP { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.375rem;top:20.3125rem;left:30.3125rem;overflow:hidden;display:block; }
#Je7RySgEUE7xOTDTEelhgJpL7FnuCv5T { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.375rem;top:24.75rem;left:30.3125rem;overflow:hidden;display:block; }
#RmZfmVIg0BRvazvU3eWBto9azHnAv7PC { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.375rem;top:29.25rem;left:30.3125rem;overflow:hidden;display:block; }
#oRvfOMaAVPScd19CIQfNMhy9dLSUSESI { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.375rem;top:33.8125rem;left:30.3125rem;overflow:hidden;display:block; }
#vECdUBELszG3rInSVJdQeNPqxIuFXEo6 { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.375rem;top:38.3125rem;left:30.3125rem;overflow:hidden;display:block; }
#lSzp5fHqLpHkTDLRHfJBpBttTFRtgcHA { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZMyuEOPTP3vHx4k9RcdeFQ6y824gJTOP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DE2OV6cdqMVVN8kePqg7WCKDUD7w0HB2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QT9ERc10RAQR8JwXXzlk2aITmMlp9iGi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XQA0kIpxR1nDgMAzOqFrlfCazRH8kW5Q { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vVyc2zuOOn9rfFeIFTDTs2bVgJXzqfkh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cLT91N5sISS1stZwe5INUpBtpIMmbTdV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.9375rem;width:22.375rem;top:11.4375rem;left:9.125rem;overflow:hidden;display:none; }
#OBHToRLXG0tM9J0xAaVwTcNQXPm3g0xZ { background-color:#ffbf26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.4375rem;left:42.6875rem;display:block; }
#Qo8g7RtF4RkbcJKSdWu8on86T3bStaSu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acd0f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { background-color: transparent; background-image: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .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); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { border-width: 0; border-radius: 0; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#MKkZTgIdcodueM578CCRBODIqeupEIB6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14rem;width:18.9375rem;top:9.8125rem;left:7.5rem;display:block; }
#xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.5625rem;left:8.4375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.125rem;width:18.9375rem;top:9.8125rem;left:28.0625rem;display:block; }
#oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { color:#030538;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.5625rem;left:28.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.25rem;width:18.9375rem;top:9.8125rem;left:48.5625rem;display:block; }
#fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:12.5625rem;left:49.5625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { color:#030538;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:19.9375rem;left:8.46875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:19.9375rem;left:29rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:19.9375rem;left:49.53125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:7.875rem;left:8.4375rem;overflow:hidden;display:block; }
#XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:7.875rem;left:28.75rem;overflow:hidden;display:block; }
#ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:7.875rem;left:49.5625rem;overflow:hidden;display:block; }
#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row .container { background-color: transparent; background-image: none; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row .container > .video-iframe-container { display: none; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row > .video-iframe-container { display: none; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .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); }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row .container { border-width: 0; border-radius: 0; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#ZMXPTHciCTpvxstAC6QHed2yshU7cEx5 { color:#030538;display:block;width:43.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:3.6875rem;left:9.1875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSnQdoyM6mNTqZBWAOFe8FMeVtN0SiSX { color:#030538;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.3125rem;left:10.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzGDk0ETwoHbwXlZ4yCXmGZESF5agmz3 { color:#030538;display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.6875rem;left:11rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zwa0ZgP0gsN519B7KP15rHpN5d7RzxLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.8125rem;left:9.1875rem; }
#fb4uya2of1CfOSrhSfDlI8ga2RzfAeIV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:13.4375rem;left:9.3125rem; }
#i5KNn5QZMiUKqTMuMbE3k6kdAmbrxK7K { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:6.125rem;width:46.875rem;top:23.125rem;left:9.1875rem;display:block; }
#LZEmC6uXn8fOCq0Qhz3yTJSzsFWLyDq9 { color:#030538;display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:31.375rem;left:12.6875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gU7qJVilKLhOi3Q5li17v9XTQDTDAb2i { background-color:#ffbf26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.5rem;left:36.6875rem;display:block; }
#hcIeB7nRwNuaEekJVQzLiJvewbKMAFuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsJGKhubzfTTw6H6AkRxekS1UVKn94R0 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:6.125rem;width:46.875rem;top:30.0625rem;left:9.1875rem;display:block; }
#h5DMiTSlifFdLUVs1QgQurX3pvpkeFcX { background-color:#ffbf26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.375rem;left:36.9375rem;display:block; }
#TvtmoZAvLUdavO69Z6HBVomFQWaxPTKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXiVqmHIDI5qOi1TZpDPAzA29ZTgZyDo { color:#030538;display:block;width:23.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:33.4375rem;left:12.6875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWfAuQRuexWgLWqnPQ09d0TPxvoZpe7U { color:#030538;display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:24.3125rem;left:12.4375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GtDUTVOaGTW2ygbigHpuFo5q311wWxKU { color:#030538;display:block;width:23.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:26.375rem;left:12.4375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aT3NVgNx6b3FtslxoWsOxWu3gV3pruyk { color:#030538;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:18.25rem;left:9.1875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row .container { background-color: transparent; background-image: none; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row .container > .video-iframe-container { display: none; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row > .video-iframe-container { display: none; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .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); }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row .container { border-width: 0; border-radius: 0; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#aU1qmL2vKFHmlaR5PCNS9fLwVVXKXsqa { color:#030538;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.5rem;left:10rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZD221vOapkPLUvhyCCt2TZH1W972ZtPP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:60.625rem;left:27.625rem;overflow:hidden;display:none; }
#nuBefDfkwGKRnG4A48JRvaio7vvOoFDU { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#h9FM4bi67lta3kyRZZeULyCwFF4DMzzT { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#xyC6xaF4KvQwcGgyhlxRRitShZtUtWZt { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #e7f2fb;border-left:0.0625rem solid #e7f2fb;border-right:0.0625rem solid #e7f2fb;border-bottom:0.0625rem solid #e7f2fb; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;font-family:montserrat;font-style:normal;color:#030538;height:auto; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;line-height:1.6;overflow:hidden;height:auto;color:#030538; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c922709744f82682362136c8b555aa904c1f812f.svg");background-size:contain !important; }#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-trigger.adaptive-delivery-prevent-bg, #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-trigger.lazyload, #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-trigger.lazyloading { background-image: none; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA { box-sizing:content-box;height:auto;width:41.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.5625rem;left:15.5rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #KfmfAhfxc3dIThDHNEAezaQC8TslXQWt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #sVoct8DVo2ildxPNwGkUTUTFmCGWPrDa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 { display:block;position:relative; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #veercwQUubWQbcvxt7d2tTKQPR1mCuoU {  }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #vcGfr96DLtEoMrxupnQTnNGbgTt5VlLh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #JrV5eeou4tGNlvmyiiAKESzW8TvwOPLW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hL4JtVBg4dkKZkDKw2tPQFFfKu6Zr7dw { display:block;position:relative; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #S0yV9QWBtIENL7XlHeD2o553dk1sZ3Tv {  }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #cZdRE76ZK7R4BlgvPaTPT6TS13TIGQTM { display:none; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #k8evExgCevxeIRMLozr95R7QWfASuqFW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #EUfd0y6PVa0m6s46LEnw8hGuAGrp14op { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #iwngaFaqi9hWe3M5vBKkvVZq3iXfShct { display:block;position:relative; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hN3zT4cUH0xcqSc9BrVmFMBvJnkoDwnC {  }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #fdfaqBNukVgDm23H7W4LMpc2eKy14vmT { display:none; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #ResI5akTXPK5M037kXz05mgllu3kEGII { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #KQvCrKVc1BmyvhnC47TzrsVRedO73VAp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp { display:block;position:relative; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #pPluFP9B6FdfzTrMubTI4pSErlmc5yxQ { display:none; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #Tcg6Jg4OA3JSlSQPJX193hP9m8i6e0Q1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #xKyF78t4yxFLzIVbyrOmHbd7ycKJucWi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 { display:block;position:relative; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #TacEzDtZyhkDDlKreyEDzBFc1r6rOewI { display:none; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #mhdD19hVkocl13rrEDKf8x9o3kwPDC6s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #UBQD5KTGOx9pvG1fg2BdTzQdTWCH8E9C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu { display:block;position:relative; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #rQRbZlCHg8VXGeI4AazmIi1TzcW3FRxH { display:none; }
#rDVGdtS3F6VURMwez335k3E8HyB0BHmR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1c182ab-d04b-43e5-8231-f7dbf2ee31f9/gurudeveyesclosedwebsite.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR.adaptive-delivery-prevent-bg, #rDVGdtS3F6VURMwez335k3E8HyB0BHmR.lazyload, #rDVGdtS3F6VURMwez335k3E8HyB0BHmR.lazyloading { background-image: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container { background-color: transparent; background-image: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container > .video-iframe-container { display: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row > .video-iframe-container { display: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .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); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container { border-width: 0; border-radius: 0; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#cTehkCLk3ikT3GteAyVwJ487g9IJUkPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.6875rem;left:5.9375rem; }
#SntRVan1AzaZFzOrzdTgSp953P4ZTsXx { color:#f8f8f8;display:block;width:38.3125rem;position:absolute;font-family:lora;font-size:2.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.4375rem;left:5.9375rem;height:5.5244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aReGrX7mipcra7Dz4xEvhQxshKbdJRv8 { color:#030538;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fknbaW0GHg61P3rdShFPzK7HrnInL40J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { background-color: transparent; background-image: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .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); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { border-width: 0; border-radius: 0; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { position:absolute;display:block;z-index:15000;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: none;height:11.3125rem;width:11.3125rem;top:21.5625rem;left:24.25rem;overflow:hidden;display:block; }
#qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.8125rem;left:9.375rem;overflow:hidden;display:block; }
#caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:23.1875rem;left:11.3125rem;overflow:hidden;display:block; }
#su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { color:#030538;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.1875rem;left:40.625rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:16.875rem;height:2.13720625rem;font-style:normal;display:block; }
#KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:19.4375rem;left:27.0625rem;height:2.13720625rem;font-style:normal;display:block; }
#cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { color:#3d4051;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:36.25rem;left:12rem;height:2.69921875rem;font-style:normal;display:block; }
#OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.625rem;height:14.624rem;font-style:normal;display:block; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3125rem;left:55.125rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:58.9375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:1.5rem;left:7.5rem;overflow:hidden;display:block; }
#nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3125rem;left:27.1875rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:55.375rem;height:1.13720625rem;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) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:2.25rem;left:0rem;width:7.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { top:10.5625rem;left:0rem;width:40.625rem;height:4.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { top:16.25rem;left:0rem;width:44.25rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKSdXstnr1bvZItsnc1Os11DageHXV2G { width:15.625rem;height:3.4375rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xNEbdNEdaMGfLMgCbR3hE3K9bJxVLi { display:block; }
 }@media only screen and (max-width: 763px) { #TMbqVAqq0yczMd81nHCB4QE9RKCpF1AA { top:6.125rem;left:0rem;width:5.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJULGK3DZOgqcmq9VMzJwEPUI86oEc6r { top:18.75rem;left:0rem;width:31.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtg93xvGql5vG01f5FMBhVaZTpVvZ2uf { top:32.4375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daZInhzhAhxwqeZywHbkV7kH2dJb037L { top:34.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGfEoRqXu3PtXItJhDd7rXoqA4X3kXcm { top:32.4375rem;left:6.625rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoTXKckG855opZREEPtrLSu4yQVnmQmu { top:34.125rem;left:6.625rem;width:14.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzTOpmI0ztdgVg1RGy5uaZof40wTRQT { top:9.0625rem;left:0rem;width:13.5625rem;height:2.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.75rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:1.5rem;left:10.625rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:1.625rem;left:18rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:1.6875rem;left:25.25rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:1.4375rem;left:34.875rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:2.0625rem;left:41.25rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:5.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:10.1875rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ5g0mxhlTfvnhFDVHcdhUmLvlL20QPC { width:15.625rem;height:3.4375rem;top:27.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxwPwEkiI3rBBw0MRfmz5TRKAEpZfIVM { display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:3.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:11.4375rem;left:0rem;width:16.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:16.25rem;left:0rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:11.625rem;left:6.75rem;width:16.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:16.25rem;left:9rem;width:12.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:11.5rem;left:24.3125rem;width:16.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:16.4375rem;left:25.75rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { top:8.125rem;left:11.3125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { top:8.125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { top:8.3125rem;left:28.8125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:18.5625rem;left:0rem;width:14.1875rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:18.5625rem;left:7.875rem;width:14.375rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:18.5625rem;left:25.375rem;width:14.5rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFKhngxkOEPQF5P2BaOuXG8STKGrwoGX { top:11.5625rem;left:31.1875rem;width:16.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDy3eKXycMxPvHMPnJl5J5z3iVlC7KOz { top:8.125rem;left:40.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQIW0embPcPiJ0ARP8TnnXz0Il0n73f { top:16.25rem;left:34.0625rem;width:13.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGTKvBZSuFJT4PpbyDEnxJXPJ4nO5HKi { top:18.5625rem;left:32.75rem;width:15rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMy9WHuB2pqbvslRol4SmoKekIUuqtNr { width:15.625rem;height:3.4375rem;top:27.6875rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ag0Ta5VDPeVr1DDu8Cd46nul2KeUxC3V { display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:5.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoextEm6u8oRiCDMWftG0e02z3zaUCf4 { top:11.4375rem;left:2.3125rem;width:22.375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqqTC0T3Qd9ZIhAIILTEf3eZvnF45zF { top:12.375rem;left:23.875rem;width:23.75rem;height:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulnqETAhH8oxVM1zDBAyaSeMpmfwyZo9 { top:12.875rem;left:12.5rem;width:11.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcoRq81x68SPfDcPXd8s0M0BrFlQWlod { top:15.875rem;left:12.5rem;width:11.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkAER79vcb8vvLUi8rTzhaCumlaqKnTP { top:20.3125rem;left:12.5rem;width:11.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je7RySgEUE7xOTDTEelhgJpL7FnuCv5T { top:24.75rem;left:12.5rem;width:11.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZfmVIg0BRvazvU3eWBto9azHnAv7PC { top:29.25rem;left:12.5rem;width:11.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRvfOMaAVPScd19CIQfNMhy9dLSUSESI { top:33.8125rem;left:12.5rem;width:11.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vECdUBELszG3rInSVJdQeNPqxIuFXEo6 { top:38.3125rem;left:12.5rem;width:11.375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzp5fHqLpHkTDLRHfJBpBttTFRtgcHA { display:none; }
 }@media only screen and (max-width: 763px) { #ZMyuEOPTP3vHx4k9RcdeFQ6y824gJTOP { display:none; }
 }@media only screen and (max-width: 763px) { #DE2OV6cdqMVVN8kePqg7WCKDUD7w0HB2 { display:none; }
 }@media only screen and (max-width: 763px) { #QT9ERc10RAQR8JwXXzlk2aITmMlp9iGi { display:none; }
 }@media only screen and (max-width: 763px) { #XQA0kIpxR1nDgMAzOqFrlfCazRH8kW5Q { display:none; }
 }@media only screen and (max-width: 763px) { #vVyc2zuOOn9rfFeIFTDTs2bVgJXzqfkh { display:none; }
 }@media only screen and (max-width: 763px) { #cLT91N5sISS1stZwe5INUpBtpIMmbTdV { top:11.4375rem;left:2.3125rem;width:22.375rem;height:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBHToRLXG0tM9J0xAaVwTcNQXPm3g0xZ { width:15.625rem;height:3.4375rem;top:43.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo8g7RtF4RkbcJKSdWu8on86T3bStaSu { display:block; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:14rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17rem;height:5.0625rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:14.125rem;top:9.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:17.5rem;height:6.75rem;top:12.5625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:14.25rem;top:9.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17rem;height:6.75rem;top:12.5625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.6875rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.6875rem;top:19.9375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.6875rem;top:19.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:7.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:7.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy { display:block; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMXPTHciCTpvxstAC6QHed2yshU7cEx5 { top:3.6875rem;left:0rem;width:43.875rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSnQdoyM6mNTqZBWAOFe8FMeVtN0SiSX { top:13.3125rem;left:0rem;width:21.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzGDk0ETwoHbwXlZ4yCXmGZESF5agmz3 { top:8.6875rem;left:0rem;width:33.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwa0ZgP0gsN519B7KP15rHpN5d7RzxLH { top:8.8125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb4uya2of1CfOSrhSfDlI8ga2RzfAeIV { top:13.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5KNn5QZMiUKqTMuMbE3k6kdAmbrxK7K { width:46.875rem;height:6.125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEmC6uXn8fOCq0Qhz3yTJSzsFWLyDq9 { width:21.25rem;height:2.0625rem;top:31.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU7qJVilKLhOi3Q5li17v9XTQDTDAb2i { width:15.625rem;height:3.4375rem;top:24.5rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcIeB7nRwNuaEekJVQzLiJvewbKMAFuk { display:block; }
 }@media only screen and (max-width: 763px) { #nsJGKhubzfTTw6H6AkRxekS1UVKn94R0 { width:46.875rem;height:6.125rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5DMiTSlifFdLUVs1QgQurX3pvpkeFcX { width:15.625rem;height:3.4375rem;top:31.375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvtmoZAvLUdavO69Z6HBVomFQWaxPTKT { display:block; }
 }@media only screen and (max-width: 763px) { #aXiVqmHIDI5qOi1TZpDPAzA29ZTgZyDo { width:23.3125rem;height:1.6875rem;top:33.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWfAuQRuexWgLWqnPQ09d0TPxvoZpe7U { width:21.25rem;height:2.0625rem;top:24.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtDUTVOaGTW2ygbigHpuFo5q311wWxKU { width:23.3125rem;height:1.6875rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3NVgNx6b3FtslxoWsOxWu3gV3pruyk { top:18.25rem;left:0rem;width:46.4375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD { display:block; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU1qmL2vKFHmlaR5PCNS9fLwVVXKXsqa { top:4.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD221vOapkPLUvhyCCt2TZH1W972ZtPP { top:60.625rem;left:14rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuBefDfkwGKRnG4A48JRvaio7vvOoFDU { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9FM4bi67lta3kyRZZeULyCwFF4DMzzT { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyC6xaF4KvQwcGgyhlxRRitShZtUtWZt { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA { display:flex;height:auto;width:45.25rem;top:1.9375rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #KfmfAhfxc3dIThDHNEAezaQC8TslXQWt {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #sVoct8DVo2ildxPNwGkUTUTFmCGWPrDa {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #veercwQUubWQbcvxt7d2tTKQPR1mCuoU {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #vcGfr96DLtEoMrxupnQTnNGbgTt5VlLh {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #JrV5eeou4tGNlvmyiiAKESzW8TvwOPLW {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hL4JtVBg4dkKZkDKw2tPQFFfKu6Zr7dw {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #S0yV9QWBtIENL7XlHeD2o553dk1sZ3Tv {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #cZdRE76ZK7R4BlgvPaTPT6TS13TIGQTM {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #k8evExgCevxeIRMLozr95R7QWfASuqFW {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #EUfd0y6PVa0m6s46LEnw8hGuAGrp14op {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #iwngaFaqi9hWe3M5vBKkvVZq3iXfShct {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hN3zT4cUH0xcqSc9BrVmFMBvJnkoDwnC {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #fdfaqBNukVgDm23H7W4LMpc2eKy14vmT {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #ResI5akTXPK5M037kXz05mgllu3kEGII {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #KQvCrKVc1BmyvhnC47TzrsVRedO73VAp {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #pPluFP9B6FdfzTrMubTI4pSErlmc5yxQ {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #Tcg6Jg4OA3JSlSQPJX193hP9m8i6e0Q1 {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #xKyF78t4yxFLzIVbyrOmHbd7ycKJucWi {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #TacEzDtZyhkDDlKreyEDzBFc1r6rOewI {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #mhdD19hVkocl13rrEDKf8x9o3kwPDC6s {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #UBQD5KTGOx9pvG1fg2BdTzQdTWCH8E9C {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #rQRbZlCHg8VXGeI4AazmIi1TzcW3FRxH {  }
 }@media only screen and (max-width: 763px) { #rDVGdtS3F6VURMwez335k3E8HyB0BHmR { display:block; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTehkCLk3ikT3GteAyVwJ487g9IJUkPF { top:8.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SntRVan1AzaZFzOrzdTgSp953P4ZTsXx { top:12.4375rem;left:0rem;width:38.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aReGrX7mipcra7Dz4xEvhQxshKbdJRv8 { top:19.4375rem;left:0rem;width:15.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:11.3125rem;height:11.3125rem;top:21.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:17.625rem;height:17.625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:12.875rem;height:12.875rem;top:23.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:25rem;height:2.5rem;top:9.1875rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:15.625rem;height:2.125rem;top:3.6875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:8.5rem;height:2.125rem;top:19.4375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:10.8125rem;height:2.6875rem;top:36.25rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { top:13.1875rem;left:0.875rem;width:30.875rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5.0625rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { top:2.3125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { top:3.6875rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { top:1.5rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { top:2.3125rem;left:13.5625rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { top:5rem;left:35.8125rem;width:11.9375rem;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) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c4244fd-b025-4d68-90cc-0754b122bd04/Untitled1080x2000px1080x1800px3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:5.75rem;height:2.375rem;top:0.1875rem;left:7.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { width:20rem;height:2.625rem;top:5.1875rem;left:0rem;font-size:2.625rem;z-index:14999;text-align:center;text-align-last:center;line-height:1;color:#001342;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { width:18.1875rem;height:0;top:8.875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;display:none; }
 }@media only screen and (max-width: 763px) { #uKSdXstnr1bvZItsnc1Os11DageHXV2G { width:15.625rem;height:3.4375rem;top:16.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xNEbdNEdaMGfLMgCbR3hE3K9bJxVLi { display:block; }
 }@media only screen and (max-width: 763px) { #TMbqVAqq0yczMd81nHCB4QE9RKCpF1AA { width:5.25rem;height:1.13720625rem;top:2.8125rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#001342;display:block; }
 }@media only screen and (max-width: 763px) { #LJULGK3DZOgqcmq9VMzJwEPUI86oEc6r { width:20rem;height:0;top:10.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;display:none; }
 }@media only screen and (max-width: 763px) { #Rtg93xvGql5vG01f5FMBhVaZTpVvZ2uf { width:12.5rem;height:0;top:13.125rem;left:1rem;font-size:0.875rem;color:#3a3939;display:none; }
 }@media only screen and (max-width: 763px) { #daZInhzhAhxwqeZywHbkV7kH2dJb037L { width:12.5rem;height:1.29980625rem;top:13.0625rem;left:3.75rem;font-size:1rem;color:#001342;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGfEoRqXu3PtXItJhDd7rXoqA4X3kXcm { width:12.5rem;height:0;top:16.125rem;left:0.9375rem;font-size:0.875rem;color:#3a3939;display:none; }
 }@media only screen and (max-width: 763px) { #OoTXKckG855opZREEPtrLSu4yQVnmQmu { width:14.1875rem;height:1.29980625rem;top:14.375rem;left:2.9375rem;font-size:1rem;color:#001342;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTzTOpmI0ztdgVg1RGy5uaZof40wTRQT { width:15.375rem;height:2.75rem;top:8.0625rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#001342;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:1.4624rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:3.375rem;height:1.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:4rem;height:1.5625rem;top:3.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:4.625rem;height:1.3125rem;top:3.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:3.0625rem;height:1.9375rem;top:2.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:4rem;height:0.875rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:16.6875rem;height:2.75rem;top:2.6875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:18rem;height:23.39645625rem;top:6.60693359375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ5g0mxhlTfvnhFDVHcdhUmLvlL20QPC { width:15.625rem;height:3.4375rem;top:32.1904296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxwPwEkiI3rBBw0MRfmz5TRKAEpZfIVM { display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:19.5625rem;height:1.6499rem;top:1.87451171875rem;left:0.21875rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:12.9375rem;top:7.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:13.9375rem;height:1.5rem;top:12.1875rem;left:3rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:13.125rem;top:24.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:12.4375rem;height:1.5rem;top:28.875rem;left:3.75rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:13.75rem;top:41.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:13.5625rem;height:1.5rem;top:45.875rem;left:3.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { width:6.6875rem;height:6.6875rem;top:21.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { width:6.6875rem;height:6.6875rem;top:4.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { width:6.75rem;height:6.75rem;top:38.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:15.4375rem;height:5.19921875rem;top:14.25rem;left:2.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:15rem;height:3.8994125rem;top:30.9375rem;left:2.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:15.25rem;height:5.19921875rem;top:47.8125rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EFKhngxkOEPQF5P2BaOuXG8STKGrwoGX { width:16.5625rem;height:15.1875rem;top:59.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDy3eKXycMxPvHMPnJl5J5z3iVlC7KOz { width:7.5625rem;height:7.5625rem;top:56.125rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwQIW0embPcPiJ0ARP8TnnXz0Il0n73f { width:13.6875rem;height:1.5rem;top:63.8125rem;left:3.15625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oGTKvBZSuFJT4PpbyDEnxJXPJ4nO5HKi { width:15rem;height:7.7988125rem;top:65.625rem;left:2.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RMy9WHuB2pqbvslRol4SmoKekIUuqtNr { width:15.625rem;height:3.4375rem;top:77rem;left:2.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ag0Ta5VDPeVr1DDu8Cd46nul2KeUxC3V { display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:3.29980625rem;top:0.71240234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoextEm6u8oRiCDMWftG0e02z3zaUCf4 { width:8.375rem;height:11rem;top:5.5rem;left:1.59375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SRqqTC0T3Qd9ZIhAIILTEf3eZvnF45zF { width:18.5625rem;height:31.5rem;top:18.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ulnqETAhH8oxVM1zDBAyaSeMpmfwyZo9 { width:11.375rem;height:0.625rem;top:58.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcoRq81x68SPfDcPXd8s0M0BrFlQWlod { width:11.375rem;height:0.625rem;top:60.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkAER79vcb8vvLUi8rTzhaCumlaqKnTP { width:11.375rem;height:0.625rem;top:62.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Je7RySgEUE7xOTDTEelhgJpL7FnuCv5T { width:11.375rem;height:0.625rem;top:64.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmZfmVIg0BRvazvU3eWBto9azHnAv7PC { width:11.375rem;height:0.625rem;top:66.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRvfOMaAVPScd19CIQfNMhy9dLSUSESI { width:11.375rem;height:0.625rem;top:68.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vECdUBELszG3rInSVJdQeNPqxIuFXEo6 { width:11.375rem;height:0.625rem;top:70.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSzp5fHqLpHkTDLRHfJBpBttTFRtgcHA { top:22.375rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15016;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZMyuEOPTP3vHx4k9RcdeFQ6y824gJTOP { top:28.625rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15017;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DE2OV6cdqMVVN8kePqg7WCKDUD7w0HB2 { top:32.9375rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15018;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QT9ERc10RAQR8JwXXzlk2aITmMlp9iGi { top:37.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15019;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XQA0kIpxR1nDgMAzOqFrlfCazRH8kW5Q { top:42.0625rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15020;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vVyc2zuOOn9rfFeIFTDTs2bVgJXzqfkh { top:46.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15021;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cLT91N5sISS1stZwe5INUpBtpIMmbTdV { width:18.8125rem;height:11.6875rem;top:5.25rem;left:0.59375rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OBHToRLXG0tM9J0xAaVwTcNQXPm3g0xZ { width:15.625rem;height:3.4375rem;top:52.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo8g7RtF4RkbcJKSdWu8on86T3bStaSu { display:block; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:10.6875rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17.5rem;height:4.5rem;top:8.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:11.375rem;top:19.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:16.6875rem;height:6rem;top:22.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:11rem;top:32.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17.5rem;height:4.5rem;top:35.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { width:20rem;height:1.6499rem;top:2.25rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.5rem;top:14rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.5rem;top:28.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.5rem;top:40.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:4.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:17.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:31.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy { display:block; }#iNTUGJK9vrX4sxvDQvgyJKMHIl6Q3vWy > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMXPTHciCTpvxstAC6QHed2yshU7cEx5 { width:20rem;height:1.6499rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSnQdoyM6mNTqZBWAOFe8FMeVtN0SiSX { width:15.875rem;height:2.4375rem;top:11rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzGDk0ETwoHbwXlZ4yCXmGZESF5agmz3 { width:16.875rem;height:3.65625rem;top:6.125rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwa0ZgP0gsN519B7KP15rHpN5d7RzxLH { display:flex;width:1.4375rem;height:1.4375rem;top:6.125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #fb4uya2of1CfOSrhSfDlI8ga2RzfAeIV { display:flex;width:1.375rem;height:1.375rem;top:11rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #i5KNn5QZMiUKqTMuMbE3k6kdAmbrxK7K { width:20rem;height:10.4375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEmC6uXn8fOCq0Qhz3yTJSzsFWLyDq9 { width:20rem;height:2.0625rem;top:34.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU7qJVilKLhOi3Q5li17v9XTQDTDAb2i { width:15.625rem;height:3.4375rem;top:27.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcIeB7nRwNuaEekJVQzLiJvewbKMAFuk { display:block; }
 }@media only screen and (max-width: 763px) { #nsJGKhubzfTTw6H6AkRxekS1UVKn94R0 { width:20rem;height:10.4375rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5DMiTSlifFdLUVs1QgQurX3pvpkeFcX { width:15.625rem;height:3.4375rem;top:39.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvtmoZAvLUdavO69Z6HBVomFQWaxPTKT { display:block; }
 }@media only screen and (max-width: 763px) { #aXiVqmHIDI5qOi1TZpDPAzA29ZTgZyDo { width:20rem;height:1.5rem;top:36.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWfAuQRuexWgLWqnPQ09d0TPxvoZpe7U { width:20rem;height:2.0625rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtDUTVOaGTW2ygbigHpuFo5q311wWxKU { width:20rem;height:1.5rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3NVgNx6b3FtslxoWsOxWu3gV3pruyk { width:20rem;height:4.875rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD { display:block; }#ThfFneVOGsA1a6B7zHFK9tUFp24Wr0eD > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aU1qmL2vKFHmlaR5PCNS9fLwVVXKXsqa { width:20rem;height:1.51220625rem;top:2.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZD221vOapkPLUvhyCCt2TZH1W972ZtPP { width:4.25rem;height:4.25rem;top:107.125rem;left:7.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #nuBefDfkwGKRnG4A48JRvaio7vvOoFDU { width:18.75rem;height:13.25rem;top:108.625rem;left:0.625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #h9FM4bi67lta3kyRZZeULyCwFF4DMzzT { width:18.75rem;height:13.25rem;top:124.27685546875rem;left:0.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #xyC6xaF4KvQwcGgyhlxRRitShZtUtWZt { width:18.75rem;height:13.25rem;top:139.875rem;left:0.625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-heading-text { font-size:1rem;height:auto;line-height:1.1;overflow:hidden;font-family:"open sans"; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-desc-text { font-size:1rem;height:auto; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA { display:flex;height:auto;width:17.5rem;top:5.12841796875rem;left:0rem; }
#nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #KfmfAhfxc3dIThDHNEAezaQC8TslXQWt {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #sVoct8DVo2ildxPNwGkUTUTFmCGWPrDa {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #v4dDD5HscqsDvhFJpqT1BtsbN1SV3vL4 {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #sGkWmiIePL9A5RsTwZS1T743AGTNT9uS {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #veercwQUubWQbcvxt7d2tTKQPR1mCuoU {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #vcGfr96DLtEoMrxupnQTnNGbgTt5VlLh {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #JrV5eeou4tGNlvmyiiAKESzW8TvwOPLW {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hL4JtVBg4dkKZkDKw2tPQFFfKu6Zr7dw {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #S0yV9QWBtIENL7XlHeD2o553dk1sZ3Tv {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #cZdRE76ZK7R4BlgvPaTPT6TS13TIGQTM {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #k8evExgCevxeIRMLozr95R7QWfASuqFW {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #EUfd0y6PVa0m6s46LEnw8hGuAGrp14op {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #iwngaFaqi9hWe3M5vBKkvVZq3iXfShct {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hN3zT4cUH0xcqSc9BrVmFMBvJnkoDwnC {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #fdfaqBNukVgDm23H7W4LMpc2eKy14vmT {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #ResI5akTXPK5M037kXz05mgllu3kEGII {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #KQvCrKVc1BmyvhnC47TzrsVRedO73VAp {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #rRCGUlAcZqexaG3nIIpOXS7ABSLIp5Fp {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #Hw9QHq6DUOq5wx4cZgshIUl6n9rZz2tr {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #pPluFP9B6FdfzTrMubTI4pSErlmc5yxQ {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #Tcg6Jg4OA3JSlSQPJX193hP9m8i6e0Q1 {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #xKyF78t4yxFLzIVbyrOmHbd7ycKJucWi {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #OBesPCqcuGm5gN2zwUODWQHukbVLGVT8 {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #mRCIV62eq0AUUxGyZwPknXX4FSHkcWDH {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #TacEzDtZyhkDDlKreyEDzBFc1r6rOewI {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #mhdD19hVkocl13rrEDKf8x9o3kwPDC6s {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #UBQD5KTGOx9pvG1fg2BdTzQdTWCH8E9C {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #ti6ZZ4oSVQ1hLXX3xBZUvbE3a1hrstFu {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #hktWpHiJnLM6qnQelVS2lUy7SBX2raBp {  }
 }@media only screen and (max-width: 763px) { #nQtLArtUc1RMPzU7DIDU9WS0I5f0kDIA #rQRbZlCHg8VXGeI4AazmIi1TzcW3FRxH {  }
 }@media only screen and (max-width: 763px) { #rDVGdtS3F6VURMwez335k3E8HyB0BHmR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1c182ab-d04b-43e5-8231-f7dbf2ee31f9/gurudeveyesclosedwebsite.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR.adaptive-delivery-prevent-bg, #rDVGdtS3F6VURMwez335k3E8HyB0BHmR.lazyload, #rDVGdtS3F6VURMwez335k3E8HyB0BHmR.lazyloading { background-image: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container { background-color: transparent; background-image: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container > .video-iframe-container { display: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row > .video-iframe-container { display: none; }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .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); }#rDVGdtS3F6VURMwez335k3E8HyB0BHmR > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTehkCLk3ikT3GteAyVwJ487g9IJUkPF { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SntRVan1AzaZFzOrzdTgSp953P4ZTsXx { width:18.375rem;height:8.7988125rem;top:5.4375rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aReGrX7mipcra7Dz4xEvhQxshKbdJRv8 { width:15.25rem;height:1.21875rem;top:15.671875rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:13.5rem;height:13.5rem;top:27.1875rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:10.25rem;height:10.25rem;top:39.625rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:11.3125rem;height:11.3125rem;top:35.6875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:18rem;height:1.6499rem;top:2.75rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:8.5625rem;height:1.69970625rem;top:25.375rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:4.375rem;height:1.69970625rem;top:34rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:9.125rem;height:2.5996125rem;top:50.1875rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { width:20rem;height:18.19725rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:15rem;height:2.2744125rem;top:18.287109375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { width:10.1875rem;height:1.13720625rem;top:12.9375rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { width:9.125rem;height:1.13720625rem;top:11.4375rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { width:20rem;height:3.89941875rem;top:5.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { width:11.9375rem;height:1.13720625rem;top:14.5rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }