.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:253,246,246;--color-primary-1:247,225,225;--color-primary-2:239,195,195;--color-primary-3:120,98,98;--color-primary-4:36,29,29;--color-secondary-0:225,225,231;--color-secondary-1:224,203,253;--color-secondary-2:104,105,136;--color-secondary-3:62,63,82;--color-secondary-4:3,5,56;--color-tertiary-0:255,255,255;--color-tertiary-1:248,245,245;--color-tertiary-2:149,147,147;--color-tertiary-3:89,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;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); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09003a;background-image:url("https://images.assets-landingi.com/uc/bd6bbbc0-05e0-4000-97b0-42a4f0b42e76/BannerNamastExperience23.gif");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; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE.adaptive-delivery-prevent-bg, #Z3WWuaEup013WSQWnosIPIW0RJp3T3TE.lazyload, #Z3WWuaEup013WSQWnosIPIW0RJp3T3TE.lazyloading { background-image: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container { background-color: transparent; background-image: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container > .video-iframe-container { display: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row > .video-iframe-container { display: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .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); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container { border-width: 0; border-radius: 0; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#sWcn8kXxl2Sizpnq4LrwaXeO8aK1nlve { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.25rem;left:26.3125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZoRxNlQV5DPOKiaGMwOuBMDRhmQn2DNW { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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:27.3125rem;width:54.75rem;top:2.25rem;left:11.4375rem;overflow:hidden;display:block; }
#xsBeb1anQUPyIp02CJhhhnnDffrqLAeC { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.6875rem;left:16.15625rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfsuCzf5VnDLfOlnmCR2iO8Uel1puMpW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:30.375rem;left:23.5625rem; }
#CwWkHAyVrQZur4yGwmPAT8XhzseFa32E { background-color:#dc7643;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.44);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.5rem;left:28.0625rem;display:block; }
#uhpyhr3VAXcwTP3Bfu6qW4gs5zT1vcZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(50,39,100,0.99);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; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row .container { background-color: transparent; background-image: none; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row .container > .video-iframe-container { display: none; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row > .video-iframe-container { display: none; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .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); }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row .container { border-width: 0; border-radius: 0; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#TgEhff8Dn21KgLSN0KJwTGk8yu65Zfna { 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:4.25rem;width:8.625rem;top:1.5rem;left:62.1875rem;overflow:hidden;display:block; }
#muFBkPoVXvyl9AUMQJCcxgL03ZaOlXD0 { 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:3.625rem;width:7.5rem;top:1.8125rem;left:50.875rem;overflow:hidden;display:block; }
#xDSwpsmkCGbg7BDyALL2nu1LT1gdtTHt { 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:4.4375rem;width:5.0625rem;top:1.4375rem;left:69.625rem;overflow:hidden;display:block; }
#fHdKEeyiyLvyl1f9yOoiXhH8owxRiCXy { position:absolute;display:block;z-index:15010;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.5625rem;width:7.5rem;top:1.875rem;left:57.4375rem;overflow:hidden;display:block; }
#lRdwyol2faI49Pa1Q4oCCsRvVEypJ0Sx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:0.25rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFIJhp7hiLmAB9P4oDK8qntBaezD23Cx { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.875rem;top:2.75rem;left:31.1875rem;overflow:hidden;display:block; }
#hlCFp1TkPChbbeob1yTwmJI2aFVfK5EN { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:5.9375rem;top:2.875rem;left:36.8125rem;overflow:hidden;display:block; }
#AmaKJp4sf3G4bxeO53I0mlsOMJvdDP8k { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:7rem;top:2.9375rem;left:6.8125rem;overflow:hidden;display:block; }
#ls3907RUUqTl7Gd3QwC0PE4Lb6AF37Zw { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:8.4375rem;top:2.5rem;left:14.4375rem;overflow:hidden;display:block; }
#gTuG1fKTtw2V2DBJEdG2x5AyF18F0s5m { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:7.4375rem;top:2.5rem;left:23.1875rem;overflow:hidden;display:block; }
#J2589ZrzTemJmgvZ1qDaQTJRC8RvqQJ4 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:6.6875rem;top:2.4375rem;left:43.6875rem;overflow:hidden;display:block; }
#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row .container { background-color: transparent; background-image: none; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row .container > .video-iframe-container { display: none; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row > .video-iframe-container { display: none; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .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); }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row .container { border-width: 0; border-radius: 0; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#eGB5zsySTH5vPdDnvZL6Tn8XWWBA59ik { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:7.1875rem;left:1.4375rem;height:5.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRV7WUSbn8Ng7XQ7WA2mCMnBFynNmkxu { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:24rem;width:15.6875rem;top:15.1875rem;left:59.3125rem;overflow:hidden;display:block; }
#CCrlATTzcpvSZPNZ2BanQWViBHmB7IyS { background-color:#e57136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.44);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.0625rem;left:1.625rem;display:block; }
#nTcoBm6UUvEVwxIkGUn49rAlhxV5MfDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gs1yCk8ZeF3362Xs6PQwC726ZSSK6VSO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.875rem;left:1.5rem;height:17.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eCzWR54Nfv7apRTVU28BAzy6bOyQFTOX { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:24.0625rem;width:16.625rem;top:7.1875rem;left:41.6875rem;overflow:hidden;display:block; }
#TCJQ3RksQAxTvkthtaXMuCLlChq3fQv7 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:12.125rem;top:26.6875rem;left:43.9375rem;overflow:hidden;display:block; }
#SclyR36JrbnU0bfiabQbClgOFQhk3rqW { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:7.4375rem;width:15.625rem;top:7.375rem;left:59.375rem;overflow:hidden;display:block; }
#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 { 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; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container { background-color: transparent; background-image: none; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container > .video-iframe-container { display: none; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row > .video-iframe-container { display: none; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .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); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container { border-width: 0; border-radius: 0; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#HXse9mvbZ9nPKTkpBTcpcM5vaAyiyWRH { box-sizing:content-box;height:43.25rem;width:75rem;position:absolute;display:block;z-index:14992;background-color:#322764;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:0rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#SrmJDCXcsovxKG2iUzuypTZnVIDfbitf { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25.9375rem;width:25.9375rem;top:17.8125rem;left:7.5625rem;overflow:hidden;display:block; }
#rMfHpQRznKhMCT4R4sfP28ymrHzZzWTQ { color:#ffeea7;display:block;width:66.9375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.625rem;left:4.0625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pL1BMG6yzVLIq33wDCrR0lJy5ZhfcPnA { box-sizing:content-box;height:12.375rem;width:15rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.875rem;left:52.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#R7lpFuik3l5wM7dr6FLFCSV2mWGMLGpb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:54.4375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w46sPiX9rWGkC3wXl5U3pTvEyKThbRha { box-sizing:content-box;height:12.4375rem;width:15rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.8125rem;left:35.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#kN5UrSegBiMZKSNWlnDfraTikUbrqspL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.875rem;left:37.375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTs1d60SX5gmwrELttS7oeNAafw69sNa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.22;letter-spacing:0;top:19.5625rem;left:37.375rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#n8389RtslmiV1AyOPO4cr8q6dIo7ShCk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.22;letter-spacing:0;top:19.5625rem;left:54.4375rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#dJwfhwKxR442MPMITUuxMmUR0bo5WsmO { box-sizing:content-box;height:12.4375rem;width:15rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.3125rem;left:35.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#H2VvKUxDVOR9FlEFmCEhtTh0KvCZsARH { box-sizing:content-box;height:12.375rem;width:15rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.375rem;left:52.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dlMIxqWA0wc3KVLvcgBW30Tx0hcLyGyS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:36.9375rem;left:37.5rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kBUzUcyrT62QG8I8mNNpnDZsThQllkBc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:36.9375rem;left:54.3125rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThSE7ZNFPtg3Q3svVBPnf47Kd028KohT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:33.0625rem;left:37.5625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#crqoT1MylFVFzbipfQouTWvrmtxJgxIS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:33.125rem;left:54.3125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#swfhrLZWDEsecb240fA9hk6oQ5Vzxw9i { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:21.1875rem;width:21.1875rem;top:30.0625rem;left:0rem;overflow:hidden;display:block; }
#qAdVKTSyGQVdrv2J1HtOaUZ6JZ50CwxO { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top: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:21.1875rem;width:21.1875rem;top:26.9375rem;left:18.875rem;overflow:hidden;display:block; }
#fhzm7OcowTPPbGEK2LeOJDWxDeZhcZDu { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:21.1875rem;width:21.1875rem;top:15.625rem;left:18.875rem;overflow:hidden;display:block; }
#y3SnHJMZnCLDFlnvfA2GDTlqiXbLhQT9 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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:16.5rem;width:16.5rem;top:13.625rem;left:4.0625rem;overflow:hidden;display:block; }
#tyMCP4BCN1oi1yw4XWxhrmLJWSRV0zQf { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top: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:21.1875rem;width:21.1875rem;top:26.9375rem;left:53.8125rem;overflow:hidden;display:block; }
#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13dbc1b2-cb13-47bc-9051-5fd1802ea9e2/BannerNamastExperience6.jpg");background-position:center !important;background-repeat:repeat-x !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; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.adaptive-delivery-prevent-bg, #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.lazyload, #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.lazyloading { background-image: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { background-color: transparent; background-image: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container > .video-iframe-container { display: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container { display: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .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); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { border-width: 0; border-radius: 0; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#e7gD6MeJ9gyx2ArJ6o7W0kxQ2xILRHaI { box-sizing:content-box;height:5.375rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:25.625rem;display:block; }
#b7wthkyAOrSz9T9H90yyHFOT47I3dUAX { box-sizing:content-box;height:5.375rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:47rem;display:block; }
#bxAZk8Ez88Dcp2RxSiTJEGZ5QUBMoCLa { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5625rem;left:30.625rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5mQJVtBmhiNP26zN0aNg3EhyR4uUpz8 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.625rem;left:11.9375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B37bd7WlLI20IV7O78oU9pfLQLGnbrb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:19.6875rem;left:9.25rem; }
#HqAr7QhNneLQkMrAfpVfDvD1TPSGtP9G { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.5rem;left:51.75rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B9g5VFCWaCwX9FbnT0wnG0iumqqX8IuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:19.5625rem;left:27.75rem; }
#ZPvGH0wqnnpRIpwHw7HKUKZL1HFHFLJN { 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:15050;opacity:1;top:19.5rem;left:49.3125rem; }
#S9ZMgPkl3WTBIKNQreRQMifAKHxFOC3O { color:#ffeea7;display:block;width:67.4375rem;position:absolute;font-family:lora;font-size:2.3125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:13.4375rem;left:3.8125rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#eBCJCfAhD0els6tGlebidgrH8g67f9tN { color:#ffeea7;display:block;width:63.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.6875rem;left:5.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCshQhQgn2pFpZy1JnonFedqRkFmdetA { box-sizing:content-box;height:28.375rem;width:71.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(253,253,253,0.06);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.1875rem;left:1.625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#CZy2tSsmt5x0seAiEH6JPV6OHDBNUqGN { background-color:#e57136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.44);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.6875rem;left:28rem;display:block; }
#QGq2RTiSDPRSd16cZbCG4uJcsfPmG387 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.29);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:none; }#UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 > .row .container { border-width: 0; border-radius: 0; }#UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:none; }#wFffzzsxRFRGpspCngwsmCTO8ngPNzJB { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.1875rem;left:35.375rem;height:21.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTrrTbcOi2Va8RKnwbZubWrJyB3lWiPv { position:absolute;display:block;z-index:15009;background-color:#013554;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.1875rem;top:43.9375rem;left:4.3125rem;display:none; }
#pQshxA5XodsZEWeKB9URdpVGwCkXe1wb { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.375rem;left:35.375rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9 { box-sizing:content-box;height:28.9375rem;width:23.4375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/912987ae-222a-44cd-986a-38f40d99ab25/RyanpicParis.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.375rem;left:6.6875rem;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(var(--color-tertiary-4),0.5) ;display:block; }#N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9.adaptive-delivery-prevent-bg, #N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9.lazyload, #N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9.lazyloading { background-image: none; }
#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,203,253,0.29);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; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row .container { background-color: transparent; background-image: none; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row .container > .video-iframe-container { display: none; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row > .video-iframe-container { display: none; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .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); }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row .container { border-width: 0; border-radius: 0; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#xBu4ILw4HVrLZiAJUDkWP4nhd4XrXppW { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.625rem;left:6.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.29);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; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row .container { background-color: transparent; background-image: none; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row .container > .video-iframe-container { display: none; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row > .video-iframe-container { display: none; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .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); }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row .container { border-width: 0; border-radius: 0; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#tx0TMbPXbFTB4PmLL8hoArUBPdXtoBTT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:2.75rem;left:3.3125rem;height:24.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iLPGUtPMktcI34SE48rXFeS8ZGpn8r2a { box-sizing:content-box;height:14.875rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d45b14dd-a531-4d4a-9a3f-a352386b65db/ANGERSVisuelsYoga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.6875rem;left:40.3125rem;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(var(--color-tertiary-4),0.5) ;display:block; }#iLPGUtPMktcI34SE48rXFeS8ZGpn8r2a.adaptive-delivery-prevent-bg, #iLPGUtPMktcI34SE48rXFeS8ZGpn8r2a.lazyload, #iLPGUtPMktcI34SE48rXFeS8ZGpn8r2a.lazyloading { background-image: none; }
#MzDWRR10WwUlucCTUgkGTPzNmdzTR1Z0 { box-sizing:content-box;height:14.875rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3eae512-8fda-4a16-8018-35f204f52cbe/VisuelsMantrasNEW3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.6875rem;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(var(--color-tertiary-4),0.5) ;display:block; }#MzDWRR10WwUlucCTUgkGTPzNmdzTR1Z0.adaptive-delivery-prevent-bg, #MzDWRR10WwUlucCTUgkGTPzNmdzTR1Z0.lazyload, #MzDWRR10WwUlucCTUgkGTPzNmdzTR1Z0.lazyloading { background-image: none; }
#hx8ceJDO27UrrpaTyi1LSsvALThiiUKP { box-sizing:content-box;height:15.0625rem;width:14.1875rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83bd8785-1763-471a-93ca-69444c6e9d6b/Mantras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.75rem;left:55.65625rem;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(var(--color-tertiary-4),0.5) ;display:block; }#hx8ceJDO27UrrpaTyi1LSsvALThiiUKP.adaptive-delivery-prevent-bg, #hx8ceJDO27UrrpaTyi1LSsvALThiiUKP.lazyload, #hx8ceJDO27UrrpaTyi1LSsvALThiiUKP.lazyloading { background-image: none; }
#L90TOy2Qh6bwdg3fgPDp9PBSoVus5pr6 { box-sizing:content-box;height:14.9375rem;width:14.25rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3594e9f1-7d06-476a-81f7-f75dc91aaf5c/VisuelsMantrasbreathworketmditation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.75rem;left:40.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(var(--color-tertiary-4),0.5) ;display:block; }#L90TOy2Qh6bwdg3fgPDp9PBSoVus5pr6.adaptive-delivery-prevent-bg, #L90TOy2Qh6bwdg3fgPDp9PBSoVus5pr6.lazyload, #L90TOy2Qh6bwdg3fgPDp9PBSoVus5pr6.lazyloading { background-image: none; }
#VvvaXG8gIfseshXNw64G9v1a5M5Ekfkc { background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:"work sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.1875rem;left:3.3125rem;display:block; }
#iG3dm1bhLCtgkuKqbu7m9ZgwvToC3VG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:5.3125rem;left:6.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14.6875rem;left:5.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dypme7i92odloVNnq813dGvzQ5xSyGel { position:absolute;display:block;z-index:15032;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.4375rem;width:6.25rem;top:16.3125rem;left:10.875rem;overflow:hidden;display:block; }
#wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:14.6875rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.3125rem;left:28.6875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { position:absolute;display:block;z-index:15037;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.4375rem;width:6.25rem;top:16.125rem;left:34.375rem;overflow:hidden;display:block; }
#TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.375rem;left:53.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:14.6875rem;left:52.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IW8DiB33oghyphuWEa8fuMhkgp8Am11p { position:absolute;display:block;z-index:15037;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.4375rem;width:6.25rem;top:16.1875rem;left:57.875rem;overflow:hidden;display:block; }
#nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:4.1875rem;left:49.9375rem;display:block; }
#QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { 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; }
#amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { 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; }
#S9nuJpmoai1tDMTTbgME7T1TPayviP2O { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:4.1875rem;left:24.9375rem;display:block; }
#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { background-color: transparent; background-image: none; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container > .video-iframe-container { display: none; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row > .video-iframe-container { display: none; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .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); }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { border-width: 0; border-radius: 0; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#ZsEJa7p9S5MT8Wow4u6RSfH9Ttl4GzuA { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PRXd72g36cVw0lwlURkSxA4Nef7k2w2i { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.46875rem;left:13.03125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row .container { background-color: transparent; background-image: none; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row .container > .video-iframe-container { display: none; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row > .video-iframe-container { display: none; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .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); }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row .container { border-width: 0; border-radius: 0; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#S9NCMxVCrznDzAd1UkcKP8UzNiGKC5DC { color:#000000;display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:5.25rem;left:38.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukwSFO1ydNmPdPBk9D9nyGivOx0tLQaD { color:#000000;display:block;width:28.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:9.1875rem;left:38.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W0mGwJ4DLvfvxMfQZVAc1RAREXg03IyG { color:#000000;display:block;width:29.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.1875rem;left:38.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k1HrfSQlCsbahJLEMbiA02J8MIrgctin { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:17.1875rem;left:38.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCU9UKHdrmvvrd4QdW6ceEEJUZp94tNP { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:21rem;left:38.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q6Zsy94iGzp4zsapE78wFbQKR4fuyskV { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:38.3125rem;display:block; }
#RpJIQn2QPIn7R37lJX2rZtA0DVmseIyG { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:38.3125rem;display:block; }
#ox77iMpzkgX6PvK4PTvSFBXPqFghQiPh { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12rem;left:38.3125rem;display:block; }
#wWcfuWQTcGgbuyEkpKSgIMTRMJx1NhsU { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:38.3125rem;display:block; }
#XfOHSv45FFFMuNxG6lub9XEnB7rc1pZH { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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:26.8125rem;width:29.6875rem;top:0.5625rem;left:5.8125rem;overflow:hidden;display:block; }
#nJNChBNQMfkGQPmIc6SgRXWKouGwXqc2 { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#viHPaXcFMxWpHQay9ByAF9AgT3XXNpKT { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#rZbSUiOIeZhAG00mvQKsiefPE53b76yu { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container { background-color: transparent; background-image: none; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container > .video-iframe-container { display: none; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row > .video-iframe-container { display: none; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .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); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container { border-width: 0; border-radius: 0; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#o81lFV9seCvq7aGig7tDuosW5ITTqFJP { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.6875rem;left:6.9375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#uiPUsrzKzc7SHa2HxIgDA01UioBrGBz5 { color:#000000;display:block;width:9rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.9375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZvqrmpO3Ah3IO6HG6ZKh79SfAQCXebTW { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.6875rem;left:26.125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#di1K3gy50KpJCOB5B6BaOA5PPfCbLeAK { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.125rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTAJT3eKTH2r2ba64qZk2zyT2HuqUJ6f { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#EKgR5Gkxe0rLa7U3hu1kd4IthIbkRHeg { color:#000000;display:block;width:7.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:4.75rem;left:45.1875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q58q0vCqmXPAwiMDI7QTXmfmBETcV9Zc { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.6875rem;left:62.3125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#fADDc0umoST2uoMQRoty6NU0nHLCW6z6 { color:#000000;display:block;width:11.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:4.75rem;left:62.3125rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RZSM581AgC7PB8qgUwGghXRJ5OrBxm3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.75rem;left:2.09375rem; }
#VupJfGq2GK74hUky4gQzSbHQcws3vAwv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:1.75rem;left:20.78125rem; }
#SMqPuOwHipiK8opGSTMDtXKGJltqXc1u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.75rem;left:40.15625rem; }
#xK4w9HzaTDfaFrIOn3pWCTF7FocJPINX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:1.75rem;left:57.09375rem; }
#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { background-color: transparent; background-image: none; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container > .video-iframe-container { display: none; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row > .video-iframe-container { display: none; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .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); }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { border-width: 0; border-radius: 0; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#Turw6mC2pHQIuhgTpNNkT5VLerWgcuf4 { 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; }
#kw2aIpNmaeSsifJZiD5JQKE4iIec8MPS { 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; }
#xIutI7Gh6h4J4lhZk9bLAH28qAfT0bdW { 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; }
#kQcOrTFNIVC0QpyTX73sgiEzSJc7I49f { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:14.1875rem;display:block; }
#OMTlsunnTKEUOuvimc5TRzQAeHvp8Lx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:4.75rem;left:23.8125rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ziX0uNJIPeH7fMavlOU8yFVR4vh0N7F4 { 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:2.75rem;width:5.4375rem;top:4.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#IiXGzr9GtRzX1P4VEoxyPcu6sBUrNHyT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:10rem;left:14.1875rem;display:block; }
#KfN5ftVSTFHMvIhGdpNmkTO0MTsLuLOz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:11.25rem;left:23.8125rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CK6bzAcZuONB1QADyyeIze1IzTguLT5s { 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:1.875rem;width:6.5625rem;top:12.8125rem;left:16.1875rem;overflow:hidden;display:block; }
#gSuiqdCqgUgyJhG0cF2a27WCOy5T7P1I { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:37.875rem;display:block; }
#PEEpN6UWldsDhtaN6e2VDpmTxoPIGn9W { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:3.21875rem;left:47.375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X5vIUiiaqJEk6l3t1ab9tsUyTGmegSv6 { 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:3.5rem;width:5.4375rem;top:11.875rem;left:40.1875rem;overflow:hidden;display:block; }
#zW7TszJbQT2mUT8Sm8luGtyg31aRwCeQ { 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:2.8125rem;width:6.6875rem;top:4.125rem;left:39.4375rem;overflow:hidden;display:block; }
#cTXr7QmmRkmo09D9akkySLT3pc4DhpTX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:9.9375rem;left:37.875rem;display:block; }
#n77TmouUduMMDXOhTe2s45gKsGyEBbku { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.34375rem;left:47.4375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row .container { background-color: transparent; background-image: none; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row .container > .video-iframe-container { display: none; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row > .video-iframe-container { display: none; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .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); }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row .container { border-width: 0; border-radius: 0; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#UKcpVpswmphktvmKWGeiusdib1oRQbHV { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:13.5625rem;height:8.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8myCoqyTomHD1M0vz7UDZCcXFRNg3ID { background-color:#e57136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.44);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.9375rem;left:28rem;display:block; }
#F1HbUXsXZqiazpKuVTLHh22RVXkllrzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 { 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; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container { background-color: transparent; background-image: none; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container > .video-iframe-container { display: none; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row > .video-iframe-container { display: none; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .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); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container { border-width: 0; border-radius: 0; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#K2v2RNbZTqTdpTHxE1sqtLvZSvBKTMQP { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.8125rem;left:39rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8TgSMkg8XGbt8qrKWh4NoyZQrFuZn5y { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.875rem;left:38.9375rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqJpZwltJX6m1y2T44htg1UActKNab5S { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.0625rem;width:16.625rem;top:28.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#UJc7JBsg0Ss5vHXwNfxTXI5tn7vTc617 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(51,59,76,0.5) ;height:21.4375rem;width:16.375rem;top:6.375rem;left:2rem;overflow:hidden;display:block; }
#NHwPzg9H64XDnXxAOOX6QP9FWaLttdg4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9rem;width:17.0625rem;top:28.4375rem;left:19.25rem;overflow:hidden;display:block; }
#cPXn0QcIyeMDQ8CulKnfLkM4GHzo2LdZ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.75rem;width:16.8125rem;top:16.9375rem;left:19.25rem;overflow:hidden;display:block; }
#eToxIJCHn0lnhCx7vO8ErVJPxDIZ3rVh { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:16.75rem;top:6.5625rem;left:19.3125rem;overflow:hidden;display:block; }
#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row .container { background-color: transparent; background-image: none; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row .container > .video-iframe-container { display: none; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row > .video-iframe-container { display: none; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .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); }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row .container { border-width: 0; border-radius: 0; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#FAbPlOLrRADx5OSBRE3vGTIM10hO58BS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.90625rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEb4fzukUUqNBkyl1oWytXushPhJl4SG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:58.78125rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfEF4eD30JRTwXZaQQBspPAopohJ9aqc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.25rem;left:58.78125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQhVgWkmxC0dxfTrTw58MHRTOSgaTFtN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.53125rem;height:7.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hET5ImCTrCbTQc1msSTHzEKERttacUzA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:40.03125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ogAPNXmP7iskSxdCnmH3MXFxtPiwWo4F { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.1875rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZDqBmaZfyJEJnsz2BcdTxFCvFiiRAsC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:-0.0625rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yLTatVOUs74BCCDSHbO7tQNyVsaccUIN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:63.5625rem; }
#U0HF00oAevHCbTBhwevuF08czzQHuogT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#h7BecJpiXWB5SQu2uKf90PIVDOT3ATTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5625rem;left:7.25rem; }
#KOqOpUQkRoZzMWq4qLlGxUBOlbTgRAwg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:21.28125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nPC10PbL0FyG2yUhWTU2x5QcDUv4B91r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:26.0625rem; }
#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#322764;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; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { background-color: transparent; background-image: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .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); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { 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; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:11.25rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.3125rem;left:8.25rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { position:absolute;display:block;z-index:15011;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:6.5rem;top:2rem;left:0.875rem;overflow:hidden;display:block; }
#T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.125rem;left:44.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.125rem;left:56.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:56.0625rem;display:block; }
#dGuoFimiptmLB24bqAbkOwLUUNMAvceL { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:67.3125rem;display:block; }
#t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:67.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#FWqVKTnxbqZyJRhrnxtDcazir044A2AN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:47.25rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6rem;left:0.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#TOg6H1cBq0G4ss0J3ZtJlXvebkKtZUMu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.28125rem;left:14.46875rem; }
#TOg6H1cBq0G4ss0J3ZtJlXvebkKtZUMu > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#322764;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;z-index:auto;display:block; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { background-color: transparent; background-image: none; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container > .video-iframe-container { display: none; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row > .video-iframe-container { display: none; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .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); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { border-width: 0; border-radius: 0; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#322764;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row .container { background-color: transparent; background-image: none; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row .container > .video-iframe-container { display: none; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row > .video-iframe-container { display: none; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .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); }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row .container { border-width: 0; border-radius: 0; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#q1QfuKNmlCLTzEyCLuFcmlaX94L5O5MQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:2.4375rem;left:41.125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ut5soavQalVxUKi2A2hlTJRlJAnO9OpO { 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.1875rem;width:6.5rem;top:1.71875rem;left:1.0625rem;overflow:hidden;display:block; }
#Imvm11QxEttJI39XyJyKSRM3X1XMDlFk { background-color:#e57136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.44);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.59375rem;left:61.625rem;display:block; }
#OA4E93Fer1TyoNGSZahpc7zJoqBJOlt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z3WWuaEup013WSQWnosIPIW0RJp3T3TE { display:block; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWcn8kXxl2Sizpnq4LrwaXeO8aK1nlve { top:30.25rem;left:12.6875rem;width:30.125rem;height:2.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoRxNlQV5DPOKiaGMwOuBMDRhmQn2DNW { top:2.25rem;left:0rem;width:47.75rem;height:23.82049086758rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBeb1anQUPyIp02CJhhhnnDffrqLAeC { top:32.6875rem;left:2.4375rem;width:45.3125rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfsuCzf5VnDLfOlnmCR2iO8Uel1puMpW { top:30.375rem;left:9.9375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwWkHAyVrQZur4yGwmPAT8XhzseFa32E { width:19rem;height:3.4375rem;top:37.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhpyhr3VAXcwTP3Bfu6qW4gs5zT1vcZa { display:block; }
 }@media only screen and (max-width: 763px) { #Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU { display:block; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgEhff8Dn21KgLSN0KJwTGk8yu65Zfna { top:1.5rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muFBkPoVXvyl9AUMQJCcxgL03ZaOlXD0 { top:1.8125rem;left:37.25rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSwpsmkCGbg7BDyALL2nu1LT1gdtTHt { top:1.4375rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHdKEeyiyLvyl1f9yOoiXhH8owxRiCXy { top:1.875rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdwyol2faI49Pa1Q4oCCsRvVEypJ0Sx { top:2.875rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIJhp7hiLmAB9P4oDK8qntBaezD23Cx { top:2.75rem;left:17.5625rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlCFp1TkPChbbeob1yTwmJI2aFVfK5EN { top:2.875rem;left:23.1875rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmaKJp4sf3G4bxeO53I0mlsOMJvdDP8k { top:2.9375rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls3907RUUqTl7Gd3QwC0PE4Lb6AF37Zw { top:2.5rem;left:0.8125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTuG1fKTtw2V2DBJEdG2x5AyF18F0s5m { top:2.5rem;left:9.5625rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2589ZrzTemJmgvZ1qDaQTJRC8RvqQJ4 { top:2.4375rem;left:30.0625rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N { display:block; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGB5zsySTH5vPdDnvZL6Tn8XWWBA59ik { top:7.1875rem;left:0rem;width:36.4375rem;height:5.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRV7WUSbn8Ng7XQ7WA2mCMnBFynNmkxu { top:15.1875rem;left:32.0625rem;width:15.6875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCrlATTzcpvSZPNZ2BanQWViBHmB7IyS { width:19rem;height:3.4375rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcoBm6UUvEVwxIkGUn49rAlhxV5MfDh { display:block; }
 }@media only screen and (max-width: 763px) { #Gs1yCk8ZeF3362Xs6PQwC726ZSSK6VSO { top:14.875rem;left:0rem;width:36.3125rem;height:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCzWR54Nfv7apRTVU28BAzy6bOyQFTOX { top:7.1875rem;left:28.0625rem;width:16.625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJQ3RksQAxTvkthtaXMuCLlChq3fQv7 { top:26.6875rem;left:30.3125rem;width:12.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SclyR36JrbnU0bfiabQbClgOFQhk3rqW { top:7.375rem;left:32.125rem;width:15.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 { display:block; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXse9mvbZ9nPKTkpBTcpcM5vaAyiyWRH { top:5.75rem;left:0rem;width:47.75rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrmJDCXcsovxKG2iUzuypTZnVIDfbitf { top:17.8125rem;left:0rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMfHpQRznKhMCT4R4sfP28ymrHzZzWTQ { top:9.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL1BMG6yzVLIq33wDCrR0lJy5ZhfcPnA { top:17.875rem;left:32.75rem;width:15rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7lpFuik3l5wM7dr6FLFCSV2mWGMLGpb { top:21.875rem;left:35.5625rem;width:12.1875rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46sPiX9rWGkC3wXl5U3pTvEyKThbRha { top:17.8125rem;left:22.25rem;width:15rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN5UrSegBiMZKSNWlnDfraTikUbrqspL { top:21.875rem;left:23.75rem;width:12.0625rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTs1d60SX5gmwrELttS7oeNAafw69sNa { top:19.5625rem;left:23.75rem;width:10.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8389RtslmiV1AyOPO4cr8q6dIo7ShCk { top:19.5625rem;left:39.25rem;width:8.5rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJwfhwKxR442MPMITUuxMmUR0bo5WsmO { top:31.3125rem;left:22.25rem;width:15rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2VvKUxDVOR9FlEFmCEhtTh0KvCZsARH { top:31.375rem;left:32.75rem;width:15rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlMIxqWA0wc3KVLvcgBW30Tx0hcLyGyS { top:36.9375rem;left:23.875rem;width:12.1875rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUzUcyrT62QG8I8mNNpnDZsThQllkBc { top:36.9375rem;left:35.6875rem;width:12.0625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThSE7ZNFPtg3Q3svVBPnf47Kd028KohT { top:33.0625rem;left:23.9375rem;width:8.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crqoT1MylFVFzbipfQouTWvrmtxJgxIS { top:33.125rem;left:36.9375rem;width:10.8125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swfhrLZWDEsecb240fA9hk6oQ5Vzxw9i { top:30.0625rem;left:0rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdVKTSyGQVdrv2J1HtOaUZ6JZ50CwxO { top:26.9375rem;left:5.25rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhzm7OcowTPPbGEK2LeOJDWxDeZhcZDu { top:15.625rem;left:5.25rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3SnHJMZnCLDFlnvfA2GDTlqiXbLhQT9 { top:13.625rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyMCP4BCN1oi1yw4XWxhrmLJWSRV0zQf { top:26.9375rem;left:26.5625rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv { display:block; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7gD6MeJ9gyx2ArJ6o7W0kxQ2xILRHaI { top:18.625rem;left:12rem;width:0.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7wthkyAOrSz9T9H90yyHFOT47I3dUAX { top:18.9375rem;left:33.375rem;width:0.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxAZk8Ez88Dcp2RxSiTJEGZ5QUBMoCLa { top:19.5625rem;left:17rem;width:14.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mQJVtBmhiNP26zN0aNg3EhyR4uUpz8 { top:19.625rem;left:0rem;width:11.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B37bd7WlLI20IV7O78oU9pfLQLGnbrb4 { top:19.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqAr7QhNneLQkMrAfpVfDvD1TPSGtP9G { top:19.5rem;left:33.6875rem;width:14.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9g5VFCWaCwX9FbnT0wnG0iumqqX8IuZ { top:19.5625rem;left:14.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPvGH0wqnnpRIpwHw7HKUKZL1HFHFLJN { top:19.5rem;left:35.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ZMgPkl3WTBIKNQreRQMifAKHxFOC3O { top:13.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCJCfAhD0els6tGlebidgrH8g67f9tN { top:9.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCshQhQgn2pFpZy1JnonFedqRkFmdetA { top:6.1875rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZy2tSsmt5x0seAiEH6JPV6OHDBNUqGN { width:19rem;height:3.4375rem;top:27.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGq2RTiSDPRSd16cZbCG4uJcsfPmG387 { display:block; }
 }@media only screen and (max-width: 763px) { #UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 { display:block; }#UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFffzzsxRFRGpspCngwsmCTO8ngPNzJB { top:14.1875rem;left:15.5625rem;width:32.1875rem;height:21.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTrrTbcOi2Va8RKnwbZubWrJyB3lWiPv { top:43.9375rem;left:0rem;width:31.1875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQshxA5XodsZEWeKB9URdpVGwCkXe1wb { top:6.375rem;left:14.8125rem;width:32.9375rem;height:6.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9 { top:6.375rem;left:0rem;width:23.4375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3bxXa7xiUwbuXiMedhZalNfGqseh6J { display:block; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBu4ILw4HVrLZiAJUDkWP4nhd4XrXppW { top:2.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr { display:block; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx0TMbPXbFTB4PmLL8hoArUBPdXtoBTT { top:2.75rem;left:0rem;width:30.8125rem;height:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLPGUtPMktcI34SE48rXFeS8ZGpn8r2a { top:18.6875rem;left:26.6875rem;width:14.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzDWRR10WwUlucCTUgkGTPzNmdzTR1Z0 { top:18.6875rem;left:33.375rem;width:14.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx8ceJDO27UrrpaTyi1LSsvALThiiUKP { top:2.75rem;left:33.5625rem;width:14.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L90TOy2Qh6bwdg3fgPDp9PBSoVus5pr6 { top:2.75rem;left:26.75rem;width:14.25rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvvaXG8gIfseshXNw64G9v1a5M5Ekfkc { width:16.4375rem;height:3.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG3dm1bhLCtgkuKqbu7m9ZgwvToC3VG2 { display:block; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { display:block; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:15.375rem;height:6.75rem;top:5.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { width:17rem;height:1.3125rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dypme7i92odloVNnq813dGvzQ5xSyGel { top:16.3125rem;left:6.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:14.6875rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { width:17.625rem;height:8.4375rem;top:5.3125rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { top:16.125rem;left:20.6875rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { width:15.375rem;height:6.75rem;top:5.375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { width:17rem;height:1.3125rem;top:14.6875rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW8DiB33oghyphuWEa8fuMhkgp8Am11p { top:16.1875rem;left:35.0625rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { top:4.1875rem;left:31.625rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { display:none; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { display:none; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { top:4.1875rem;left:15.75rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn { display:block; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsEJa7p9S5MT8Wow4u6RSfH9Ttl4GzuA { top:2.5625rem;left:0rem;width:19.9375rem;height:7.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRXd72g36cVw0lwlURkSxA4Nef7k2w2i { top:4.4375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFa7STRTqa6HmqvNOVnv186oIyCOKbTf { display:block; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9NCMxVCrznDzAd1UkcKP8UzNiGKC5DC { top:5.25rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwSFO1ydNmPdPBk9D9nyGivOx0tLQaD { top:9.1875rem;left:19.375rem;width:28.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0mGwJ4DLvfvxMfQZVAc1RAREXg03IyG { top:13.1875rem;left:18rem;width:29.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1HrfSQlCsbahJLEMbiA02J8MIrgctin { top:17.1875rem;left:15.9375rem;width:31.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCU9UKHdrmvvrd4QdW6ceEEJUZp94tNP { top:21rem;left:22.0625rem;width:25.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Zsy94iGzp4zsapE78wFbQKR4fuyskV { top:20rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJIQn2QPIn7R37lJX2rZtA0DVmseIyG { top:16.0625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox77iMpzkgX6PvK4PTvSFBXPqFghQiPh { top:12rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWcfuWQTcGgbuyEkpKSgIMTRMJx1NhsU { top:8.1875rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfOHSv45FFFMuNxG6lub9XEnB7rc1pZH { top:0.5625rem;left:0rem;width:29.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNChBNQMfkGQPmIc6SgRXWKouGwXqc2 { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #viHPaXcFMxWpHQay9ByAF9AgT3XXNpKT { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZbSUiOIeZhAG00mvQKsiefPE53b76yu { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS { display:block; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o81lFV9seCvq7aGig7tDuosW5ITTqFJP { top:0.6875rem;left:3.25rem;width:8.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiPUsrzKzc7SHa2HxIgDA01UioBrGBz5 { top:4.6875rem;left:2.9375rem;width:9rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqrmpO3Ah3IO6HG6ZKh79SfAQCXebTW { top:0.6875rem;left:15.90625rem;width:7.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di1K3gy50KpJCOB5B6BaOA5PPfCbLeAK { top:4.75rem;left:15.1875rem;width:8.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTAJT3eKTH2r2ba64qZk2zyT2HuqUJ6f { top:0.6875rem;left:28.15625rem;width:7.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKgR5Gkxe0rLa7U3hu1kd4IthIbkRHeg { top:4.75rem;left:28.15625rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q58q0vCqmXPAwiMDI7QTXmfmBETcV9Zc { top:0.6875rem;left:38.46875rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fADDc0umoST2uoMQRoty6NU0nHLCW6z6 { top:4.75rem;left:36.625rem;width:11.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZSM581AgC7PB8qgUwGghXRJ5OrBxm3u { top:1.75rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupJfGq2GK74hUky4gQzSbHQcws3vAwv { top:1.75rem;left:11.9375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMqPuOwHipiK8opGSTMDtXKGJltqXc1u { top:1.75rem;left:23.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK4w9HzaTDfaFrIOn3pWCTF7FocJPINX { top:1.75rem;left:35.8125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N { display:block; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Turw6mC2pHQIuhgTpNNkT5VLerWgcuf4 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kw2aIpNmaeSsifJZiD5JQKE4iIec8MPS { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xIutI7Gh6h4J4lhZk9bLAH28qAfT0bdW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kQcOrTFNIVC0QpyTX73sgiEzSJc7I49f { width:23rem;height:7.375rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMTlsunnTKEUOuvimc5TRzQAeHvp8Lx2 { top:4.75rem;left:10.1875rem;width:8.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziX0uNJIPeH7fMavlOU8yFVR4vh0N7F4 { top:4.1875rem;left:2.5625rem;width:5.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiXGzr9GtRzX1P4VEoxyPcu6sBUrNHyT { width:23rem;height:7.375rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfN5ftVSTFHMvIhGdpNmkTO0MTsLuLOz { top:11.25rem;left:10.1875rem;width:12.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6bzAcZuONB1QADyyeIze1IzTguLT5s { top:12.8125rem;left:2.5625rem;width:6.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSuiqdCqgUgyJhG0cF2a27WCOy5T7P1I { width:23rem;height:7.375rem;top:1.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEpN6UWldsDhtaN6e2VDpmTxoPIGn9W { top:3.1875rem;left:33.75rem;width:12.1875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5vIUiiaqJEk6l3t1ab9tsUyTGmegSv6 { top:11.875rem;left:26.5625rem;width:5.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7TszJbQT2mUT8Sm8luGtyg31aRwCeQ { top:4.125rem;left:25.8125rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXr7QmmRkmo09D9akkySLT3pc4DhpTX { width:23rem;height:7.375rem;top:9.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n77TmouUduMMDXOhTe2s45gKsGyEBbku { top:11.3125rem;left:33.8125rem;width:12.875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs { display:block; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKcpVpswmphktvmKWGeiusdib1oRQbHV { top:2.125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8myCoqyTomHD1M0vz7UDZCcXFRNg3ID { width:19rem;height:3.4375rem;top:13.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1HbUXsXZqiazpKuVTLHh22RVXkllrzT { display:block; }
 }@media only screen and (max-width: 763px) { #mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 { display:block; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2v2RNbZTqTdpTHxE1sqtLvZSvBKTMQP { width:30.25rem;height:2.3125rem;top:6.8125rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8TgSMkg8XGbt8qrKWh4NoyZQrFuZn5y { top:10.875rem;left:13.625rem;width:34.125rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqJpZwltJX6m1y2T44htg1UActKNab5S { top:28.4375rem;left:0rem;width:16.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJc7JBsg0Ss5vHXwNfxTXI5tn7vTc617 { top:6.375rem;left:0rem;width:16.375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHwPzg9H64XDnXxAOOX6QP9FWaLttdg4 { top:28.4375rem;left:5.625rem;width:17.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPXn0QcIyeMDQ8CulKnfLkM4GHzo2LdZ { top:16.9375rem;left:5.625rem;width:16.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eToxIJCHn0lnhCx7vO8ErVJPxDIZ3rVh { top:6.5625rem;left:5.6875rem;width:16.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqbE1ffCmkDMmVTQoNr74GANla2AJkgc { display:block; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAbPlOLrRADx5OSBRE3vGTIM10hO58BS { top:11.9375rem;left:7.4375rem;width:16.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEb4fzukUUqNBkyl1oWytXushPhJl4SG { top:11.9375rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEF4eD30JRTwXZaQQBspPAopohJ9aqc { top:7.25rem;left:34.0625rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhVgWkmxC0dxfTrTw58MHRTOSgaTFtN { top:11.9375rem;left:17.4375rem;width:18.6875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hET5ImCTrCbTQc1msSTHzEKERttacUzA { top:7.25rem;left:22.125rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogAPNXmP7iskSxdCnmH3MXFxtPiwWo4F { top:11.9375rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZDqBmaZfyJEJnsz2BcdTxFCvFiiRAsC { top:7.25rem;left:0rem;width:18.8125rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTatVOUs74BCCDSHbO7tQNyVsaccUIN { top:2.4375rem;left:39.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0HF00oAevHCbTBhwevuF08czzQHuogT { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7BecJpiXWB5SQu2uKf90PIVDOT3ATTQ { top:2.5625rem;left:3.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqOpUQkRoZzMWq4qLlGxUBOlbTgRAwg { top:7.25rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPC10PbL0FyG2yUhWTU2x5QcDUv4B91r { top:2.4375rem;left:15.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { top:2rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { top:5.125rem;left:30.625rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { top:5.125rem;left:37.5625rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { top:5.75rem;left:42.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { top:5.75rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { top:4.9375rem;left:40.1875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { top:3rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { top:6rem;left:0rem;width:22.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOg6H1cBq0G4ss0J3ZtJlXvebkKtZUMu { top:2.25rem;left:0.84375rem;width:2.6875rem;height:2.6875rem;display:block; }
#TOg6H1cBq0G4ss0J3ZtJlXvebkKtZUMu > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG { display:block; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun { display:block; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1QfuKNmlCLTzEyCLuFcmlaX94L5O5MQ { top:2.4375rem;left:27.125rem;width:20.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut5soavQalVxUKi2A2hlTJRlJAnO9OpO { top:1.6875rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imvm11QxEttJI39XyJyKSRM3X1XMDlFk { width:12.8125rem;height:3.4375rem;top:1.5625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA4E93Fer1TyoNGSZahpc7zJoqBJOlt2 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #Z3WWuaEup013WSQWnosIPIW0RJp3T3TE { background-color:#36759b;background-image:url("https://images.assets-landingi.com/uc/bd6bbbc0-05e0-4000-97b0-42a4f0b42e76/BannerNamastExperience23.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE.adaptive-delivery-prevent-bg, #Z3WWuaEup013WSQWnosIPIW0RJp3T3TE.lazyload, #Z3WWuaEup013WSQWnosIPIW0RJp3T3TE.lazyloading { background-image: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container { background-color: transparent; background-image: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container > .video-iframe-container { display: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row > .video-iframe-container { display: none; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .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); }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container { border-width: 0; border-radius: 0; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3WWuaEup013WSQWnosIPIW0RJp3T3TE > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWcn8kXxl2Sizpnq4LrwaXeO8aK1nlve { width:20rem;height:1.5rem;top:17rem;left:0rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZoRxNlQV5DPOKiaGMwOuBMDRhmQn2DNW { width:19.75rem;height:9.875rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xsBeb1anQUPyIp02CJhhhnnDffrqLAeC { width:18.75rem;height:2.875rem;top:18.75rem;left:0.4375rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KfsuCzf5VnDLfOlnmCR2iO8Uel1puMpW { display:flex;width:1.5625rem;height:1.5625rem;top:26.1875rem;left:6.9375rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #CwWkHAyVrQZur4yGwmPAT8XhzseFa32E { width:15.9375rem;height:3.4375rem;top:24.1875rem;left:2.0625rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uhpyhr3VAXcwTP3Bfu6qW4gs5zT1vcZa { display:block; }
 }@media only screen and (max-width: 763px) { #Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU { display:block; }#Eenh5cWuzhb9FsTysVyx2spmOLOOHyWU > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgEhff8Dn21KgLSN0KJwTGk8yu65Zfna { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #muFBkPoVXvyl9AUMQJCcxgL03ZaOlXD0 { width:5.9375rem;height:2.75rem;top:5.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSwpsmkCGbg7BDyALL2nu1LT1gdtTHt { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHdKEeyiyLvyl1f9yOoiXhH8owxRiCXy { width:4.375rem;height:1.9375rem;top:6.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdwyol2faI49Pa1Q4oCCsRvVEypJ0Sx { width:5.25rem;height:1.4375rem;top:2.0625rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIJhp7hiLmAB9P4oDK8qntBaezD23Cx { width:3.375rem;height:1.5625rem;top:4.5625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlCFp1TkPChbbeob1yTwmJI2aFVfK5EN { width:4.375rem;height:1.3125rem;top:6.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmaKJp4sf3G4bxeO53I0mlsOMJvdDP8k { width:4.5rem;height:1.125rem;top:4.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls3907RUUqTl7Gd3QwC0PE4Lb6AF37Zw { width:5.375rem;height:1.5625rem;top:4.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTuG1fKTtw2V2DBJEdG2x5AyF18F0s5m { width:3.9375rem;height:1.375rem;top:4.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2589ZrzTemJmgvZ1qDaQTJRC8RvqQJ4 { width:4.625rem;height:1.5625rem;top:6.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N { display:block; }#biPNgpdO1fDkyTblqAAkTgi2UCMTqW2N > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGB5zsySTH5vPdDnvZL6Tn8XWWBA59ik { width:20rem;height:6.75rem;top:3.875rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRV7WUSbn8Ng7XQ7WA2mCMnBFynNmkxu { width:9.4375rem;height:14.4375rem;top:51.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCrlATTzcpvSZPNZ2BanQWViBHmB7IyS { width:15.5rem;height:3.4375rem;top:40.4375rem;left:2.25rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nTcoBm6UUvEVwxIkGUn49rAlhxV5MfDh { display:block; }
 }@media only screen and (max-width: 763px) { #Gs1yCk8ZeF3362Xs6PQwC726ZSSK6VSO { width:20rem;height:26.5625rem;top:11.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCzWR54Nfv7apRTVU28BAzy6bOyQFTOX { width:9.9375rem;height:14.5rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJQ3RksQAxTvkthtaXMuCLlChq3fQv7 { width:8.5rem;height:8.8125rem;top:57.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SclyR36JrbnU0bfiabQbClgOFQhk3rqW { width:9.4375rem;height:4.6875rem;top:46.4375rem;left:10.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 { background-color:#ffffff;background-image:none;display:block; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container { background-color: transparent; background-image: none; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container > .video-iframe-container { display: none; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row > .video-iframe-container { display: none; }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .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); }#TWe6pnzRmLCXfDqIU1o6pJiTr7T35zx5 > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXse9mvbZ9nPKTkpBTcpcM5vaAyiyWRH { width:20rem;height:80.0625rem;top:3.9375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #SrmJDCXcsovxKG2iUzuypTZnVIDfbitf { width:15rem;height:15rem;top:15.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMfHpQRznKhMCT4R4sfP28ymrHzZzWTQ { width:17.8125rem;height:7.125rem;top:6.125rem;left:1.125rem;font-size:2.1875rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #pL1BMG6yzVLIq33wDCrR0lJy5ZhfcPnA { width:15rem;height:12rem;top:43.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7lpFuik3l5wM7dr6FLFCSV2mWGMLGpb { width:12.25rem;height:6.25rem;top:47.9375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w46sPiX9rWGkC3wXl5U3pTvEyKThbRha { width:15rem;height:11.6875rem;top:31.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN5UrSegBiMZKSNWlnDfraTikUbrqspL { width:11rem;height:6.25rem;top:35.125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTs1d60SX5gmwrELttS7oeNAafw69sNa { width:10.3125rem;height:1.8125rem;top:32.8125rem;left:4.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8389RtslmiV1AyOPO4cr8q6dIo7ShCk { width:10rem;height:1.8125rem;top:45.125rem;left:4.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJwfhwKxR442MPMITUuxMmUR0bo5WsmO { width:15rem;height:12.125rem;top:56.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2VvKUxDVOR9FlEFmCEhtTh0KvCZsARH { width:15rem;height:11.8125rem;top:69.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlMIxqWA0wc3KVLvcgBW30Tx0hcLyGyS { width:11.8125rem;height:5rem;top:62.4375rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kBUzUcyrT62QG8I8mNNpnDZsThQllkBc { width:10.9375rem;height:5rem;top:74.9375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThSE7ZNFPtg3Q3svVBPnf47Kd028KohT { width:8.75rem;height:3.25rem;top:58.25rem;left:4.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #crqoT1MylFVFzbipfQouTWvrmtxJgxIS { width:8.4375rem;height:3.25rem;top:71rem;left:4.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #swfhrLZWDEsecb240fA9hk6oQ5Vzxw9i { width:11.75rem;height:11.75rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdVKTSyGQVdrv2J1HtOaUZ6JZ50CwxO { width:16.625rem;height:16.625rem;top:22.625rem;left:3.375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fhzm7OcowTPPbGEK2LeOJDWxDeZhcZDu { width:20rem;height:20rem;top:144.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3SnHJMZnCLDFlnvfA2GDTlqiXbLhQT9 { width:11.75rem;height:11.75rem;top:20.4375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #tyMCP4BCN1oi1yw4XWxhrmLJWSRV0zQf { width:20rem;height:20rem;top:85.25rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12f8163e-d4d2-4ae7-b8a5-27b56b2e646e/BannerNamastExperience.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.adaptive-delivery-prevent-bg, #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.lazyload, #tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv.lazyloading { background-image: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { background-color: transparent; background-image: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container > .video-iframe-container { display: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row > .video-iframe-container { display: none; }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .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); }#tVedK8DUuZ5aMv9FkTGaqUI36Hv643Kv > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7gD6MeJ9gyx2ArJ6o7W0kxQ2xILRHaI { width:17.4375rem;height:0.125rem;top:20.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7wthkyAOrSz9T9H90yyHFOT47I3dUAX { width:17.375rem;height:0.125rem;top:26.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxAZk8Ez88Dcp2RxSiTJEGZ5QUBMoCLa { width:17.875rem;height:2.875rem;top:22.25rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #p5mQJVtBmhiNP26zN0aNg3EhyR4uUpz8 { width:11.9375rem;height:2.875rem;top:16.4375rem;left:4.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #B37bd7WlLI20IV7O78oU9pfLQLGnbrb4 { display:flex;width:1.5625rem;height:1.5625rem;top:17.375rem;left:2.125rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #HqAr7QhNneLQkMrAfpVfDvD1TPSGtP9G { width:14.0625rem;height:2.875rem;top:28.0625rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #B9g5VFCWaCwX9FbnT0wnG0iumqqX8IuZ { display:flex;width:1.875rem;height:1.875rem;top:22.875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPvGH0wqnnpRIpwHw7HKUKZL1HFHFLJN { display:flex;width:1.4375rem;height:1.4375rem;top:29.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9ZMgPkl3WTBIKNQreRQMifAKHxFOC3O { width:15.6875rem;height:6rem;top:8.3125rem;left:2.1875rem;font-size:1.5625rem;line-height:1.3;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #eBCJCfAhD0els6tGlebidgrH8g67f9tN { width:20rem;height:4.125rem;top:3.8125rem;left:0rem;font-size:1.875rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #JCshQhQgn2pFpZy1JnonFedqRkFmdetA { width:20rem;height:28.375rem;top:2.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZy2tSsmt5x0seAiEH6JPV6OHDBNUqGN { width:15.4375rem;height:3.4375rem;top:33rem;left:2.25rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QGq2RTiSDPRSd16cZbCG4uJcsfPmG387 { display:block; }
 }@media only screen and (max-width: 763px) { #UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 { display:none; }#UnBUcCEeNRyrhnMZyUlHd4Dnn6EA9iA1 > .row .container { width:20rem;height:74.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wFffzzsxRFRGpspCngwsmCTO8ngPNzJB { width:20rem;height:31.25rem;top:43.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTrrTbcOi2Va8RKnwbZubWrJyB3lWiPv { width:12.5rem;height:0.125rem;top:60.5625rem;left:3.75rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #pQshxA5XodsZEWeKB9URdpVGwCkXe1wb { width:20rem;height:6.9375rem;top:4.1875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9 { width:20rem;height:28.9375rem;top:12.75rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/912987ae-222a-44cd-986a-38f40d99ab25/RyanpicParis.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9.adaptive-delivery-prevent-bg, #N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9.lazyload, #N6pfp8Ftl4XtEpwgc28qGhK06fN2woZ9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NG3bxXa7xiUwbuXiMedhZalNfGqseh6J { display:block; }#NG3bxXa7xiUwbuXiMedhZalNfGqseh6J > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBu4ILw4HVrLZiAJUDkWP4nhd4XrXppW { width:20rem;height:6.75rem;top:3.1875rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr { display:block; }#oWvT8W2T9nZNpBk1i5ib57SQ7atvWQRr > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx0TMbPXbFTB4PmLL8hoArUBPdXtoBTT { width:20rem;height:33.75rem;top:0.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLPGUtPMktcI34SE48rXFeS8ZGpn8r2a { width:9.75rem;height:9.75rem;top:53.875rem;left:10.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #MzDWRR10WwUlucCTUgkGTPzNmdzTR1Z0 { width:9.6875rem;height:10rem;top:43.1875rem;left:10.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #hx8ceJDO27UrrpaTyi1LSsvALThiiUKP { width:9.4375rem;height:10rem;top:43.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83bd8785-1763-471a-93ca-69444c6e9d6b/Mantras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hx8ceJDO27UrrpaTyi1LSsvALThiiUKP.adaptive-delivery-prevent-bg, #hx8ceJDO27UrrpaTyi1LSsvALThiiUKP.lazyload, #hx8ceJDO27UrrpaTyi1LSsvALThiiUKP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L90TOy2Qh6bwdg3fgPDp9PBSoVus5pr6 { width:9.5625rem;height:9.75rem;top:53.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #VvvaXG8gIfseshXNw64G9v1a5M5Ekfkc { width:16.6875rem;height:3.4375rem;top:36.8125rem;left:1.65625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iG3dm1bhLCtgkuKqbu7m9ZgwvToC3VG2 { display:block; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:15.375rem;height:6rem;top:2.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { width:17rem;height:1.3125rem;top:11.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Dypme7i92odloVNnq813dGvzQ5xSyGel { width:6.25rem;height:1.4375rem;top:12.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:27.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { width:15.6875rem;height:7.5rem;top:17.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { width:6.25rem;height:1.4375rem;top:29.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { width:15.375rem;height:6rem;top:34.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { width:17rem;height:1.3125rem;top:41.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #IW8DiB33oghyphuWEa8fuMhkgp8Am11p { width:6.25rem;height:1.4375rem;top:43.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { width:0.125rem;height:14.25rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { top:32.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { top:16.125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { width:0.125rem;height:14.25rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn { display:block; }#JQpGVTVMBkVeVCmFvZy9NEPVBZVkQeZn > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsEJa7p9S5MT8Wow4u6RSfH9Ttl4GzuA { width:19.9375rem;height:8rem;top:3.0478515625rem;left:0rem;font-size:1.6875rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15010;font-weight:300;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #PRXd72g36cVw0lwlURkSxA4Nef7k2w2i { width:20rem;height:11rem;top:2.625rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #IFa7STRTqa6HmqvNOVnv186oIyCOKbTf { display:block; }#IFa7STRTqa6HmqvNOVnv186oIyCOKbTf > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9NCMxVCrznDzAd1UkcKP8UzNiGKC5DC { width:18.4375rem;height:2.875rem;top:20.5625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukwSFO1ydNmPdPBk9D9nyGivOx0tLQaD { width:18.5rem;height:1.4375rem;top:25.5rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0mGwJ4DLvfvxMfQZVAc1RAREXg03IyG { width:13.6875rem;height:2.875rem;top:29.125rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1HrfSQlCsbahJLEMbiA02J8MIrgctin { width:16.5625rem;height:2.875rem;top:33.9375rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCU9UKHdrmvvrd4QdW6ceEEJUZp94tNP { width:16.9375rem;height:1.4375rem;top:39.5625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Zsy94iGzp4zsapE78wFbQKR4fuyskV { width:20rem;height:0.125rem;top:44.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpJIQn2QPIn7R37lJX2rZtA0DVmseIyG { width:20rem;height:0.125rem;top:38.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ox77iMpzkgX6PvK4PTvSFBXPqFghQiPh { width:20rem;height:0.125rem;top:32.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWcfuWQTcGgbuyEkpKSgIMTRMJx1NhsU { width:16.9375rem;height:0.125rem;top:24.4375rem;left:1.8125rem;background-color:rgba(0,0,0,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XfOHSv45FFFMuNxG6lub9XEnB7rc1pZH { width:20rem;height:18.0625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJNChBNQMfkGQPmIc6SgRXWKouGwXqc2 { width:16.9375rem;height:0.125rem;top:28rem;left:1.875rem;background-color:rgba(0,0,0,0.2);background-image:none;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #viHPaXcFMxWpHQay9ByAF9AgT3XXNpKT { width:16.9375rem;height:0.125rem;top:32.8125rem;left:1.875rem;background-color:rgba(0,0,0,0.21);background-image:none;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #rZbSUiOIeZhAG00mvQKsiefPE53b76yu { width:16.9375rem;height:0.125rem;top:38.25rem;left:1.875rem;background-color:rgba(0,0,0,0.2);background-image:none;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS { background-color:#fafafa;background-image:none;display:block; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container { background-color: transparent; background-image: none; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container > .video-iframe-container { display: none; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row > .video-iframe-container { display: none; }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .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); }#l0NXfimfgBVc1N6eODyNs7UV9Jv1GPFS > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o81lFV9seCvq7aGig7tDuosW5ITTqFJP { width:5.25rem;height:2rem;top:1.4375rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiPUsrzKzc7SHa2HxIgDA01UioBrGBz5 { width:4.5625rem;height:2.5rem;top:3.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqrmpO3Ah3IO6HG6ZKh79SfAQCXebTW { width:6.5rem;height:2rem;top:7.9375rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di1K3gy50KpJCOB5B6BaOA5PPfCbLeAK { width:5.375rem;height:3.75rem;top:9.9375rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTAJT3eKTH2r2ba64qZk2zyT2HuqUJ6f { width:4.1875rem;height:2rem;top:1.4375rem;left:13.0615234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKgR5Gkxe0rLa7U3hu1kd4IthIbkRHeg { width:5.6875rem;height:1.25rem;top:3.4375rem;left:13.0615234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q58q0vCqmXPAwiMDI7QTXmfmBETcV9Zc { width:4.8125rem;height:2rem;top:7.9375rem;left:13.0615234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fADDc0umoST2uoMQRoty6NU0nHLCW6z6 { width:6.6875rem;height:3.75rem;top:10rem;left:12.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZSM581AgC7PB8qgUwGghXRJ5OrBxm3u { display:flex;width:3.3125rem;height:3.3125rem;top:7.9375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #VupJfGq2GK74hUky4gQzSbHQcws3vAwv { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #SMqPuOwHipiK8opGSTMDtXKGJltqXc1u { display:flex;width:3.25rem;height:3.25rem;top:8.0625rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #xK4w9HzaTDfaFrIOn3pWCTF7FocJPINX { display:flex;width:3.3125rem;height:3.3125rem;top:1.4375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N { display:block; }#XVq32WvtT2k6NunrRvLzMl61a8oiVJ3N > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Turw6mC2pHQIuhgTpNNkT5VLerWgcuf4 { top:20.475006103516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #kw2aIpNmaeSsifJZiD5JQKE4iIec8MPS { top:36.486724853516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #xIutI7Gh6h4J4lhZk9bLAH28qAfT0bdW { top:52.587493896484rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #kQcOrTFNIVC0QpyTX73sgiEzSJc7I49f { width:20rem;height:4.6875rem;top:1.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OMTlsunnTKEUOuvimc5TRzQAeHvp8Lx2 { width:7.125rem;height:1rem;top:3rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ziX0uNJIPeH7fMavlOU8yFVR4vh0N7F4 { width:5.3125rem;height:2.625rem;top:2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiXGzr9GtRzX1P4VEoxyPcu6sBUrNHyT { width:20rem;height:5.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfN5ftVSTFHMvIhGdpNmkTO0MTsLuLOz { width:9.625rem;height:3rem;top:12.75rem;left:9.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CK6bzAcZuONB1QADyyeIze1IzTguLT5s { width:6.6875rem;height:2rem;top:13.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSuiqdCqgUgyJhG0cF2a27WCOy5T7P1I { width:20rem;height:5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEEpN6UWldsDhtaN6e2VDpmTxoPIGn9W { width:9.8125rem;height:3rem;top:7.3125rem;left:9.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X5vIUiiaqJEk6l3t1ab9tsUyTGmegSv6 { width:5.625rem;height:3.5625rem;top:18.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7TszJbQT2mUT8Sm8luGtyg31aRwCeQ { width:7rem;height:2.9375rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXr7QmmRkmo09D9akkySLT3pc4DhpTX { width:20rem;height:5.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n77TmouUduMMDXOhTe2s45gKsGyEBbku { width:9rem;height:3rem;top:18.78125rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs { display:block; }#S6fAE3Q8cMEi8L5SQraIJMBUz0Trxybs > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKcpVpswmphktvmKWGeiusdib1oRQbHV { width:20rem;height:20.125rem;top:1.4853515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8myCoqyTomHD1M0vz7UDZCcXFRNg3ID { width:16.1875rem;height:3.4375rem;top:23.6103515625rem;left:1.90625rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F1HbUXsXZqiazpKuVTLHh22RVXkllrzT { display:block; }
 }@media only screen and (max-width: 763px) { #mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 { background-color:#ffffff;background-image:none;display:block; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container { background-color: transparent; background-image: none; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container > .video-iframe-container { display: none; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row > .video-iframe-container { display: none; }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .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); }#mKQUTZrELM9s5OHPgfv9XClqsyeRgno2 > .row .container { width:20rem;height:136rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2v2RNbZTqTdpTHxE1sqtLvZSvBKTMQP { width:18.8125rem;height:4.5rem;top:3.9375rem;left:0.125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #z8TgSMkg8XGbt8qrKWh4NoyZQrFuZn5y { width:20rem;height:45.5625rem;top:10.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqJpZwltJX6m1y2T44htg1UActKNab5S { width:20rem;height:11.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJc7JBsg0Ss5vHXwNfxTXI5tn7vTc617 { width:20rem;height:25.8125rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHwPzg9H64XDnXxAOOX6QP9FWaLttdg4 { width:20rem;height:10.9375rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPXn0QcIyeMDQ8CulKnfLkM4GHzo2LdZ { width:20rem;height:12.875rem;top:109.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eToxIJCHn0lnhCx7vO8ErVJPxDIZ3rVh { width:20rem;height:11.8125rem;top:97rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqbE1ffCmkDMmVTQoNr74GANla2AJkgc { display:block; }#OqbE1ffCmkDMmVTQoNr74GANla2AJkgc > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAbPlOLrRADx5OSBRE3vGTIM10hO58BS { width:9.25rem;height:3.375rem;top:21.3125rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEb4fzukUUqNBkyl1oWytXushPhJl4SG { width:8.9375rem;height:2.25rem;top:9.8125rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEF4eD30JRTwXZaQQBspPAopohJ9aqc { width:8.1875rem;height:2.25rem;top:7.25rem;left:11.4375rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tQhVgWkmxC0dxfTrTw58MHRTOSgaTFtN { width:9.9375rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hET5ImCTrCbTQc1msSTHzEKERttacUzA { width:8.6875rem;height:2.25rem;top:18.4375rem;left:0.5625rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ogAPNXmP7iskSxdCnmH3MXFxtPiwWo4F { width:10.5rem;height:3.375rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZDqBmaZfyJEJnsz2BcdTxFCvFiiRAsC { width:10.125rem;height:2.25rem;top:7.3125rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yLTatVOUs74BCCDSHbO7tQNyVsaccUIN { display:flex;width:3.25rem;height:3.25rem;top:3.25rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #U0HF00oAevHCbTBhwevuF08czzQHuogT { display:flex;width:3.4375rem;height:3.4375rem;top:14.25rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #h7BecJpiXWB5SQu2uKf90PIVDOT3ATTQ { display:flex;width:3.0625rem;height:3.0625rem;top:3.375rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #KOqOpUQkRoZzMWq4qLlGxUBOlbTgRAwg { width:7.5rem;height:2.25rem;top:18.4375rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPC10PbL0FyG2yUhWTU2x5QcDUv4B91r { display:flex;width:3.625rem;height:3.625rem;top:14.125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:20rem;height:15rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { top:6.375rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.14);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:12rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:8.8125rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { width:5.5625rem;height:2.6875rem;top:2.5rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { width:6.75rem;height:1.625rem;top:10.875rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { width:6.375rem;height:1.625rem;top:10.9375rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { width:0.125rem;height:1.25rem;top:11.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { width:0.125rem;height:1.25rem;top:11.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { width:4.5625rem;height:0;top:10.9375rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { width:18.9375rem;height:1rem;top:9.125rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { width:18rem;height:1rem;top:6.3125rem;left:1rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOg6H1cBq0G4ss0J3ZtJlXvebkKtZUMu { display:flex;width:2.6875rem;height:2.6875rem;top:2.5625rem;left:15.25rem; }
#TOg6H1cBq0G4ss0J3ZtJlXvebkKtZUMu > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG { position:relative;z-index:auto;display:block; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BT4WTt87NF8mCBQ8IyXmId5luyZ83Mun > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1QfuKNmlCLTzEyCLuFcmlaX94L5O5MQ { width:7.875rem;height:2.5rem;top:1.5498046875rem;left:0.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ut5soavQalVxUKi2A2hlTJRlJAnO9OpO { width:6.5rem;height:3.1875rem;top:25.5rem;left:6.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Imvm11QxEttJI39XyJyKSRM3X1XMDlFk { width:11.1875rem;height:3.4375rem;top:1.0810546875rem;left:8.8125rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OA4E93Fer1TyoNGSZahpc7zJoqBJOlt2 { display:block; }
 }