.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,228,225;--color-primary-1:255,189,148;--color-primary-2:255,145,77;--color-primary-3:153,87,46;--color-primary-4:51,29,15;--color-secondary-0:217,232,251;--color-secondary-1:141,187,242;--color-secondary-2:65,141,233;--color-secondary-3:0,51,153;--color-secondary-4:13,28,47;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(3,0,204,0.97);background-image:url("https://images.assets-landingi.com/uc/44c85d2d-7f75-4e9e-8326-490b41d491b3/SWITZERLANDSahajSamadhiOrganicFlyersWebsite1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ.adaptive-delivery-prevent-bg, #FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ.lazyload, #FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ.lazyloading { background-image: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container { background-color: transparent; background-image: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container > .video-iframe-container { display: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row > .video-iframe-container { display: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .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); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container { border-width: 0; border-radius: 0; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { position:absolute;display:block;z-index:15000;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.1875rem;width:11.6875rem;top:6.25rem;left:1.3125rem;overflow:hidden;display:block; }
#q2BuWKADMTR4mcJbGM4woN1z53VlVQ4U { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.625rem;left:1.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DIbtKTiSzATvzhxKlXZncVEI3rLqqPwL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.75rem;left:1.125rem;display:block; }
#u5BCqVqbPeHot2dJzzXg670wOSn3oVyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yDxlBNIiQUxkykm6oItMQ5e15sB1OlhE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.90625rem;left:5.875rem;display:none; }
#RtR0L8V3VzfA4IRyFSC8UZh2dWcJQT2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwC6Kr6bTltt4HzMpPHMkdlduaKXTiTd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.90625rem;left:5.875rem;display:none; }
#p8iOL2WwF4KZPVxUTpP8zWTDa2tXoc29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdeoeNG2DAPONHOqpQH8XWH1GzsQ7lB3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26rem;left:28.15625rem;display:none; }
#XtskTPGcZeUe0V8trJmOxl8cyp7rwd54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJAgQLkssEwhtfh306d9OnAyaMNSW3Dl { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.375rem;left:1.3125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bn7PWF0D01XESOR40s5ouvQP5kix289T { color:rgba(var(--color-tertiary-0),1);display:block;width:28.9375rem;position:absolute;font-family:"work sans";font-size:6.125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.375rem;left:1.3125rem;height:6.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I7dAEml1G051AKE1iR9Ne04XxAINLXnS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row .container { background-color: transparent; background-image: none; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row .container > .video-iframe-container { display: none; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row > .video-iframe-container { display: none; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .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); }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row .container { border-width: 0; border-radius: 0; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#OHdHCe1foqRm9n8TsNbszVJ6McWJv6wS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lsZV0nMK1mbMCMczQKVPT7QlumCi6gIl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:2.5rem;height:1.62524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rXCuIiUAalhCmmFlcUA1kRWElgpRg141 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:20.9375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uCghvdiEGXNavEmCChT1zl3n6UAp9aLR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1875rem;left:21.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B047oW8HCx5oB2coWqOdbTLUr8gSJgJc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:40.0625rem;height:1.62524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZgB2KwAtWtwve2gNXnOTfhTuk6bLoa82 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.1875rem;left:40rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DBJRoFUxCJyB4MqwMvVbzK0Z1IMGUKOM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:58.8125rem;height:3.2504875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zp3A4GlHcMnUCw8KtXZ4iQIqQitRvHIV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:58.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OJmT5LBOND2yNnUe4bTlqkbEEUfDmLvC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:7.25rem; }
#l2koO9vRx3204OhDXt1JTc8lHGy8LgAM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:26rem; }
#TKFBPLcePUceZDXOkPGt5yrNu40wkhZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#QhLMQtXMpalJl7alo065gEIDc32ZAkG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.4375rem;left:63.5rem; }
#B7tcackGxH2IQ213paX549MTnTeQTWn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),0.12));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),0.12));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),0.12));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-0),0.12)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-0),0.12)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),0.12));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; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { background-color: transparent; background-image: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container > .video-iframe-container { display: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row > .video-iframe-container { display: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .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); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { border-width: 0; border-radius: 0; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#Kzcrig7B5o2I1un7wbwemRI14TFwr2P7 { color:rgba(var(--color-secondary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.375rem;height:13.1625rem;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;text-align:left;text-align-last:left;display:block; }
#VF0BqEcxN5k74GAbTGeGgTDd8gUgsW7f { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.3125rem;left:1.375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWDu9R35sf8c4AJdbppqy3uRaIqNiFTC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.5rem;width:33rem;top:3.4375rem;left:39.40625rem;display:block; }
#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz { position:relative;display:block; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz { background-color: transparent; background-image: none; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container > .video-iframe-container { display: none; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row > .video-iframe-container { display: none; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .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); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz { border-width: 0; border-radius: 0; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .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; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/352ba30d-99e9-490f-bf0a-d3af1d57f5b3/SWITZERLANDSahajSamadhiOrganicFlyersWebsite6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:10.5rem;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; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container.adaptive-delivery-prevent-bg, #mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container.lazyload, #mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container.lazyloading { background-image: none; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row .container { background-color: transparent; background-image: none; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row .container > .video-iframe-container { display: none; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row > .video-iframe-container { display: none; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .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); }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row .container { border-width: 0; border-radius: 0; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#O0hApelNfGFyKLyrhFRgsVg11uePC8gT { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row .container { background-color: transparent; background-image: none; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row .container > .video-iframe-container { display: none; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row > .video-iframe-container { display: none; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .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); }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row .container { border-width: 0; border-radius: 0; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#fa8PIIwstQWuNfNIquL7npvLLSGpVP9p { box-sizing:content-box;height:22.5rem;width:21.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.5625rem;left:1.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#U1orl5NMlFDFKP7Im5Gqte9EHeKh5L3l { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.9375rem;left:3rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PEP8soaCQpIef2Pbac0m60caQfdWwwGM { box-sizing:content-box;height:22.5rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.625rem;left:26.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#I7fr2pOZIZzxTxkazdTHXwwTOs3F5egg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3rem;left:28.1875rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K8wGLBVpDRmLPAIWT2tXhQwR5I6BETMm { box-sizing:content-box;height:22.5rem;width:21.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.5625rem;left:51.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dLEwiIvXHku0qCRHPGtMql7rbHLFc8I9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.0625rem;left:53.15625rem;height:11.8125rem;font-style:normal;display:block; }
#Tv86bvvkv5HUk8CWkKTbTkT7bVWrRGtB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.9375rem;left:53.1875rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnBU8sSVSuGTSfmtS1IJ5xeHikCssZzC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000d2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:26rem;left:28.15625rem;display:block; }
#nQLEvT21sTqdPkfTTTpGyLNc6DSbrLgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2miAzsTI4UtH53sZh5oHcMyNa5vvXCB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.0625rem;left:3.03125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KB6qWQvGvF9O1tJ8NZUTWgLfBTHBU8WG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0625rem;left:28.25rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;background-image:url("https://images.assets-landingi.com/uc/d8fce014-e3c8-4bc0-afad-bed508786271/Gurudev2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv.adaptive-delivery-prevent-bg, #OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv.lazyload, #OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv.lazyloading { background-image: none; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row .container { background-color: transparent; background-image: none; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row .container > .video-iframe-container { display: none; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row > .video-iframe-container { display: none; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .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); }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row .container { border-width: 0; border-radius: 0; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#eUq8xRvVQPlNIodcOBiyq9bzsxwqxWi8 { box-sizing:content-box;height:34.1875rem;width:27.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),0.6);background-image:none;top:1.34375rem;left:46.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#m12AfXg2VFzXtHE6D5LQh03sORepg71B { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.75rem;left:48.25rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuQJ8Tw2DeJzyhSoqehxFcGeC1dsTIws { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:8.125rem;left:49.65625rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-form-header {  }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-text {padding-top: 0; padding-bottom: 0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-select {padding-top: 0; padding-bottom: 0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-4),1);width:19.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18rem;overflow:hidden;font-style:normal;float:none; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-container:first-of-type{padding-top:0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-container:last-of-type{padding-bottom:0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI  { 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;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15043;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10rem;left:49.5625rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.1875rem;display:block;vertical-align:top; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI {display:block;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI { 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;width:19.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15043;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10rem;left:49.5625rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #vV5t3KVdiBw9zAcGRTP4Vvz4UMeQtPTE { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #AfU2vCqAWD6Wdzu5l2EVBAKyfb9EFSyI { position:relative;display:block; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #Zz11aOg5dyCtLHcgyPAye0fPmRT1UpPh { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #abxzG9eEGWlZZ82Qc3ie8JTa8pXmdBTB { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #rbUxZNW7DMz5xWi6DZqFaRHPr3xSDJxN { position:relative;display:block; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #NKOfC5K8C1axPgNHrZiEXldInx7lw56h { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #zvsGqeCvt5ziQbHiOWUDLaUZ6CleBUFU { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #O77yoCbfs3vIsUeaGHOqHBXeXqzcfueQ { position:relative;display:block; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #be58AiGMZTirlgOatzTe1GgcUKK2uyTF { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #fxhUi6wN4AKpGuv2rgm2ObfcpxP5t7mw { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ulAxQrn5w85uEXHpyVvC80tpGswXT4mH { position:relative;display:block; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ACgnFXcpdQmI8gt3sV14WgoTt8Suo1Mz { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ibX0klGkSFnNWGeX5EvVGs6QtmRTp9IS { position:relative; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #S5I5bxf4cNIdkSFiA5RPyWte6NqExoZz { position:relative; }
#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffbf8, #ffffff);background-image: -moz-linear-gradient(180deg, #fffbf8, #ffffff);background-image: -ms-linear-gradient(180deg, #fffbf8, #ffffff);background-image: -o-linear-gradient(180deg, #fffbf8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf8', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffbf8, #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; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row .container { background-color: transparent; background-image: none; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row .container > .video-iframe-container { display: none; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row > .video-iframe-container { display: none; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .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); }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row .container { border-width: 0; border-radius: 0; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#TpT02gmNLKrPeosDcZimWUeHJZ1lHP6m { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.580322265625rem;left:0rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 { position:relative;display:block; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 { background-color: transparent; background-image: none; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .row .container > .video-iframe-container { display: none; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .row > .video-iframe-container { display: none; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .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); }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 { border-width: 0; border-radius: 0; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .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; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .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:39.1875rem;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; }#pTueBIPy83whDTSHkQvZTI9tWbe4KeXN { position:absolute;display:block;z-index:15000;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:12.875rem;width:15.1875rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#eIq0FhhiDLJHU0TqxapTsNiETc4ZEEHJ { box-sizing:content-box;height:12.875rem;width:23.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(220deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(220deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(220deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(220deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(220deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:15.1875rem;display:block; }
#VZwATaGmaoN8teEPfnqiHualWAwFZggu { position:absolute;display:block;z-index:15001;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:13.375rem;width:15.125rem;top:0.25rem;left:59.875rem;overflow:hidden;display:block; }
#ywF0xon0zQCm6ae9PKrDu9KT2bgbbGFM { box-sizing:content-box;height:12.875rem;width:21.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.25rem;left:38.1875rem;display:block; }
#iWnkPLkc5sOe6OeWmGCU3wgXKBH3WEQ2 { position:absolute;display:block;z-index:15005;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:13.125rem;width:15.25rem;top:13.125rem;left:15.1875rem;overflow:hidden;display:block; }
#FsCLlilUPfpTmJEUrEwo4aTxIORpz44b { box-sizing:content-box;height:13.1875rem;width:15.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:0rem;display:block; }
#lvEglIaXdOTLsm6xJJU0uwQA6E920yuR { box-sizing:content-box;height:13.0625rem;width:15.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:59.8125rem;display:block; }
#ba4lIInI8gIuyFlaWupxKByRGwTav1Uh { position:absolute;display:block;z-index:15002;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:13rem;width:15.4375rem;top:12.875rem;left:44.379002463054rem;overflow:hidden;display:block; }
#SelfTBw7REH8lWhBbRwTv8wu0kQ78UU2 { box-sizing:content-box;height:13.4375rem;width:15.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(220deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:43.828791469194rem;display:block; }
#ppLle6rxMrFysGoQG3tEckcBqndQzhxi { position:absolute;display:block;z-index:15003;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:13.4375rem;width:15.8125rem;top:25.6875rem;left:59.1875rem;overflow:hidden;display:block; }
#bcJ9Xt57CoUS4ecV08mdfBtTzg21Z5gG { box-sizing:content-box;height:12.875rem;width:15.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(220deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:15.1875rem;display:block; }
#rpXXuglWCtta2UA8PlhhF7otN5tCeolJ { position:absolute;display:block;z-index:15006;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:12.875rem;width:15.1875rem;top:26.25rem;left:0rem;overflow:hidden;display:block; }
#KyVPP3LmTrF3ZshXBITXkvdk9mLGEt5t { color:rgba(var(--color-secondary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.89);top:4.3125rem;left:17.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QgV826IA8Es4V0eaq5EadXA79g8VQTfv { color:rgba(var(--color-secondary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:17.28125rem;left:2.1875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kgdzqL1JbHyH2G28UQuWlINq48sBd484 { color:rgba(var(--color-secondary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:30.25rem;left:16.5625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t1X6eT8q43v8bD3EZENVEEr4CIoUhTdu { color:rgba(var(--color-secondary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.99);top:4.25rem;left:46.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EE3pdkxxle6LLLgcLwFFZQBW5twlzh37 { color:rgba(var(--color-secondary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:17.21875rem;left:62.03125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k4PnvnBv9BRGMZeH0lfAu0fpUzuCc0Lq { color:rgba(var(--color-secondary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:29.6875rem;left:48.03125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ysnzh0WiXfaR5k6R3TxEQ4sXCTvbSpsg { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:26.75rem;top:0rem;left:23.43896484375rem;overflow:hidden;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S { box-sizing:content-box;height:34.75rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eeaf8e1b-5f87-4a86-a8cc-454aa1926170/G.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.5625rem;left:10rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.9375rem;left:37.5rem;height:36rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXTtS0AvCmoSypIQk6yTq4fT2iET0S47 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:8.4375rem;left:0rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 { position:relative;display:block; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 { background-color: transparent; background-image: none; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .row .container > .video-iframe-container { display: none; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .row > .video-iframe-container { display: none; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .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); }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 { border-width: 0; border-radius: 0; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .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; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .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:6.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; }#mO80ERTbultkaok9M2MTzKaF9reLGpFm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.6312503814698rem;left:0rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK { position:relative;display:block; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK { background-color: transparent; background-image: none; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .row .container > .video-iframe-container { display: none; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .row > .video-iframe-container { display: none; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .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); }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK { border-width: 0; border-radius: 0; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .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; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;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; }#PKzqsbTvzLC96DSXBNo4KS8TADs8ze6S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.4375rem;top:2.3125rem;left:10.3125rem;overflow:hidden;display:block; }
#GNQlk9pAbM2a4ngBhGDhVlGKl15qngXk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:5.25rem;height:9.1rem;text-align:center;text-align-last:center;display:block; }
#AaRv9bv0VhMFu7hBxyaLuW5BUn3RvdTO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5rem;left:5.25rem;height:1.2999999375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ugatlpIIbeJRI6VzNN3rXApBzWixhArl { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:30.25rem;height:1.2999999375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S99lJIfxpJT0kpqmdPCRcqmfh2bQfr1O { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:29rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#OIqfosqzmk9yMs6RzqFno6BTdGyPdhWn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.3125rem;width:4.375rem;top:2.3125rem;left:35.3125rem;overflow:hidden;display:block; }
#TsqBOWXnp6PbPg5uwuFmEb5qrRTC9bv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5rem;left:55.25rem;height:1.2999999375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npywWWhtXyeHZQKLbIUeLOIlqFglalEf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.57470703125rem;left:55.5625rem;height:9.1rem;text-align:center;text-align-last:center;display:block; }
#fe4ihxdaJiHyJaRFTdCn51bNGmmE0IGf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.3125rem;width:4.375rem;top:2.3125rem;left:60.3125rem;overflow:hidden;display:block; }
#Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW { 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/ffe79892-f1a7-4f44-9fb1-2a8b982da33f/Gurudev3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW.adaptive-delivery-prevent-bg, #Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW.lazyload, #Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW.lazyloading { background-image: none; }#Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW > .row .container { border-width: 0; border-radius: 0; }#Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:none; }#kMRnEcU4MUcA33mmbh1e79zM4OdAiKE8 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:11.375rem;height:5.6879875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypAziGT7vpGeHDlOi6Re0hsFSX3cwsVH { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.625rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMKPFbsLUexGfytfRTFxZF4KofiQmWfk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.625rem;top:2.9375rem;left:34.1875rem;overflow:hidden;display:block; }
#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row .container { background-color: transparent; background-image: none; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row .container > .video-iframe-container { display: none; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row > .video-iframe-container { display: none; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .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); }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row .container { border-width: 0; border-radius: 0; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#LTVTnNkyDCxrF6VPyrzAVc70fXws8sO4 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:11.375rem;height:5.6879875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZ0FOXaeMBoUxfSDTxlDiP1eRRUC8lQM { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.625rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DpKny24vK6GTUQfUzuZTuLT7NOQcxRTk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.625rem;top:2.9375rem;left:34.1875rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { 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.1875rem;top:4.375rem;left:21.875rem;overflow:hidden;display:block; }
#xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:25.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DQJsKaLZXMTisLDeT144QXszhiTOKXXT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dwWEfyO6sFKKOumx8rTO7fvTyfZOOQoF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.625rem;left:33.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Zs57trWiyFH1Vs6oyakkWg77o8LTvKgk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.625rem;left:42.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PhdlOJ9zK9Iy7V7ngRbkZSJz8KXrNH3H { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.625rem;left:33.1875rem;display:block; }
#JNUEa1oWXsSPS2seo69WNoHwq7yRVatk { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.625rem;left:41.75rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.375rem;left:30.125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:47rem; }
#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:33.625rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.4375rem;left:50.5625rem; }
#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#wNgX8d17nGnoBOespQGA5VLhzTTKvyVK { position:absolute;display:block;z-index:15020;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:5.1875rem;width:5.1875rem;top:3.125rem;left:40.6875rem;overflow:hidden;display:block; }
#UuGWFubcb0veG9iRxt5voh7toVTrI9NC { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:3.375rem;left:38.3125rem;display:block; }
#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { 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; }
#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row .container { background-color: transparent; background-image: none; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row .container > .video-iframe-container { display: none; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row > .video-iframe-container { display: none; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .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); }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row .container { border-width: 0; border-radius: 0; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#nhF16r25SgR8LPU0IDgNopz4Vq88i2mk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:"work sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.625rem;left:50.8125rem;display:block; }
#zAWr4wyWU2IiAa7QEfH3CPWkm4whUy9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qm9UDswTKO1nmTpv4qEFOpgiVurxxsSC { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.625rem;left:5.8125rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ { display:block; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:6.25rem;left:0rem;width:11.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2BuWKADMTR4mcJbGM4woN1z53VlVQ4U { top:32.625rem;left:0rem;width:34.8125rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIbtKTiSzATvzhxKlXZncVEI3rLqqPwL { width:15rem;height:3.5625rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5BCqVqbPeHot2dJzzXg670wOSn3oVyZ { display:block; }
 }@media only screen and (max-width: 763px) { #yDxlBNIiQUxkykm6oItMQ5e15sB1OlhE { width:15rem;height:3.5625rem;top:32.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtR0L8V3VzfA4IRyFSC8UZh2dWcJQT2u { display:block; }
 }@media only screen and (max-width: 763px) { #nwC6Kr6bTltt4HzMpPHMkdlduaKXTiTd { width:15rem;height:3.5625rem;top:32.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8iOL2WwF4KZPVxUTpP8zWTDa2tXoc29 { display:block; }
 }@media only screen and (max-width: 763px) { #gdeoeNG2DAPONHOqpQH8XWH1GzsQ7lB3 { width:18.6875rem;height:3.625rem;top:26rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtskTPGcZeUe0V8trJmOxl8cyp7rwd54 { display:block; }
 }@media only screen and (max-width: 763px) { #qJAgQLkssEwhtfh306d9OnAyaMNSW3Dl { top:14.375rem;left:0rem;width:34.5625rem;height:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn7PWF0D01XESOR40s5ouvQP5kix289T { top:19.375rem;left:0rem;width:28.9375rem;height:6.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7dAEml1G051AKE1iR9Ne04XxAINLXnS { display:block; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHdHCe1foqRm9n8TsNbszVJ6McWJv6wS { top:7.1875rem;left:0rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsZV0nMK1mbMCMczQKVPT7QlumCi6gIl { top:9.5625rem;left:0rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXCuIiUAalhCmmFlcUA1kRWElgpRg141 { top:9.625rem;left:9.5rem;width:14.375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCghvdiEGXNavEmCChT1zl3n6UAp9aLR { top:7.1875rem;left:10.1875rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B047oW8HCx5oB2coWqOdbTLUr8gSJgJc { top:10.875rem;left:22.125rem;width:13.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgB2KwAtWtwve2gNXnOTfhTuk6bLoa82 { top:7.1875rem;left:22.125rem;width:13.6875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJRoFUxCJyB4MqwMvVbzK0Z1IMGUKOM { top:9.3125rem;left:34.0625rem;width:13.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp3A4GlHcMnUCw8KtXZ4iQIqQitRvHIV { top:7.1875rem;left:34.0625rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJmT5LBOND2yNnUe4bTlqkbEEUfDmLvC { top:2.4375rem;left:3.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2koO9vRx3204OhDXt1JTc8lHGy8LgAM { top:2.4375rem;left:15.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFBPLcePUceZDXOkPGt5yrNu40wkhZT { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhLMQtXMpalJl7alo065gEIDc32ZAkG8 { top:2.4375rem;left:39.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7tcackGxH2IQ213paX549MTnTeQTWn5 { background-color:#e7efff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { background-color: transparent; background-image: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container > .video-iframe-container { display: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row > .video-iframe-container { display: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .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); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { border-width: 0; border-radius: 0; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kzcrig7B5o2I1un7wbwemRI14TFwr2P7 { width:35.8125rem;height:13.125rem;top:9.5625rem;left:0rem;font-size:1rem;color:#363636;display:block; }
 }@media only screen and (max-width: 763px) { #VF0BqEcxN5k74GAbTGeGgTDd8gUgsW7f { width:39.75rem;height:5rem;top:2.3125rem;left:0rem;font-size:1.5rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #TWDu9R35sf8c4AJdbppqy3uRaIqNiFTC { top:3.4375rem;left:14.75rem;width:33rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz { display:block; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R { display:block; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0hApelNfGFyKLyrhFRgsVg11uePC8gT { top:3rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX { display:block; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa8PIIwstQWuNfNIquL7npvLLSGpVP9p { top:1.5625rem;left:0rem;width:21.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1orl5NMlFDFKP7Im5Gqte9EHeKh5L3l { top:2.9375rem;left:0rem;width:14.625rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEP8soaCQpIef2Pbac0m60caQfdWwwGM { top:1.625rem;left:10.5rem;width:21.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7fr2pOZIZzxTxkazdTHXwwTOs3F5egg { top:3rem;left:15.875rem;width:13.625rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8wGLBVpDRmLPAIWT2tXhQwR5I6BETMm { top:1.5625rem;left:26.375rem;width:21.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLEwiIvXHku0qCRHPGtMql7rbHLFc8I9 { top:8.0625rem;left:28.625rem;width:19rem;height:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv86bvvkv5HUk8CWkKTbTkT7bVWrRGtB { top:2.9375rem;left:31.75rem;width:14.625rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnBU8sSVSuGTSfmtS1IJ5xeHikCssZzC { width:18.6875rem;height:3.625rem;top:26rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLEvT21sTqdPkfTTTpGyLNc6DSbrLgx { display:block; }
 }@media only screen and (max-width: 763px) { #k2miAzsTI4UtH53sZh5oHcMyNa5vvXCB { top:8.0625rem;left:0rem;width:18.5625rem;height:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB6qWQvGvF9O1tJ8NZUTWgLfBTHBU8WG { top:8.0625rem;left:13.25rem;width:18.5rem;height:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv { display:block; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUq8xRvVQPlNIodcOBiyq9bzsxwqxWi8 { top:1.3125rem;left:19.875rem;width:27.875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m12AfXg2VFzXtHE6D5LQh03sORepg71B { top:2.75rem;left:23.4375rem;width:24.3125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQJ8Tw2DeJzyhSoqehxFcGeC1dsTIws { top:8.125rem;left:26.25rem;width:21.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-text {padding-top: 0; padding-bottom: 0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-select {padding-top: 0; padding-bottom: 0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-button { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-checkbox-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI  { width:19.1875rem;height:auto;top:10rem;left:26.0625rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI {display:block;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI { width:19.1875rem;height:auto;top:10rem;left:26.0625rem; }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #vV5t3KVdiBw9zAcGRTP4Vvz4UMeQtPTE {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #AfU2vCqAWD6Wdzu5l2EVBAKyfb9EFSyI {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #Zz11aOg5dyCtLHcgyPAye0fPmRT1UpPh {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #abxzG9eEGWlZZ82Qc3ie8JTa8pXmdBTB {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #rbUxZNW7DMz5xWi6DZqFaRHPr3xSDJxN {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #NKOfC5K8C1axPgNHrZiEXldInx7lw56h {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #zvsGqeCvt5ziQbHiOWUDLaUZ6CleBUFU {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #O77yoCbfs3vIsUeaGHOqHBXeXqzcfueQ {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #be58AiGMZTirlgOatzTe1GgcUKK2uyTF {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #fxhUi6wN4AKpGuv2rgm2ObfcpxP5t7mw {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ulAxQrn5w85uEXHpyVvC80tpGswXT4mH {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ACgnFXcpdQmI8gt3sV14WgoTt8Suo1Mz {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ibX0klGkSFnNWGeX5EvVGs6QtmRTp9IS {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #S5I5bxf4cNIdkSFiA5RPyWte6NqExoZz {  }
 }@media only screen and (max-width: 763px) { #Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk { display:block; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpT02gmNLKrPeosDcZimWUeHJZ1lHP6m { top:2.5625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 { display:block; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTueBIPy83whDTSHkQvZTI9tWbe4KeXN { top:0.3125rem;left:0rem;width:15.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIq0FhhiDLJHU0TqxapTsNiETc4ZEEHJ { top:0.25rem;left:1.5625rem;width:23.0625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZwATaGmaoN8teEPfnqiHualWAwFZggu { top:0.25rem;left:32.625rem;width:15.125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywF0xon0zQCm6ae9PKrDu9KT2bgbbGFM { top:0.25rem;left:24.5625rem;width:21.75rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWnkPLkc5sOe6OeWmGCU3wgXKBH3WEQ2 { top:13.125rem;left:1.5625rem;width:15.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsCLlilUPfpTmJEUrEwo4aTxIORpz44b { top:13.125rem;left:0rem;width:15.375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvEglIaXdOTLsm6xJJU0uwQA6E920yuR { top:12.8125rem;left:32.5625rem;width:15.1875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4lIInI8gIuyFlaWupxKByRGwTav1Uh { top:12.875rem;left:30.754002463054rem;width:15.4375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelfTBw7REH8lWhBbRwTv8wu0kQ78UU2 { top:25.6875rem;left:30.203791469194rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLle6rxMrFysGoQG3tEckcBqndQzhxi { top:25.6875rem;left:31.9375rem;width:15.8125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJ9Xt57CoUS4ecV08mdfBtTzg21Z5gG { top:26.25rem;left:1.5625rem;width:15.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpXXuglWCtta2UA8PlhhF7otN5tCeolJ { top:26.25rem;left:0rem;width:15.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyVPP3LmTrF3ZshXBITXkvdk9mLGEt5t { top:4.3125rem;left:3.75rem;width:10.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV826IA8Es4V0eaq5EadXA79g8VQTfv { top:17.25rem;left:0rem;width:10.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdzqL1JbHyH2G28UQuWlINq48sBd484 { top:30.25rem;left:2.9375rem;width:10.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1X6eT8q43v8bD3EZENVEEr4CIoUhTdu { top:4.25rem;left:32.75rem;width:10.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3pdkxxle6LLLgcLwFFZQBW5twlzh37 { top:17.1875rem;left:36.9375rem;width:10.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4PnvnBv9BRGMZeH0lfAu0fpUzuCc0Lq { top:29.6875rem;left:34.40625rem;width:9.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysnzh0WiXfaR5k6R3TxEQ4sXCTvbSpsg { top:0rem;left:9.81396484375rem;width:26.75rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { top:13.5625rem;left:0.125rem;width:23.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:12.9375rem;left:17.6875rem;width:30.0625rem;height:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:4.9375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTtS0AvCmoSypIQk6yTq4fT2iET0S47 { top:8.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 { display:block; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO80ERTbultkaok9M2MTzKaF9reLGpFm { top:1.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK { display:block; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKzqsbTvzLC96DSXBNo4KS8TADs8ze6S { top:2.3125rem;left:5.75rem;width:4.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQlk9pAbM2a4ngBhGDhVlGKl15qngXk { top:7.4375rem;left:0.6875rem;width:14.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaRv9bv0VhMFu7hBxyaLuW5BUn3RvdTO { top:19.5rem;left:0.6875rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugatlpIIbeJRI6VzNN3rXApBzWixhArl { top:19.5rem;left:16.5625rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99lJIfxpJT0kpqmdPCRcqmfh2bQfr1O { top:7.4375rem;left:14.75rem;width:17rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIqfosqzmk9yMs6RzqFno6BTdGyPdhWn { top:2.3125rem;left:21.625rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsqBOWXnp6PbPg5uwuFmEb5qrRTC9bv8 { top:19.5rem;left:32.4375rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npywWWhtXyeHZQKLbIUeLOIlqFglalEf { top:7.5625rem;left:32.75rem;width:13.8125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe4ihxdaJiHyJaRFTdCn51bNGmmE0IGf { top:2.3125rem;left:37.5rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW { display:block; }#Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMRnEcU4MUcA33mmbh1e79zM4OdAiKE8 { top:7.0625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypAziGT7vpGeHDlOi6Re0hsFSX3cwsVH { top:13.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMKPFbsLUexGfytfRTFxZF4KofiQmWfk { top:2.9375rem;left:20.5625rem;width:6.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO { display:block; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTVTnNkyDCxrF6VPyrzAVc70fXws8sO4 { top:7.0625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ0FOXaeMBoUxfSDTxlDiP1eRRUC8lQM { top:13.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpKny24vK6GTUQfUzuZTuLT7NOQcxRTk { top:2.9375rem;left:20.5625rem;width:6.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:4.375rem;left:8.25rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { top:10.9375rem;left:12.0625rem;width:23.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQJsKaLZXMTisLDeT144QXszhiTOKXXT { top:13.625rem;left:11.75rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWEfyO6sFKKOumx8rTO7fvTyfZOOQoF { top:13.625rem;left:20.125rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs57trWiyFH1Vs6oyakkWg77o8LTvKgk { top:13.625rem;left:28.5625rem;width:7.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhdlOJ9zK9Iy7V7ngRbkZSJz8KXrNH3H { top:13.625rem;left:19.5625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNUEa1oWXsSPS2seo69WNoHwq7yRVatk { top:13.625rem;left:28.125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:4.375rem;left:16.5rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF { top:4.375rem;left:33.375rem;width:2.625rem;height:2.625rem;display:block; }
#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:4.375rem;left:20rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk { top:4.4375rem;left:36.9375rem;width:2.625rem;height:2.625rem;display:block; }
#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #wNgX8d17nGnoBOespQGA5VLhzTTKvyVK { top:3.125rem;left:27.0625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuGWFubcb0veG9iRxt5voh7toVTrI9NC { top:3.375rem;left:24.6875rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc { display:block; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhF16r25SgR8LPU0IDgNopz4Vq88i2mk { width:15rem;height:3.5625rem;top:2.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWr4wyWU2IiAa7QEfH3CPWkm4whUy9u { display:block; }
 }@media only screen and (max-width: 763px) { #Qm9UDswTKO1nmTpv4qEFOpgiVurxxsSC { top:3.625rem;left:0rem;width:34.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/0a47f161-73c0-44eb-9759-5fc3de18c4b9/SWITZERLANDSahajSamadhiOrganicFlyers1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ.adaptive-delivery-prevent-bg, #FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ.lazyload, #FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ.lazyloading { background-image: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container { background-color: transparent; background-image: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container > .video-iframe-container { display: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row > .video-iframe-container { display: none; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .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); }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container { border-width: 0; border-radius: 0; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FlMcRZaw4AQpOvOx9CKQ8ZqLdXNKtLiZ > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:6.875rem;height:2.5625rem;top:1.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2BuWKADMTR4mcJbGM4woN1z53VlVQ4U { width:13.75rem;height:2.475rem;top:13.9375rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DIbtKTiSzATvzhxKlXZncVEI3rLqqPwL { width:15rem;height:3.5625rem;top:35.75rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5BCqVqbPeHot2dJzzXg670wOSn3oVyZ { display:block; }
 }@media only screen and (max-width: 763px) { #yDxlBNIiQUxkykm6oItMQ5e15sB1OlhE { width:15rem;height:3.5625rem;top:18.9375rem;left:7.5rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #RtR0L8V3VzfA4IRyFSC8UZh2dWcJQT2u { display:block; }
 }@media only screen and (max-width: 763px) { #nwC6Kr6bTltt4HzMpPHMkdlduaKXTiTd { width:3.25rem;height:3.25rem;top:15.6875rem;left:4.5rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #p8iOL2WwF4KZPVxUTpP8zWTDa2tXoc29 { display:block; }
 }@media only screen and (max-width: 763px) { #gdeoeNG2DAPONHOqpQH8XWH1GzsQ7lB3 { width:12.6875rem;height:3rem;top:17.8125rem;left:3.6875rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #XtskTPGcZeUe0V8trJmOxl8cyp7rwd54 { display:block; }
 }@media only screen and (max-width: 763px) { #qJAgQLkssEwhtfh306d9OnAyaMNSW3Dl { width:16.125rem;height:1.5rem;top:4.9375rem;left:0.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bn7PWF0D01XESOR40s5ouvQP5kix289T { width:11.375rem;height:2.0625rem;top:6.8125rem;left:0.8125rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I7dAEml1G051AKE1iR9Ne04XxAINLXnS { display:block; }#I7dAEml1G051AKE1iR9Ne04XxAINLXnS > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHdHCe1foqRm9n8TsNbszVJ6McWJv6wS { width:5.375rem;height:1.625rem;top:1.25rem;left:3.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lsZV0nMK1mbMCMczQKVPT7QlumCi6gIl { width:7.5rem;height:2.4375rem;top:2.8125rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXCuIiUAalhCmmFlcUA1kRWElgpRg141 { width:7.6875rem;height:4.875rem;top:12.3125rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uCghvdiEGXNavEmCChT1zl3n6UAp9aLR { width:6.4375rem;height:3.25rem;top:9.125rem;left:3.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B047oW8HCx5oB2coWqOdbTLUr8gSJgJc { width:5.125rem;height:1.21875rem;top:12.4375rem;left:14rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgB2KwAtWtwve2gNXnOTfhTuk6bLoa82 { width:5.5rem;height:2.25rem;top:10.125rem;left:14rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBJRoFUxCJyB4MqwMvVbzK0Z1IMGUKOM { width:6rem;height:4.875rem;top:3.9375rem;left:14rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zp3A4GlHcMnUCw8KtXZ4iQIqQitRvHIV { width:4.5rem;height:2.75rem;top:1.25rem;left:14.061458587646rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OJmT5LBOND2yNnUe4bTlqkbEEUfDmLvC { display:flex;width:3.125rem;height:3.125rem;top:2.125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #l2koO9vRx3204OhDXt1JTc8lHGy8LgAM { display:flex;width:2.5625rem;height:2.5625rem;top:9.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TKFBPLcePUceZDXOkPGt5yrNu40wkhZT { display:flex;width:2.3125rem;height:2.3125rem;top:9.59375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #QhLMQtXMpalJl7alo065gEIDc32ZAkG8 { display:flex;width:2.625rem;height:2.625rem;top:2.125rem;left:10.998958587646rem; }
 }@media only screen and (max-width: 763px) { #B7tcackGxH2IQ213paX549MTnTeQTWn5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { background-color: transparent; background-image: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container > .video-iframe-container { display: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row > .video-iframe-container { display: none; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .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); }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { border-width: 0; border-radius: 0; }#B7tcackGxH2IQ213paX549MTnTeQTWn5 > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kzcrig7B5o2I1un7wbwemRI14TFwr2P7 { width:18.75rem;height:23.8rem;top:18.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #VF0BqEcxN5k74GAbTGeGgTDd8gUgsW7f { width:20rem;height:3.3rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TWDu9R35sf8c4AJdbppqy3uRaIqNiFTC { height:11.2125rem;width:20rem;top:5.6750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz { display:block; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz { background-color: transparent; background-image: none; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container > .video-iframe-container { display: none; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row > .video-iframe-container { display: none; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .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); }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container { width:20rem;height:17.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c71a3d58-15bf-4155-8de0-6184092ab9c7/SWITZERLANDSahajSamadhiOrganicFlyers2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container.adaptive-delivery-prevent-bg, #mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container.lazyload, #mTI1F2KcKGrNbODytGJfWQ0UALUsaaaz > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R { display:block; }#XNyudcM8HL0fH0WDokM2Bu88fQMVeK5R > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0hApelNfGFyKLyrhFRgsVg11uePC8gT { width:17.0625rem;height:3.4375rem;top:1.3125rem;left:1.46875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX { display:block; }#zqWFSSwTnNbzLHvRhtW1Fcl7yZigU4UX > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa8PIIwstQWuNfNIquL7npvLLSGpVP9p { width:18.75rem;height:17.5625rem;top:1.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1orl5NMlFDFKP7Im5Gqte9EHeKh5L3l { width:12.9375rem;height:2.75rem;top:2.3125rem;left:2.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEP8soaCQpIef2Pbac0m60caQfdWwwGM { width:18.625rem;height:15.8125rem;top:20.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7fr2pOZIZzxTxkazdTHXwwTOs3F5egg { width:15.25rem;height:1.375rem;top:21.75rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8wGLBVpDRmLPAIWT2tXhQwR5I6BETMm { width:18.625rem;height:17.375rem;top:38.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLEwiIvXHku0qCRHPGtMql7rbHLFc8I9 { width:16.5625rem;height:11.15625rem;top:43.625rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv86bvvkv5HUk8CWkKTbTkT7bVWrRGtB { width:14.625rem;height:2.75rem;top:39.75rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnBU8sSVSuGTSfmtS1IJ5xeHikCssZzC { width:16.3125rem;height:3rem;top:57.8125rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLEvT21sTqdPkfTTTpGyLNc6DSbrLgx { display:block; }
 }@media only screen and (max-width: 763px) { #k2miAzsTI4UtH53sZh5oHcMyNa5vvXCB { width:16.0625rem;height:12.75rem;top:5.625rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB6qWQvGvF9O1tJ8NZUTWgLfBTHBU8WG { width:16.5rem;height:11.9rem;top:23.8125rem;left:1.875rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv { display:block; }#OUdnswL4x5u818r8XqRpJ4kFEsMGC1mv > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUq8xRvVQPlNIodcOBiyq9bzsxwqxWi8 { width:20rem;height:34.375rem;top:1.75rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(0,19,66,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m12AfXg2VFzXtHE6D5LQh03sORepg71B { width:20rem;height:6rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQJ8Tw2DeJzyhSoqehxFcGeC1dsTIws { width:20rem;height:2.0625rem;top:8.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-text {padding-top: 0; padding-bottom: 0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-select {padding-top: 0; padding-bottom: 0;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;line-height:1;height:3.375rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI  { width:17.5rem;height:18.1875rem;top:10.5625rem;left:0rem; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI {display:block;}#PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI { width:17.5rem;height:18.1875rem;top:10.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #vV5t3KVdiBw9zAcGRTP4Vvz4UMeQtPTE {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #AfU2vCqAWD6Wdzu5l2EVBAKyfb9EFSyI {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #Zz11aOg5dyCtLHcgyPAye0fPmRT1UpPh {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #abxzG9eEGWlZZ82Qc3ie8JTa8pXmdBTB {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #rbUxZNW7DMz5xWi6DZqFaRHPr3xSDJxN {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #NKOfC5K8C1axPgNHrZiEXldInx7lw56h {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #zvsGqeCvt5ziQbHiOWUDLaUZ6CleBUFU {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #O77yoCbfs3vIsUeaGHOqHBXeXqzcfueQ {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #be58AiGMZTirlgOatzTe1GgcUKK2uyTF {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #fxhUi6wN4AKpGuv2rgm2ObfcpxP5t7mw {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ulAxQrn5w85uEXHpyVvC80tpGswXT4mH {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ACgnFXcpdQmI8gt3sV14WgoTt8Suo1Mz {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #ibX0klGkSFnNWGeX5EvVGs6QtmRTp9IS {  }
 }@media only screen and (max-width: 763px) { #PXia6lTT6Z8MTDu0CX70umZqy4VRkTCI #S5I5bxf4cNIdkSFiA5RPyWte6NqExoZz {  }
 }@media only screen and (max-width: 763px) { #Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk { display:block; }#Fy0D4zZJriPUU8hLK2zgTLNOwqD9n2nk > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpT02gmNLKrPeosDcZimWUeHJZ1lHP6m { width:19.9995rem;height:1.925rem;top:2.1240234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 { display:block; }#Sgx8uVDMz46cxqaaASEIC4pzIz7vc6p9 > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTueBIPy83whDTSHkQvZTI9tWbe4KeXN { width:9.5rem;height:8.0625rem;top:1.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIq0FhhiDLJHU0TqxapTsNiETc4ZEEHJ { width:20rem;height:8.0625rem;top:1.875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VZwATaGmaoN8teEPfnqiHualWAwFZggu { width:10.25rem;height:9.0625rem;top:36rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywF0xon0zQCm6ae9PKrDu9KT2bgbbGFM { width:20rem;height:9.0625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWnkPLkc5sOe6OeWmGCU3wgXKBH3WEQ2 { width:10.5625rem;height:9.0625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsCLlilUPfpTmJEUrEwo4aTxIORpz44b { width:10.6875rem;height:8rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvEglIaXdOTLsm6xJJU0uwQA6E920yuR { width:9.5rem;height:8.875rem;top:45.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4lIInI8gIuyFlaWupxKByRGwTav1Uh { width:10.5625rem;height:8.875rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelfTBw7REH8lWhBbRwTv8wu0kQ78UU2 { width:10.625rem;height:9.0625rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLle6rxMrFysGoQG3tEckcBqndQzhxi { width:10.625rem;height:9rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJ9Xt57CoUS4ecV08mdfBtTzg21Z5gG { width:9.5625rem;height:9rem;top:27rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpXXuglWCtta2UA8PlhhF7otN5tCeolJ { width:9.4375rem;height:8rem;top:19rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyVPP3LmTrF3ZshXBITXkvdk9mLGEt5t { width:8.5625rem;height:2.6rem;top:3.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV826IA8Es4V0eaq5EadXA79g8VQTfv { width:7.5rem;height:2.6rem;top:20.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdzqL1JbHyH2G28UQuWlINq48sBd484 { width:8.125rem;height:2.6rem;top:29.1875rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1X6eT8q43v8bD3EZENVEEr4CIoUhTdu { width:8.25rem;height:2.6rem;top:12.5rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3pdkxxle6LLLgcLwFFZQBW5twlzh37 { width:7.625rem;height:2.6rem;top:46.875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4PnvnBv9BRGMZeH0lfAu0fpUzuCc0Lq { width:8.375rem;height:2.6rem;top:38.5625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysnzh0WiXfaR5k6R3TxEQ4sXCTvbSpsg { width:20rem;height:29.252336448598rem;top:100.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { width:20rem;height:28.75rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:20rem;height:49.5rem;top:39.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:16.4375rem;height:2.40625rem;top:2rem;left:1.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTtS0AvCmoSypIQk6yTq4fT2iET0S47 { width:16rem;height:2.3378875rem;top:4.9375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 { display:block; }#ccovWhPtXJzrGZrR1k5dpwJbku7uOEk7 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mO80ERTbultkaok9M2MTzKaF9reLGpFm { width:20rem;height:1.6499rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK { display:block; }#UUKhpFQdzaLiCosgNmDiUlwmaArXJHvK > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKzqsbTvzLC96DSXBNo4KS8TADs8ze6S { width:4.4375rem;height:4.375rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQlk9pAbM2a4ngBhGDhVlGKl15qngXk { width:17.5rem;height:7.8rem;top:6.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaRv9bv0VhMFu7hBxyaLuW5BUn3RvdTO { width:14.5rem;height:1.29980625rem;top:15.88720703125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugatlpIIbeJRI6VzNN3rXApBzWixhArl { width:14.5rem;height:1.29980625rem;top:36.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99lJIfxpJT0kpqmdPCRcqmfh2bQfr1O { width:17rem;height:11.7rem;top:24.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIqfosqzmk9yMs6RzqFno6BTdGyPdhWn { width:4.375rem;height:4.3125rem;top:18.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsqBOWXnp6PbPg5uwuFmEb5qrRTC9bv8 { width:14.5rem;height:1.29980625rem;top:54.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npywWWhtXyeHZQKLbIUeLOIlqFglalEf { width:13.8125rem;height:9.1rem;top:44.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe4ihxdaJiHyJaRFTdCn51bNGmmE0IGf { width:4.375rem;height:4.3125rem;top:38.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW { display:none; }#Q0khtKwRihzPCXbStS2x0oaWU7Vkf6eW > .row .container { width:20rem;height:18.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kMRnEcU4MUcA33mmbh1e79zM4OdAiKE8 { width:20rem;height:4.87573125rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypAziGT7vpGeHDlOi6Re0hsFSX3cwsVH { width:20rem;height:2.030275rem;top:11.873046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMKPFbsLUexGfytfRTFxZF4KofiQmWfk { width:6.625rem;height:3.25rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO { display:block; }#P0PwRUmIsnMlUuXmvIXhlHsKThRGZChO > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTVTnNkyDCxrF6VPyrzAVc70fXws8sO4 { width:20rem;height:4.875rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ0FOXaeMBoUxfSDTxlDiP1eRRUC8lQM { width:20rem;height:2.03125rem;top:11.873046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpKny24vK6GTUQfUzuZTuLT7NOQcxRTk { width:6.625rem;height:3.25rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:6.6875rem;height:2.5rem;top:2.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { width:13.3125rem;height:2.6rem;top:16.25rem;left:3.375rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DQJsKaLZXMTisLDeT144QXszhiTOKXXT { width:5.8125rem;height:0.97485625rem;top:21.6875rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dwWEfyO6sFKKOumx8rTO7fvTyfZOOQoF { width:5.3125rem;height:0.97485625rem;top:21.6875rem;left:7.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs57trWiyFH1Vs6oyakkWg77o8LTvKgk { width:5.0625rem;height:0.97485625rem;top:21.6875rem;left:13.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PhdlOJ9zK9Iy7V7ngRbkZSJz8KXrNH3H { width:0.125rem;height:1.25rem;top:10.2998046875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNUEa1oWXsSPS2seo69WNoHwq7yRVatk { width:0.125rem;height:1.25rem;top:21.56153125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:10.75rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF { display:flex;width:2.625rem;height:2.625rem;top:10.125rem;left:10.75rem; }
#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:2.625rem;height:2.625rem;top:2.5625rem;left:14.25rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk { display:flex;width:2.625rem;height:2.625rem;top:10.1875rem;left:14.3125rem; }
#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #wNgX8d17nGnoBOespQGA5VLhzTTKvyVK { width:5.1870125rem;height:5.1870125rem;top:8.843994140625rem;left:3.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuGWFubcb0veG9iRxt5voh7toVTrI9NC { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:7.0625rem;left:2.6875rem;width:14.625rem;height:0.125rem;z-index:15022;background-color:#003399;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#b8tbQFQHgFpJIKeTsT4w00MXMN6L09rc > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhF16r25SgR8LPU0IDgNopz4Vq88i2mk { width:8.125rem;height:3rem;top:1.1416664123535rem;left:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWr4wyWU2IiAa7QEfH3CPWkm4whUy9u { display:block; }
 }@media only screen and (max-width: 763px) { #Qm9UDswTKO1nmTpv4qEFOpgiVurxxsSC { width:11.625rem;height:2.125rem;top:1.6416664123535rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }