.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,239,216;--color-primary-1:255,236,216;--color-primary-2:255,201,75;--color-primary-3:255,173,37;--color-primary-4:51,40,15;--color-secondary-0:231,221,221;--color-secondary-1:175,140,140;--color-secondary-2:95,25,25;--color-secondary-3:48,13,13;--color-secondary-4:14,4,4;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:58,57,57;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work 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;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); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2246;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;top:0rem;left:0rem;right:0rem;display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { background-color: transparent; background-image: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container > .video-iframe-container { display: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container { display: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .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); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { border-width: 0; border-radius: 0; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8123125rem;height:2.31228125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.99826395511625rem;left:57.020946502686rem;display:block; }
#zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uk3qTyWlHc9MyO44GPEIWccWDGbCaT8B { 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:1.75rem;width:5.625rem;top:1.2809295654297rem;left:4.5488593921632rem;overflow:hidden;display:block; }
#nRxEtWlwOXW6qZhTZSVxl8daixbbDdVC { color:#2d2246;display:block;width:21.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0.96842449903488rem;left:29.061416625976rem;height:2.37521875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { background-color: transparent; background-image: none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container > .video-iframe-container { display: none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row > .video-iframe-container { display: none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .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); }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { border-width: 0; border-radius: 0; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c885ec44-5890-4f56-ba37-b510ebe1425b/MyMovie4.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; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI.adaptive-delivery-prevent-bg, #A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI.lazyload, #A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI.lazyloading { background-image: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container { background-color: transparent; background-image: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container > .video-iframe-container { display: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row > .video-iframe-container { display: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .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); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container { border-width: 0; border-radius: 0; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#STBJGcV0TGBh8cqiMwWFO9qtSa49wVfH { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.375rem;left:21.875rem;display:block; }
#SKysOplB2hNScBKKHFiPglT9ggwgWL9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WriiKAZQkBza9ZOvOE0lFOepNdt2Tl5k { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.1875rem;left:38.375rem;height:1.86903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#koNgFskotT0yLMWxaKXkJ9zScsOAFxEC { color:rgba(var(--color-tertiary-0),1);display:block;width:26.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.374783396721rem;left:38.374567031861rem;height:2.19346875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#asW1Po7A3ZK0PvRfVDWgb16d40xenm2b { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:24.5625rem;left:13.125rem;height:5.6369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuL2sqoOfxEb6PIdbT4vcKFG05sT2FOB { color:rgba(var(--color-tertiary-0),1);display:block;width:51.06175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.125rem;left:13.125rem;height:2.51844375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iCbvQM82lhDlF41krE54La7lJUkc8flF { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:30.811632990837rem;left:11.905382156372rem;height:1.9938125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oi1VeroOXXJCRPByN4J1b2uUCdAXMTLG { color:rgba(var(--color-tertiary-0),1);display:block;width:49.06125rem;position:absolute;font-family:gotham;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:8.25rem;left:13.0625rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKuWC80AE689b5hUb9kv5XCxT5tpGrpe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.625rem;top:2.3125rem;left:33.6875rem;overflow:hidden;display:none; }
#SnI9611pJNPsgqRqnCOoUTzaNKAsX70B { 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:7.9375rem;width:46.25rem;top:9.1875rem;left:15.9375rem;overflow:hidden;display:block; }
#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2246;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; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { background-color: transparent; background-image: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container > .video-iframe-container { display: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container { display: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .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); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { border-width: 0; border-radius: 0; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { 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.4375rem;width:8.875rem;top:1.1875rem;left:1.875rem;overflow:hidden;display:block; }
#p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { 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:4.4375rem;width:8.875rem;top:1.1875rem;left:10.75rem;overflow:hidden;display:block; }
#q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { 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:4.4375rem;width:8.875rem;top:1.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { 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:8.875rem;top:1.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { 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:4.4375rem;width:8.875rem;top:1.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { position:absolute;display:block;z-index:15008;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:8.875rem;top:1.25rem;left:46.6875rem;overflow:hidden;display:block; }
#NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:block; }
#dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { 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:4rem;width:8.125rem;top:1.4375rem;left:65.0625rem;overflow:hidden;display:block; }
#VbDtq94CulAppQ1ACgxLumwKzfImzHbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9e0f8124-9698-468e-b4d9-f0161a6fbc7e/GurudevinCyprusLP10.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG.adaptive-delivery-prevent-bg, #VbDtq94CulAppQ1ACgxLumwKzfImzHbG.lazyload, #VbDtq94CulAppQ1ACgxLumwKzfImzHbG.lazyloading { background-image: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { background-color: transparent; background-image: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .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); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { border-width: 0; border-radius: 0; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { color:rgba(var(--color-secondary-3),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:9.0625rem;left:5.125rem;height:5.49913125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:16.8125rem;left:5.125rem;height:15.74979375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.375rem;left:5.125rem;display:block; }
#HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZnOK5oPBW0ou3KMduRwWOXC0k3yS9TS { position:absolute;display:block;z-index:15002;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:36.6875rem;top:0rem;left:19.623779296875rem;overflow:hidden;display:block; }
#F8oBx8AuASNaJx43GOW5Mf6VK6yCTETr { color:#ffc47c;display:block;width:20.625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:7.9969625473025rem;left:5.1242408752441rem;height:1.09971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGldbbcmROeSTgVmPohoBZs7R3FU4riP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fee7b7, #ffffff);background-image: -moz-linear-gradient(180deg, #fee7b7, #ffffff);background-image: -ms-linear-gradient(180deg, #fee7b7, #ffffff);background-image: -o-linear-gradient(180deg, #fee7b7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee7b7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee7b7', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fee7b7, #ffffff);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; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { background-color: transparent; background-image: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container > .video-iframe-container { display: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container { display: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .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); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { border-width: 0; border-radius: 0; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#dDgr5klU9UbxKOntqKvcetn8gUPITstk { color:#2d2246;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.3750009536743rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.9375rem;left:6.6875rem;height:5.85069375rem;text-align:left;text-align-last:left;display:block; }
#DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.375rem;left:29.9375rem;height:5.85069375rem;text-align:left;text-align-last:left;display:block; }
#WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { 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:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.375rem;left:52.8125rem;height:5.85069375rem;text-align:left;text-align-last:left;display:block; }
#gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:18.75rem;width:21.5rem;top:10.5rem;left:5rem;display:block; }
#KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.5625rem;left:7.125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.5625rem;left:29.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.5625rem;left:53rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#uJuHwhfy9XBTPy8719corAXaQTlOU6FF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:18.75rem;width:21.5rem;top:10.5rem;left:27.6875rem;display:block; }
#nvsvW3mucxIR7WNe6mCVnWZcQAvdl6Q2 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:18.75rem;width:21.49875rem;top:10.5rem;left:50.3125rem;display:block; }
#GkUMxqKad0erbMmCUvr6cGTV30unEh9m { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #fff6e9, #ffc174);background-image: -moz-linear-gradient(163deg, #fff6e9, #ffc174);background-image: -ms-linear-gradient(163deg, #fff6e9, #ffc174);background-image: -o-linear-gradient(163deg, #fff6e9, #ffc174);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );";background-image: linear-gradient(163deg, #fff6e9, #ffc174);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:4.0625rem;width:5.5625rem;top:12.3125rem;left:29.9375rem;display:block; }
#lkMEgXpw2UzChWUcHOnER3unfATwPM0v { 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:3.875rem;width:3.875rem;top:12.5625rem;left:30.875rem;overflow:hidden;display:block; }
#AaHzCN38cBb0lpxrdHk8ZE37zgihEVEl { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(39deg, #fff6e9, #ffc174);background-image: -moz-linear-gradient(39deg, #fff6e9, #ffc174);background-image: -ms-linear-gradient(39deg, #fff6e9, #ffc174);background-image: -o-linear-gradient(39deg, #fff6e9, #ffc174);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );";background-image: linear-gradient(39deg, #fff6e9, #ffc174);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:4.0625rem;width:5.5625rem;top:12.3125rem;left:53rem;display:block; }
#ZfuDmJAnGwK94TBWoHoC6IWD620pNVo8 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -moz-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -ms-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -o-linear-gradient(348deg, #fff6e9, #ffc174);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );";background-image: linear-gradient(348deg, #fff6e9, #ffc174);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:4.0625rem;width:5.5625rem;top:12.3125rem;left:7.125rem;display:block; }
#bHK00mAbfDZ4xsf3uE31dUpnzATBHlJa { position:absolute;display:block;z-index:15032;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:3.5625rem;width:3.5625rem;top:12.5625rem;left:8.1875rem;overflow:hidden;display:block; }
#TB7NftxQeuJ10PHLF1hPwoAObpnmeTbH { position:absolute;display:block;z-index:15033;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:3.0625rem;width:3.0625rem;top:12.8125rem;left:54.3125rem;overflow:hidden;display:block; }
#Atlxeq23w61fXqyR3Qs4NKeu40S8s8A7 { color:#ffc47c;display:block;width:75rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:4.33740234375rem;left:0rem;height:1.09971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rF0bprKgoO694l0trstDeCkfisFPePKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);background-image:url("https://images.assets-landingi.com/uc/d1a939df-8255-413e-81e8-c5386a7ff77a/GurudevinCyprusLP7.png");background-position:bottom 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; }#rF0bprKgoO694l0trstDeCkfisFPePKJ.adaptive-delivery-prevent-bg, #rF0bprKgoO694l0trstDeCkfisFPePKJ.lazyload, #rF0bprKgoO694l0trstDeCkfisFPePKJ.lazyloading { background-image: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container { background-color: transparent; background-image: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container > .video-iframe-container { display: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row > .video-iframe-container { display: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .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); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container { border-width: 0; border-radius: 0; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#gQUI3QDneTrKFvflHBVt37bm6QTPUpNl { color:#2d2246;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:17.0625rem;left:10rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3fg0Oyo3qaCmkKHqAVgQwIlgtF4zaxT { box-sizing:content-box;height:0.9375rem;width:18.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(26,4,58,0.7);background-image:none;top:32.3125rem;left:46.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#RrBpgW6TQMxo6bNmETgwezeFwBzBE9nJ { color:#2d2246;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.625rem;left:19.4375rem;height:2.74956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZbXMVM7d0Bdo4pp3PNfcTfCing7El9v { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.875rem;left:7.5625rem;height:0;text-align:center;text-align-last:center;display:none; }
#seSFnlEeQZxva8ubWQeGkt3impT5xyHV { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:1.625rem;left:2rem;display:none; }
#MlEwyaT9T424Nh6TWstu97Cyyt9Hkorq { color:rgba(var(--color-secondary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:4.625rem;left:2.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#V2gM7ekOONwd3zKKIJMDF7DdObnueqrA { color:rgba(var(--color-secondary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:4.625rem;left:2.5625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KRPxTFczxChci8aT4RGqVCh7040UsfVJ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.875rem;left:7.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:none; }
#WaRFdfeoKziFCS4LZo7PlVsx63rQbHDq { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:23.6875rem;left:2.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zpowLHZmqBpEzv4TLiQnfLcpI7iCshiv { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:21.5625rem;left:34.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ndXQaTDA1ssQrNrwpFQs8Gi100fTVoIX { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:21.625rem;left:49.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lSv78UmFIpIXgM3sIPPNgx6yPxNguy1o { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:8.0625rem;left:27.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vCrMD770PZzQ7WhvwbUJJDtbU6VA4UHH { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:21.5rem;left:4.25rem;height:11.371525rem;text-align:left;text-align-last:left;display:block; }
#oJOkZvLkXewCp3FO7B8Jd0bmZqrbQ3D2 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.3125rem;left:10.0625rem;height:11.3720625rem;text-align:left;text-align-last:left;display:none; }
#scS6WegKoB4LbCIf62wsZUkR3RWOX6LO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:26.25rem;left:30.6875rem;height:13.646475rem;text-align:left;text-align-last:left;display:none; }
#pUfkphNgSH2wizF0BC4G6dGhQXvSvo5U { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:26.3125rem;left:51.5rem;height:20.4697125rem;text-align:left;text-align-last:left;display:none; }
#WF8Md61Fod0Ku8MfGUHxD5mWx3r7eLF0 { color:rgba(var(--color-secondary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:21.625rem;left:64.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#feOZh9q3nF1eh7hBUNTarN36rPKoTqIz { box-sizing:content-box;height:26.6875rem;width:22.625rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;top:12.5rem;left:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mILMGTzXbu1qmC46vzRmEl4FGg01XZ3M { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:34.8125rem;left:7.0625rem;display:block; }
#AkdCkT49LaOd8ANwWpTber4k8JIwJply { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtqueUAtXQsxiJnWFsxf5LZfKmipTAO3 { color:#2d2246;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:47.437503814698rem;left:0rem;height:2.4750375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XW3RlwEX7THTGFCmnUIR1qRBGDcGROq2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:15.0625rem;left:5.375rem;height:1.25024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owuOcUwPbSQfMUUg7nl8rZ9qWWIqmAUF { box-sizing:content-box;height:29rem;width:22.625rem;position:absolute;display:block;z-index:15006;background-color:#f8f8f8;background-image:none;top:12.5rem;left:26.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lfwvQIdaInTTbIHtLtBe0kzOLzhKH9om { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:21.5625rem;left:28.375rem;height:11.371525rem;text-align:left;text-align-last:left;display:block; }
#OhU51iTKNPLAIH9z9Vc1o62K3eEHINhr { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:34.8125rem;left:31.1875rem;display:block; }
#Rr1tATJoGQ8uOkiAGTrWBqQ4TZbURVD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RD1oTCbLvmWavGDrZHTDZsIU7GXprKfh { color:#2d2246;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:17.0625rem;left:34.1875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vK4MoJQ2XUN65g5N6pM7L9shTHfboLeB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:15.0625rem;left:29.5625rem;height:1.25024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L250wWUUUSOLr3Vng8eR7f08agfzdulT { box-sizing:content-box;height:32.1875rem;width:22.625rem;position:absolute;display:block;z-index:15011;background-color:#f8f8f8;background-image:none;top:12.5rem;left:50.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OBm6fxtxML9M0zQpe1duIQhdZswkpPLO { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:21.5rem;left:52.9375rem;height:17.05728125rem;text-align:left;text-align-last:left;display:block; }
#rN407GKymH6iTdInXB6xhSC7dDvWxwgs { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:40.125rem;left:55.6875rem;display:block; }
#KfeJwpo8iDDUfxzr4NrmfLDHWXrJLvNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vzWK4Iembfwuk5i6XuIugPTgsfCbn3tQ { color:#2d2246;display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:17.0625rem;left:57.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vF3kCBhxcHKTBxzknIxLr53dIKo6OlcV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:15.0625rem;left:54.0625rem;height:1.25024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvmZOPQgavZVl2Crqf7LEa5fTLlu18TT { box-sizing:content-box;height:31.125rem;width:23.3125rem;position:absolute;display:block;z-index:14999;background-color:#ffc37a;background-image:none;top:10.625rem;left:25.720640031025rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rSm2wvPf4Ed6gi7UTfryDI8lRHmyXbgz { color:rgba(var(--color-tertiary-3),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11rem;left:32rem;height:1.13745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hxbeumFnQTg0sO4AOhkpPsCOFnLihpsV { color:#ffc47c;display:block;width:75rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.5590286254883rem;left:0rem;height:1.09971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { position:relative;display:block; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { background-color: transparent; background-image: none; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container > .video-iframe-container { display: none; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row > .video-iframe-container { display: none; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .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); }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { border-width: 0; border-radius: 0; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV { 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; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row .container { background-color: transparent; background-image: none; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row .container > .video-iframe-container { display: none; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row > .video-iframe-container { display: none; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .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); }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row .container { border-width: 0; border-radius: 0; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#TyCiOH3HnsPpPqueVPtRpUByEpq9dLpF { color:#2d2246;display:block;width:28.9995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.3462524414062rem;left:5.7492408752441rem;height:5.99935rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o61ULQXx9IlZGctsZnbqyCIGqKyeWnIh { color:#2f2f2f;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.998168945312rem;left:9.2165813446044rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnHXNRwaEBlKAK2OF4iytezHEQIc5KHz { 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:15038;opacity:1;top:12.522216796875rem;left:6.125rem; }
#LsBsTbO1hC2n9iIETHGSr0vGTfX1ZSS9 { color:#2f2f2f;display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.81103515625rem;left:9.216796875rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yumTrBak1AE8kaSenrrH95LhZ0UE9Loe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.56225625rem;width:1.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:18.491455078125rem;left:6.125rem; }
#qxKFArnDQPiqQgdSPqhJmrq9Cg7vHEe9 { 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:8.875rem;width:13.9375rem;top:27.625rem;left:59.625rem;overflow:hidden;display:none; }
#vfh9g7QiDnTbSo3A2xCOxqhQtkM6ni6Z { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.68706875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.097983360291rem;left:5.7492408752441rem;display:block; }
#wRHx9NPDdGglXH7zcvLbxSQRxJR0u5UP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVpMDWTM6ZlvBHDMvcglEe1B5ypHD7wa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:23.896484375rem;left:6.125rem; }
#XNgPGEhJXXb6LWKDuuJBQS6gpaWEzfQT { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:5.9375rem;display:block; }
#PEU35nuwX27nSOscmUfARNl7igxpJfEz { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:5.9375rem;display:block; }
#ZQAGAmK6ErxRsKmN3e7Nwvz6gfMg3xch { position:absolute;display:block;z-index:15009;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:16rem;width:28.8125rem;top:11.375rem;left:44.6875rem;overflow:hidden;display:none; }
#sWM263SQcVPDN5ovGDf8dTaWz12q3KJS { position:absolute;display:block;z-index:15010;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:10.8125rem;width:14.5rem;top:27.625rem;left:44.6875rem;overflow:hidden;display:none; }
#oaGoo7UvmeQH3IVCb9o2pKAg37TGFCHX { color:#2f2f2f;display:block;width:17.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.896484375rem;left:8.812255859375rem;height:5.85069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7vbbPVxTN0gmRL8lvF2F3TRC11d5k8C { position:absolute;display:block;z-index:15048;height:21.7496875rem;width:38.75rem;top:5.560432434082rem;left:32.685546875rem;display:block; }
#fiPyRzgrM2URsuZ8shZxWIxOBHeHQelD { position:absolute;display:block;z-index:15049;height:14.125rem;width:25.4375rem;top:22.723510742188rem;left:36.498413085938rem;display:none; }
#EbeMs4uxkzFZf3BEurhTq9zKgsBtqLd0 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -moz-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -ms-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -o-linear-gradient(348deg, #fff6e9, #ffc174);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );";background-image: linear-gradient(348deg, #fff6e9, #ffc174);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:2.6875rem;width:2.375rem;top:12.11572265625rem;left:5.875rem;display:block; }
#t84eyQbWRC7mVvURXxS22MVPQiCkXcA4 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -moz-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -ms-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -o-linear-gradient(348deg, #fff6e9, #ffc174);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );";background-image: linear-gradient(348deg, #fff6e9, #ffc174);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:2.687175rem;width:2.374675rem;top:17.929689407349rem;left:5.75rem;display:block; }
#Zh8eyQwDMtg4oi044etmqTVlvF9In4is { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -moz-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -ms-linear-gradient(348deg, #fff6e9, #ffc174);background-image: -o-linear-gradient(348deg, #fff6e9, #ffc174);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e9', endColorstr='#ffc174' );";background-image: linear-gradient(348deg, #fff6e9, #ffc174);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:2.687175rem;width:2.374675rem;top:23.552518606186rem;left:5.875rem;display:block; }
#ypTyZZPPqnVkmMnB3Qv6zXDENZECBgKT { color:#ffc47c;display:block;width:36.1870625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.2807149887085rem;left:5.7492408752441rem;height:1.09971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d9cbf1);background-image: -moz-linear-gradient(180deg, #ffffff, #d9cbf1);background-image: -ms-linear-gradient(180deg, #ffffff, #d9cbf1);background-image: -o-linear-gradient(180deg, #ffffff, #d9cbf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9cbf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9cbf1' );";background-image: linear-gradient(180deg, #ffffff, #d9cbf1);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { background-color: transparent; background-image: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container > .video-iframe-container { display: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container { display: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .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); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { border-width: 0; border-radius: 0; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { font-size:0.875rem;font-family:arial;height:56.75rem;width:75rem;position:relative;display:block; }#JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { color:rgba(var(--color-secondary-2),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.125rem;left:7.6875rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:43.5rem;height:33.641525rem;display:block; }
#F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { position:absolute;display:block;z-index:15014;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 0rem 1.875rem rgba(51,59,76,0.7) ;height:36rem;width:28.74975rem;top:13.3740234375rem;left:6rem;overflow:hidden;display:block; }
#LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { 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:0.75rem;width:9.375rem;top:15rem;left:33.15625rem;overflow:hidden;display:block; }
#CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { color:rgba(var(--color-secondary-2),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.125rem;left:7.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { 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; }
#v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { 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; }
#yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { 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; }
#hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { 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; }
#OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { 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; }
#Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { 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; }
#I5aTt0KZoToCWIKhpXz1ArSLo6M0IdvQ { position:absolute;display:block;z-index:15008;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.75rem;width:9.375rem;top:19.3125rem;left:33.15625rem;overflow:hidden;display:block; }
#Jpqe2tJOugTEoiq7gmNo0RHnHOF0rBlr { 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:0.75rem;width:9.375rem;top:23.875rem;left:33.15625rem;overflow:hidden;display:block; }
#MmG0NTV1sA1yanltDsCDqOtcg5HR6kk2 { 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:0.75rem;width:9.375rem;top:28.125rem;left:33.15625rem;overflow:hidden;display:block; }
#spOufZiUTcoIVFaLLeQWQiM6c44p2Ehq { 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:0.75rem;width:9.375rem;top:32.5625rem;left:33.15625rem;overflow:hidden;display:block; }
#vZ8ZfwGPbZchIJxrFpB3uVTGTe8PVmsE { 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:0.75rem;width:9.375rem;top:36.9375rem;left:33.15625rem;overflow:hidden;display:block; }
#UicAXsBpF2nQDikHlCkkZUdXK2L14H3E { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:9.375rem;top:41.25rem;left:33.15625rem;overflow:hidden;display:block; }
#akhkTZPBISUImXV9swLyGLMpTX9Tw0Z5 { 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:0.75rem;width:9.375rem;top:45.749267578125rem;left:33.156005859375rem;overflow:hidden;display:block; }
#xNLdWTeav9lSQoFp34SyQpv4TXi6ogPR { 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; }
#XepWhkJcELZOhGzKTO1Tyi1caC2uFryh { color:#ffc47c;display:block;width:75rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:3.0593528747559rem;left:0rem;height:1.09971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f53f31ce-5728-49bc-96ec-b076563549f2/CopyofLPimagesGeneral1.jpg");background-position:top 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:none; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI.adaptive-delivery-prevent-bg, #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI.lazyload, #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI.lazyloading { background-image: none; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { border-width: 0; border-radius: 0; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:none; }#COsgD5IcTwM4TEpUBRiIEmmOhByhSnKC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.25rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIkx1SIwyaLMUbTLzuIDr89lXH1CNM0d { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.8115234375rem;left:6.84375rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#K3M0FBr0RxETLhHLUAc6brrriSTN511A { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.810546875rem;left:29.96875rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#DCpZuk5HRTf8vhoaoh9VlqSKFb0AxCh1 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.8125rem;left:52.25rem;height:9.0986125rem;text-align:center;text-align-last:center;display:block; }
#xgFiCt16MO6CC6z0xoe6sOpSrnhrDyk4 { position:absolute;display:block;z-index:15026;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.75rem;width:3.75rem;top:11.0625rem;left:13.5625rem;overflow:hidden;display:block; }
#o6oahkQLBGlkpkbHtzSAceG47q2WTB9X { position:absolute;display:block;z-index:15027;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.125rem;width:4.125rem;top:10.875rem;left:35.4375rem;overflow:hidden;display:block; }
#LOCoLxirz3LHXw3zL6SDaTwJz1NQXaut { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:10.8125rem;left:57.5rem;overflow:hidden;display:block; }
#TDGlfC98IwLBNUBL7DXrwNyKFloQSQe8 { position:absolute;display:block;z-index:15004;background-color:#f7f5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:16.75rem;width:17.9375rem;top:13.0625rem;left:50.625rem;display:block; }
#sXp6v3sfAWWbPN3s7IPfnvlLthnDb4Dg { position:absolute;display:block;z-index:15005;background-color:#f7f5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.75rem;width:17.9375rem;top:13.1875rem;left:28.375rem;display:block; }
#AoZ9lq0EJRHTia2QVmzOH9LpJedmgnKX { position:absolute;display:block;z-index:15006;background-color:#f7f5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:16.75rem;width:17.9375rem;top:13.1875rem;left:6.4375rem;display:block; }
#su0EexRx5xhZSotsJFk05PaMrXKHMkss { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10rem;left:12.1875rem;display:block; }
#RAh2KOX9eUgIqMCxUizbi3c4vvFeK3U7 { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.6875rem;left:34.25rem;display:block; }
#fnGmwbbfXbJ09EeVZKHD5mOXcHHFzI4k { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.6875rem;left:56.375rem;display:block; }
#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9cbf1;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; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { background-color: transparent; background-image: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container > .video-iframe-container { display: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container { display: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .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); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { border-width: 0; border-radius: 0; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { color:#2d2246;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:2.74956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvENkCcwCS3vl1hwBgluJQxUv9potNXz { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4370498657225rem;left:18.906251907349rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VDWICpKtRmyMxvuGwAyOgZlg56pSJPWO { color:#e79e44;display:block;width:75rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:3.6219367980957rem;left:0rem;height:1.09971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d9cbf1, #ffffff);background-image: -moz-linear-gradient(180deg, #d9cbf1, #ffffff);background-image: -ms-linear-gradient(180deg, #d9cbf1, #ffffff);background-image: -o-linear-gradient(180deg, #d9cbf1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9cbf1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9cbf1', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #d9cbf1, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { background-color: transparent; background-image: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container > .video-iframe-container { display: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container { display: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .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); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { border-width: 0; border-radius: 0; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.3125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#opfTacibo7UB2DZuZTvdXAi1okgUixTJ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:61.6875rem;height:4.06274375rem;text-align:center;text-align-last:center;display:block; }
#J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:60rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { position:absolute;display:block;z-index:15040;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.93725625rem;width:4.93725625rem;top:0.758056640625rem;left:1.7490234375rem;overflow:hidden;display:block; }
#T5AB1cnM8T7CeM5Z7NCUcMD19bPsrmyF { position:absolute;display:block;z-index:15041;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.9375rem;width:4.9375rem;top:0.624755859375rem;left:19.31103515625rem;overflow:hidden;display:block; }
#XZMugVywtg16cquLaVCuFHw1uq0a01L9 { position:absolute;display:block;z-index:15042;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.9375rem;width:4.9375rem;top:1.937255859375rem;left:38.015625rem;overflow:hidden;display:block; }
#pkRhlTWt3IrGAWgBmg34BiHX314hCCWl { position:absolute;display:block;z-index:15043;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.9375rem;width:4.875rem;top:1.937255859375rem;left:56.859375rem;overflow:hidden;display:block; }
#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { 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; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { background-color: transparent; background-image: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container > .video-iframe-container { display: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container { display: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .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); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { border-width: 0; border-radius: 0; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { color:rgba(var(--color-secondary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:30.96875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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:none; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { border-width: 0; border-radius: 0; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:none; }#DpMXuermEhdTdW3UKdfDt3mavFAylwvg { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:7.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { color:rgba(var(--color-tertiary-0),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:8.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:2rem;display:block; }
#uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40.1875rem;left:7.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.75rem;left:29.9375rem;display:none; }
#hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:19.9375rem;display:block; }
#pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:56.125rem;display:block; }
#DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:38rem;display:block; }
#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ed2949c6-1d97-44c8-a808-6c9a93c7ef13/GurudevinCyprusLP19.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB.adaptive-delivery-prevent-bg, #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB.lazyload, #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB.lazyloading { background-image: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { background-color: transparent; background-image: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .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); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { border-width: 0; border-radius: 0; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { color:#2d2246;display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.75rem;left:5.875rem;height:5.49913125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.8291015625rem;left:5.875rem;height:18.89975625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.5625rem;left:5.875rem;display:block; }
#gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { 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:17.625rem;width:17.625rem;top:7.9375rem;left:44.0625rem;overflow:hidden;display:block; }
#SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:23.5rem;left:57.8125rem;overflow:hidden;display:block; }
#dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { 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:12.875rem;width:12.875rem;top:24.875rem;left:45.4375rem;overflow:hidden;display:block; }
#HreF2muQTmF3smp9TNDL3DV20zQDCfNN { color:#ffc47c;display:block;width:46.8120625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:4.6837024688721rem;left:5.8745670318604rem;height:1.09971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/97a52a71-a1cc-4576-8e03-5cf2d984bf86/GurudevinCyprusLP14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW.adaptive-delivery-prevent-bg, #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW.lazyload, #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW.lazyloading { background-image: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { background-color: transparent; background-image: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .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); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { border-width: 0; border-radius: 0; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:23.875rem;top:9.6875rem;left:3rem;overflow:hidden;display:block; }
#NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { color:#483e5b;display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.5625rem;left:24.5625rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { color:rgba(var(--color-secondary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:20.34375rem;left:3.4375rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:20.8125rem;top:9.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { color:rgba(var(--color-secondary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:20.34375rem;left:28rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:23.1875rem;top:9.6875rem;left:48.8125rem;overflow:hidden;display:block; }
#yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { color:rgba(var(--color-tertiary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:10.9365234375rem;left:51.25rem;height:1.9249125rem;text-align:right;text-align-last:right;display:block; }
#tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.625rem;width:42.5rem;top:24rem;left:3rem;overflow:hidden;display:block; }
#muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { color:rgba(var(--color-secondary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:32.78125rem;left:3.8125rem;height:1.7502125rem;text-align:left;text-align-last:left;display:block; }
#VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:18.625rem;top:36.125rem;left:3rem;overflow:hidden;display:block; }
#BTpMblgVGTCnre0URpLMwNdEqvOePyUX { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:37.31201171875rem;left:3.25rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:25.5rem;left:46.4375rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.75rem;width:26rem;top:23.9375rem;left:46rem;overflow:hidden;display:block; }
#FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { color:rgba(var(--color-secondary-4),1);display:block;width:36.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:54.5rem;left:19.03173828125rem;height:3.2497875rem;text-align:center;text-align-last:center;display:block; }
#pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:59.9375rem;left:29.84375rem;display:block; }
#ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:22.8125rem;top:36.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { box-sizing:content-box;height:2.9375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:3rem;display:block; }
#bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { box-sizing:content-box;height:2.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:27.4375rem;display:block; }
#hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { box-sizing:content-box;height:2.9375rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.43017578125rem;left:54.25rem;display:block; }
#sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { box-sizing:content-box;height:2.9375rem;width:20.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.1875rem;left:3rem;display:block; }
#HXePvaNwGbnQQsT0h50WfMielcG82cGF { box-sizing:content-box;height:2.9375rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:46rem;display:block; }
#rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { box-sizing:content-box;height:2.9375rem;width:17.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.8056640625rem;left:2.4375rem;display:block; }
#RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { box-sizing:content-box;height:2.9375rem;width:20.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.3681640625rem;left:22.0625rem;display:block; }
#iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.5625rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#xOKCVuFCMnQixhICCw6T8ZontaDZikTR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:26.75rem;top:36.125rem;left:45.3125rem;overflow:hidden;display:block; }
#cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { box-sizing:content-box;height:2.9375rem;width:22.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.375rem;left:49.3125rem;display:block; }
#KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.9249125rem;text-align:right;text-align-last:right;display:block; }
#tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.9248rem;text-align:right;text-align-last:right;display:none; }
#TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.4375rem;height:1.9248rem;text-align:left;text-align-last:left;display:none; }
#XFsA2ZRCdhdc1TiprdZET0M5ChXOEfTr { color:#ffc47c;display:block;width:75rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:1.4968528747559rem;left:0rem;height:1.09971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(212,216,251,0.58);background-image:url("https://images.assets-landingi.com/uc/5c266efd-44f2-45a9-91b9-329776930428/CopyofLPimagesGeneral.jpg");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:none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.adaptive-delivery-prevent-bg, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyload, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyloading { background-image: none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { border-width: 0; border-radius: 0; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:none; }#kgW9LLxh0kJ0UaIqVhJPgOvEuVNtHXLC { color:rgba(var(--color-secondary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0rem;left:27.625rem;height:5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GTdaxCLAxUeUaxvtLev7ixT2Hzooxldc { color:rgba(var(--color-tertiary-3),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:15.21875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#UfKf9pnC8kAwTVTQHmS5RJKHaC8em73x { color:rgba(var(--color-tertiary-3),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1875rem;left:17.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Z0WkvFeqZ82m16Doew3Sf6bAO1zvTTPI { color:rgba(var(--color-tertiary-3),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:17.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Bbrq1UAb15sz5900FxbyLgtc4QkTuvkT { color:rgba(var(--color-tertiary-3),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:18.28125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Chl02tIJXoNQGRnaV0rwcbTqRRFmT0VS { color:rgba(var(--color-tertiary-3),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.8125rem;left:18.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Wn3UKVnEJJZxnIsRiQiN0cZXFmvnFhdc { color:rgba(var(--color-tertiary-3),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:18.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#emwQuTwgPRy4ohSG1T2EJwkqc0GqHWJX { color:rgba(var(--color-secondary-4),1);display:block;width:36.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.75rem;left:20.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bRWHRNgRUZfu67ZSJBBDaUh6lTFKVNk1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:0.8125rem;left:23.3125rem; }
#XiQhWyVPNkOsXTTP4OHxzHnq45wlkTit { position:absolute;display:block;z-index:15081;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.9375rem;width:2.9375rem;top:26.8125rem;left:44.3125rem;overflow:hidden;display:block; }
#uxPr7Wa49WTO1uDUIoRy7tAcMNENAXAr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28rem;left:30.75rem;display:block; }
#vBAfJpTpXaTPgURLDhtJD2mVL5mw0Pal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d1a939df-8255-413e-81e8-c5386a7ff77a/GurudevinCyprusLP7.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC.adaptive-delivery-prevent-bg, #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC.lazyload, #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC.lazyloading { background-image: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { background-color: transparent; background-image: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container > .video-iframe-container { display: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container { display: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .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); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { border-width: 0; border-radius: 0; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { font-size:0.875rem;font-family:arial;height:83.1875rem;width:75rem;position:relative;display:block; }#e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.23828125rem;left:41.25rem;height:19.01475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.1375875rem;font-style:normal;display:block; }
#wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { 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:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { 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:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.1375875rem;font-style:normal;display:block; }
#VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69970625rem;font-style:normal;display:block; }
#HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { color:rgba(var(--color-secondary-4),1);display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O8CZNcbxNZhyMVoSrUVJpR2qyGAUBKVh { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:51.4375rem;left:4rem;height:24.3706625rem;text-align:left;text-align-last:left;display:block; }
#eO5dxPqbdQNHX2zy9wRIHk6VUAvsWsxg { 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:16.4371875rem;width:29.8746875rem;top:51.1875rem;left:43.8125rem;overflow:hidden;display:block; }
#Rd7s6GZsDfxh4mi17qMlAZHUAwtbceHb { color:#332c51;display:block;width:36.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:46.4375rem;left:1.0625rem;height:3.24978125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iJndQyGw7yRfwgapFBIFmTtqCZCsSLqG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:51.1875rem;left:1.0625rem; }
#uIX6x4oV8TDOpyFA4kcaXge3hgUmygby { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:54.5625rem;left:1.0625rem; }
#figfCpqsxtFVmPFHiH2y5Za1G5XvzF1C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:58.3125rem;left:1.0625rem; }
#IHGLaHpBvqp6VxqBH85msh35tubbHnaL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:61.9375rem;left:1.0625rem; }
#diiACmC1lGEBLai2sA2AsPPVXgpavodm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1864125rem;width:2.1864125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:65.5625rem;left:1.0625rem; }
#stTtgP7mG1TG9G0F1h7wDdOxcG8hTON7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1864125rem;width:2.1864125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:69.0625rem;left:1.0625rem; }
#u4fk4uPCHNTyW80CSqASBN6WXZNZPpMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1864125rem;width:2.1864125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:72.75rem;left:1.0625rem; }
#CN0ZgrIThRedWqf76bFdCNTUmayLdQ0T { color:#ffc47c;display:block;width:36.624875rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:45.372180938721rem;left:1.4718971252441rem;height:1.09971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2rGXmLKZaKBA8P0P7G8CyoHEHXxmuNW { color:#ffc47c;display:block;width:23.4375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:7.6215286254881rem;left:41.250003814698rem;height:1.09971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d1a939df-8255-413e-81e8-c5386a7ff77a/GurudevinCyprusLP7.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI.adaptive-delivery-prevent-bg, #LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI.lazyload, #LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI.lazyloading { background-image: none; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row .container { border-width: 0; border-radius: 0; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:none; }#EoNor7tif1boLWPZL1XWaS69saC0UBLr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#un3ecNS2vJvilueisRM01LteTxL2vo0o { color:rgba(var(--color-tertiary-3),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.23828125rem;left:41.25rem;height:19.01475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ay6ic5C1paHemiIkdztxExPKNhyTKRke { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.1375875rem;font-style:normal;display:block; }
#h0X1sMOTGNDmuOMhfMlIK4TTtxF068EX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#q5P4zammRBUNMpggLWDH2HuJHdr1cQrz { 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:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#vH7NzT04nECqUE36mis1kVJACw2DQVis { 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:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#cmvelQcZuucTvsc3uOlmDOmoVP8yfhTr { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.1375875rem;font-style:normal;display:block; }
#M5vrSyshRaPsLQEU2dUEidT6yEckhhkE { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69970625rem;font-style:normal;display:block; }
#TL4Nwi9QoyOhsNDrzVMgZXdZU12s28X7 { color:rgba(var(--color-secondary-4),1);display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nJGL4Tn6BU9bpXeNsy7TvmX9VQRczS1N { color:#ffc47c;display:block;width:23.4375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:7.6215286254881rem;left:41.250003814698rem;height:1.09971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 { 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:none; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row .container { border-width: 0; border-radius: 0; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#JTHgK8lpZFDhOrwRrkE1Cfve5n9Fh3TF { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:3.5625rem;height:24.3706625rem;text-align:left;text-align-last:left;display:block; }
#XhM1a5Qxh7xTH88DToia5uJlhSfMNN4M { color:#332c51;display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0.625rem;height:3.24978125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nwu9HasJs8ThZc2TD6iAVKqgXb0TLfX6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:7.8125rem;left:0.625rem; }
#CeoT3sNsQNISF5iAX8H1r1vK4bg3Km75 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.1875rem;left:0.625rem; }
#C10gNLkMzhpuaTqhXvu6oUd5VicLFxx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:14.9375rem;left:0.625rem; }
#gKff4qsIrRecrwLQSAkrlBlLmKhx4TUy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.5625rem;left:0.625rem; }
#CqInKZE5LQqVA6oevHNC12EclN41yCxQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.18695625rem;width:2.18695625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.1875rem;left:0.625rem; }
#ZvPVdzlp022Al179fLUXVfNLq1DspK5S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.18695625rem;width:2.18695625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:25.6875rem;left:0.625rem; }
#ffgQlEGR1BlQdDTfBXZ6zuJEt5wM0B3k { 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:16.4375rem;width:29.875rem;top:7.8125rem;left:43.375rem;overflow:hidden;display:block; }
#DXDcFwSsntGGQxxbaXiBNJu3RyRcCzO8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.18685rem;width:2.18685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.375rem;left:0.625rem; }
#ESIXInObUXWixGZ51z928nTuuyrFDUy8 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:38.906251430511rem;left:5.5625rem;height:0;text-align:left;text-align-last:left;display:none; }
#a8BebRuNeqroMHoDDNBR0uwxkWemzMJM { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.779948711395rem;left:36.686847686767rem;height:0;text-align:left;text-align-last:left;display:none; }
#TydXlfT2iWH8DhoVsI04ZVLgNgq9OEwo { color:#ffc47c;display:block;width:36.624375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5596866607666rem;left:0.81217384338381rem;height:1.09971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9486ae;background-image:url("https://images.assets-landingi.com/uc/a27d7da9-dc45-4058-8f48-67e47f24a725/GurudevinCyprusLP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc.adaptive-delivery-prevent-bg, #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc.lazyload, #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc.lazyloading { background-image: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { background-color: transparent; background-image: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .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); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { border-width: 0; border-radius: 0; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { color:rgba(var(--color-tertiary-1),1);display:block;width:49.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.75rem;left:12.75rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.75rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);font-weight:300;font-style:normal; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_17781dae9bac4a9226667a4cc3ead58854c4e7d6.svg");background-size:contain !important; }#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.adaptive-delivery-prevent-bg, #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.lazyload, #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.lazyloading { background-image: none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { box-sizing:content-box;height:auto;width:46.6230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5625rem;left:12.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #WUhOg4Kvsd02ckmnkI3XieWxbMDEFP8l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #UFixWleetF8oX8pZMgOeEJcUPX4p8Zrk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GI2ZFuAy4ZWhwzrC7az4g1Ph2fbWeBoC { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #FJtK1EAqeCEngWr46FtrzHkISkaziWN8 {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #lu1VxmvcT364ZoqW6nLov42ntoWGPBc8 { display:none; }
#TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { background-color:#ffc67f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.6875rem;left:29.84375rem;display:block; }
#Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9Tvw0UGUznnusBeHPitUtVQ0RlgpUmy { color:#ffc47c;display:block;width:36.624375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:3.6214370727539rem;left:19.187284469604rem;height:1.09971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2246;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; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container { background-color: transparent; background-image: none; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container > .video-iframe-container { display: none; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row > .video-iframe-container { display: none; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .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); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container { border-width: 0; border-radius: 0; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#nBvgTIRc4kEx5HDlFBFFzDM765dyKw1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.2743rem;text-align:left;text-align-last:left;display:block; }
#vO5NlksDg1JrhVU3z59NhbpVL8pyHodq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.7562561035156rem;left:25.375rem;height:2.5987375rem;text-align:center;text-align-last:center;display:block; }
#r9mQpAMERxsluZaFdsQPolT8WneVC04I { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.25rem;left:57.875rem;height:1.13745rem;text-align:right;text-align-last:right;display:block; }
#k6flyGeApxJCpNcAKJCT8ElLRobKAsTR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.9375rem;left:54.9375rem;height:1.13745rem;text-align:right;text-align-last:right;display:block; }
#VKpA0NivoSU9EOy5B55Tq1ZUTH897rxC { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:5.5rem;left:56.125rem;height:1.13745rem;text-align:right;text-align-last:right;display:block; }
#hKglKoy56GxLX6fz3obqZ0JQlpDNdedH { 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:1.8125rem;width:5.375rem;top:2.4929809570312rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { width:14.75rem;height:2.25rem;top:0.9375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block; }
 }@media only screen and (max-width: 763px) { #uk3qTyWlHc9MyO44GPEIWccWDGbCaT8B { top:1.25rem;left:0rem;width:5.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRxEtWlwOXW6qZhTZSVxl8daixbbDdVC { top:0.9375rem;left:15.436416625976rem;width:21.5625rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL { display:block; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI { display:block; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STBJGcV0TGBh8cqiMwWFO9qtSa49wVfH { width:15.3125rem;height:3.4375rem;top:36.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKysOplB2hNScBKKHFiPglT9ggwgWL9r { display:block; }
 }@media only screen and (max-width: 763px) { #WriiKAZQkBza9ZOvOE0lFOepNdt2Tl5k { top:38.1875rem;left:24.75rem;width:9.125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNgFskotT0yLMWxaKXkJ9zScsOAFxEC { top:36.3125rem;left:21.1875rem;width:26.5625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asW1Po7A3ZK0PvRfVDWgb16d40xenm2b { top:24.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuL2sqoOfxEb6PIdbT4vcKFG05sT2FOB { top:17.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCbvQM82lhDlF41krE54La7lJUkc8flF { top:30.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi1VeroOXXJCRPByN4J1b2uUCdAXMTLG { top:8.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKuWC80AE689b5hUb9kv5XCxT5tpGrpe { top:2.3125rem;left:20.0625rem;width:7.625rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnI9611pJNPsgqRqnCOoUTzaNKAsX70B { top:9.1875rem;left:1.5rem;width:46.25rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { display:block; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { top:1.1875rem;left:6.4375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { top:1.1875rem;left:15.3125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { top:1.1875rem;left:24.1875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { top:1.25rem;left:33.0625rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { top:1.4375rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbDtq94CulAppQ1ACgxLumwKzfImzHbG { display:block; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { width:31.875rem;height:5.4375rem;top:9.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { width:40.5rem;height:15.6875rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { width:15.25rem;height:3.375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block; }
 }@media only screen and (max-width: 763px) { #PZnOK5oPBW0ou3KMduRwWOXC0k3yS9TS { top:0rem;left:5.998779296875rem;width:36.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8oBx8AuASNaJx43GOW5Mf6VK6yCTETr { top:7.9375rem;left:0rem;width:20.625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGldbbcmROeSTgVmPohoBZs7R3FU4riP { display:block; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDgr5klU9UbxKOntqKvcetn8gUPITstk { top:5.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { top:20.9375rem;left:0rem;width:18rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { top:20.375rem;left:16.3125rem;width:16.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { top:20.375rem;left:30.125rem;width:17.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { width:21.4375rem;height:18.75rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { top:17.5625rem;left:0rem;width:17.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { top:17.5625rem;left:16.1875rem;width:17.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { top:17.5625rem;left:30.625rem;width:17.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJuHwhfy9XBTPy8719corAXaQTlOU6FF { width:21.4375rem;height:18.75rem;top:10.5rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvsvW3mucxIR7WNe6mCVnWZcQAvdl6Q2 { width:21.4375rem;height:18.75rem;top:10.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkUMxqKad0erbMmCUvr6cGTV30unEh9m { width:5.5rem;height:4.0625rem;top:12.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkMEgXpw2UzChWUcHOnER3unfATwPM0v { top:12.5625rem;left:17.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaHzCN38cBb0lpxrdHk8ZE37zgihEVEl { width:5.5rem;height:4.0625rem;top:12.3125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfuDmJAnGwK94TBWoHoC6IWD620pNVo8 { width:5.5rem;height:4.0625rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHK00mAbfDZ4xsf3uE31dUpnzATBHlJa { top:12.5625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7NftxQeuJ10PHLF1hPwoAObpnmeTbH { top:12.8125rem;left:40.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atlxeq23w61fXqyR3Qs4NKeu40S8s8A7 { top:4.3125rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF0bprKgoO694l0trstDeCkfisFPePKJ { display:block; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQUI3QDneTrKFvflHBVt37bm6QTPUpNl { top:17.0625rem;left:0rem;width:6.4375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3fg0Oyo3qaCmkKHqAVgQwIlgtF4zaxT { top:32.3125rem;left:28.8125rem;width:18.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrBpgW6TQMxo6bNmETgwezeFwBzBE9nJ { top:4.5625rem;left:5.8123931884766rem;width:36.0625rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZbXMVM7d0Bdo4pp3PNfcTfCing7El9v { top:7.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seSFnlEeQZxva8ubWQeGkt3impT5xyHV { top:1.625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlEwyaT9T424Nh6TWstu97Cyyt9Hkorq { top:4.625rem;left:0rem;width:7.625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2gM7ekOONwd3zKKIJMDF7DdObnueqrA { top:3.5625rem;left:0rem;width:6.75rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRPxTFczxChci8aT4RGqVCh7040UsfVJ { top:8rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaRFdfeoKziFCS4LZo7PlVsx63rQbHDq { top:23.6875rem;left:0rem;width:6.375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpowLHZmqBpEzv4TLiQnfLcpI7iCshiv { top:21.5625rem;left:20.75rem;width:6.4375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndXQaTDA1ssQrNrwpFQs8Gi100fTVoIX { top:21.625rem;left:35.6875rem;width:6.4375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSv78UmFIpIXgM3sIPPNgx6yPxNguy1o { top:8.0625rem;left:14.1875rem;width:19.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCrMD770PZzQ7WhvwbUJJDtbU6VA4UHH { top:21.5rem;left:0rem;width:17.875rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJOkZvLkXewCp3FO7B8Jd0bmZqrbQ3D2 { top:26.3125rem;left:0rem;width:15.375rem;height:11.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #scS6WegKoB4LbCIf62wsZUkR3RWOX6LO { top:26.25rem;left:17.0625rem;width:15.375rem;height:13.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUfkphNgSH2wizF0BC4G6dGhQXvSvo5U { top:26.3125rem;left:32.375rem;width:15.375rem;height:20.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WF8Md61Fod0Ku8MfGUHxD5mWx3r7eLF0 { top:21.625rem;left:41.3125rem;width:6.4375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feOZh9q3nF1eh7hBUNTarN36rPKoTqIz { top:12.5rem;left:0rem;width:22.625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mILMGTzXbu1qmC46vzRmEl4FGg01XZ3M { width:12.375rem;height:3.0625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdCkT49LaOd8ANwWpTber4k8JIwJply { display:block; }
 }@media only screen and (max-width: 763px) { #mtqueUAtXQsxiJnWFsxf5LZfKmipTAO3 { top:47.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW3RlwEX7THTGFCmnUIR1qRBGDcGROq2 { top:15.0625rem;left:0rem;width:15.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owuOcUwPbSQfMUUg7nl8rZ9qWWIqmAUF { top:12.5rem;left:12.4375rem;width:22.625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfwvQIdaInTTbIHtLtBe0kzOLzhKH9om { top:21.5625rem;left:14.75rem;width:17.875rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhU51iTKNPLAIH9z9Vc1o62K3eEHINhr { width:12.375rem;height:3.0625rem;top:34.8125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1tATJoGQ8uOkiAGTrWBqQ4TZbURVD3 { display:block; }
 }@media only screen and (max-width: 763px) { #RD1oTCbLvmWavGDrZHTDZsIU7GXprKfh { top:17.0625rem;left:20.5625rem;width:6.4375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK4MoJQ2XUN65g5N6pM7L9shTHfboLeB { top:15.0625rem;left:15.9375rem;width:15.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L250wWUUUSOLr3Vng8eR7f08agfzdulT { top:12.5rem;left:25.125rem;width:22.625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBm6fxtxML9M0zQpe1duIQhdZswkpPLO { top:21.5rem;left:29.875rem;width:17.875rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN407GKymH6iTdInXB6xhSC7dDvWxwgs { width:12.375rem;height:3.0625rem;top:40.125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfeJwpo8iDDUfxzr4NrmfLDHWXrJLvNL { display:block; }
 }@media only screen and (max-width: 763px) { #vzWK4Iembfwuk5i6XuIugPTgsfCbn3tQ { top:17.0625rem;left:39.75rem;width:8rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3kCBhxcHKTBxzknIxLr53dIKo6OlcV { top:15.0625rem;left:32.0625rem;width:15.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvmZOPQgavZVl2Crqf7LEa5fTLlu18TT { top:10.625rem;left:12.095640031025rem;width:23.3125rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSm2wvPf4Ed6gi7UTfryDI8lRHmyXbgz { top:11rem;left:18.375rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxbeumFnQTg0sO4AOhkpPsCOFnLihpsV { top:3.5rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { display:block; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV { display:block; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyCiOH3HnsPpPqueVPtRpUByEpq9dLpF { top:4.3125rem;left:0rem;width:28.9375rem;height:5.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61ULQXx9IlZGctsZnbqyCIGqKyeWnIh { top:11.9375rem;left:0rem;width:21.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnHXNRwaEBlKAK2OF4iytezHEQIc5KHz { top:12.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBsTbO1hC2n9iIETHGSr0vGTfX1ZSS9 { top:17.75rem;left:0rem;width:15.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yumTrBak1AE8kaSenrrH95LhZ0UE9Loe { top:18.5rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxKFArnDQPiqQgdSPqhJmrq9Cg7vHEe9 { top:27.625rem;left:33.8125rem;width:13.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfh9g7QiDnTbSo3A2xCOxqhQtkM6ni6Z { width:17.1875rem;height:3.625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRHx9NPDdGglXH7zcvLbxSQRxJR0u5UP { display:block; }
 }@media only screen and (max-width: 763px) { #hVpMDWTM6ZlvBHDMvcglEe1B5ypHD7wa { top:23.875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNgPGEhJXXb6LWKDuuJBQS6gpaWEzfQT { top:22.75rem;left:0rem;width:23.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEU35nuwX27nSOscmUfARNl7igxpJfEz { top:15.75rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQAGAmK6ErxRsKmN3e7Nwvz6gfMg3xch { top:11.375rem;left:18.9375rem;width:28.8125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWM263SQcVPDN5ovGDf8dTaWz12q3KJS { top:27.625rem;left:31.0625rem;width:14.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaGoo7UvmeQH3IVCb9o2pKAg37TGFCHX { top:23.875rem;left:0rem;width:17.5rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7vbbPVxTN0gmRL8lvF2F3TRC11d5k8C { top:5.5rem;left:9rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiPyRzgrM2URsuZ8shZxWIxOBHeHQelD { top:22.6875rem;left:22.3125rem;width:25.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbeMs4uxkzFZf3BEurhTq9zKgsBtqLd0 { width:2.375rem;height:2.6875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t84eyQbWRC7mVvURXxS22MVPQiCkXcA4 { width:2.3125rem;height:2.625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8eyQwDMtg4oi044etmqTVlvF9In4is { width:2.3125rem;height:2.625rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypTyZZPPqnVkmMnB3Qv6zXDENZECBgKT { top:3.25rem;left:0rem;width:36.125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { display:block; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { top:14.625rem;left:23rem;width:24.75rem;height:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { top:13.3125rem;left:0rem;width:28.6875rem;height:35.9220514961rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { top:15rem;left:19.53125rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { top:3.0625rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { display:none; }
 }@media only screen and (max-width: 763px) { #v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { display:none; }
 }@media only screen and (max-width: 763px) { #yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { display:none; }
 }@media only screen and (max-width: 763px) { #hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { display:none; }
 }@media only screen and (max-width: 763px) { #OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { display:none; }
 }@media only screen and (max-width: 763px) { #Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { display:none; }
 }@media only screen and (max-width: 763px) { #I5aTt0KZoToCWIKhpXz1ArSLo6M0IdvQ { top:19.3125rem;left:19.53125rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqe2tJOugTEoiq7gmNo0RHnHOF0rBlr { top:23.875rem;left:19.53125rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmG0NTV1sA1yanltDsCDqOtcg5HR6kk2 { top:28.125rem;left:19.53125rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spOufZiUTcoIVFaLLeQWQiM6c44p2Ehq { top:32.5625rem;left:19.53125rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ8ZfwGPbZchIJxrFpB3uVTGTe8PVmsE { top:36.9375rem;left:19.53125rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UicAXsBpF2nQDikHlCkkZUdXK2L14H3E { top:41.25rem;left:19.53125rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akhkTZPBISUImXV9swLyGLMpTX9Tw0Z5 { top:45.6875rem;left:19.531005859375rem;width:9.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNLdWTeav9lSQoFp34SyQpv4TXi6ogPR { display:none; }
 }@media only screen and (max-width: 763px) { #XepWhkJcELZOhGzKTO1Tyi1caC2uFryh { top:3rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI { display:block; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COsgD5IcTwM4TEpUBRiIEmmOhByhSnKC { top:5.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIkx1SIwyaLMUbTLzuIDr89lXH1CNM0d { top:17.75rem;left:0rem;width:17.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3M0FBr0RxETLhHLUAc6brrriSTN511A { top:17.75rem;left:16.34375rem;width:15.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpZuk5HRTf8vhoaoh9VlqSKFb0AxCh1 { top:17.8125rem;left:33rem;width:14.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgFiCt16MO6CC6z0xoe6sOpSrnhrDyk4 { top:11.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6oahkQLBGlkpkbHtzSAceG47q2WTB9X { top:10.875rem;left:21.8125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOCoLxirz3LHXw3zL6SDaTwJz1NQXaut { top:10.8125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGlfC98IwLBNUBL7DXrwNyKFloQSQe8 { width:17.9375rem;height:16.75rem;top:13.0625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp6v3sfAWWbPN3s7IPfnvlLthnDb4Dg { width:17.9375rem;height:16.75rem;top:13.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZ9lq0EJRHTia2QVmzOH9LpJedmgnKX { width:17.9375rem;height:16.75rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0EexRx5xhZSotsJFk05PaMrXKHMkss { top:10rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAh2KOX9eUgIqMCxUizbi3c4vvFeK3U7 { top:9.6875rem;left:20.625rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGmwbbfXbJ09EeVZKHD5mOXcHHFzI4k { top:9.6875rem;left:41.25rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { display:block; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { top:4.6875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvENkCcwCS3vl1hwBgluJQxUv9potNXz { top:7.375rem;left:5.2812519073486rem;width:37.1875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDWICpKtRmyMxvuGwAyOgZlg56pSJPWO { top:3.5625rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { display:block; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { top:4.1875rem;left:0.125rem;width:11.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfTacibo7UB2DZuZTvdXAi1okgUixTJ { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { top:0.625rem;left:37.84375rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { top:0.75rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AB1cnM8T7CeM5Z7NCUcMD19bPsrmyF { top:0.5625rem;left:11.9375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMugVywtg16cquLaVCuFHw1uq0a01L9 { top:1.875rem;left:23.875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkRhlTWt3IrGAWgBmg34BiHX314hCCWl { top:1.875rem;left:35.8125rem;width:4.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { display:block; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { top:0.875rem;left:17.34375rem;width:13.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { display:block; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpMXuermEhdTdW3UKdfDt3mavFAylwvg { top:4.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { top:7.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { top:10.5625rem;left:0rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { top:40.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { width:15.3125rem;height:3.4375rem;top:43.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { top:10.5625rem;left:6.3125rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { top:10.5625rem;left:30.875rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { top:10.5625rem;left:24.375rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { display:block; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { width:33.0625rem;height:5.5rem;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { width:35.3125rem;height:18.875rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { width:15.3125rem;height:3.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block; }
 }@media only screen and (max-width: 763px) { #HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { width:17.625rem;height:17.625rem;top:7.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { width:11.3125rem;height:11.3125rem;top:23.5rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { width:12.875rem;height:12.875rem;top:24.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HreF2muQTmF3smp9TNDL3DV20zQDCfNN { top:4.625rem;left:0rem;width:46.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { width:23.875rem;height:13.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { top:2.5625rem;left:10.9375rem;width:25.875rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { top:20.3125rem;left:0rem;width:17.8125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { width:20.8125rem;height:13.875rem;top:9.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { top:20.3125rem;left:14.375rem;width:17.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { width:23.1875rem;height:13.9375rem;top:9.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { top:10.875rem;left:27.5rem;width:20.25rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { width:42.5rem;height:11.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { top:32.75rem;left:0rem;width:21.875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { width:18.625rem;height:13.9375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpMblgVGTCnre0URpLMwNdEqvOePyUX { top:37.25rem;left:0rem;width:18.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { top:25.4375rem;left:24rem;width:23.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { width:26rem;height:11.75rem;top:23.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { top:54.4375rem;left:5.40625rem;width:36.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { width:15.3125rem;height:3.4375rem;top:59.9375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block; }
 }@media only screen and (max-width: 763px) { #a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { width:22.8125rem;height:13.9375rem;top:36.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { top:19.8125rem;left:0rem;width:18.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { top:19.8125rem;left:13.8125rem;width:15.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { top:10.375rem;left:29.9375rem;width:17.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { top:32.1875rem;left:0rem;width:20.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXePvaNwGbnQQsT0h50WfMielcG82cGF { top:25rem;left:29rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { top:36.75rem;left:0rem;width:17.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { top:46.3125rem;left:8.4375rem;width:20.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { top:46.8125rem;left:8.9373931884762rem;width:21.9375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOKCVuFCMnQixhICCw6T8ZontaDZikTR { width:26.75rem;height:13.875rem;top:36.125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { top:46.375rem;left:25rem;width:22.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { top:46.875rem;left:25.625rem;width:22.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { top:98.0625rem;left:0rem;width:19.3125rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { top:87.0625rem;left:0rem;width:19.5625rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFsA2ZRCdhdc1TiprdZET0M5ChXOEfTr { top:1.4375rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 { display:block; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgW9LLxh0kJ0UaIqVhJPgOvEuVNtHXLC { top:0rem;left:14rem;width:25.875rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdaxCLAxUeUaxvtLev7ixT2Hzooxldc { top:6.9375rem;left:1.59375rem;width:44.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfKf9pnC8kAwTVTQHmS5RJKHaC8em73x { top:9.1875rem;left:3.6875rem;width:38.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WkvFeqZ82m16Doew3Sf6bAO1zvTTPI { top:11.6875rem;left:3.5rem;width:43.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbrq1UAb15sz5900FxbyLgtc4QkTuvkT { top:14.25rem;left:4.65625rem;width:41.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chl02tIJXoNQGRnaV0rwcbTqRRFmT0VS { top:16.8125rem;left:4.4375rem;width:43.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn3UKVnEJJZxnIsRiQiN0cZXFmvnFhdc { top:19.1875rem;left:4.5rem;width:38.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emwQuTwgPRy4ohSG1T2EJwkqc0GqHWJX { top:22.75rem;left:6.6875rem;width:36.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWHRNgRUZfu67ZSJBBDaUh6lTFKVNk1 { top:0.8125rem;left:9.6875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiQhWyVPNkOsXTTP4OHxzHnq45wlkTit { top:26.8125rem;left:30.6875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPr7Wa49WTO1uDUIoRy7tAcMNENAXAr { width:15.3125rem;height:3.4375rem;top:28rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAfJpTpXaTPgURLDhtJD2mVL5mw0Pal { display:block; }
 }@media only screen and (max-width: 763px) { #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { display:block; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { top:13.1875rem;left:16.3125rem;width:31.4375rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { width:8.3125rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { width:28.5625rem;height:2.5rem;top:8.625rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8CZNcbxNZhyMVoSrUVJpR2qyGAUBKVh { top:51.4375rem;left:0rem;width:38.25rem;height:24.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO5dxPqbdQNHX2zy9wRIHk6VUAvsWsxg { top:51.1875rem;left:17.9375rem;width:29.8125rem;height:16.402971657653rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd7s6GZsDfxh4mi17qMlAZHUAwtbceHb { top:46.4375rem;left:0rem;width:36.9375rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJndQyGw7yRfwgapFBIFmTtqCZCsSLqG { top:51.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIX6x4oV8TDOpyFA4kcaXge3hgUmygby { top:54.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #figfCpqsxtFVmPFHiH2y5Za1G5XvzF1C { top:58.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHGLaHpBvqp6VxqBH85msh35tubbHnaL { top:61.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diiACmC1lGEBLai2sA2AsPPVXgpavodm { top:65.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stTtgP7mG1TG9G0F1h7wDdOxcG8hTON7 { top:69.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4fk4uPCHNTyW80CSqASBN6WXZNZPpMq { top:72.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN0ZgrIThRedWqf76bFdCNTUmayLdQ0T { top:45.3125rem;left:0rem;width:36.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2rGXmLKZaKBA8P0P7G8CyoHEHXxmuNW { top:7.5625rem;left:23.875rem;width:23.4375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI { display:block; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoNor7tif1boLWPZL1XWaS69saC0UBLr { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #un3ecNS2vJvilueisRM01LteTxL2vo0o { top:13.1875rem;left:16.3125rem;width:31.4375rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6ic5C1paHemiIkdztxExPKNhyTKRke { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0X1sMOTGNDmuOMhfMlIK4TTtxF068EX { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5P4zammRBUNMpggLWDH2HuJHdr1cQrz { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH7NzT04nECqUE36mis1kVJACw2DQVis { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvelQcZuucTvsc3uOlmDOmoVP8yfhTr { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5vrSyshRaPsLQEU2dUEidT6yEckhhkE { width:8.3125rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4Nwi9QoyOhsNDrzVMgZXdZU12s28X7 { width:28.5625rem;height:2.5rem;top:8.625rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGL4Tn6BU9bpXeNsy7TvmX9VQRczS1N { top:7.5625rem;left:23.875rem;width:23.4375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 { display:block; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTHgK8lpZFDhOrwRrkE1Cfve5n9Fh3TF { top:8.0625rem;left:0rem;width:38.3125rem;height:24.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhM1a5Qxh7xTH88DToia5uJlhSfMNN4M { top:3.0625rem;left:0rem;width:37rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwu9HasJs8ThZc2TD6iAVKqgXb0TLfX6 { top:7.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeoT3sNsQNISF5iAX8H1r1vK4bg3Km75 { top:11.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C10gNLkMzhpuaTqhXvu6oUd5VicLFxx7 { top:14.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKff4qsIrRecrwLQSAkrlBlLmKhx4TUy { top:18.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqInKZE5LQqVA6oevHNC12EclN41yCxQ { top:22.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvPVdzlp022Al179fLUXVfNLq1DspK5S { top:25.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffgQlEGR1BlQdDTfBXZ6zuJEt5wM0B3k { top:7.8125rem;left:17.875rem;width:29.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXDcFwSsntGGQxxbaXiBNJu3RyRcCzO8 { top:29.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIXInObUXWixGZ51z928nTuuyrFDUy8 { top:7rem;left:0rem;width:17.5rem;height:15.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8BebRuNeqroMHoDDNBR0uwxkWemzMJM { top:36.9375rem;left:0rem;width:17.3125rem;height:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydXlfT2iWH8DhoVsI04ZVLgNgq9OEwo { top:2.5rem;left:0rem;width:36.5625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { display:block; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { top:33.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { top:4.6875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { display:flex;height:auto;width:42.1875rem;top:11rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #WUhOg4Kvsd02ckmnkI3XieWxbMDEFP8l {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #UFixWleetF8oX8pZMgOeEJcUPX4p8Zrk {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GI2ZFuAy4ZWhwzrC7az4g1Ph2fbWeBoC {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #FJtK1EAqeCEngWr46FtrzHkISkaziWN8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #lu1VxmvcT364ZoqW6nLov42ntoWGPBc8 {  }
 }@media only screen and (max-width: 763px) { #TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { width:15.3125rem;height:3.4375rem;top:37.6875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block; }
 }@media only screen and (max-width: 763px) { #K9Tvw0UGUznnusBeHPitUtVQ0RlgpUmy { top:3.5625rem;left:5.5622844696045rem;width:36.5625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG { display:block; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBvgTIRc4kEx5HDlFBFFzDM765dyKw1Z { top:5.0625rem;left:0rem;width:15.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO5NlksDg1JrhVU3z59NhbpVL8pyHodq { top:2.75rem;left:11.749755859375rem;width:24.1875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mQpAMERxsluZaFdsQPolT8WneVC04I { top:4.1875rem;left:38.125rem;width:9.625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6flyGeApxJCpNcAKJCT8ElLRobKAsTR { top:2.875rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKpA0NivoSU9EOy5B55Tq1ZUTH897rxC { top:5.4375rem;left:36.375rem;width:11.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKglKoy56GxLX6fz3obqZ0JQlpDNdedH { top:2.4375rem;left:0rem;width:5.375rem;height:1.8121768602269rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { width:9.875rem;height:2.1875rem;top:1.187255859375rem;left:9.7880408486756rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block; }
 }@media only screen and (max-width: 763px) { #uk3qTyWlHc9MyO44GPEIWccWDGbCaT8B { width:5.625rem;height:1.749675rem;top:1.4057074785232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRxEtWlwOXW6qZhTZSVxl8daixbbDdVC { width:12.5625rem;height:1.99978125rem;top:1.2803820371627rem;left:7.0304905176162rem;font-size:2rem;text-align:center;text-align-last:center;color:#2d2246;display:block; }
 }@media only screen and (max-width: 763px) { #smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL { display:none; }#smlhDmMWG2OGZqI20F0B9LpmsaEMxZTL > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb36226b-9629-462f-b4e5-44e1f6d3371f/MyMovie3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI.adaptive-delivery-prevent-bg, #A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI.lazyload, #A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI.lazyloading { background-image: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container { background-color: transparent; background-image: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container > .video-iframe-container { display: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.52); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row > .video-iframe-container { display: none; }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .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); }#A9c7ayFx3urKw5XiaVKpkqGsGRwZq3LI > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STBJGcV0TGBh8cqiMwWFO9qtSa49wVfH { width:13.5623125rem;height:3.18739375rem;top:25.8125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKysOplB2hNScBKKHFiPglT9ggwgWL9r { display:block; }
 }@media only screen and (max-width: 763px) { #WriiKAZQkBza9ZOvOE0lFOepNdt2Tl5k { width:20rem;height:0;top:28.899741888046rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #koNgFskotT0yLMWxaKXkJ9zScsOAFxEC { width:20rem;height:0;top:25.62445807457rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:"work sans";display:none; }
 }@media only screen and (max-width: 763px) { #asW1Po7A3ZK0PvRfVDWgb16d40xenm2b { width:19.9375rem;height:3.0240875rem;top:18.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MuL2sqoOfxEb6PIdbT4vcKFG05sT2FOB { width:12.6248125rem;height:2.33615625rem;top:11.993815183639rem;left:3.6870660781861rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:italic;font-family:"work sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iCbvQM82lhDlF41krE54La7lJUkc8flF { width:20rem;height:1.23751875rem;top:22.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oi1VeroOXXJCRPByN4J1b2uUCdAXMTLG { width:19.0625rem;height:0.74978125rem;top:6.9102647304537rem;left:0.46875011920929rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kKuWC80AE689b5hUb9kv5XCxT5tpGrpe { width:7.3125rem;height:2.4375rem;top:3.1875rem;left:6.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #SnI9611pJNPsgqRqnCOoUTzaNKAsX70B { width:20rem;height:3.432075rem;top:8.5617406368256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { display:block; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbDtq94CulAppQ1ACgxLumwKzfImzHbG { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d9119ea-0544-4654-b28a-b04848a2d7a9/GurudevinCyprusLP24.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG.adaptive-delivery-prevent-bg, #VbDtq94CulAppQ1ACgxLumwKzfImzHbG.lazyload, #VbDtq94CulAppQ1ACgxLumwKzfImzHbG.lazyloading { background-image: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { background-color: transparent; background-image: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .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); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { width:20rem;height:2.87543125rem;top:4.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { width:19.625rem;height:22.39580625rem;top:8.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { width:15.3125rem;height:3.4375rem;top:31.871747970581rem;left:2.3437502384186rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block; }
 }@media only screen and (max-width: 763px) { #PZnOK5oPBW0ou3KMduRwWOXC0k3yS9TS { width:20rem;height:1.0221375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8oBx8AuASNaJx43GOW5Mf6VK6yCTETr { width:20rem;height:0.96245625rem;top:3.3125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mGldbbcmROeSTgVmPohoBZs7R3FU4riP { background-color:transparent;background-image: -webkit-linear-gradient(219deg, #fee7b7, #ffffff);background-image: -moz-linear-gradient(219deg, #fee7b7, #ffffff);background-image: -ms-linear-gradient(219deg, #fee7b7, #ffffff);background-image: -o-linear-gradient(219deg, #fee7b7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee7b7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee7b7', endColorstr='#ffffff' );";background-image: linear-gradient(219deg, #fee7b7, #ffffff);background-size:cover !important;display:block; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { background-color: transparent; background-image: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container > .video-iframe-container { display: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container { display: none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .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); }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDgr5klU9UbxKOntqKvcetn8gUPITstk { width:16.1246875rem;height:2.062175rem;top:4.2735385894776rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { width:16.3748125rem;height:5.19748125rem;top:17.0625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { width:16.25rem;height:5.19748125rem;top:34.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { width:15.625rem;height:5.19748125rem;top:51.0625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { width:19.375rem;height:16.3748125rem;top:7.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { width:16.624875rem;height:1.62489375rem;top:14.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { width:17.1875rem;height:1.62489375rem;top:31.75rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { width:17.1875rem;height:1.62489375rem;top:48.875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJuHwhfy9XBTPy8719corAXaQTlOU6FF { width:19.375rem;height:16.25rem;top:25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvsvW3mucxIR7WNe6mCVnWZcQAvdl6Q2 { width:19.375rem;height:16.25rem;top:42.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkUMxqKad0erbMmCUvr6cGTV30unEh9m { width:5.5rem;height:4.0625rem;top:26.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkMEgXpw2UzChWUcHOnER3unfATwPM0v { width:3.8125rem;height:3.8125rem;top:27.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaHzCN38cBb0lpxrdHk8ZE37zgihEVEl { width:5.5rem;height:4.0625rem;top:44rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfuDmJAnGwK94TBWoHoC6IWD620pNVo8 { width:5.5rem;height:4.0625rem;top:9.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHK00mAbfDZ4xsf3uE31dUpnzATBHlJa { width:3.5rem;height:3.5rem;top:9.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7NftxQeuJ10PHLF1hPwoAObpnmeTbH { width:3rem;height:3rem;top:44.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atlxeq23w61fXqyR3Qs4NKeu40S8s8A7 { width:20rem;height:0.96245625rem;top:3.3125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rF0bprKgoO694l0trstDeCkfisFPePKJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1a939df-8255-413e-81e8-c5386a7ff77a/GurudevinCyprusLP7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rF0bprKgoO694l0trstDeCkfisFPePKJ.adaptive-delivery-prevent-bg, #rF0bprKgoO694l0trstDeCkfisFPePKJ.lazyload, #rF0bprKgoO694l0trstDeCkfisFPePKJ.lazyloading { background-image: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container { background-color: transparent; background-image: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container > .video-iframe-container { display: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row > .video-iframe-container { display: none; }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .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); }#rF0bprKgoO694l0trstDeCkfisFPePKJ > .row .container { width:20rem;height:103.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQUI3QDneTrKFvflHBVt37bm6QTPUpNl { width:5.812175rem;height:3.09353125rem;top:9.9375rem;left:7.0936422348025rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #V3fg0Oyo3qaCmkKHqAVgQwIlgtF4zaxT { width:18.8125rem;height:0.9375rem;top:59.75rem;left:0.59375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #RrBpgW6TQMxo6bNmETgwezeFwBzBE9nJ { width:19rem;height:2.062175rem;top:4.1875rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZbXMVM7d0Bdo4pp3PNfcTfCing7El9v { width:20rem;height:0;top:8.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #seSFnlEeQZxva8ubWQeGkt3impT5xyHV { width:5.3125rem;height:5.3125rem;top:1.8125rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlEwyaT9T424Nh6TWstu97Cyyt9Hkorq { width:6.75rem;height:0;top:3.5625rem;left:13.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V2gM7ekOONwd3zKKIJMDF7DdObnueqrA { width:6.75rem;height:0;top:2.81884765625rem;left:12.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #KRPxTFczxChci8aT4RGqVCh7040UsfVJ { width:20rem;height:0;top:8rem;left:0rem;font-size:1.125rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #WaRFdfeoKziFCS4LZo7PlVsx63rQbHDq { width:6.4375rem;height:2.0625rem;top:21.375rem;left:1.9375rem;font-size:1.875rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #zpowLHZmqBpEzv4TLiQnfLcpI7iCshiv { width:6.4375rem;height:2.0625rem;top:83.0625rem;left:6.8125rem;font-size:1.875rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #ndXQaTDA1ssQrNrwpFQs8Gi100fTVoIX { width:6.4375rem;height:2.0625rem;top:114.75rem;left:6.78125rem;font-size:1.875rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #lSv78UmFIpIXgM3sIPPNgx6yPxNguy1o { width:20rem;height:2.75rem;top:8.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vCrMD770PZzQ7WhvwbUJJDtbU6VA4UHH { width:15.374875rem;height:11.371525rem;top:14.125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJOkZvLkXewCp3FO7B8Jd0bmZqrbQ3D2 { width:15.375rem;height:0;top:24rem;left:3.4375rem;font-size:0.875rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #scS6WegKoB4LbCIf62wsZUkR3RWOX6LO { width:15.375rem;height:0;top:55rem;left:3.5625rem;font-size:0.875rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #pUfkphNgSH2wizF0BC4G6dGhQXvSvo5U { width:15.375rem;height:0;top:88.875rem;left:3.5625rem;font-size:0.875rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #WF8Md61Fod0Ku8MfGUHxD5mWx3r7eLF0 { width:6.375rem;height:2.0625rem;top:151.75rem;left:6.75rem;font-size:1.875rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #feOZh9q3nF1eh7hBUNTarN36rPKoTqIz { width:18.4375rem;height:23.499875rem;top:8.0598959922788rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mILMGTzXbu1qmC46vzRmEl4FGg01XZ3M { width:14.0625rem;height:3.0625rem;top:26.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdCkT49LaOd8ANwWpTber4k8JIwJply { display:block; }
 }@media only screen and (max-width: 763px) { #mtqueUAtXQsxiJnWFsxf5LZfKmipTAO3 { width:18.125rem;height:2.88736875rem;top:97.186961174012rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XW3RlwEX7THTGFCmnUIR1qRBGDcGROq2 { width:15.686875rem;height:1.25rem;top:8.5625rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #owuOcUwPbSQfMUUg7nl8rZ9qWWIqmAUF { width:18.4375rem;height:25.875rem;top:35.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfwvQIdaInTTbIHtLtBe0kzOLzhKH9om { width:17.874375rem;height:11.371525rem;top:43.5rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhU51iTKNPLAIH9z9Vc1o62K3eEHINhr { width:14.0625rem;height:3.06206875rem;top:56.3125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1tATJoGQ8uOkiAGTrWBqQ4TZbURVD3 { display:block; }
 }@media only screen and (max-width: 763px) { #RD1oTCbLvmWavGDrZHTDZsIU7GXprKfh { width:6.4371875rem;height:3.09353125rem;top:38.375rem;left:6.8125rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #vK4MoJQ2XUN65g5N6pM7L9shTHfboLeB { width:15.686875rem;height:1.25rem;top:37rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L250wWUUUSOLr3Vng8eR7f08agfzdulT { width:18.4375rem;height:31rem;top:63.811853408813rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBm6fxtxML9M0zQpe1duIQhdZswkpPLO { width:15.625rem;height:17.05728125rem;top:71.3769569397rem;left:2.1251087188721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN407GKymH6iTdInXB6xhSC7dDvWxwgs { width:14.0625rem;height:3.06206875rem;top:89.874137878419rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfeJwpo8iDDUfxzr4NrmfLDHWXrJLvNL { display:block; }
 }@media only screen and (max-width: 763px) { #vzWK4Iembfwuk5i6XuIugPTgsfCbn3tQ { width:7.9996875rem;height:3.09353125rem;top:67.687177658081rem;left:5.9998917579651rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #vF3kCBhxcHKTBxzknIxLr53dIKo6OlcV { width:15.686875rem;height:1.25rem;top:65.812177658081rem;left:2.156033039093rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hvmZOPQgavZVl2Crqf7LEa5fTLlu18TT { width:19.375rem;height:28.625rem;top:33.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSm2wvPf4Ed6gi7UTfryDI8lRHmyXbgz { width:10.999375rem;height:1.13715rem;top:34.0625rem;left:4.5625rem;font-size:0.875rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #hxbeumFnQTg0sO4AOhkpPsCOFnLihpsV { width:20rem;height:0.96245625rem;top:3rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ { display:block; }#tTCand6mfhZR2g7RiPtyZ0EtoC9osnOJ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV { display:block; }#OxVs1oaNUH9E6uKGT3JdQU4kxCGGd4vV > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyCiOH3HnsPpPqueVPtRpUByEpq9dLpF { width:19.6875rem;height:4.26215rem;top:2.625rem;left:0.15625rem;font-size:1.9375rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #o61ULQXx9IlZGctsZnbqyCIGqKyeWnIh { width:11.0623125rem;height:3.8981125rem;top:9.125rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #pnHXNRwaEBlKAK2OF4iytezHEQIc5KHz { display:flex;width:1.875rem;height:1.875rem;top:9.5rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #LsBsTbO1hC2n9iIETHGSr0vGTfX1ZSS9 { width:13.9371875rem;height:2.3990875rem;top:14.1875rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);font-weight:700;font-style:normal;font-family:"work sans";line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yumTrBak1AE8kaSenrrH95LhZ0UE9Loe { display:flex;width:1.5625rem;height:1.5625rem;top:14.625rem;left:2.4375rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #qxKFArnDQPiqQgdSPqhJmrq9Cg7vHEe9 { width:10.5625rem;height:6.625rem;top:59rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfh9g7QiDnTbSo3A2xCOxqhQtkM6ni6Z { width:15.99775rem;height:3.24924375rem;top:38.436416625976rem;left:2.0008683204651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRHx9NPDdGglXH7zcvLbxSQRxJR0u5UP { display:block; }
 }@media only screen and (max-width: 763px) { #hVpMDWTM6ZlvBHDMvcglEe1B5ypHD7wa { display:flex;width:1.875rem;height:1.875rem;top:18.25rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #XNgPGEhJXXb6LWKDuuJBQS6gpaWEzfQT { width:20rem;height:0.125rem;top:23.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEU35nuwX27nSOscmUfARNl7igxpJfEz { width:20rem;height:0.125rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQAGAmK6ErxRsKmN3e7Nwvz6gfMg3xch { width:20rem;height:11.106290672451rem;top:47.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWM263SQcVPDN5ovGDf8dTaWz12q3KJS { width:9.0625rem;height:6.5625rem;top:59rem;left:10.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaGoo7UvmeQH3IVCb9o2pKAg37TGFCHX { width:14.5621875rem;height:4.87413125rem;top:17.875rem;left:4.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #t7vbbPVxTN0gmRL8lvF2F3TRC11d5k8C { width:4.12475625rem;height:2.6245125rem;top:35.747680664062rem;left:7.9376220703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiPyRzgrM2URsuZ8shZxWIxOBHeHQelD { width:15.999375rem;height:9.2496875rem;top:25.311431884766rem;left:1.999783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbeMs4uxkzFZf3BEurhTq9zKgsBtqLd0 { width:2.374675rem;height:2.687175rem;top:14.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t84eyQbWRC7mVvURXxS22MVPQiCkXcA4 { width:2.31228125rem;height:2.62478125rem;top:9.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh8eyQwDMtg4oi044etmqTVlvF9In4is { width:2.31228125rem;height:2.62478125rem;top:17.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypTyZZPPqnVkmMnB3Qv6zXDENZECBgKT { width:20rem;height:0.96245625rem;top:1.5rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { display:block; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { width:20rem;height:0;top:2.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { width:19.5rem;height:31.1849rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { width:19.99875rem;height:24.999rem;top:41.545166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { width:9.375rem;height:0.75rem;top:15rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { width:18.375rem;height:4.6875rem;top:2.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15001;color:#2d2246;display:block; }
 }@media only screen and (max-width: 763px) { #mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { top:11.5rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15016;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { top:16.1875rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15017;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { top:20.375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15018;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { top:23.875rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15019;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { top:27.625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15020;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { top:31.375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15021;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I5aTt0KZoToCWIKhpXz1ArSLo6M0IdvQ { width:9.375rem;height:0.75rem;top:19.3125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jpqe2tJOugTEoiq7gmNo0RHnHOF0rBlr { width:9.375rem;height:0.75rem;top:23.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmG0NTV1sA1yanltDsCDqOtcg5HR6kk2 { width:9.375rem;height:0.75rem;top:28.125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spOufZiUTcoIVFaLLeQWQiM6c44p2Ehq { width:9.375rem;height:0.75rem;top:32.5625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZ8ZfwGPbZchIJxrFpB3uVTGTe8PVmsE { width:9.375rem;height:0.75rem;top:36.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UicAXsBpF2nQDikHlCkkZUdXK2L14H3E { width:9.375rem;height:0.75rem;top:41.25rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #akhkTZPBISUImXV9swLyGLMpTX9Tw0Z5 { width:9.375rem;height:0.75rem;top:45.6875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNLdWTeav9lSQoFp34SyQpv4TXi6ogPR { top:35.125rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15022;background-color:#5f1919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XepWhkJcELZOhGzKTO1Tyi1caC2uFryh { width:20rem;height:0.96245625rem;top:1.125rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zb4h02meZaxsDIxk7kgNe0vpvePg3yXI { display:none; }#zb4h02meZaxsDIxk7kgNe0vpvePg3yXI > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #COsgD5IcTwM4TEpUBRiIEmmOhByhSnKC { width:16.125rem;height:2.0625rem;top:2.5rem;left:1.9375rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DIkx1SIwyaLMUbTLzuIDr89lXH1CNM0d { width:16.375rem;height:9.0986125rem;top:11.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3M0FBr0RxETLhHLUAc6brrriSTN511A { width:16.25rem;height:7.79883125rem;top:29.51806640625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpZuk5HRTf8vhoaoh9VlqSKFb0AxCh1 { width:15.625rem;height:7.79883125rem;top:45.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgFiCt16MO6CC6z0xoe6sOpSrnhrDyk4 { width:3.125rem;height:3.125rem;top:6.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6oahkQLBGlkpkbHtzSAceG47q2WTB9X { width:3.125rem;height:3.125rem;top:24.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOCoLxirz3LHXw3zL6SDaTwJz1NQXaut { width:3.125rem;height:3.125rem;top:41.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGlfC98IwLBNUBL7DXrwNyKFloQSQe8 { width:20rem;height:12.6875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp6v3sfAWWbPN3s7IPfnvlLthnDb4Dg { width:20rem;height:12.75rem;top:26.09375rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZ9lq0EJRHTia2QVmzOH9LpJedmgnKX { width:20rem;height:14.375rem;top:8rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0EexRx5xhZSotsJFk05PaMrXKHMkss { width:4.625rem;height:4.625rem;top:5.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAh2KOX9eUgIqMCxUizbi3c4vvFeK3U7 { width:4.625rem;height:4.625rem;top:23.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGmwbbfXbJ09EeVZKHD5mOXcHHFzI4k { width:4.625rem;height:4.625rem;top:40.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { display:block; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { width:18.5rem;height:4.12435rem;top:2.5rem;left:0.75rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AvENkCcwCS3vl1hwBgluJQxUv9potNXz { width:20rem;height:3.6556rem;top:6.62380695343rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDWICpKtRmyMxvuGwAyOgZlg56pSJPWO { width:20rem;height:0.96245625rem;top:1.4344615936279rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { display:block; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { width:5.8125rem;height:2.03125rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { width:6.25rem;height:1.29980625rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfTacibo7UB2DZuZTvdXAi1okgUixTJ { width:6.5rem;height:2.03125rem;top:6.875rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { width:8.0625rem;height:2.5987375rem;top:8.9375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { width:7.312rem;height:2.03125rem;top:7.46875rem;left:12.43603515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { width:7.5615rem;height:1.29980625rem;top:9.14990234375rem;left:12.310546875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { width:4.8125rem;height:2.03125rem;top:1.5rem;left:13.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { width:8.4375rem;height:2.5987375rem;top:3.3125rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AB1cnM8T7CeM5Z7NCUcMD19bPsrmyF { width:2.5rem;height:2.5rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZMugVywtg16cquLaVCuFHw1uq0a01L9 { width:2.5rem;height:2.5rem;top:2.05615234375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkRhlTWt3IrGAWgBmg34BiHX314hCCWl { width:2.5rem;height:2.5rem;top:8.125rem;left:10.909288406372rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { display:block; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { width:13.0625rem;height:1.13769375rem;top:0.51171875rem;left:3.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { display:none; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { width:20rem;height:113.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DpMXuermEhdTdW3UKdfDt3mavFAylwvg { width:20rem;height:5.625rem;top:3.0625rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { width:20rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { height:11.25rem;width:20rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { width:20rem;height:2rem;top:103.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { width:14.1875rem;height:3.4375rem;top:106.5rem;left:2.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { height:28rem;width:20rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { height:28rem;width:20rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { height:28rem;width:20rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ed2949c6-1d97-44c8-a808-6c9a93c7ef13/GurudevinCyprusLP19.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB.adaptive-delivery-prevent-bg, #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB.lazyload, #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB.lazyloading { background-image: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { background-color: transparent; background-image: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .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); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { width:20rem;height:4.12435rem;top:2.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { width:20rem;height:22.08934375rem;top:8.31201171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { width:14.375rem;height:3.125rem;top:31.880859375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block; }
 }@media only screen and (max-width: 763px) { #HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { width:17.625rem;height:17.625rem;top:38.25rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { width:11.3125rem;height:11.3125rem;top:58.75rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { width:12.875rem;height:12.875rem;top:50.1875rem;left:7.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #HreF2muQTmF3smp9TNDL3DV20zQDCfNN { width:20rem;height:0.96245625rem;top:1.6875rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/97a52a71-a1cc-4576-8e03-5cf2d984bf86/GurudevinCyprusLP14.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW.adaptive-delivery-prevent-bg, #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW.lazyload, #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW.lazyloading { background-image: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { background-color: transparent; background-image: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .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); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { width:20rem;height:11.623036649215rem;top:5.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { width:17.8125rem;height:1.92505rem;top:14.125rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { width:20rem;height:13.333333333333rem;top:17.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { width:17.0625rem;height:1.9249125rem;top:27.875rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { width:20rem;height:12.021563342318rem;top:31.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { width:17rem;height:1.9249125rem;top:32.8125rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { width:20rem;height:5.9375rem;top:44.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { width:20rem;height:1.7502125rem;top:50.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { width:20rem;height:13.9375rem;top:63.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BTpMblgVGTCnre0URpLMwNdEqvOePyUX { width:18.1875rem;height:1.9249125rem;top:64.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { width:20rem;height:1.9249125rem;top:55.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { width:20rem;height:9.0384615384615rem;top:53.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { width:19.062rem;height:4.4987rem;top:103.60913085938rem;left:0.46728515625rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { width:14.4375rem;height:3.25rem;top:109.109375rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block; }
 }@media only screen and (max-width: 763px) { #a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { width:20rem;height:12.219178082192rem;top:77.8125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { width:18.125rem;height:2.9375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { width:15.6875rem;height:2.9375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { width:17.8125rem;height:2.9375rem;top:32.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { width:20rem;height:2.9375rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXePvaNwGbnQQsT0h50WfMielcG82cGF { width:18.75rem;height:2.9375rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { width:17.375rem;height:2.9375rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { width:19.875rem;height:2.9375rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { width:19.5625rem;height:0;top:87.06884765625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xOKCVuFCMnQixhICCw6T8ZontaDZikTR { width:20rem;height:10.373831775701rem;top:90.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { width:20rem;height:2.9375rem;top:97.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { width:20rem;height:0;top:101.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { width:19.3125rem;height:1.9249125rem;top:98.06884765625rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { width:19.5625rem;height:1.9249125rem;top:87.06884765625rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #XFsA2ZRCdhdc1TiprdZET0M5ChXOEfTr { width:20rem;height:0.96245625rem;top:0rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c266efd-44f2-45a9-91b9-329776930428/CopyofLPimagesGeneral.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.adaptive-delivery-prevent-bg, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyload, #R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3.lazyloading { background-image: none; }#R8k26cgdgxJFg6rSBlvUaWLaxllQEOQ3 > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgW9LLxh0kJ0UaIqVhJPgOvEuVNtHXLC { width:16.1875rem;height:3.125rem;top:6.3125rem;left:1.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdaxCLAxUeUaxvtLev7ixT2Hzooxldc { width:20rem;height:2.5996125rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UfKf9pnC8kAwTVTQHmS5RJKHaC8em73x { width:20rem;height:2.5996125rem;top:14.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WkvFeqZ82m16Doew3Sf6bAO1zvTTPI { width:19.5625rem;height:3.8994125rem;top:18.41357421875rem;left:0.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bbrq1UAb15sz5900FxbyLgtc4QkTuvkT { width:20rem;height:2.5996125rem;top:23.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Chl02tIJXoNQGRnaV0rwcbTqRRFmT0VS { width:20rem;height:2.5996125rem;top:27.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wn3UKVnEJJZxnIsRiQiN0cZXFmvnFhdc { width:20rem;height:2.5996125rem;top:30.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emwQuTwgPRy4ohSG1T2EJwkqc0GqHWJX { width:20rem;height:4.04883125rem;top:34.5625rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bRWHRNgRUZfu67ZSJBBDaUh6lTFKVNk1 { display:flex;width:3.5625rem;height:3.5625rem;top:1.875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #XiQhWyVPNkOsXTTP4OHxzHnq45wlkTit { width:4.375rem;height:4.375rem;top:38.61083984375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPr7Wa49WTO1uDUIoRy7tAcMNENAXAr { width:14.1875rem;height:3.4375rem;top:40.5rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAfJpTpXaTPgURLDhtJD2mVL5mw0Pal { display:block; }
 }@media only screen and (max-width: 763px) { #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d1a939df-8255-413e-81e8-c5386a7ff77a/GurudevinCyprusLP7.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC.adaptive-delivery-prevent-bg, #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC.lazyload, #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC.lazyloading { background-image: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { width:20rem;height:89.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { width:12.5rem;height:0;top:49.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { width:20rem;height:24.6880625rem;top:5.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { width:6.75rem;height:1.6997625rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { width:11.25rem;height:11.25rem;top:42.75rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { width:15.125rem;height:15.125rem;top:31rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { width:10.8125rem;height:10.8125rem;top:48.5rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { width:4.25rem;height:1.6997625rem;top:54.125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { width:8.2495rem;height:2rem;top:59.5625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { width:20rem;height:2.062175rem;top:2.288818359375E-5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O8CZNcbxNZhyMVoSrUVJpR2qyGAUBKVh { width:17.625rem;height:0;top:7.0625009536744rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO5dxPqbdQNHX2zy9wRIHk6VUAvsWsxg { width:20rem;height:11.1015625rem;top:23.518230438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd7s6GZsDfxh4mi17qMlAZHUAwtbceHb { width:16.0625rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iJndQyGw7yRfwgapFBIFmTtqCZCsSLqG { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uIX6x4oV8TDOpyFA4kcaXge3hgUmygby { display:flex;width:1.875rem;height:1.875rem;top:62.375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #figfCpqsxtFVmPFHiH2y5Za1G5XvzF1C { display:flex;width:1.875rem;height:1.875rem;top:14.562541007996rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IHGLaHpBvqp6VxqBH85msh35tubbHnaL { display:flex;width:1.875rem;height:1.875rem;top:36.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #diiACmC1lGEBLai2sA2AsPPVXgpavodm { display:flex;width:1.875rem;height:1.875rem;top:44.3125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #stTtgP7mG1TG9G0F1h7wDdOxcG8hTON7 { display:flex;width:2.12435rem;height:2.12435rem;top:50.75rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #u4fk4uPCHNTyW80CSqASBN6WXZNZPpMq { display:flex;width:2.125rem;height:2.125rem;top:57rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CN0ZgrIThRedWqf76bFdCNTUmayLdQ0T { width:20rem;height:1.09971875rem;top:65.499755859375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y2rGXmLKZaKBA8P0P7G8CyoHEHXxmuNW { width:20rem;height:1.09971875rem;top:67.849474609375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI { background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d1a939df-8255-413e-81e8-c5386a7ff77a/GurudevinCyprusLP7.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI.adaptive-delivery-prevent-bg, #LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI.lazyload, #LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI.lazyloading { background-image: none; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row .container { background-color: transparent; background-image: none; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row .container > .video-iframe-container { display: none; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row > .video-iframe-container { display: none; }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .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); }#LoHN2BaMpJNkIWTTBCQ0F5ggitGmPWqI > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoNor7tif1boLWPZL1XWaS69saC0UBLr { width:12.5rem;height:0;top:49.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #un3ecNS2vJvilueisRM01LteTxL2vo0o { width:20rem;height:24.6880625rem;top:5.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6ic5C1paHemiIkdztxExPKNhyTKRke { width:6.75rem;height:1.6997625rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #h0X1sMOTGNDmuOMhfMlIK4TTtxF068EX { width:11.25rem;height:11.25rem;top:42.75rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #q5P4zammRBUNMpggLWDH2HuJHdr1cQrz { width:15.125rem;height:15.125rem;top:31rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vH7NzT04nECqUE36mis1kVJACw2DQVis { width:10.8125rem;height:10.8125rem;top:48.5rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cmvelQcZuucTvsc3uOlmDOmoVP8yfhTr { width:4.25rem;height:1.6997625rem;top:54.125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M5vrSyshRaPsLQEU2dUEidT6yEckhhkE { width:8.2495rem;height:2rem;top:59.5625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TL4Nwi9QoyOhsNDrzVMgZXdZU12s28X7 { width:20rem;height:2.062175rem;top:2.6871681213379rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nJGL4Tn6BU9bpXeNsy7TvmX9VQRczS1N { width:20rem;height:0.96245625rem;top:1.6205368041993rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/17633f18-413d-43e0-926f-701af43c2a5e/GurudevinCyprusLP6.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73.adaptive-delivery-prevent-bg, #ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73.lazyload, #ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73.lazyloading { background-image: none; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row .container { background-color: transparent; background-image: none; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row .container > .video-iframe-container { display: none; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row > .video-iframe-container { display: none; }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .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); }#ZrFzB9SokpoTV5Gf7V4TqBAiH8OVDa73 > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTHgK8lpZFDhOrwRrkE1Cfve5n9Fh3TF { width:17.625rem;height:0;top:7.0625009536744rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhM1a5Qxh7xTH88DToia5uJlhSfMNN4M { width:16.0625rem;height:3.75rem;top:3.1875rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nwu9HasJs8ThZc2TD6iAVKqgXb0TLfX6 { display:flex;width:1.875rem;height:1.875rem;top:8.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CeoT3sNsQNISF5iAX8H1r1vK4bg3Km75 { display:flex;width:1.875rem;height:1.875rem;top:63.375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #C10gNLkMzhpuaTqhXvu6oUd5VicLFxx7 { display:flex;width:1.875rem;height:1.875rem;top:15.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #gKff4qsIrRecrwLQSAkrlBlLmKhx4TUy { display:flex;width:1.875rem;height:1.875rem;top:37.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CqInKZE5LQqVA6oevHNC12EclN41yCxQ { display:flex;width:1.875rem;height:1.875rem;top:45.3125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZvPVdzlp022Al179fLUXVfNLq1DspK5S { display:flex;width:2.12435rem;height:2.12435rem;top:51.75rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ffgQlEGR1BlQdDTfBXZ6zuJEt5wM0B3k { width:20rem;height:11.1015625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXDcFwSsntGGQxxbaXiBNJu3RyRcCzO8 { display:flex;width:2.125rem;height:2.125rem;top:58rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ESIXInObUXWixGZ51z928nTuuyrFDUy8 { width:17.5rem;height:15.5924875rem;top:8.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8BebRuNeqroMHoDDNBR0uwxkWemzMJM { width:17.375rem;height:28.58616875rem;top:38rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydXlfT2iWH8DhoVsI04ZVLgNgq9OEwo { width:20rem;height:0.96245625rem;top:1.875rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;color:#ffc47c;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { background-color:#9486ae;background-image:url("https://images.assets-landingi.com/uc/a27d7da9-dc45-4058-8f48-67e47f24a725/GurudevinCyprusLP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc.adaptive-delivery-prevent-bg, #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc.lazyload, #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc.lazyloading { background-image: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { background-color: transparent; background-image: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .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); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { width:18.1875rem;height:4.0625rem;top:37.9375rem;left:0.875rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { width:20rem;height:1.7871125rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-desc-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { display:flex;height:auto;width:19.9980625rem;top:5.5rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #WUhOg4Kvsd02ckmnkI3XieWxbMDEFP8l {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #UFixWleetF8oX8pZMgOeEJcUPX4p8Zrk {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GI2ZFuAy4ZWhwzrC7az4g1Ph2fbWeBoC {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #FJtK1EAqeCEngWr46FtrzHkISkaziWN8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #lu1VxmvcT364ZoqW6nLov42ntoWGPBc8 {  }
 }@media only screen and (max-width: 763px) { #TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { width:13.9375rem;height:3.0625rem;top:43.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block; }
 }@media only screen and (max-width: 763px) { #K9Tvw0UGUznnusBeHPitUtVQ0RlgpUmy { width:20rem;height:0.96245625rem;top:1.1838169097901rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG { position:relative;z-index:auto;background-color:#2d2246;background-image:none;display:block; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container { background-color: transparent; background-image: none; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container > .video-iframe-container { display: none; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row > .video-iframe-container { display: none; }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .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); }#OITJ1snu1EbH6i4k6lXDzWT6Q3MfPXzG > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBvgTIRc4kEx5HDlFBFFzDM765dyKw1Z { width:11.6875rem;height:2.2743rem;top:4.9375rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vO5NlksDg1JrhVU3z59NhbpVL8pyHodq { width:19.9995rem;height:2.4370625rem;top:8.448486328125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mQpAMERxsluZaFdsQPolT8WneVC04I { width:6.125rem;height:1.13769375rem;top:11.8125rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6flyGeApxJCpNcAKJCT8ElLRobKAsTR { width:6.25rem;height:1.13769375rem;top:11.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VKpA0NivoSU9EOy5B55Tq1ZUTH897rxC { width:5.8125rem;height:1.13769375rem;top:11.8125rem;left:14.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKglKoy56GxLX6fz3obqZ0JQlpDNdedH { width:5.375rem;height:1.8125rem;top:2.5rem;left:7.3125rem;display:block; }
 }