.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:249,244,227;--color-primary-1:235,218,161;--color-primary-2:215,181,67;--color-primary-3:108,91,34;--color-primary-4:32,27,10;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--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:#ffffff;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); }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,104,157,0.95);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row .container { background-color: transparent; background-image: none; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row .container > .video-iframe-container { display: none; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row > .video-iframe-container { display: none; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .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); }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row .container { border-width: 0; border-radius: 0; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#XFhmkVERGULPv2onTQPNKyW8CItl8LqX { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.84375rem;left:34.1875rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QZDkhfnTEw1WcLPXU2IA6vWKXPKNUikb { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.03125rem;left:58.9375rem;display:block; }
#LgW0wM9MvygzWrQJKPiEsqxVZd2ENQtK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iD92rz5g3lQhWZz5laBz88hB00AC11dK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:1.125rem;left:1rem;overflow:hidden;display:block; }
#niT50TQ8TEROi4Qr4ugyzMCJ3a7dezWa { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.0625rem;left:12.25rem;display:block; }
#RFTvnNqX03LRa9baEF6xwSfw1h7FFrDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0PkAbwK4fZtRD6v3aB8Bmp7oLexaWaL { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:2.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.0625rem;left:9.625rem;display:block; }
#Clx9NxfAtH05hwkcBWkr9slWJigdqQk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row .container { background-color: transparent; background-image: none; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row .container > .video-iframe-container { display: none; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row > .video-iframe-container { display: none; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .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); }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row .container { border-width: 0; border-radius: 0; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c885ec44-5890-4f56-ba37-b510ebe1425b/MyMovie4.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA.adaptive-delivery-prevent-bg, #N3at0dg1lobpSNfuANO8dWX7BQbeF0rA.lazyload, #N3at0dg1lobpSNfuANO8dWX7BQbeF0rA.lazyloading { background-image: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container { background-color: transparent; background-image: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container > .video-iframe-container { display: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row > .video-iframe-container { display: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .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); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container { border-width: 0; border-radius: 0; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#JqHiIJebC0yktbeh0pt9eZu1NA3ile0l { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.4375rem;left:37.25rem;height:3.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBRwFWla8lWb2TgTr4x13nQEyMkUl5p2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:22.125rem;left:19.4375rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQIy06bHn9Z3BgsnAXTmTQETno0p42TB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:28.6875rem;left:19.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT7ohmmbvWXw1V1N4AcmzyGVhi0gGvvT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.3125rem;left:19.4375rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ymLEWxwAwhVy22AfuPqyZvXqy0mrveoo { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.3125rem;left:19.4375rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aKARcOa0VwNQdbaEMECddCN0GtkAnzKq { position:absolute;display:block;z-index:15007;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:20.625rem;width:38.5rem;top:2.25rem;left:18.25rem;overflow:hidden;display:block; }
#JZHQnmuLeLUlqAQeQMET5LQrhwX0Wrqy { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.6875rem;left:21.0625rem;display:block; }
#LKFsF9aV5CSO8UOhOuqm4uxz0T461b44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkwpR5EokViZTbWQ0Bf1ZxZEKRuh9CPb { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:39.4375rem;left:24.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row .container { background-color: transparent; background-image: none; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row .container > .video-iframe-container { display: none; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row > .video-iframe-container { display: none; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .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); }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row .container { border-width: 0; border-radius: 0; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#rXlZD7kU0qTMxWCzL1beINwTfkoCWirC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.625rem;top:3rem;left:61.125rem;overflow:hidden;display:block; }
#oA1Xb94nrPHaMeZD16OuuFNDzwpDiX6D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.5rem;top:3.3125rem;left:48.5625rem;overflow:hidden;display:block; }
#qXLBdz9PGogWnC1VZo21yJwW23Z97cf6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.0625rem;top:2.8125rem;left:69.6875rem;overflow:hidden;display:block; }
#puTnagh58771GxWqo6sOSxyVRI7eRarN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.5rem;top:3.3125rem;left:55.625rem;overflow:hidden;display:block; }
#VCd0PTyKr4tN95IFFudadDtfdmOuiAmE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:32.78125rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uaexdKgbopflPUqAuMQI0Z6o4tttV0hx { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.875rem;top:4rem;left:26.8125rem;overflow:hidden;display:block; }
#AT8BJMMSdmTffhDAb4MZyy729DXc6hcC { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:4.1875rem;left:33.25rem;overflow:hidden;display:block; }
#FW9LW20SVCXxPUrKTgwHVq7G49DAxTeA { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7rem;top:4.25rem;left:0.3125rem;overflow:hidden;display:block; }
#DIcqua7Oaky5yibtsbJxJwqT2dgl65FX { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.4375rem;top:3.875rem;left:8.5625rem;overflow:hidden;display:block; }
#JzUvD0tyVhy1MIkoVOS8G1eBgAGXwZvC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.4375rem;top:3.75rem;left:18.4375rem;overflow:hidden;display:block; }
#TIBsUzuMlviiBB9LDxpsdGiyL0lUBruI { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:4rem;left:40.6875rem;overflow:hidden;display:block; }
#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row .container { background-color: transparent; background-image: none; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row .container > .video-iframe-container { display: none; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row > .video-iframe-container { display: none; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .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); }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row .container { border-width: 0; border-radius: 0; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#uKQdDpGXKc7uXrfUUgUlGHaZidKkpvdP { color:#072559;display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.8125rem;left:3.4375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pErDbEhxEfxdeTlaodnBCLTcGq8MygeQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.75rem;left:3.4375rem;height:23.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m1rDCK8OXew3ToRQCpCzErN4yvNbQsRK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41rem;width:41rem;top:2.5rem;left:32.125rem;overflow:hidden;display:block; }
#P9Jdyc8SgTNum6g2HwpuKXeKy25KwTdn { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.375rem;left:3.4375rem;display:block; }
#qaEE8UWrNWlPuZM53DB9LUUeiF0WA6AX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3.adaptive-delivery-prevent-bg, #TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3.lazyload, #TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3.lazyloading { background-image: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container { background-color: transparent; background-image: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.7); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container > .video-iframe-container { display: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.7); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row > .video-iframe-container { display: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .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); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container { border-width: 0; border-radius: 0; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#VxChAt56KoeSctTVUAR8NqE7C5c13USF { box-sizing:content-box;height:28rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.5625rem;left:17.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RDRhXq8Et5yfVp0yNrAmv8Twvlu5CmNC { box-sizing:content-box;height:28rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.5625rem;left:39rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#oGmXeU4pwAP0uAUID5xVTkAlIcdqaAB2 { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:18.0625rem;left:23.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4Etuvnt4yI7kUd5UZT1LUh9ZhFPTU8M { color:#072559;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:18.0625rem;left:45.875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SENXWVRrCNwCccCAFoJEA55BEwBBGVOH { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.0625rem;left:19.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LumTpo5vT2TU3qunWg6rQsBwFU0sbRhh { color:#2f2f2f;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:28.5625rem;left:23rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#iUgTA8EBBbi6FHTp6L1hCawV0aXs3H8c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:28.5625rem;left:21.125rem; }
#ORHylhqWQ5gvnRLOXVTxDP5qu3nDSbxb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:34rem;left:21.1875rem; }
#OIgF7L0cWolEAEidr6VvZTV1RpFAu2q6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:28.4375rem;left:41.9375rem; }
#yHV5lJN0pTLWomg6myqIq291b4gITWiO { color:#2f2f2f;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:28.4375rem;left:43.8125rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#gItftXPQDaOegefRAvAc7h1TPTVnHfzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:33.9375rem;left:41.9375rem; }
#HEkCgAp0A2Wz0f9gqEC5JMkIrs3tnEJh { position:absolute;display:block;z-index:15057;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:8.5625rem;width:17.5rem;top:14.5625rem;left:17.875rem;overflow:hidden;display:block; }
#UbW3b39ltiG862ipP1XQqnJo6dotfRld { position:absolute;display:block;z-index:15059;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:8.5625rem;width:17.5rem;top:14.5rem;left:39.625rem;overflow:hidden;display:block; }
#fK9olERwQvNzUh1nGZB2y8vnlMk3dxJn { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.375rem;left:19.5625rem;display:block; }
#AL9lTMAFxFZD6h8JKzCwUsDXisF91Sib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pu1g0dgLE1KhWMQPWNVdGr3pdmI5bXRG { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.375rem;left:41.3125rem;display:block; }
#vKy8asSewxbnGqZQATXtQX5HIJN5uLao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gok6JFFzSGhGyozstFzwSuc4UHCmRQg0 { box-sizing:content-box;height:36.3125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.625rem;left:16.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#IZQL2FWlKoIX0ehTcvBJh1LNyVUQdtBs { color:#2f2f2f;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:60.125rem;left:19.9375rem;height:18rem;text-align:left;text-align-last:left;display:none; }
#P3T3KsUK4z384kX1nSvizFwSg88QByVG { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:55.625rem;left:17.5625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fTvm8zVyqw8IL1rPtAM8qdtTOJ3y7GQT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:51.1875rem;left:23.375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XFzJauHBh6lOpo86VA25ekymiKDOQzDO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:65rem;left:18.125rem;display:none; }
#REEKUmDfQRC8KaeGM88lIZ1ugxHVHw9N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:60.0625rem;left:18.125rem;display:none; }
#TKTVsH0rXu7eMcdPzm7nBxNXc0o2V1s3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:68rem;left:18.0625rem;display:none; }
#ETggQwJwNBVzTHhn8ToaiCJtTQq3DOv7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:72rem;left:18.0625rem;display:none; }
#v8NzM38AT4izydMczq1INtFEdEUcvIaq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:75rem;left:18.0625rem;display:none; }
#Xuqs7o71H5VXHTaIzbyMTleTJWi0W6vd { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:79rem;left:19.15625rem;display:none; }
#uI3zodT4n0pS1mcyaCg9BHTGQswP1bEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u24k81pwufu3TEeITVsLr7S9vQ6msxcC { color:#072559;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:55.65625rem;left:26.59375rem;height:3.75rem;text-align:left;text-align-last:left;display:none; }
#qui0V51VovcIls9o3GdaRKolSCAHgTgQ { box-sizing:content-box;height:36.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.625rem;left:40.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#uKWuFGmz30HOH2rkVS02tZoTnWi2Z58d { color:#2f2f2f;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:60.125rem;left:43.125rem;height:14rem;text-align:left;text-align-last:left;display:none; }
#Wufz6wUmug1wEr64k3F6SGq8609A5sxa { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:79rem;left:42.34375rem;display:none; }
#KTDmniACzxwcuzF3HeWIXkEwm0GNVHlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcAT70NK5k7kJuDaCXUdaheF7gKAxKGh { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:55.625rem;left:41.0625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tk9Dd2Tcg4RkRE8PtVyiVZRWVoUExIaf { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:56.46875rem;left:49.75rem;height:1.875rem;text-align:left;text-align-last:left;display:none; }
#BZd2dVfrqObAAHa8TTJlXrKlhI3OWm69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:62.25rem;left:41.3125rem;display:none; }
#tGB7Mnu9HZaTqCsf5dhFCUV23nmqUyyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:60.0625rem;left:41.3125rem;display:none; }
#rNalCKtTQ0U1CTtXikCeU9oOgUkN2kFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:65rem;left:41.3125rem;display:none; }
#SNuIbkQJoEfoTmoD3pZWvftTV4Q5Jg5K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:69.0625rem;left:41.28125rem;display:none; }
#QZQd6UWA77Ii90TkPTpGZgxdconNzo92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:72.0625rem;left:41.3125rem;display:none; }
#h0p8JcdhAlcneKGV8uIZhUrJSMqT2cdA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:51.1875rem;left:46.875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RTJxvQbo15SN0ovX34w79XrTMKP0rZi3 { position:absolute;display:block;z-index:15066;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.5rem;width:16.125rem;top:49.21875rem;left:41.375rem;overflow:hidden;display:none; }
#nMamTlPEQZD4VK2z6zd6FWk17zs9ChRD { position:absolute;display:block;z-index:15067;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.375rem;width:14.9375rem;top:49.28125rem;left:18.84375rem;overflow:hidden;display:none; }
#G2e9cN7d4cNTs5ANpZVNKUpIkHF7bVS0 { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:56.46875rem;left:49.75rem;height:1.875rem;text-align:left;text-align-last:left;display:none; }
#QxhbDc3FZSko4ukR6iuKonuwpIhecknH { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1;letter-spacing:0;top:46.875rem;left:17.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#HeUwMlqL7NExXaneSxrRWTiOUA220qqT { box-sizing:content-box;height:2.375rem;width:18.75rem;position:absolute;display:block;z-index:15083;background-color:#ff0000;background-image:none;top:46.25rem;left:16.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#IUR7N9NDKnyC5wnkqJW6NoA5gLIkT6F8 { box-sizing:content-box;height:2.375rem;width:18.75rem;position:absolute;display:block;z-index:15085;background-color:#ff0000;background-image:none;top:46.3125rem;left:40.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#h5nTvkEwPZ5Bv49TZhVBlHJ3QT39HNo4 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15086;line-height:1;letter-spacing:0;top:46.9375rem;left:41.125rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#MJPnhMMEWT3r2xtT9cHxbzJ8SAhUHrqR { color:#072559;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15087;line-height:1;letter-spacing:0;top:23.125rem;left:22.75rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#mfX4We7JGWwUrIdyXy7v4N30vXcVgy4k { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.75rem;left:24.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iRbmFSnwEOSZZ5H64TSGgKGrSdRxTF4X { color:#072559;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15088;line-height:1;letter-spacing:0;top:23.125rem;left:44.5rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4.adaptive-delivery-prevent-bg, #bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4.lazyload, #bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4.lazyloading { background-image: none; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 > .row .container { border-width: 0; border-radius: 0; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 > .row .container { font-size:0.875rem;font-family:arial;height:95.4375rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:none; }#m35aO7TtRhKIx0W7n6VHuvBaySQVCenL { box-sizing:content-box;height:33.9375rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.4375rem;left:6.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rR2Hp5JSVPDsdIqhc4lGWcX0B08zSQuN { box-sizing:content-box;height:33.875rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.4375rem;left:28.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Wg6t1SEZGOTdkkr3ihktps6mPg84lLfi { box-sizing:content-box;height:33.9375rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.375rem;left:50rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MorWbN6yKhLmhqRm0BTGEGVKTiRywfC1 { color:#072559;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:24.8125rem;left:8rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZ0Gr8MzCyGUT5JGb4wzo2SNHuvL1Bpk { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:19.9375rem;left:13.0625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecSk47Ar2I4AzMWV80TmTNRxtDrrcThu { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:24.8125rem;left:30.375rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RK5WtvMSD7C6cM3KEUE2w31GDNbwPT75 { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:27.4375rem;left:52rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcQBo3CLvasg67CLDM7TFe72OaQ4GaoQ { color:#072559;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:19.9375rem;left:35.3125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9Q4RwT77CtTewfhFNnoema8EPnscId2 { color:#072559;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:22.4375rem;left:55.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlVDmkXMq4hp7mTFQBTUdhxudRTOyEOT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.4375rem;left:19.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7LoglCltE32CoQCLBCbwy1zAWrbODyi { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.6875rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Dmyi3STmViaiICvSbKUz7BLlnSxrkoGX { color:#072559;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:28rem;left:8.3125rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#Zs8mh5TeguCykLsXA0Bp3L0rUSM91hJa { color:#072559;display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:28.0625rem;left:30.6875rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#rPLVXF4IROpeQ8neufWpGNr36WIzVTyf { color:#072559;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.625rem;left:52rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#rJGv4zwUGtS410y3W8IWkxH7XaH1xtuQ { color:#072559;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:25.1875rem;left:14.625rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#CDgGl8zTdFW9bWe2tLr8p972yKx7y29a { color:#2f2f2f;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.5625rem;left:10.125rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#kSLImrdVSUKI4b9g3zd06eSae6DwUKAe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:30.5625rem;left:8.25rem; }
#TSFInfJSQw2dzrHgapxq32QOJM1imibX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:36rem;left:8.3125rem; }
#qrNEHyUnywO3qOvVS3OiyBkigXbD5nGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.375rem;left:30.375rem; }
#od8dWHytCPAcVkFomERy1WalKoHO3lsH { color:#2f2f2f;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:30.375rem;left:32.25rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#CSOfCZrzQ1shV79KQyZFxWgUWGXZlVfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.875rem;left:30.375rem; }
#aTnbKNiHTVFvqQFE3bAoDOGbkyLDBGDi { color:#2f2f2f;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:32.9375rem;left:52.75rem;height:11rem;text-align:left;text-align-last:left;display:block; }
#MnuSVdMISeAK6cvHEmD2vo8lfSttzod3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:32.875rem;left:50.875rem; }
#fTOb84DW6OBrZGxcypMTm8ImUKur6OpI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:37.875rem;left:50.875rem; }
#wEuSeZx9lVmJDqFtDtkyN0qJW5Z6cD2L { position:absolute;display:block;z-index:15057;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:8.5625rem;width:17.5rem;top:16.4375rem;left:7.3125rem;overflow:hidden;display:block; }
#KaILQ8TKBtsbXuztKnvQqdsStcyIT71m { position:absolute;display:block;z-index:15058;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:8.5625rem;width:17.5rem;top:19rem;left:50.625rem;overflow:hidden;display:block; }
#vcEgMMiSasVRiVQrKU8y8KpsnNsZXQCo { position:absolute;display:block;z-index:15059;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:8.5625rem;width:17.5rem;top:16.375rem;left:29.0625rem;overflow:hidden;display:block; }
#HKiSMbyiLtqH5SdisSgo0Fg7ros5Nu6D { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44.8125rem;left:8.96875rem;display:block; }
#ZcaAuCax2R2BGuFgmTGw3OCA0Gs6ZXbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4SbMPUEsUD1ihkTdVxNDyVsId90dWnD { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44.8125rem;left:30.71875rem;display:block; }
#H46KzU22raVghNCnhHBLDqwCs9Lp8VMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etsqKp3DFQgHDe0s2TE0txKPfquvLzDf { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.8125rem;left:52.25rem;display:block; }
#T6vO3X2STXQ3Qp6zhLcZqVxm12dRtD0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JyeDFMT6XmKiLmvGALTnb7Q9a81w6M9q { box-sizing:content-box;height:35.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.9375rem;left:16.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#D1kQyZnq5hXDp6xKzaRFFFkzoBoOz4du { color:#2f2f2f;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:69.0625rem;left:19.625rem;height:18rem;text-align:left;text-align-last:left;display:block; }
#dFFFbWp7F6PfMggQeudQEUrMT54EwJVZ { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:64.5625rem;left:17.25rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJiRU9duT0Tnan4UgVSyUgsN2hP3sqHw { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:60.125rem;left:23.0625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWhTWA3CTTqTBFz29QrQCKi1uRI6sUH9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:73.9375rem;left:17.8125rem; }
#oXo18kZdGwnXhK5ghT3tGeG5FUlTyTMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:69rem;left:17.8125rem; }
#dgo2Wyhi9TUPULPA12H5sTWIOTD4gE9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:76.9375rem;left:17.75rem; }
#Jd8Dmtv84u75udhixahnzIOiSZ3xFhTo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:80.9375rem;left:17.75rem; }
#KzbilK5sUWHnmHONkHvDDG3Ebdx8zaSt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:83.9375rem;left:17.75rem; }
#L3b1T9TNtnVXCvfuvfzlFi4r6eAHu7uE { color:#072559;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:25.25rem;left:36.6875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#pTxnEpUtEKkThh15ueZnifDfUOTxZO47 { color:#072559;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:27.875rem;left:58.6875rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#zmM7HqG5b1Xl36ByabsOeJ4X2BLtMLLE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:41.8125rem;left:51rem; }
#h22pOsDfw2q6LJpePDGc0ZSuwdrxek2p { color:#072559;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:64.625rem;left:26.25rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#OmT7D5N42SziG4Cw8KtXF9Gimd1VZO8g { box-sizing:content-box;height:35.1875rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.9375rem;left:39.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#W901PcPps0FVlOqQ0FHyTIR73kOzUiPe { color:#2f2f2f;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:69.0625rem;left:42.8125rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#muKukvcbzO6deNPN942sTJtdLJGTwvfb { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:64.5625rem;left:40.75rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATX0ZSK9ITswxsIeSdpQETFODamNHzPO { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:65.4375rem;left:49.4375rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#ZWc2abuwnN5ZCatyePaQFVM1Tisi8SWe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:71.1875rem;left:41rem; }
#o3QwGVlTHUPP4kl5FfTETqZIIBKfWO5P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:69rem;left:41rem; }
#UbeE70o0xMfsOmAGtw00XGsuPe4iVboa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:73.9375rem;left:41rem; }
#ETnWcBvLsXdMyMi4Tk6KwNeXveFfHDCW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:78rem;left:40.9375rem; }
#UL2fm5DSRHfGTio5IrCJoy0r5S4BqUZJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:81rem;left:41rem; }
#ys6yb2BoIoAaQp9CFg3iCPFtJ5cvBXFo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:60.125rem;left:46.5625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8MBBbkTcm0KpveqgXXDWA5iviqgKGVT { position:absolute;display:block;z-index:15066;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.5rem;width:16.125rem;top:58.1875rem;left:41.0625rem;overflow:hidden;display:block; }
#z9MZJ2Wh0vk1TmIb4HFaLqpMUf8ATzs7 { position:absolute;display:block;z-index:15067;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.375rem;width:14.9375rem;top:58.25rem;left:18.5rem;overflow:hidden;display:block; }
#yiE11xF2eZhDqykVff8vEdSbpytSNq8o { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:56.46875rem;left:49.75rem;height:1.875rem;text-align:left;text-align-last:left;display:none; }
#TIJs5ZSXc9xIkmxx26U3hzNvwdGurs7F { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.25rem;left:24.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#zdcRRDtgCS6ABcyvOAmil7efca4fBNaK { box-sizing:content-box;height:2.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15083;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.875rem;left:16.5rem;display:block; }
#v6q6VZLspR1I79eW1bX8g3Duu9X7QizK { box-sizing:content-box;height:2.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15084;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.875rem;left:39.75rem;display:block; }
#wbAeIoZCk2KwTIIKiDHrHBKxpf4T05V7 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15084;line-height:1.1;letter-spacing:0;top:55.3125rem;left:40.4375rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ti1ommiDi7xdiz1MiNAdFl5b4ZXzeVPf { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:55.3125rem;left:17.625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2ideT3GpoyEP4PZVnPUTlH1olUiRkQW { box-sizing:content-box;height:2.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15085;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:49.96875rem;display:block; }
#p4m8q3UfN2dNm3odck3xRo7LOAaFk6Zg { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:17.625rem;left:50.6875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row .container { background-color: transparent; background-image: none; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row .container > .video-iframe-container { display: none; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row > .video-iframe-container { display: none; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .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); }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row .container { border-width: 0; border-radius: 0; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#xrwWFWH65ybM3di6S9g3OstfeThJaJD4 { color:#072559;display:block;width:60.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.25rem;left:7.0625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0qwIAZphTCaP6WZ5MoKJe2iKm3KRNLP { color:#2f2f2f;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.8125rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ciIef072SxRbV9aPSqW3hN5ulHJUgmwJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.4375rem;left:5.9375rem; }
#ZLFxrd1ckWOQhTWkWJyJTXRbdxKCTlbA { color:#2f2f2f;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.375rem;left:8.8125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z7C47JLz1sgEoZBW94W0mgE41wMGJPad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:11.8125rem;left:6.125rem; }
#gzVsOTH3wBllyox1pNh2699Gx89nX9a4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.375rem;width:22.6875rem;top:10.4375rem;left:49.413586956522rem;overflow:hidden;display:block; }
#Wceq0U9SH8q3o1ZPA9fc9O3ClsCngO5g { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.6875rem;width:20.4375rem;top:19.125rem;left:33.6875rem;overflow:hidden;display:block; }
#XgRgDtXoiIemktqwBshoJfd8Aa3OMKrm { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.5625rem;left:5.9375rem;display:block; }
#Hi9eztpBFn35Nn8tWhEfZ3fh6HUsDeKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KqoR2xeHzTXRgZsBeRtbKT0rZGr0LOHO { color:#2f2f2f;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:8.8125rem;height:10.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCUClUk5rmPwcUtCUbTE4uWdey1Tm6Kg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:24.1875rem;left:6.375rem; }
#ffybaUVktJvKptxBVC9on9d9vBOXn9ch { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:5.9375rem;display:block; }
#TANfRvq4oATtoH7eHTPgHxvP8wn2MXcu { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.5rem;width:20.0625rem;top:25.75rem;left:49.5625rem;overflow:hidden;display:block; }
#W9iqGSurvf4kD0fVHookEZvxOioQkJaq { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:5.9375rem;display:block; }
#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f53f31ce-5728-49bc-96ec-b076563549f2/CopyofLPimagesGeneral1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC.adaptive-delivery-prevent-bg, #lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC.lazyload, #lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC.lazyloading { background-image: none; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row .container { background-color: transparent; background-image: none; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.74); }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row .container > .video-iframe-container { display: none; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.74); }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row > .video-iframe-container { display: none; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .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); }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row .container { border-width: 0; border-radius: 0; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#dDk8zrvc46PrX6IZcE9HsvQCWg7C6wTM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e3yhFAV6JAMLx8nk2Tx5CP5Gv60WNbFK { color:#2f2f2f;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.06201171875rem;left:20.4375rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#S7rsBT9K5lgz7zG05yhuS9zTTUT4mXvt { color:#2f2f2f;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0.9375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#qCe0xWZntgqvTyTh4h1PEHm5mw5voCTQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ebbeb7, #b2f5ff);background-image: -moz-linear-gradient(180deg, #ebbeb7, #b2f5ff);background-image: -ms-linear-gradient(180deg, #ebbeb7, #b2f5ff);background-image: -o-linear-gradient(180deg, #ebbeb7, #b2f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );";background-image: linear-gradient(180deg, #ebbeb7, #b2f5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.3125rem;width:17.9375rem;top:9.75rem;left:0rem;display:block; }
#U7NaoW2JyrOKh8wMWa4OrAE20glRtU9V { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ebbeb7, #b2f5ff);background-image: -moz-linear-gradient(45deg, #ebbeb7, #b2f5ff);background-image: -ms-linear-gradient(45deg, #ebbeb7, #b2f5ff);background-image: -o-linear-gradient(45deg, #ebbeb7, #b2f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );";background-image: linear-gradient(45deg, #ebbeb7, #b2f5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.1875rem;width:17.9375rem;top:9.8125rem;left:18.875rem;display:block; }
#tnAPcoq0WU37IG7QR137RGfw8XBsLK1J { color:#2f2f2f;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:11.625rem;left:21.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rGGoS6kavxXL3vIuKdTCKpW0byy8wkua { color:#2f2f2f;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#QtQCLTQXe58n4TaM1pTJChSLGhdbRJ9E { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -moz-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -ms-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -o-linear-gradient(81deg, #b2f5ff, #ebbeb7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );";background-image: linear-gradient(81deg, #b2f5ff, #ebbeb7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.1875rem;width:17.9375rem;top:9.8125rem;left:37.8125rem;display:block; }
#r3CP5Oyz0pFnQAZKQGLbwi2xSZvsXLJR { color:#2f2f2f;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.150390625rem;left:39.40625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#syldbGpUcWxVsFpMkTO0hcwwIXGQs6Tf { color:#2f2f2f;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:11.625rem;left:41.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#boqyG6mJB0fTRaUvdyZkVdoAy8HpRuMi { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:26.6494140625rem;left:22.59375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#SdJIAbpQx4Xqizv2S4HDmrwTLMTov9OA { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -moz-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -ms-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -o-linear-gradient(81deg, #b2f5ff, #ebbeb7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );";background-image: linear-gradient(81deg, #b2f5ff, #ebbeb7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.25rem;width:17.9375rem;top:9.8125rem;left:56.75rem;display:block; }
#OoQe8VpLGz8Qsc66TCakPB5RFphRxOtx { color:#2f2f2f;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.71142578125rem;left:58.34375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#M0aEGi6XRGIEI5mfE2VLPr4RGTH7zXFi { color:#2f2f2f;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:11.625rem;left:58.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FqvpDTISIE10glcHlChqcPzuZEeT1oQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row .container { background-color: transparent; background-image: none; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row .container > .video-iframe-container { display: none; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row > .video-iframe-container { display: none; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .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); }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row .container { border-width: 0; border-radius: 0; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#PDK2DGVeywPoszOPsGVvEZ7T26ZcmO8D { color:#2f2f2f;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9375rem;left:39.3125rem;height:33rem;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; }
#LRgGm4oTfaQkMXCNTHSTHeQH8risEp4N { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.32) ;height:31.1875rem;width:24.375rem;top:17.75rem;left:9.5rem;overflow:hidden;display:block; }
#eW6Q9ILwm15ouA5fQZ6dX581WeoXJg7K { color:#072559;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLrnLvEw1xDbMKyx3pOVcnne86PxwhM4 { color:#2f2f2f;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.5rem;height:5.5rem;display:block; }
#H3hihxBELX2tkaq6Ta0TBsC9sizLAsOh { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#d7b543;background-image:none;top:10.3125rem;left:37.9375rem;display:block; }
#plyVtKGPSNPmWkwp2N2V7z5eKRbgKXKO { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#d7b543;background-image:none;top:17.25rem;left:37.9375rem;display:block; }
#MRpg2UNnJrC2rS2Qxg6lTNKE14NAh1QQ { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#d7b543;background-image:none;top:28.1875rem;left:37.9375rem;display:block; }
#zlPc2qzq9ufA8aXgFwCkzK6kADZaWf9M { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:35.1875rem;left:37.9375rem;display:block; }
#RTdRM8XBQZpJReqIK6g3b1JWA10PLxQ5 { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#d7b543;background-image:none;top:44.625rem;left:38rem;display:block; }
#EfOelnhaoQRz9NUAnt1RvbWxHiCpvFEE { box-sizing:content-box;height:34.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:10.5625rem;left:38.25rem;display:block; }
#veHZkLZhF3fEQeKLTmfyywUM2bU5nf7t { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#qIRWVdfiVmXlKJsqNeSztwWCLIfq5kX7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TnazxXgQWR4N614qr3KULnwJTHKZS2kJ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KU2UlD0EcQpe6A7mdSqGEqT0Eo30sFQ3 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#e6KhSH8SBPP0ak4q0Iw9KfTJ8Wl3waRE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 { position:relative;display:block; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 { background-color: transparent; background-image: none; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .row .container > .video-iframe-container { display: none; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .row > .video-iframe-container { display: none; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .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); }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 { border-width: 0; border-radius: 0; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .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; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .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:13.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; }#haGuZ3KLubhq6rUUNQmOTE225IxwhsgN { color:#072559;display:block;width:46rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0617218017578rem;left:15.21875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWkZV28hgfuHiroHb02eelGxzlwT8wMC { color:#2f2f2f;display:block;width:63.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:5.5625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row .container { background-color: transparent; background-image: none; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row .container > .video-iframe-container { display: none; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row > .video-iframe-container { display: none; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .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); }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row .container { border-width: 0; border-radius: 0; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row .container { font-size:0.875rem;font-family:arial;height:73.75rem;width:75rem;position:relative;display:block; }#LIqgcZ4TxdtZr37dyVZptJm2zwbtpGzQ { color:#2f2f2f;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.375rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#GN2DvN8geEmKmJIyfxJnvABt5vf4huXA { color:#072559;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0.6875rem;height:;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; }
#brFk2nTUC9ElTwynpUec3VhtKZz8lFad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.0625rem;left:0.6875rem; }
#M5bpkBurur1cT9HPQT4XctMHkqL1Kmhf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.6875rem;left:0.6875rem; }
#agxyV90FKJTlvbfWhNvVFPW0A5JieGft { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.0625rem;left:0.6875rem; }
#LxmimThRWe6d41QDhon9OTImNyst5p2c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.5625rem;left:0.6875rem; }
#v3Xhiah9nCTckey0Pv2KpmrUzia0PR3O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.25rem;width:24rem;top:35.8125rem;left:25.25rem;overflow:hidden;display:block; }
#Va07mTnpdyEbPtHP5FFORnspPdgDPo7N { color:#2f2f2f;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:42.125rem;height:16.5rem;text-align:left;text-align-last:left;display:block; }
#xDSGTS3PXbolHOQRfFI6z5xAAtOsnCl7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.5625rem;left:39.1875rem; }
#kI7ygorTxdLJWgLTfmkC4VCVr2yGwnTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.125rem;left:39.1875rem; }
#KeLx0ZzMHPMtdgxB2a9fLRNhFsKxa9AI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.5rem;left:39.1875rem; }
#vF5sGarpDawWmwfpWMUTBgbDzcmkEiRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.9375rem;left:39.1875rem; }
#kvEmbAuFq0tEEDQvyloGR5vMxSk0LqTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.3125rem;left:39.1875rem; }
#V3s3ShSbmu9TspdvmkfuB4xdcqwVbct4 { color:#072559;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:39.5625rem;height:3.25rem;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; }
#Tw3lGHtwVGAmlwUce0AZ4nvuSXbtFhbC { box-sizing:content-box;height:2.9375rem;width:11.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.25rem;left:25.25rem;display:block; }
#ro7EpdsbwqQs8hUkgGZTfD2Z3D1MfRVC { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:30.1875rem;width:22.125rem;top:35.75rem;left:2.5625rem;overflow:hidden;display:block; }
#ysllMz567X1rdsaAiqZddmKnnDHuOw6m { color:#2f2f2f;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:45.875rem;left:25.625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#VOMMN13q0U3p1Scxa1AdnzLbs35X3DaT { box-sizing:content-box;height:2.9375rem;width:9.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:57.75rem;left:2.5rem;display:block; }
#owiGM8lTvnBTTyLH1TceM3hNGw3zLAXR { color:#2f2f2f;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:58.375rem;left:3rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#nwdF8ALkNUvLMGL7FJRbHZz1SS9iGBuC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.875rem;width:23.875rem;top:49.8125rem;left:25.3125rem;overflow:hidden;display:block; }
#sOXVT4HEdVihuetW8GrlPpf7xkRuI07x { box-sizing:content-box;height:2.9375rem;width:18.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:61.875rem;left:25.25rem;display:block; }
#Qfi7PiEpEbfUansw9OO420wAWBJvTlxI { color:#2f2f2f;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:62.375rem;left:25.625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#S3vWP11EGXZwgAGZCPsJRmx2URLK0eKd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.875rem;width:22.5625rem;top:35.8125rem;left:49.8125rem;overflow:hidden;display:block; }
#sZIGLHLL9bQ6PI1vINvV4ok8Ttvl5URM { box-sizing:content-box;height:2.9375rem;width:10.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.4375rem;left:49.8125rem;display:block; }
#AiP7Ua82KWHMw6qMb0tziQZmqsnfxyLG { color:#2f2f2f;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:37rem;left:50.1875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#V2O5hsVFf8iU9bzPgf4SfM8M6NctzSLL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.4375rem;width:22.5625rem;top:51.25rem;left:49.9375rem;overflow:hidden;display:block; }
#tZhaaJVqDbaJ5iZKbRVPRZD0BZ3RN6NU { box-sizing:content-box;height:2.9375rem;width:11.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.625rem;left:49.8125rem;display:block; }
#IWJe6gr6iBTxOcT34hNzRWUmpZqJmdHn { color:#2f2f2f;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.1;letter-spacing:0;top:53.125rem;left:50.125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#n9b4TGy7yEhvlhDwT2uwtTUfFanrk4P8 { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.3125rem;left:28.25rem;display:block; }
#aXg7T8TU0BaGOcDPuTxteguFoO0NWZx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVnmzBRg2vpSTU8dq9CmhrtwmduVuyJI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.375rem;left:39.1875rem; }
#EI3tasbhdSzLKhdx4TtJy8g3VaS3wLRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.5rem;left:39.1875rem;display:none; }
#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 { position:relative;display:block; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 { background-color: transparent; background-image: none; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .row .container > .video-iframe-container { display: none; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .row > .video-iframe-container { display: none; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .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); }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 { border-width: 0; border-radius: 0; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .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; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .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:65.875rem;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; }#qp6U5dlCSktzJs4KAx6RyafxaB9r9sm3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:23.875rem;top:9.6875rem;left:3rem;overflow:hidden;display:block; }
#Upvar81yHF0auS5EKhISxBUZurHgIGtb { color:rgba(var(--color-secondary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:20.34375rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#z4pVISL4rfoPJ74JPmOraXsxVSdpVMA7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:20.8125rem;top:9.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#OXqA3OHo01RSNgpZEJdZivGAB63qKmJw { color:rgba(var(--color-secondary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:20.34375rem;left:28rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#ZLMNymowPtr1rsVvc1U7LCzTiWQa4R39 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:23.1875rem;top:9.6875rem;left:48.8125rem;overflow:hidden;display:block; }
#IGukW6CGQGsKJNNDD9sHDMJWe44ZOF4M { color:rgba(var(--color-tertiary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:10.9365234375rem;left:51.25rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#D8cUeWAKpnEH1ohZtvPXHyUs66o6M3MK { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.625rem;width:42.5rem;top:24rem;left:3rem;overflow:hidden;display:block; }
#kwtHLXBu8cevWUltkqHXmuW1ODQPoI0t { color:rgba(var(--color-secondary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:32.78125rem;left:3.8125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#KDZAbptbVtHKPJISrn2gO0kAGTEwHt2X { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:18.625rem;top:36.125rem;left:3rem;overflow:hidden;display:block; }
#urE7UNKL8MMRAkhqNz0QBvENP0OD804e { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:37.31201171875rem;left:3.25rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#kyAwT2sB9LfVsTq9lTrqQqpq19fmanEh { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:25.5rem;left:46.4375rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#W4qeWZ9ina03che5BUwVsPTA8SpAqrr9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.75rem;width:26rem;top:23.9375rem;left:46rem;overflow:hidden;display:block; }
#FVRO7cBDuAyBB7QeuM52cRhzADWJLTLu { color:rgba(var(--color-secondary-4),1);display:block;width:36.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:52.9375rem;left:19.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NNena2DZEwqgMCQTu9PpCFJCeMnf8CuH { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:58.375rem;left:29.875rem;display:block; }
#DoskTFEdtIBsoKTT78PdmctCoND5xzQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLvQNTrBGXwQOxatu6oTqrBTKCf9cfoe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:22.8125rem;top:36.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#fNyg7eXaWxCzBW8ZTZmIi9ELnAyvztFB { box-sizing:content-box;height:2.9375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:3rem;display:block; }
#iLTzg69wKC3Ep44xAIvG0Jcfb97sZ9oa { box-sizing:content-box;height:2.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:27.4375rem;display:block; }
#PFRg0Z68qI55p7OKHeONSxQ0uBQxOFkk { box-sizing:content-box;height:2.9375rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.43017578125rem;left:54.25rem;display:block; }
#dmnQqZrolIbIlLIOIa2LI971heW7J8Bx { box-sizing:content-box;height:2.9375rem;width:20.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.1875rem;left:3rem;display:block; }
#K4cWUBx2JdrfCLUtpIkqGi3767sCUbvd { box-sizing:content-box;height:2.9375rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:46rem;display:block; }
#Rec0iJUSXivpJRov2tTk1d6O59Rk4snF { box-sizing:content-box;height:2.9375rem;width:17.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.8056640625rem;left:2.4375rem;display:block; }
#XbkOtMpKSJlih1gM2TKELy9sSLDBDWkb { box-sizing:content-box;height:2.9375rem;width:20.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.3681640625rem;left:22.0625rem;display:block; }
#hQnWiPwdGUpeK3e1sPtQFDnghSmcttxy { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.5625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#Q8yrb10XXouDlqew4abCZ4XnwkXhSyOA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:26.75rem;top:36.125rem;left:45.3125rem;overflow:hidden;display:block; }
#mHSbPPTeXnGHA1cX3h1xx4ykI6Zw6P3z { box-sizing:content-box;height:2.9375rem;width:22.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.375rem;left:49.3125rem;display:block; }
#fO4pNmSveTUJ9itU4BqZOEMqdtPOAU3G { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#csbxOTqAOMFQysVCBxh2AAQrTk4pWkLK { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.4375rem;height:1.9248rem;text-align:left;text-align-last:left;display:none; }
#Hp1NI7N8S8hDtMLzVBAuBt54ZFO4gB8k { color:#072559;display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:22.875rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JmoXKJ4iQEUyKQU9Iueo2bOoPGLplZZO { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.9248rem;text-align:right;text-align-last:right;display:none; }
#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d689d;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; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row .container { background-color: transparent; background-image: none; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row .container > .video-iframe-container { display: none; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row > .video-iframe-container { display: none; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .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); }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row .container { border-width: 0; border-radius: 0; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#yTU5Va8aHRlvLzBGHTHVfD9sMOeueMJJ { color:rgba(var(--color-tertiary-1),1);display:block;width:49.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.875rem;left:12.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#lOJhQtf3i6ZLugTs4e81M2WB7lILqDm9 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);font-weight:300;font-style:normal; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_17781dae9bac4a9226667a4cc3ead58854c4e7d6.svg");background-size:contain !important; }#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-trigger.adaptive-delivery-prevent-bg, #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-trigger.lazyload, #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-trigger.lazyloading { background-image: none; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW { box-sizing:content-box;height:auto;width:46.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5625rem;left:12.9375rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ { display:block;position:relative; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr { display:block;position:relative; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH { display:none; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT { display:block;position:relative; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo { display:none; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce { display:block;position:relative; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 { display:none; }
#qZDTgT3UsPeKJ482JrmrXsdpsrQWSBKC { background-color:#ffc94b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.4375rem;left:29.84375rem;display:block; }
#qBoGNRHdgD9r2A7abByJ9KLQhwpTgviC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { background-color: transparent; background-image: none; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container > .video-iframe-container { display: none; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row > .video-iframe-container { display: none; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .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); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { border-width: 0; border-radius: 0; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#LXtxAkGhGmM4QTaz2oVtiLA34zFHINdh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#qvwIZK3OF6icb5kn1TwnhmzvhbePl4Ri { color:#2f2f2f;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.23828125rem;left:41.25rem;height:18.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AIETpP8aw4oIdVn5LBr2ump6Oav4qO9r { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.125rem;font-style:normal;display:block; }
#WhWV5cF7fgcOTkBICwCxdCx6XRVV3NTX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#T55VddChmxlf6Lh3TTfpO8ESzwAvzxW3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#cL4fGlb40nWZ2qhJimRzsdHDR0J0Iw1W { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#Tek0Eo43z4W0DqXTVGDb6yZs0cVhnTq8 { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.125rem;font-style:normal;display:block; }
#AhR7rQpk8S0vOeM9EqAHQ0qB9nCv3L3v { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.625rem;font-style:normal;display:block; }
#mbQ3MX4MOgfJLmT5i8bM3cokSo6QSgAo { color:rgba(var(--color-secondary-2),1);display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row .container { background-color: transparent; background-image: none; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row .container > .video-iframe-container { display: none; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row > .video-iframe-container { display: none; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .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); }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row .container { border-width: 0; border-radius: 0; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#s6DGVqy5Nz0Ep60IGu9VBpxz6lnepqyk { 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:5rem;left:46.6875rem; }
#s6DGVqy5Nz0Ep60IGu9VBpxz6lnepqyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#yfIPxKKwf7I8nhGhh7JaaMpKsKcy9lXG { 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:5.0625rem;left:50.25rem; }
#yfIPxKKwf7I8nhGhh7JaaMpKsKcy9lXG > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#QOztVCeN6ALRoZaIPQ2HFRSeH93VXeSs { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4rem;left:38.75rem;display:block; }
#xEebseOK05VdXyPU7eaz9P0IOwxhK1xr { 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; }
#NoACEfTpTUruy9TRvEhKka3HcnLURb5D { position:absolute;display:block;z-index:15034;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.6875rem;left:40.4375rem;overflow:hidden;display:block; }
#T7UbViteSXwFgVdaXiGbxGmuwvZzsGEx { 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:5.0625rem;left:34.375rem; }
#T7UbViteSXwFgVdaXiGbxGmuwvZzsGEx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#HkTT7ziEHdOTPspoSnhmAEgV8irnsyxu { 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:5.0625rem;left:30.875rem; }
#HkTT7ziEHdOTPspoSnhmAEgV8irnsyxu > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#XiOz97pGct82H7oE9FEtds2qyMwtHe1i { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14rem;left:26.375rem;height:0;text-align:center;text-align-last:center;display:block; }
#nADEGGW8x2qpuLVvPGh1lGwGTT65dJrL { 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:15030;line-height:1.3;letter-spacing:0;top:14.0625rem;left:35.0625rem;height:0;text-align:center;text-align-last:center;display:block; }
#UleLqOZyaR3bxu9GZrprzxKwGWl0dsO3 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.0625rem;left:34.4375rem;display:block; }
#D88v09BSt003dBXh0nWUIAFUfT63UPvr { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.125rem;left:43.0625rem;display:block; }
#FUd8uuTH9A6HqXCcX9RaQ6BovgOTHCna { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.0625rem;left:43.8125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#LSxMNDcuEvgE9DXnOcoNk25TQicDJx5U { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;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:11rem;left:25.625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#lgxdzrUMz1mRLZrDkdZHthITTAc5SBJW { position:absolute;display:block;z-index:15022;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.75rem;top:4.9375rem;left:22.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 { display:block; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFhmkVERGULPv2onTQPNKyW8CItl8LqX { top:1.8125rem;left:20.5625rem;width:23.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZDkhfnTEw1WcLPXU2IA6vWKXPKNUikb { width:15.3125rem;height:3rem;top:1rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgW0wM9MvygzWrQJKPiEsqxVZd2ENQtK { display:block; }
 }@media only screen and (max-width: 763px) { #iD92rz5g3lQhWZz5laBz88hB00AC11dK { top:1.125rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niT50TQ8TEROi4Qr4ugyzMCJ3a7dezWa { width:2.4375rem;height:2.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFTvnNqX03LRa9baEF6xwSfw1h7FFrDw { display:block; }
 }@media only screen and (max-width: 763px) { #e0PkAbwK4fZtRD6v3aB8Bmp7oLexaWaL { width:2.4375rem;height:2.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clx9NxfAtH05hwkcBWkr9slWJigdqQk3 { display:block; }
 }@media only screen and (max-width: 763px) { #GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 { display:block; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3at0dg1lobpSNfuANO8dWX7BQbeF0rA { display:block; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqHiIJebC0yktbeh0pt9eZu1NA3ile0l { top:34.4375rem;left:23.625rem;width:16.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBRwFWla8lWb2TgTr4x13nQEyMkUl5p2 { top:22.125rem;left:5.8125rem;width:36.125rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQIy06bHn9Z3BgsnAXTmTQETno0p42TB { top:28.6875rem;left:6.3125rem;width:35.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7ohmmbvWXw1V1N4AcmzyGVhi0gGvvT { top:24.0625rem;left:0rem;width:19.9375rem;height:3.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymLEWxwAwhVy22AfuPqyZvXqy0mrveoo { top:37.5rem;left:0rem;width:19.9375rem;height:4.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKARcOa0VwNQdbaEMECddCN0GtkAnzKq { top:2.25rem;left:4.625rem;width:38.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZHQnmuLeLUlqAQeQMET5LQrhwX0Wrqy { width:15.3125rem;height:3.4375rem;top:34.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKFsF9aV5CSO8UOhOuqm4uxz0T461b44 { display:block; }
 }@media only screen and (max-width: 763px) { #GkwpR5EokViZTbWQ0Bf1ZxZEKRuh9CPb { top:39.4375rem;left:10.625rem;width:26.5rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM { display:block; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXlZD7kU0qTMxWCzL1beINwTfkoCWirC { top:3rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1Xb94nrPHaMeZD16OuuFNDzwpDiX6D { top:3.3125rem;left:34.9375rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLBdz9PGogWnC1VZo21yJwW23Z97cf6 { top:2.8125rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puTnagh58771GxWqo6sOSxyVRI7eRarN { top:3.3125rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCd0PTyKr4tN95IFFudadDtfdmOuiAmE { top:1.625rem;left:19.15625rem;width:9.4375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaexdKgbopflPUqAuMQI0Z6o4tttV0hx { top:4rem;left:13.1875rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8BJMMSdmTffhDAb4MZyy729DXc6hcC { top:4.1875rem;left:19.625rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW9LW20SVCXxPUrKTgwHVq7G49DAxTeA { top:4.25rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIcqua7Oaky5yibtsbJxJwqT2dgl65FX { top:3.875rem;left:0rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUvD0tyVhy1MIkoVOS8G1eBgAGXwZvC { top:3.75rem;left:4.8125rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBsUzuMlviiBB9LDxpsdGiyL0lUBruI { top:4rem;left:27.0625rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m { display:block; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKQdDpGXKc7uXrfUUgUlGHaZidKkpvdP { width:40.8125rem;height:2.75rem;top:4.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pErDbEhxEfxdeTlaodnBCLTcGq8MygeQ { width:33.9375rem;height:27.5rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1rDCK8OXew3ToRQCpCzErN4yvNbQsRK { top:2.5rem;left:6.75rem;width:41rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Jdyc8SgTNum6g2HwpuKXeKy25KwTdn { width:17.1875rem;height:3.4375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaEE8UWrNWlPuZM53DB9LUUeiF0WA6AX { display:block; }
 }@media only screen and (max-width: 763px) { #TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 { display:block; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxChAt56KoeSctTVUAR8NqE7C5c13USF { top:14.5625rem;left:3.625rem;width:18.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRhXq8Et5yfVp0yNrAmv8Twvlu5CmNC { top:14.5625rem;left:25.375rem;width:18.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGmXeU4pwAP0uAUID5xVTkAlIcdqaAB2 { top:18.0625rem;left:10rem;width:8.9375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Etuvnt4yI7kUd5UZT1LUh9ZhFPTU8M { top:18.0625rem;left:32.25rem;width:8.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SENXWVRrCNwCccCAFoJEA55BEwBBGVOH { top:5.0625rem;left:5.875rem;width:36.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumTpo5vT2TU3qunWg6rQsBwFU0sbRhh { top:28.5625rem;left:9.375rem;width:9.125rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUgTA8EBBbi6FHTp6L1hCawV0aXs3H8c { top:28.5625rem;left:7.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORHylhqWQ5gvnRLOXVTxDP5qu3nDSbxb { top:34rem;left:7.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgF7L0cWolEAEidr6VvZTV1RpFAu2q6 { top:28.4375rem;left:28.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHV5lJN0pTLWomg6myqIq291b4gITWiO { top:28.4375rem;left:30.1875rem;width:11.0625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gItftXPQDaOegefRAvAc7h1TPTVnHfzT { top:33.9375rem;left:28.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEkCgAp0A2Wz0f9gqEC5JMkIrs3tnEJh { top:14.5625rem;left:4.25rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbW3b39ltiG862ipP1XQqnJo6dotfRld { top:14.5rem;left:26rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK9olERwQvNzUh1nGZB2y8vnlMk3dxJn { width:14.1875rem;height:3.0625rem;top:37.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL9lTMAFxFZD6h8JKzCwUsDXisF91Sib { display:block; }
 }@media only screen and (max-width: 763px) { #pu1g0dgLE1KhWMQPWNVdGr3pdmI5bXRG { width:14.1875rem;height:3.0625rem;top:37.375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKy8asSewxbnGqZQATXtQX5HIJN5uLao { display:block; }
 }@media only screen and (max-width: 763px) { #gok6JFFzSGhGyozstFzwSuc4UHCmRQg0 { top:47.625rem;left:3.25rem;width:18.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZQL2FWlKoIX0ehTcvBJh1LNyVUQdtBs { top:60.125rem;left:6.3125rem;width:14.625rem;height:18rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3T3KsUK4z384kX1nSvizFwSg88QByVG { top:55.625rem;left:3.9375rem;width:8.9375rem;height:3.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvm8zVyqw8IL1rPtAM8qdtTOJ3y7GQT { top:51.1875rem;left:9.75rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFzJauHBh6lOpo86VA25ekymiKDOQzDO { top:65rem;left:4.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REEKUmDfQRC8KaeGM88lIZ1ugxHVHw9N { top:60.0625rem;left:4.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTVsH0rXu7eMcdPzm7nBxNXc0o2V1s3 { top:68rem;left:4.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETggQwJwNBVzTHhn8ToaiCJtTQq3DOv7 { top:72rem;left:4.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8NzM38AT4izydMczq1INtFEdEUcvIaq { top:75rem;left:4.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuqs7o71H5VXHTaIzbyMTleTJWi0W6vd { width:14.1875rem;height:3.0625rem;top:79rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI3zodT4n0pS1mcyaCg9BHTGQswP1bEO { display:block; }
 }@media only screen and (max-width: 763px) { #u24k81pwufu3TEeITVsLr7S9vQ6msxcC { top:55.625rem;left:12.96875rem;width:8.0625rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qui0V51VovcIls9o3GdaRKolSCAHgTgQ { top:47.625rem;left:26.4375rem;width:18.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKWuFGmz30HOH2rkVS02tZoTnWi2Z58d { top:60.125rem;left:29.5rem;width:14.5rem;height:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wufz6wUmug1wEr64k3F6SGq8609A5sxa { width:14.1875rem;height:3.0625rem;top:79rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTDmniACzxwcuzF3HeWIXkEwm0GNVHlG { display:block; }
 }@media only screen and (max-width: 763px) { #XcAT70NK5k7kJuDaCXUdaheF7gKAxKGh { top:55.625rem;left:27.4375rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk9Dd2Tcg4RkRE8PtVyiVZRWVoUExIaf { top:56.4375rem;left:36.125rem;width:8.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZd2dVfrqObAAHa8TTJlXrKlhI3OWm69 { top:62.25rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGB7Mnu9HZaTqCsf5dhFCUV23nmqUyyr { top:60.0625rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNalCKtTQ0U1CTtXikCeU9oOgUkN2kFT { top:65rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNuIbkQJoEfoTmoD3pZWvftTV4Q5Jg5K { top:69.0625rem;left:27.65625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZQd6UWA77Ii90TkPTpGZgxdconNzo92 { top:72.0625rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0p8JcdhAlcneKGV8uIZhUrJSMqT2cdA { top:51.1875rem;left:33.25rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJxvQbo15SN0ovX34w79XrTMKP0rZi3 { top:49.1875rem;left:27.75rem;width:16.125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMamTlPEQZD4VK2z6zd6FWk17zs9ChRD { top:49.25rem;left:5.21875rem;width:14.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2e9cN7d4cNTs5ANpZVNKUpIkHF7bVS0 { top:150.875rem;left:0rem;width:10.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxhbDc3FZSko4ukR6iuKonuwpIhecknH { top:46.875rem;left:4.3125rem;width:16.625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeUwMlqL7NExXaneSxrRWTiOUA220qqT { top:46.25rem;left:3.25rem;width:18.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUR7N9NDKnyC5wnkqJW6NoA5gLIkT6F8 { top:46.3125rem;left:26.4375rem;width:18.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5nTvkEwPZ5Bv49TZhVBlHJ3QT39HNo4 { top:46.9375rem;left:27.5rem;width:16.625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJPnhMMEWT3r2xtT9cHxbzJ8SAhUHrqR { top:23.125rem;left:9.125rem;width:7.8125rem;height:4rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfX4We7JGWwUrIdyXy7v4N30vXcVgy4k { top:8.75rem;left:10.625rem;width:26.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRbmFSnwEOSZZ5H64TSGgKGrSdRxTF4X { top:23.125rem;left:30.875rem;width:7.8125rem;height:4rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 { display:block; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m35aO7TtRhKIx0W7n6VHuvBaySQVCenL { top:16.4375rem;left:0rem;width:18.75rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR2Hp5JSVPDsdIqhc4lGWcX0B08zSQuN { top:16.4375rem;left:14.8125rem;width:18.75rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg6t1SEZGOTdkkr3ihktps6mPg84lLfi { top:16.375rem;left:29rem;width:18.75rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MorWbN6yKhLmhqRm0BTGEGVKTiRywfC1 { top:24.8125rem;left:0rem;width:6.4375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ0Gr8MzCyGUT5JGb4wzo2SNHuvL1Bpk { top:19.9375rem;left:0rem;width:8.9375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecSk47Ar2I4AzMWV80TmTNRxtDrrcThu { top:24.8125rem;left:16.75rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5WtvMSD7C6cM3KEUE2w31GDNbwPT75 { top:27.4375rem;left:38.375rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcQBo3CLvasg67CLDM7TFe72OaQ4GaoQ { top:19.9375rem;left:21.6875rem;width:8.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Q4RwT77CtTewfhFNnoema8EPnscId2 { top:22.4375rem;left:36.8125rem;width:10.9375rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlVDmkXMq4hp7mTFQBTUdhxudRTOyEOT { top:4.4375rem;left:5.875rem;width:36.125rem;height:2.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LoglCltE32CoQCLBCbwy1zAWrbODyi { top:7.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmyi3STmViaiICvSbKUz7BLlnSxrkoGX { top:28rem;left:0rem;width:3.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs8mh5TeguCykLsXA0Bp3L0rUSM91hJa { top:28.0625rem;left:17.0625rem;width:3.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPLVXF4IROpeQ8neufWpGNr36WIzVTyf { top:30.625rem;left:38.375rem;width:4rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJGv4zwUGtS410y3W8IWkxH7XaH1xtuQ { top:25.1875rem;left:1rem;width:9.375rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDgGl8zTdFW9bWe2tLr8p972yKx7y29a { top:30.5625rem;left:0rem;width:12.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSLImrdVSUKI4b9g3zd06eSae6DwUKAe { top:30.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFInfJSQw2dzrHgapxq32QOJM1imibX { top:36rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrNEHyUnywO3qOvVS3OiyBkigXbD5nGA { top:30.375rem;left:16.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8dWHytCPAcVkFomERy1WalKoHO3lsH { top:30.375rem;left:18.625rem;width:13.0625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOfCZrzQ1shV79KQyZFxWgUWGXZlVfm { top:35.875rem;left:16.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTnbKNiHTVFvqQFE3bAoDOGbkyLDBGDi { top:32.9375rem;left:32.625rem;width:15.125rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnuSVdMISeAK6cvHEmD2vo8lfSttzod3 { top:32.875rem;left:37.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOb84DW6OBrZGxcypMTm8ImUKur6OpI { top:37.875rem;left:37.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuSeZx9lVmJDqFtDtkyN0qJW5Z6cD2L { top:16.4375rem;left:0rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaILQ8TKBtsbXuztKnvQqdsStcyIT71m { top:19rem;left:30.25rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcEgMMiSasVRiVQrKU8y8KpsnNsZXQCo { top:16.375rem;left:15.4375rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKiSMbyiLtqH5SdisSgo0Fg7ros5Nu6D { width:14.1875rem;height:3.0625rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcaAuCax2R2BGuFgmTGw3OCA0Gs6ZXbw { display:block; }
 }@media only screen and (max-width: 763px) { #Z4SbMPUEsUD1ihkTdVxNDyVsId90dWnD { width:14.1875rem;height:3.0625rem;top:44.8125rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46KzU22raVghNCnhHBLDqwCs9Lp8VMk { display:block; }
 }@media only screen and (max-width: 763px) { #etsqKp3DFQgHDe0s2TE0txKPfquvLzDf { width:14.1875rem;height:3.0625rem;top:44.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vO3X2STXQ3Qp6zhLcZqVxm12dRtD0F { display:block; }
 }@media only screen and (max-width: 763px) { #JyeDFMT6XmKiLmvGALTnb7Q9a81w6M9q { top:53.9375rem;left:2.9375rem;width:18.75rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1kQyZnq5hXDp6xKzaRFFFkzoBoOz4du { top:69.0625rem;left:6rem;width:14.625rem;height:18rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFFFbWp7F6PfMggQeudQEUrMT54EwJVZ { top:64.5625rem;left:3.625rem;width:8.9375rem;height:3.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJiRU9duT0Tnan4UgVSyUgsN2hP3sqHw { top:60.125rem;left:9.4375rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWhTWA3CTTqTBFz29QrQCKi1uRI6sUH9 { top:73.9375rem;left:4.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXo18kZdGwnXhK5ghT3tGeG5FUlTyTMT { top:69rem;left:4.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgo2Wyhi9TUPULPA12H5sTWIOTD4gE9R { top:76.9375rem;left:4.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd8Dmtv84u75udhixahnzIOiSZ3xFhTo { top:80.9375rem;left:4.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzbilK5sUWHnmHONkHvDDG3Ebdx8zaSt { top:83.9375rem;left:4.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3b1T9TNtnVXCvfuvfzlFi4r6eAHu7uE { top:25.25rem;left:23.0625rem;width:9.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxnEpUtEKkThh15ueZnifDfUOTxZO47 { top:27.875rem;left:38.625rem;width:9.125rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmM7HqG5b1Xl36ByabsOeJ4X2BLtMLLE { top:41.8125rem;left:37.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h22pOsDfw2q6LJpePDGc0ZSuwdrxek2p { top:64.625rem;left:12.625rem;width:8.0625rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmT7D5N42SziG4Cw8KtXF9Gimd1VZO8g { top:53.9375rem;left:26.125rem;width:18.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W901PcPps0FVlOqQ0FHyTIR73kOzUiPe { top:69.0625rem;left:29.1875rem;width:14.5rem;height:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muKukvcbzO6deNPN942sTJtdLJGTwvfb { top:64.5625rem;left:27.125rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATX0ZSK9ITswxsIeSdpQETFODamNHzPO { top:65.4375rem;left:35.8125rem;width:8.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc2abuwnN5ZCatyePaQFVM1Tisi8SWe { top:71.1875rem;left:27.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3QwGVlTHUPP4kl5FfTETqZIIBKfWO5P { top:69rem;left:27.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbeE70o0xMfsOmAGtw00XGsuPe4iVboa { top:73.9375rem;left:27.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETnWcBvLsXdMyMi4Tk6KwNeXveFfHDCW { top:78rem;left:27.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2fm5DSRHfGTio5IrCJoy0r5S4BqUZJ { top:81rem;left:27.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys6yb2BoIoAaQp9CFg3iCPFtJ5cvBXFo { top:60.125rem;left:32.9375rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8MBBbkTcm0KpveqgXXDWA5iviqgKGVT { top:58.1875rem;left:27.4375rem;width:16.125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9MZJ2Wh0vk1TmIb4HFaLqpMUf8ATzs7 { top:58.25rem;left:4.875rem;width:14.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiE11xF2eZhDqykVff8vEdSbpytSNq8o { top:150.875rem;left:0rem;width:10.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIJs5ZSXc9xIkmxx26U3hzNvwdGurs7F { top:10.25rem;left:10.625rem;width:26.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcRRDtgCS6ABcyvOAmil7efca4fBNaK { top:54.875rem;left:2.875rem;width:18.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6q6VZLspR1I79eW1bX8g3Duu9X7QizK { top:54.875rem;left:26.125rem;width:18.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbAeIoZCk2KwTIIKiDHrHBKxpf4T05V7 { top:55.3125rem;left:26.8125rem;width:17.375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti1ommiDi7xdiz1MiNAdFl5b4ZXzeVPf { top:55.3125rem;left:4rem;width:17.375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ideT3GpoyEP4PZVnPUTlH1olUiRkQW { top:17.1875rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4m8q3UfN2dNm3odck3xRo7LOAaFk6Zg { top:17.625rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP { display:block; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrwWFWH65ybM3di6S9g3OstfeThJaJD4 { top:4.25rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qwIAZphTCaP6WZ5MoKJe2iKm3KRNLP { top:17.3125rem;left:0rem;width:14.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciIef072SxRbV9aPSqW3hN5ulHJUgmwJ { top:17.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLFxrd1ckWOQhTWkWJyJTXRbdxKCTlbA { top:11.375rem;left:0rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7C47JLz1sgEoZBW94W0mgE41wMGJPad { top:11.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzVsOTH3wBllyox1pNh2699Gx89nX9a4 { top:10.4375rem;left:25.0625rem;width:22.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wceq0U9SH8q3o1ZPA9fc9O3ClsCngO5g { top:19.125rem;left:20.0625rem;width:20.4375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgRgDtXoiIemktqwBshoJfd8Aa3OMKrm { width:17.1875rem;height:3.6875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi9eztpBFn35Nn8tWhEfZ3fh6HUsDeKx { display:block; }
 }@media only screen and (max-width: 763px) { #KqoR2xeHzTXRgZsBeRtbKT0rZGr0LOHO { top:23.9375rem;left:0rem;width:21.1875rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCUClUk5rmPwcUtCUbTE4uWdey1Tm6Kg { top:24.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffybaUVktJvKptxBVC9on9d9vBOXn9ch { top:22.8125rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANfRvq4oATtoH7eHTPgHxvP8wn2MXcu { top:25.75rem;left:27.6875rem;width:20.0625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iqGSurvf4kD0fVHookEZvxOioQkJaq { top:15.75rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC { display:block; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDk8zrvc46PrX6IZcE9HsvQCWg7C6wTM { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3yhFAV6JAMLx8nk2Tx5CP5Gv60WNbFK { top:14rem;left:6.8125rem;width:14.8125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7rsBT9K5lgz7zG05yhuS9zTTUT4mXvt { top:14.0625rem;left:0rem;width:16.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCe0xWZntgqvTyTh4h1PEHm5mw5voCTQ { width:17.9375rem;height:14.3125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7NaoW2JyrOKh8wMWa4OrAE20glRtU9V { width:17.9375rem;height:14.1875rem;top:9.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnAPcoq0WU37IG7QR137RGfw8XBsLK1J { top:11.625rem;left:7.6875rem;width:13.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGoS6kavxXL3vIuKdTCKpW0byy8wkua { top:11.6875rem;left:0rem;width:17.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtQCLTQXe58n4TaM1pTJChSLGhdbRJ9E { width:17.9375rem;height:14.1875rem;top:9.8125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3CP5Oyz0pFnQAZKQGLbwi2xSZvsXLJR { top:14.125rem;left:25.78125rem;width:14.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syldbGpUcWxVsFpMkTO0hcwwIXGQs6Tf { top:11.625rem;left:27.4375rem;width:11.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqyG6mJB0fTRaUvdyZkVdoAy8HpRuMi { top:26.625rem;left:8.96875rem;width:29.8125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdJIAbpQx4Xqizv2S4HDmrwTLMTov9OA { width:17.9375rem;height:14.25rem;top:9.8125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoQe8VpLGz8Qsc66TCakPB5RFphRxOtx { top:14.6875rem;left:33rem;width:14.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0aEGi6XRGIEI5mfE2VLPr4RGTH7zXFi { top:11.625rem;left:33.6875rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvpDTISIE10glcHlChqcPzuZEeT1oQN { display:block; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDK2DGVeywPoszOPsGVvEZ7T26ZcmO8D { top:9.9375rem;left:20.1875rem;width:27.5625rem;height:41.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRgGm4oTfaQkMXCNTHSTHeQH8risEp4N { top:17.75rem;left:0rem;width:24.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW6Q9ILwm15ouA5fQZ6dX581WeoXJg7K { top:3.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLrnLvEw1xDbMKyx3pOVcnne86PxwhM4 { top:10.25rem;left:0rem;width:24.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3hihxBELX2tkaq6Ta0TBsC9sizLAsOh { top:10.3125rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plyVtKGPSNPmWkwp2N2V7z5eKRbgKXKO { top:17.25rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRpg2UNnJrC2rS2Qxg6lTNKE14NAh1QQ { top:28.1875rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlPc2qzq9ufA8aXgFwCkzK6kADZaWf9M { top:35.1875rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdRM8XBQZpJReqIK6g3b1JWA10PLxQ5 { top:44.625rem;left:24.375rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfOelnhaoQRz9NUAnt1RvbWxHiCpvFEE { top:10.5625rem;left:24.625rem;width:0.125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHZkLZhF3fEQeKLTmfyywUM2bU5nf7t { display:none; }
 }@media only screen and (max-width: 763px) { #qIRWVdfiVmXlKJsqNeSztwWCLIfq5kX7 { display:none; }
 }@media only screen and (max-width: 763px) { #TnazxXgQWR4N614qr3KULnwJTHKZS2kJ { display:none; }
 }@media only screen and (max-width: 763px) { #KU2UlD0EcQpe6A7mdSqGEqT0Eo30sFQ3 { display:none; }
 }@media only screen and (max-width: 763px) { #e6KhSH8SBPP0ak4q0Iw9KfTJ8Wl3waRE { display:none; }
 }@media only screen and (max-width: 763px) { #iyRWveNV9Ib6qWri23updeT6XdEtl1M2 { display:block; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haGuZ3KLubhq6rUUNQmOTE225IxwhsgN { top:2rem;left:1.59375rem;width:46rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWkZV28hgfuHiroHb02eelGxzlwT8wMC { top:5.875rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z { display:block; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIqgcZ4TxdtZr37dyVZptJm2zwbtpGzQ { top:6.1875rem;left:0rem;width:31.8125rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN2DvN8geEmKmJIyfxJnvABt5vf4huXA { top:2.25rem;left:0rem;width:19.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brFk2nTUC9ElTwynpUec3VhtKZz8lFad { top:6.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5bpkBurur1cT9HPQT4XctMHkqL1Kmhf { top:13.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agxyV90FKJTlvbfWhNvVFPW0A5JieGft { top:18.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxmimThRWe6d41QDhon9OTImNyst5p2c { top:25.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Xhiah9nCTckey0Pv2KpmrUzia0PR3O { top:35.8125rem;left:11.625rem;width:24rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va07mTnpdyEbPtHP5FFORnspPdgDPo7N { top:6.125rem;left:14.875rem;width:32.875rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSGTS3PXbolHOQRfFI6z5xAAtOsnCl7 { top:10.5625rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI7ygorTxdLJWgLTfmkC4VCVr2yGwnTI { top:6.125rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeLx0ZzMHPMtdgxB2a9fLRNhFsKxa9AI { top:13.5rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF5sGarpDawWmwfpWMUTBgbDzcmkEiRr { top:17.9375rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvEmbAuFq0tEEDQvyloGR5vMxSk0LqTG { top:22.3125rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3s3ShSbmu9TspdvmkfuB4xdcqwVbct4 { top:2.25rem;left:18rem;width:29.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3lGHtwVGAmlwUce0AZ4nvuSXbtFhbC { top:45.25rem;left:11.625rem;width:11.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro7EpdsbwqQs8hUkgGZTfD2Z3D1MfRVC { top:35.75rem;left:0rem;width:22.125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysllMz567X1rdsaAiqZddmKnnDHuOw6m { top:45.875rem;left:12rem;width:10.4375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOMMN13q0U3p1Scxa1AdnzLbs35X3DaT { top:57.75rem;left:0rem;width:9.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiGM8lTvnBTTyLH1TceM3hNGw3zLAXR { top:58.375rem;left:0rem;width:8.625rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdF8ALkNUvLMGL7FJRbHZz1SS9iGBuC { top:49.8125rem;left:11.6875rem;width:23.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOXVT4HEdVihuetW8GrlPpf7xkRuI07x { top:61.875rem;left:11.625rem;width:18.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfi7PiEpEbfUansw9OO420wAWBJvTlxI { top:62.375rem;left:12rem;width:17.875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3vWP11EGXZwgAGZCPsJRmx2URLK0eKd { top:35.8125rem;left:25.1875rem;width:22.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIGLHLL9bQ6PI1vINvV4ok8Ttvl5URM { top:36.4375rem;left:36.1875rem;width:10.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiP7Ua82KWHMw6qMb0tziQZmqsnfxyLG { top:37rem;left:36.5625rem;width:10.0625rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2O5hsVFf8iU9bzPgf4SfM8M6NctzSLL { top:51.25rem;left:25.1875rem;width:22.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZhaaJVqDbaJ5iZKbRVPRZD0BZ3RN6NU { top:52.625rem;left:36.1875rem;width:11.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJe6gr6iBTxOcT34hNzRWUmpZqJmdHn { top:53.125rem;left:36.5rem;width:10.4375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9b4TGy7yEhvlhDwT2uwtTUfFanrk4P8 { width:17.1875rem;height:3.4375rem;top:68.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXg7T8TU0BaGOcDPuTxteguFoO0NWZx1 { display:block; }
 }@media only screen and (max-width: 763px) { #MVnmzBRg2vpSTU8dq9CmhrtwmduVuyJI { top:25.375rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI3tasbhdSzLKhdx4TtJy8g3VaS3wLRM { top:13.5rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJEBRseAAUilpitg4aaB76QDIoKiUdU9 { display:block; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp6U5dlCSktzJs4KAx6RyafxaB9r9sm3 { width:23.875rem;height:13.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upvar81yHF0auS5EKhISxBUZurHgIGtb { top:20.3125rem;left:0rem;width:17.8125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4pVISL4rfoPJ74JPmOraXsxVSdpVMA7 { width:20.8125rem;height:13.875rem;top:9.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqA3OHo01RSNgpZEJdZivGAB63qKmJw { top:20.3125rem;left:14.375rem;width:17.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLMNymowPtr1rsVvc1U7LCzTiWQa4R39 { width:23.1875rem;height:13.9375rem;top:9.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGukW6CGQGsKJNNDD9sHDMJWe44ZOF4M { top:10.875rem;left:27.5rem;width:20.25rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8cUeWAKpnEH1ohZtvPXHyUs66o6M3MK { width:42.5rem;height:11.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwtHLXBu8cevWUltkqHXmuW1ODQPoI0t { top:32.75rem;left:0rem;width:21.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDZAbptbVtHKPJISrn2gO0kAGTEwHt2X { width:18.625rem;height:13.9375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urE7UNKL8MMRAkhqNz0QBvENP0OD804e { top:37.25rem;left:0rem;width:18.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyAwT2sB9LfVsTq9lTrqQqpq19fmanEh { top:25.5rem;left:24rem;width:23.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4qeWZ9ina03che5BUwVsPTA8SpAqrr9 { width:26rem;height:11.75rem;top:23.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVRO7cBDuAyBB7QeuM52cRhzADWJLTLu { top:52.9375rem;left:5.4375rem;width:36.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNena2DZEwqgMCQTu9PpCFJCeMnf8CuH { width:15.3125rem;height:3.4375rem;top:58.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoskTFEdtIBsoKTT78PdmctCoND5xzQT { display:block; }
 }@media only screen and (max-width: 763px) { #HLvQNTrBGXwQOxatu6oTqrBTKCf9cfoe { width:22.8125rem;height:13.9375rem;top:36.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNyg7eXaWxCzBW8ZTZmIi9ELnAyvztFB { top:19.8125rem;left:0rem;width:18.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTzg69wKC3Ep44xAIvG0Jcfb97sZ9oa { top:19.8125rem;left:13.8125rem;width:15.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRg0Z68qI55p7OKHeONSxQ0uBQxOFkk { top:10.375rem;left:29.9375rem;width:17.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmnQqZrolIbIlLIOIa2LI971heW7J8Bx { top:32.1875rem;left:0rem;width:20.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4cWUBx2JdrfCLUtpIkqGi3767sCUbvd { top:25rem;left:29rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rec0iJUSXivpJRov2tTk1d6O59Rk4snF { top:36.75rem;left:0rem;width:17.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbkOtMpKSJlih1gM2TKELy9sSLDBDWkb { top:46.3125rem;left:8.4375rem;width:20.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnWiPwdGUpeK3e1sPtQFDnghSmcttxy { top:46.8125rem;left:8.9375rem;width:22rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8yrb10XXouDlqew4abCZ4XnwkXhSyOA { width:26.75rem;height:13.875rem;top:36.125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSbPPTeXnGHA1cX3h1xx4ykI6Zw6P3z { top:46.375rem;left:25rem;width:22.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO4pNmSveTUJ9itU4BqZOEMqdtPOAU3G { top:46.875rem;left:25.625rem;width:22.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csbxOTqAOMFQysVCBxh2AAQrTk4pWkLK { top:87.0625rem;left:0rem;width:19.5625rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hp1NI7N8S8hDtMLzVBAuBt54ZFO4gB8k { top:2.25rem;left:9.25rem;width:29.25rem;height:5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmoXKJ4iQEUyKQU9Iueo2bOoPGLplZZO { top:99.9375rem;left:0rem;width:19.3125rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs { display:block; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTU5Va8aHRlvLzBGHTHVfD9sMOeueMJJ { top:29.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOJhQtf3i6ZLugTs4e81M2WB7lILqDm9 { top:4.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW { display:flex;height:auto;width:42.1875rem;top:11rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #qZDTgT3UsPeKJ482JrmrXsdpsrQWSBKC { width:15.3125rem;height:3.4375rem;top:34.4375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBoGNRHdgD9r2A7abByJ9KLQhwpTgviC { display:block; }
 }@media only screen and (max-width: 763px) { #baUxkpZ70GWi51wmazJM4LVVhW0DwVPA { display:block; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXtxAkGhGmM4QTaz2oVtiLA34zFHINdh { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvwIZK3OF6icb5kn1TwnhmzvhbePl4Ri { top:13.1875rem;left:16.3125rem;width:31.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIETpP8aw4oIdVn5LBr2ump6Oav4qO9r { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhWV5cF7fgcOTkBICwCxdCx6XRVV3NTX { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T55VddChmxlf6Lh3TTfpO8ESzwAvzxW3 { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4fGlb40nWZ2qhJimRzsdHDR0J0Iw1W { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tek0Eo43z4W0DqXTVGDb6yZs0cVhnTq8 { width:8.4375rem;height:2.125rem;top:18.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhR7rQpk8S0vOeM9EqAHQ0qB9nCv3L3v { width:8.3125rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQ3MX4MOgfJLmT5i8bM3cokSo6QSgAo { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 { display:block; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6DGVqy5Nz0Ep60IGu9VBpxz6lnepqyk { top:5rem;left:33.0625rem;width:2.625rem;height:2.625rem;display:block; }
#s6DGVqy5Nz0Ep60IGu9VBpxz6lnepqyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #yfIPxKKwf7I8nhGhh7JaaMpKsKcy9lXG { top:5.0625rem;left:36.625rem;width:2.625rem;height:2.625rem;display:block; }
#yfIPxKKwf7I8nhGhh7JaaMpKsKcy9lXG > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #QOztVCeN6ALRoZaIPQ2HFRSeH93VXeSs { top:4rem;left:25.125rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEebseOK05VdXyPU7eaz9P0IOwxhK1xr { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NoACEfTpTUruy9TRvEhKka3HcnLURb5D { top:3.6875rem;left:26.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UbViteSXwFgVdaXiGbxGmuwvZzsGEx { top:5.0625rem;left:20.75rem;width:2.625rem;height:2.625rem;display:block; }
#T7UbViteSXwFgVdaXiGbxGmuwvZzsGEx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #HkTT7ziEHdOTPspoSnhmAEgV8irnsyxu { top:5.0625rem;left:17.25rem;width:2.625rem;height:2.625rem;display:block; }
#HkTT7ziEHdOTPspoSnhmAEgV8irnsyxu > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #XiOz97pGct82H7oE9FEtds2qyMwtHe1i { top:14rem;left:12.75rem;width:7.6875rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nADEGGW8x2qpuLVvPGh1lGwGTT65dJrL { top:14.0625rem;left:21.4375rem;width:7.4375rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UleLqOZyaR3bxu9GZrprzxKwGWl0dsO3 { top:14.0625rem;left:20.8125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88v09BSt003dBXh0nWUIAFUfT63UPvr { top:14.125rem;left:29.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUd8uuTH9A6HqXCcX9RaQ6BovgOTHCna { top:14.0625rem;left:30.1875rem;width:7.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSxMNDcuEvgE9DXnOcoNk25TQicDJx5U { top:11rem;left:12rem;width:26.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxdzrUMz1mRLZrDkdZHthITTAc5SBJW { top:4.9375rem;left:8.5rem;width:7.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RTPEuv1Gw1oNTiq3aruK3TqLQtBDfWF4 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFhmkVERGULPv2onTQPNKyW8CItl8LqX { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QZDkhfnTEw1WcLPXU2IA6vWKXPKNUikb { width:14.75rem;height:3rem;top:3rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgW0wM9MvygzWrQJKPiEsqxVZd2ENQtK { display:block; }
 }@media only screen and (max-width: 763px) { #iD92rz5g3lQhWZz5laBz88hB00AC11dK { width:5.25rem;height:1.8125rem;top:1rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #niT50TQ8TEROi4Qr4ugyzMCJ3a7dezWa { width:2.4375rem;height:2.875rem;top:3.0625rem;left:17.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RFTvnNqX03LRa9baEF6xwSfw1h7FFrDw { display:block; }
 }@media only screen and (max-width: 763px) { #e0PkAbwK4fZtRD6v3aB8Bmp7oLexaWaL { width:2.4375rem;height:2.875rem;top:3.0625rem;left:15.0625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Clx9NxfAtH05hwkcBWkr9slWJigdqQk3 { display:block; }
 }@media only screen and (max-width: 763px) { #GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 { display:block; }#GnL32hA2WdPmKzfbr4ZPRnkspnwDNgH7 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3at0dg1lobpSNfuANO8dWX7BQbeF0rA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb36226b-9629-462f-b4e5-44e1f6d3371f/MyMovie3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA.adaptive-delivery-prevent-bg, #N3at0dg1lobpSNfuANO8dWX7BQbeF0rA.lazyload, #N3at0dg1lobpSNfuANO8dWX7BQbeF0rA.lazyloading { background-image: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container { background-color: transparent; background-image: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container > .video-iframe-container { display: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row > .video-iframe-container { display: none; }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .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); }#N3at0dg1lobpSNfuANO8dWX7BQbeF0rA > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqHiIJebC0yktbeh0pt9eZu1NA3ile0l { width:16.375rem;height:3.5rem;top:37.1875rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #qBRwFWla8lWb2TgTr4x13nQEyMkUl5p2 { width:19.9375rem;height:4.125rem;top:33.8486328125rem;left:0.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FQIy06bHn9Z3BgsnAXTmTQETno0p42TB { width:20rem;height:3.75rem;top:31.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TT7ohmmbvWXw1V1N4AcmzyGVhi0gGvvT { width:19.9375rem;height:3.75rem;top:22rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ymLEWxwAwhVy22AfuPqyZvXqy0mrveoo { width:19.9375rem;height:3.75rem;top:25.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aKARcOa0VwNQdbaEMECddCN0GtkAnzKq { width:18.5625rem;height:9.9375rem;top:10.375rem;left:0.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JZHQnmuLeLUlqAQeQMET5LQrhwX0Wrqy { width:15.3125rem;height:3.4375rem;top:41.5rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKFsF9aV5CSO8UOhOuqm4uxz0T461b44 { display:block; }
 }@media only screen and (max-width: 763px) { #GkwpR5EokViZTbWQ0Bf1ZxZEKRuh9CPb { width:16.5rem;height:4.125rem;top:46rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM { display:block; }#HnfKT5e9ToQbh6A40TLwFo6crQ54gvVM > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXlZD7kU0qTMxWCzL1beINwTfkoCWirC { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oA1Xb94nrPHaMeZD16OuuFNDzwpDiX6D { width:5.9375rem;height:2.75rem;top:5.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXLBdz9PGogWnC1VZo21yJwW23Z97cf6 { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #puTnagh58771GxWqo6sOSxyVRI7eRarN { width:4.375rem;height:1.9375rem;top:6.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCd0PTyKr4tN95IFFudadDtfdmOuiAmE { width:8.0625rem;height:1.4375rem;top:1.9375rem;left:5.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaexdKgbopflPUqAuMQI0Z6o4tttV0hx { width:3.375rem;height:1.5625rem;top:4.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8BJMMSdmTffhDAb4MZyy729DXc6hcC { width:4.375rem;height:1.3125rem;top:6.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW9LW20SVCXxPUrKTgwHVq7G49DAxTeA { width:4.5rem;height:1.125rem;top:4.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIcqua7Oaky5yibtsbJxJwqT2dgl65FX { width:5.375rem;height:1.5625rem;top:4.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUvD0tyVhy1MIkoVOS8G1eBgAGXwZvC { width:3.9375rem;height:1.375rem;top:4.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBsUzuMlviiBB9LDxpsdGiyL0lUBruI { width:4.625rem;height:1.5625rem;top:6.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m { display:block; }#RxAynuTT4eH0a2XBqu5O8R3utAJhhw6m > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKQdDpGXKc7uXrfUUgUlGHaZidKkpvdP { width:20rem;height:4.75rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pErDbEhxEfxdeTlaodnBCLTcGq8MygeQ { width:20rem;height:41.25rem;top:26.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1rDCK8OXew3ToRQCpCzErN4yvNbQsRK { width:20rem;height:20rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Jdyc8SgTNum6g2HwpuKXeKy25KwTdn { width:14.3125rem;height:3.4375rem;top:70rem;left:2.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaEE8UWrNWlPuZM53DB9LUUeiF0WA6AX { display:block; }
 }@media only screen and (max-width: 763px) { #TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3.adaptive-delivery-prevent-bg, #TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3.lazyload, #TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3.lazyloading { background-image: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container { background-color: transparent; background-image: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,40,95,0.5); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container > .video-iframe-container { display: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,40,95,0.5); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row > .video-iframe-container { display: none; }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .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); }#TUF7uiTUucqou2RfVMmC8dv5UEpH9cs3 > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxChAt56KoeSctTVUAR8NqE7C5c13USF { width:20rem;height:28.4375rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDRhXq8Et5yfVp0yNrAmv8Twvlu5CmNC { width:20rem;height:28.625rem;top:45.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oGmXeU4pwAP0uAUID5xVTkAlIcdqaAB2 { width:8.9375rem;height:1.6875rem;top:20.125rem;left:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Etuvnt4yI7kUd5UZT1LUh9ZhFPTU8M { width:8.9375rem;height:1.6875rem;top:49.75rem;left:7.3125rem;font-size:1.5625rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #SENXWVRrCNwCccCAFoJEA55BEwBBGVOH { width:20rem;height:5.5rem;top:3.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LumTpo5vT2TU3qunWg6rQsBwFU0sbRhh { width:9rem;height:6.75rem;top:30rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUgTA8EBBbi6FHTp6L1hCawV0aXs3H8c { display:flex;width:1.5rem;height:1.5rem;top:30rem;left:4.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ORHylhqWQ5gvnRLOXVTxDP5qu3nDSbxb { display:flex;width:1.5rem;height:1.5rem;top:35.5rem;left:4.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #OIgF7L0cWolEAEidr6VvZTV1RpFAu2q6 { display:flex;width:1.5rem;height:1.5rem;top:59.4375rem;left:3.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yHV5lJN0pTLWomg6myqIq291b4gITWiO { width:11.25rem;height:6.75rem;top:59.4375rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gItftXPQDaOegefRAvAc7h1TPTVnHfzT { display:flex;width:1.5rem;height:1.5rem;top:64.75rem;left:3.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #HEkCgAp0A2Wz0f9gqEC5JMkIrs3tnEJh { width:16.5rem;height:8.0625rem;top:16.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbW3b39ltiG862ipP1XQqnJo6dotfRld { width:17.8125rem;height:8.625rem;top:46.1875rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fK9olERwQvNzUh1nGZB2y8vnlMk3dxJn { width:14rem;height:3.4375rem;top:38.4375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL9lTMAFxFZD6h8JKzCwUsDXisF91Sib { display:block; }
 }@media only screen and (max-width: 763px) { #pu1g0dgLE1KhWMQPWNVdGr3pdmI5bXRG { width:14rem;height:3.4375rem;top:68.0625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKy8asSewxbnGqZQATXtQX5HIJN5uLao { display:block; }
 }@media only screen and (max-width: 763px) { #gok6JFFzSGhGyozstFzwSuc4UHCmRQg0 { width:20rem;height:39.9375rem;top:103.375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #IZQL2FWlKoIX0ehTcvBJh1LNyVUQdtBs { width:15.375rem;height:20.25rem;top:115.75rem;left:2.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3T3KsUK4z384kX1nSvizFwSg88QByVG { width:5.8125rem;height:2.4375rem;top:112rem;left:1.9375rem;font-size:2.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fTvm8zVyqw8IL1rPtAM8qdtTOJ3y7GQT { width:10.25rem;height:1.5625rem;top:85.375rem;left:6.65625rem;font-size:1.4375rem;z-index:15065;display:none; }
 }@media only screen and (max-width: 763px) { #XFzJauHBh6lOpo86VA25ekymiKDOQzDO { display:flex;width:1.5rem;height:1.5rem;top:121.3125rem;left:1rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #REEKUmDfQRC8KaeGM88lIZ1ugxHVHw9N { display:flex;width:1.5rem;height:1.5rem;top:115.75rem;left:1rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKTVsH0rXu7eMcdPzm7nBxNXc0o2V1s3 { display:flex;width:1.5rem;height:1.5rem;top:124.875rem;left:1rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETggQwJwNBVzTHhn8ToaiCJtTQq3DOv7 { display:flex;width:1.5rem;height:1.5rem;top:129.1875rem;left:1rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8NzM38AT4izydMczq1INtFEdEUcvIaq { display:flex;width:1.5rem;height:1.5rem;top:134.3125rem;left:0.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xuqs7o71H5VXHTaIzbyMTleTJWi0W6vd { width:14rem;height:3.4375rem;top:137.125rem;left:3rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uI3zodT4n0pS1mcyaCg9BHTGQswP1bEO { display:block; }
 }@media only screen and (max-width: 763px) { #u24k81pwufu3TEeITVsLr7S9vQ6msxcC { width:9.9375rem;height:3rem;top:111.6875rem;left:8.125rem;font-size:0.8125rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #qui0V51VovcIls9o3GdaRKolSCAHgTgQ { width:20rem;height:34.6875rem;top:145rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #uKWuFGmz30HOH2rkVS02tZoTnWi2Z58d { width:15.0625rem;height:16.875rem;top:156.1875rem;left:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wufz6wUmug1wEr64k3F6SGq8609A5sxa { width:14.1875rem;height:3.0625rem;top:174.4375rem;left:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTDmniACzxwcuzF3HeWIXkEwm0GNVHlG { display:block; }
 }@media only screen and (max-width: 763px) { #XcAT70NK5k7kJuDaCXUdaheF7gKAxKGh { width:8.9375rem;height:2.1875rem;top:153.0625rem;left:0.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk9Dd2Tcg4RkRE8PtVyiVZRWVoUExIaf { width:8.5625rem;height:4.5rem;top:151.875rem;left:9.0625rem;font-size:0.875rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #BZd2dVfrqObAAHa8TTJlXrKlhI3OWm69 { display:flex;width:1.5rem;height:1.5rem;top:158.4375rem;left:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGB7Mnu9HZaTqCsf5dhFCUV23nmqUyyr { display:flex;width:1.5rem;height:1.5rem;top:156.125rem;left:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNalCKtTQ0U1CTtXikCeU9oOgUkN2kFT { display:flex;width:1.5rem;height:1.5rem;top:161.8125rem;left:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNuIbkQJoEfoTmoD3pZWvftTV4Q5Jg5K { display:flex;width:1.5rem;height:1.5rem;top:166.3125rem;left:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZQd6UWA77Ii90TkPTpGZgxdconNzo92 { display:flex;width:1.5rem;height:1.5rem;top:169.6875rem;left:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0p8JcdhAlcneKGV8uIZhUrJSMqT2cdA { width:9.375rem;height:1.5625rem;top:148.6875rem;left:7.625rem;font-size:1.4375rem;z-index:15065;display:none; }
 }@media only screen and (max-width: 763px) { #RTJxvQbo15SN0ovX34w79XrTMKP0rZi3 { width:14.9375rem;height:5.3125rem;top:146.75rem;left:3rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #nMamTlPEQZD4VK2z6zd6FWk17zs9ChRD { width:14.9375rem;height:5.375rem;top:105.3125rem;left:2.5rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #G2e9cN7d4cNTs5ANpZVNKUpIkHF7bVS0 { width:9.5625rem;height:2.25rem;top:153.0625rem;left:8.625rem;font-size:0.875rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #QxhbDc3FZSko4ukR6iuKonuwpIhecknH { width:16.625rem;height:1.0625rem;top:141.3125rem;left:1.6875rem;font-size:1.0625rem;z-index:15079;color:rgba(255,0,0,0.74);display:none; }
 }@media only screen and (max-width: 763px) { #HeUwMlqL7NExXaneSxrRWTiOUA220qqT { width:18.75rem;height:2.375rem;top:46.25rem;left:0.625rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #IUR7N9NDKnyC5wnkqJW6NoA5gLIkT6F8 { width:18.75rem;height:2.375rem;top:46.3125rem;left:0.625rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #h5nTvkEwPZ5Bv49TZhVBlHJ3QT39HNo4 { width:16.625rem;height:1.0625rem;top:46.9375rem;left:1.6875rem;font-size:1.0625rem;z-index:15079;color:rgba(255,0,0,0.74);display:none; }
 }@media only screen and (max-width: 763px) { #MJPnhMMEWT3r2xtT9cHxbzJ8SAhUHrqR { width:7.0625rem;height:4rem;top:24.75rem;left:6.5rem;font-size:4rem;z-index:15079;color:#072559;display:block; }
 }@media only screen and (max-width: 763px) { #mfX4We7JGWwUrIdyXy7v4N30vXcVgy4k { width:16.625rem;height:4.3125rem;top:9.5625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRbmFSnwEOSZZ5H64TSGgKGrSdRxTF4X { width:7.8125rem;height:4rem;top:54.4375rem;left:6.125rem;font-size:4rem;z-index:15079;color:#072559;display:block; }
 }@media only screen and (max-width: 763px) { #bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:none; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4.adaptive-delivery-prevent-bg, #bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4.lazyload, #bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4.lazyloading { background-image: none; }#bMxorAMJXafkOQUKCbQKRV2oGtoH2Lx4 > .row .container { width:20rem;height:185.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m35aO7TtRhKIx0W7n6VHuvBaySQVCenL { width:20rem;height:27.0625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR2Hp5JSVPDsdIqhc4lGWcX0B08zSQuN { width:20rem;height:27.1875rem;top:45.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Wg6t1SEZGOTdkkr3ihktps6mPg84lLfi { width:20rem;height:36.875rem;top:73.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MorWbN6yKhLmhqRm0BTGEGVKTiRywfC1 { width:5.8125rem;height:3.0625rem;top:25.125rem;left:1.875rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #yZ0Gr8MzCyGUT5JGb4wzo2SNHuvL1Bpk { width:8.9375rem;height:1.6875rem;top:20.75rem;left:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecSk47Ar2I4AzMWV80TmTNRxtDrrcThu { width:5.875rem;height:3.0625rem;top:53.25rem;left:2.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5WtvMSD7C6cM3KEUE2w31GDNbwPT75 { width:7.0625rem;height:3.0625rem;top:83.5625rem;left:2.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcQBo3CLvasg67CLDM7TFe72OaQ4GaoQ { width:8.9375rem;height:1.6875rem;top:49.0625rem;left:7.3125rem;font-size:1.5625rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #I9Q4RwT77CtTewfhFNnoema8EPnscId2 { width:10.0625rem;height:1.5rem;top:79.625rem;left:6.5625rem;font-size:1.375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #OlVDmkXMq4hp7mTFQBTUdhxudRTOyEOT { width:20rem;height:4.5rem;top:2.75rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7LoglCltE32CoQCLBCbwy1zAWrbODyi { width:14rem;height:2.875rem;top:7.3125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmyi3STmViaiICvSbKUz7BLlnSxrkoGX { width:3.375rem;height:1.8125rem;top:27.75rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs8mh5TeguCykLsXA0Bp3L0rUSM91hJa { width:3.6875rem;height:1.8125rem;top:55.9375rem;left:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPLVXF4IROpeQ8neufWpGNr36WIzVTyf { width:4.375rem;height:1.8125rem;top:86.375rem;left:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJGv4zwUGtS410y3W8IWkxH7XaH1xtuQ { width:10.4375rem;height:3rem;top:25.5rem;left:8rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #CDgGl8zTdFW9bWe2tLr8p972yKx7y29a { width:12.3125rem;height:6.75rem;top:30.5625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSLImrdVSUKI4b9g3zd06eSae6DwUKAe { display:flex;width:1.5rem;height:1.5rem;top:30.5625rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TSFInfJSQw2dzrHgapxq32QOJM1imibX { display:flex;width:1.5rem;height:1.5rem;top:36.125rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qrNEHyUnywO3qOvVS3OiyBkigXbD5nGA { display:flex;width:1.5rem;height:1.5rem;top:99.625rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #od8dWHytCPAcVkFomERy1WalKoHO3lsH { width:13.1875rem;height:6.75rem;top:58.625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSOfCZrzQ1shV79KQyZFxWgUWGXZlVfm { display:flex;width:1.5rem;height:1.5rem;top:63.9375rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #aTnbKNiHTVFvqQFE3bAoDOGbkyLDBGDi { width:15.375rem;height:13.5rem;top:89.6875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnuSVdMISeAK6cvHEmD2vo8lfSttzod3 { display:flex;width:1.5rem;height:1.5rem;top:89.6875rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fTOb84DW6OBrZGxcypMTm8ImUKur6OpI { display:flex;width:1.5rem;height:1.5rem;top:58.625rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wEuSeZx9lVmJDqFtDtkyN0qJW5Z6cD2L { width:16.5rem;height:8.0625rem;top:17.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaILQ8TKBtsbXuztKnvQqdsStcyIT71m { width:16.4375rem;height:8rem;top:76.3125rem;left:1.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #vcEgMMiSasVRiVQrKU8y8KpsnNsZXQCo { width:17.8125rem;height:8.625rem;top:45.5rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HKiSMbyiLtqH5SdisSgo0Fg7ros5Nu6D { width:14rem;height:3.4375rem;top:39.25rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcaAuCax2R2BGuFgmTGw3OCA0Gs6ZXbw { display:block; }
 }@media only screen and (max-width: 763px) { #Z4SbMPUEsUD1ihkTdVxNDyVsId90dWnD { width:14rem;height:3.4375rem;top:67.25rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H46KzU22raVghNCnhHBLDqwCs9Lp8VMk { display:block; }
 }@media only screen and (max-width: 763px) { #etsqKp3DFQgHDe0s2TE0txKPfquvLzDf { width:14rem;height:3.4375rem;top:105.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vO3X2STXQ3Qp6zhLcZqVxm12dRtD0F { display:block; }
 }@media only screen and (max-width: 763px) { #JyeDFMT6XmKiLmvGALTnb7Q9a81w6M9q { width:20rem;height:37.375rem;top:111.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #D1kQyZnq5hXDp6xKzaRFFFkzoBoOz4du { width:15.375rem;height:20.25rem;top:126.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFFFbWp7F6PfMggQeudQEUrMT54EwJVZ { width:5.8125rem;height:2.4375rem;top:122.625rem;left:1.9375rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cJiRU9duT0Tnan4UgVSyUgsN2hP3sqHw { width:10.25rem;height:1.5625rem;top:117.8125rem;left:6.5625rem;font-size:1.4375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #NWhTWA3CTTqTBFz29QrQCKi1uRI6sUH9 { display:flex;width:1.5rem;height:1.5rem;top:131.9375rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oXo18kZdGwnXhK5ghT3tGeG5FUlTyTMT { display:flex;width:1.5rem;height:1.5rem;top:126.375rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dgo2Wyhi9TUPULPA12H5sTWIOTD4gE9R { display:flex;width:1.5rem;height:1.5rem;top:135.5rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Jd8Dmtv84u75udhixahnzIOiSZ3xFhTo { display:flex;width:1.5rem;height:1.5rem;top:139.8125rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KzbilK5sUWHnmHONkHvDDG3Ebdx8zaSt { display:flex;width:1.5rem;height:1.5rem;top:143.1875rem;left:0.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #L3b1T9TNtnVXCvfuvfzlFi4r6eAHu7uE { width:9.9375rem;height:3.375rem;top:53.5625rem;left:8.25rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #pTxnEpUtEKkThh15ueZnifDfUOTxZO47 { width:10.1875rem;height:4rem;top:83.875rem;left:8.25rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #zmM7HqG5b1Xl36ByabsOeJ4X2BLtMLLE { display:flex;width:1.5rem;height:1.5rem;top:95.125rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #h22pOsDfw2q6LJpePDGc0ZSuwdrxek2p { width:9.9375rem;height:3rem;top:122.3125rem;left:8.125rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #OmT7D5N42SziG4Cw8KtXF9Gimd1VZO8g { width:20rem;height:32.1875rem;top:149.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #W901PcPps0FVlOqQ0FHyTIR73kOzUiPe { width:15.0625rem;height:16.875rem;top:163.1875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muKukvcbzO6deNPN942sTJtdLJGTwvfb { width:8.9375rem;height:2.1875rem;top:160.0625rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATX0ZSK9ITswxsIeSdpQETFODamNHzPO { width:8.5625rem;height:4.5rem;top:151.875rem;left:9.0625rem;font-size:0.875rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #ZWc2abuwnN5ZCatyePaQFVM1Tisi8SWe { display:flex;width:1.5rem;height:1.5rem;top:165.4375rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #o3QwGVlTHUPP4kl5FfTETqZIIBKfWO5P { display:flex;width:1.5rem;height:1.5rem;top:163.125rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UbeE70o0xMfsOmAGtw00XGsuPe4iVboa { display:flex;width:1.5rem;height:1.5rem;top:168.8125rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ETnWcBvLsXdMyMi4Tk6KwNeXveFfHDCW { display:flex;width:1.5rem;height:1.5rem;top:173.3125rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UL2fm5DSRHfGTio5IrCJoy0r5S4BqUZJ { display:flex;width:1.5rem;height:1.5rem;top:176.6875rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ys6yb2BoIoAaQp9CFg3iCPFtJ5cvBXFo { width:9.375rem;height:1.5625rem;top:155.6875rem;left:7.125rem;font-size:1.4375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #y8MBBbkTcm0KpveqgXXDWA5iviqgKGVT { width:14.9375rem;height:5.3125rem;top:153.8125rem;left:2.5625rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #z9MZJ2Wh0vk1TmIb4HFaLqpMUf8ATzs7 { width:14.9375rem;height:5.375rem;top:115.9375rem;left:2.5rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #yiE11xF2eZhDqykVff8vEdSbpytSNq8o { width:9.5625rem;height:2.25rem;top:160.0625rem;left:8.625rem;font-size:0.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #TIJs5ZSXc9xIkmxx26U3hzNvwdGurs7F { width:16.625rem;height:4.3125rem;top:11.375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcRRDtgCS6ABcyvOAmil7efca4fBNaK { width:20rem;height:2.8125rem;top:112.28125rem;left:0rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #v6q6VZLspR1I79eW1bX8g3Duu9X7QizK { width:20rem;height:2.5625rem;top:150.5625rem;left:0rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #wbAeIoZCk2KwTIIKiDHrHBKxpf4T05V7 { width:17.375rem;height:1.6875rem;top:151rem;left:1.3125rem;font-size:1.5625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #ti1ommiDi7xdiz1MiNAdFl5b4ZXzeVPf { width:17.375rem;height:1.6875rem;top:112.84375rem;left:1.3125rem;font-size:1.5625rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #w2ideT3GpoyEP4PZVnPUTlH1olUiRkQW { width:20rem;height:2.5625rem;top:74.5rem;left:0rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #p4m8q3UfN2dNm3odck3xRo7LOAaFk6Zg { width:17.375rem;height:1.6875rem;top:74.9375rem;left:1.3125rem;font-size:1.5625rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP { display:block; }#u2Jy3Epm1ofMmvz0McZXw5QKl5yIqUbP > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrwWFWH65ybM3di6S9g3OstfeThJaJD4 { width:20rem;height:5.5rem;top:3.4375rem;left:0rem;font-size:2rem;line-height:1.4;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #B0qwIAZphTCaP6WZ5MoKJe2iKm3KRNLP { width:18.5625rem;height:2.875rem;top:22.125rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #ciIef072SxRbV9aPSqW3hN5ulHJUgmwJ { display:flex;width:1.875rem;height:1.875rem;top:19.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #ZLFxrd1ckWOQhTWkWJyJTXRbdxKCTlbA { width:13.75rem;height:2.875rem;top:13rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #z7C47JLz1sgEoZBW94W0mgE41wMGJPad { display:flex;width:1.5625rem;height:1.5625rem;top:10.625rem;left:9.25rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #gzVsOTH3wBllyox1pNh2699Gx89nX9a4 { width:20rem;height:14.4541015625rem;top:78.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wceq0U9SH8q3o1ZPA9fc9O3ClsCngO5g { width:20rem;height:12.4609375rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgRgDtXoiIemktqwBshoJfd8Aa3OMKrm { width:17.1875rem;height:3.6875rem;top:43.5625rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi9eztpBFn35Nn8tWhEfZ3fh6HUsDeKx { display:block; }
 }@media only screen and (max-width: 763px) { #KqoR2xeHzTXRgZsBeRtbKT0rZGr0LOHO { width:20rem;height:10.0625rem;top:30.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #TCUClUk5rmPwcUtCUbTE4uWdey1Tm6Kg { display:flex;width:1.4375rem;height:1.4375rem;top:28.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ffybaUVktJvKptxBVC9on9d9vBOXn9ch { width:20rem;height:0.125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANfRvq4oATtoH7eHTPgHxvP8wn2MXcu { width:20rem;height:14.4541015625rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iqGSurvf4kD0fVHookEZvxOioQkJaq { width:20rem;height:0.125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC { display:block; }#lkCEzETG5lJhVtTLupSIL8Vk0Kezz1fC > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDk8zrvc46PrX6IZcE9HsvQCWg7C6wTM { width:18.625rem;height:4.625rem;top:3.4375rem;left:0.6875rem;font-size:2.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e3yhFAV6JAMLx8nk2Tx5CP5Gv60WNbFK { width:18.5625rem;height:6.25rem;top:12.6875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7rsBT9K5lgz7zG05yhuS9zTTUT4mXvt { width:19.125rem;height:6.25rem;top:24.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCe0xWZntgqvTyTh4h1PEHm5mw5voCTQ { width:20rem;height:10.9375rem;top:20.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7NaoW2JyrOKh8wMWa4OrAE20glRtU9V { width:20rem;height:10.6875rem;top:9.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnAPcoq0WU37IG7QR137RGfw8XBsLK1J { width:17.1875rem;height:1.625rem;top:10.6875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGGoS6kavxXL3vIuKdTCKpW0byy8wkua { width:17.1875rem;height:1.625rem;top:22.125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtQCLTQXe58n4TaM1pTJChSLGhdbRJ9E { width:20rem;height:8.1875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3CP5Oyz0pFnQAZKQGLbwi2xSZvsXLJR { width:18.625rem;height:3.75rem;top:35.5rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syldbGpUcWxVsFpMkTO0hcwwIXGQs6Tf { width:11.4375rem;height:1.625rem;top:33.625rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqyG6mJB0fTRaUvdyZkVdoAy8HpRuMi { width:20rem;height:5.0625rem;top:52.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdJIAbpQx4Xqizv2S4HDmrwTLMTov9OA { width:20rem;height:9.3125rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoQe8VpLGz8Qsc66TCakPB5RFphRxOtx { width:17.875rem;height:5rem;top:44.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0aEGi6XRGIEI5mfE2VLPr4RGTH7zXFi { width:14.0625rem;height:1.625rem;top:42.375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvpDTISIE10glcHlChqcPzuZEeT1oQN { display:block; }#FqvpDTISIE10glcHlChqcPzuZEeT1oQN > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDK2DGVeywPoszOPsGVvEZ7T26ZcmO8D { width:18.6875rem;height:48.75rem;top:42.125rem;left:1.3125rem;font-size:1rem;z-index:15000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRgGm4oTfaQkMXCNTHSTHeQH8risEp4N { width:20rem;height:25.6875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW6Q9ILwm15ouA5fQZ6dX581WeoXJg7K { width:20rem;height:2.75rem;top:3.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLrnLvEw1xDbMKyx3pOVcnne86PxwhM4 { width:20rem;height:6.25rem;top:35rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H3hihxBELX2tkaq6Ta0TBsC9sizLAsOh { width:0.6875rem;height:0.6875rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plyVtKGPSNPmWkwp2N2V7z5eKRbgKXKO { width:0.6875rem;height:0.6875rem;top:63.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRpg2UNnJrC2rS2Qxg6lTNKE14NAh1QQ { width:0.6875rem;height:0.6875rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlPc2qzq9ufA8aXgFwCkzK6kADZaWf9M { width:0.6875rem;height:0.6875rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdRM8XBQZpJReqIK6g3b1JWA10PLxQ5 { width:0.6875rem;height:0.6875rem;top:83.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfOelnhaoQRz9NUAnt1RvbWxHiCpvFEE { width:0.125rem;height:41.1875rem;top:42.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veHZkLZhF3fEQeKLTmfyywUM2bU5nf7t { top:79.8125rem;left:0rem;width:20rem;height:0.125rem;z-index:15015;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #qIRWVdfiVmXlKJsqNeSztwWCLIfq5kX7 { top:68.625rem;left:0rem;width:20rem;height:0.125rem;z-index:15016;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TnazxXgQWR4N614qr3KULnwJTHKZS2kJ { top:61.1875rem;left:0rem;width:20rem;height:0.125rem;z-index:15017;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #KU2UlD0EcQpe6A7mdSqGEqT0Eo30sFQ3 { top:48.75rem;left:0rem;width:20rem;height:0.125rem;z-index:15018;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #e6KhSH8SBPP0ak4q0Iw9KfTJ8Wl3waRE { top:42.375rem;left:0rem;width:20rem;height:0.125rem;z-index:15019;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iyRWveNV9Ib6qWri23updeT6XdEtl1M2 { display:block; }#iyRWveNV9Ib6qWri23updeT6XdEtl1M2 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haGuZ3KLubhq6rUUNQmOTE225IxwhsgN { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWkZV28hgfuHiroHb02eelGxzlwT8wMC { width:20rem;height:auto;top:5.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z { display:block; }#aAQt35aC7TM0PUhHm9T8vO1udMNwNN9Z > .row .container { width:20rem;height:146.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIqgcZ4TxdtZr37dyVZptJm2zwbtpGzQ { width:17.625rem;height:30rem;top:3.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN2DvN8geEmKmJIyfxJnvABt5vf4huXA { width:16.0625rem;height:1.875rem;top:0.9375rem;left:1.96875rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brFk2nTUC9ElTwynpUec3VhtKZz8lFad { display:flex;width:1.875rem;height:1.875rem;top:3.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #M5bpkBurur1cT9HPQT4XctMHkqL1Kmhf { display:flex;width:1.875rem;height:1.875rem;top:12.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #agxyV90FKJTlvbfWhNvVFPW0A5JieGft { display:flex;width:1.875rem;height:1.875rem;top:18.8125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #LxmimThRWe6d41QDhon9OTImNyst5p2c { display:flex;width:1.875rem;height:1.875rem;top:27.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #v3Xhiah9nCTckey0Pv2KpmrUzia0PR3O { width:20rem;height:11.25rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va07mTnpdyEbPtHP5FFORnspPdgDPo7N { width:17.3125rem;height:20rem;top:38.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSGTS3PXbolHOQRfFI6z5xAAtOsnCl7 { display:flex;width:1.875rem;height:1.875rem;top:42.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kI7ygorTxdLJWgLTfmkC4VCVr2yGwnTI { display:flex;width:1.875rem;height:1.875rem;top:38.5rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KeLx0ZzMHPMtdgxB2a9fLRNhFsKxa9AI { display:flex;width:1.6875rem;height:1.6875rem;top:53.25rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #vF5sGarpDawWmwfpWMUTBgbDzcmkEiRr { display:flex;width:1.875rem;height:1.875rem;top:46rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kvEmbAuFq0tEEDQvyloGR5vMxSk0LqTG { display:flex;width:1.875rem;height:1.875rem;top:56.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #V3s3ShSbmu9TspdvmkfuB4xdcqwVbct4 { width:20rem;height:1.875rem;top:35.6875rem;left:0.0625rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3lGHtwVGAmlwUce0AZ4nvuSXbtFhbC { width:12.4375rem;height:2.9375rem;top:136.875rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ro7EpdsbwqQs8hUkgGZTfD2Z3D1MfRVC { width:20rem;height:27.2880859375rem;top:72.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysllMz567X1rdsaAiqZddmKnnDHuOw6m { width:10.6875rem;height:1.75rem;top:61.625rem;left:0.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #VOMMN13q0U3p1Scxa1AdnzLbs35X3DaT { width:11rem;height:2.75rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiGM8lTvnBTTyLH1TceM3hNGw3zLAXR { width:10.4375rem;height:1.75rem;top:73.625rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #nwdF8ALkNUvLMGL7FJRbHZz1SS9iGBuC { width:20rem;height:13.2978515625rem;top:100rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOXVT4HEdVihuetW8GrlPpf7xkRuI07x { width:9.5rem;height:2.9375rem;top:73.0625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Qfi7PiEpEbfUansw9OO420wAWBJvTlxI { width:15.0625rem;height:1.75rem;top:110.6875rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S3vWP11EGXZwgAGZCPsJRmx2URLK0eKd { width:20rem;height:13.185546875rem;top:113.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIGLHLL9bQ6PI1vINvV4ok8Ttvl5URM { width:15.3125rem;height:2.9375rem;top:110.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiP7Ua82KWHMw6qMb0tziQZmqsnfxyLG { width:10.1875rem;height:1.75rem;top:114.75rem;left:0.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2O5hsVFf8iU9bzPgf4SfM8M6NctzSLL { width:20rem;height:12.796875rem;top:127.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZhaaJVqDbaJ5iZKbRVPRZD0BZ3RN6NU { width:10.9375rem;height:2.5rem;top:114.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJe6gr6iBTxOcT34hNzRWUmpZqJmdHn { width:11.1875rem;height:1.875rem;top:137.4375rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9b4TGy7yEhvlhDwT2uwtTUfFanrk4P8 { width:17.1875rem;height:3.4375rem;top:142.625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXg7T8TU0BaGOcDPuTxteguFoO0NWZx1 { display:block; }
 }@media only screen and (max-width: 763px) { #MVnmzBRg2vpSTU8dq9CmhrtwmduVuyJI { display:flex;width:1.875rem;height:1.875rem;top:65.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI3tasbhdSzLKhdx4TtJy8g3VaS3wLRM { display:flex;width:1.6875rem;height:1.6875rem;top:49.6875rem;left:0rem;font-size:1.125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #XJEBRseAAUilpitg4aaB76QDIoKiUdU9 { display:block; }#XJEBRseAAUilpitg4aaB76QDIoKiUdU9 > .row .container { width:20rem;height:119.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp6U5dlCSktzJs4KAx6RyafxaB9r9sm3 { width:20rem;height:11.623036649215rem;top:7.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Upvar81yHF0auS5EKhISxBUZurHgIGtb { width:17.8125rem;height:1.875rem;top:16.0625rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z4pVISL4rfoPJ74JPmOraXsxVSdpVMA7 { width:20rem;height:13.333333333333rem;top:19.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #OXqA3OHo01RSNgpZEJdZivGAB63qKmJw { width:15.125rem;height:1.875rem;top:29.8125rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLMNymowPtr1rsVvc1U7LCzTiWQa4R39 { width:20rem;height:12.021563342318rem;top:33.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IGukW6CGQGsKJNNDD9sHDMJWe44ZOF4M { width:17rem;height:1.875rem;top:34.75rem;left:2.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #D8cUeWAKpnEH1ohZtvPXHyUs66o6M3MK { width:20rem;height:5.9375rem;top:46.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kwtHLXBu8cevWUltkqHXmuW1ODQPoI0t { width:19.625rem;height:1.75rem;top:52.75rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KDZAbptbVtHKPJISrn2gO0kAGTEwHt2X { width:20rem;height:13.9375rem;top:65.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #urE7UNKL8MMRAkhqNz0QBvENP0OD804e { width:16.8125rem;height:1.875rem;top:66.375rem;left:0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kyAwT2sB9LfVsTq9lTrqQqpq19fmanEh { width:17.9375rem;height:1.875rem;top:57.125rem;left:0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4qeWZ9ina03che5BUwVsPTA8SpAqrr9 { width:20rem;height:9.0384615384615rem;top:55.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FVRO7cBDuAyBB7QeuM52cRhzADWJLTLu { width:20rem;height:4.5rem;top:105.5625rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNena2DZEwqgMCQTu9PpCFJCeMnf8CuH { width:15.3125rem;height:3.4375rem;top:112rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoskTFEdtIBsoKTT78PdmctCoND5xzQT { display:block; }
 }@media only screen and (max-width: 763px) { #HLvQNTrBGXwQOxatu6oTqrBTKCf9cfoe { width:20rem;height:12.219178082192rem;top:79.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fNyg7eXaWxCzBW8ZTZmIi9ELnAyvztFB { width:18.125rem;height:2.9375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTzg69wKC3Ep44xAIvG0Jcfb97sZ9oa { width:15.6875rem;height:2.9375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRg0Z68qI55p7OKHeONSxQ0uBQxOFkk { width:17.8125rem;height:2.9375rem;top:34.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmnQqZrolIbIlLIOIa2LI971heW7J8Bx { width:20rem;height:2.9375rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4cWUBx2JdrfCLUtpIkqGi3767sCUbvd { width:18.3125rem;height:2.9375rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rec0iJUSXivpJRov2tTk1d6O59Rk4snF { width:17rem;height:2.9375rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbkOtMpKSJlih1gM2TKELy9sSLDBDWkb { width:16.8125rem;height:2.9375rem;top:88.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnWiPwdGUpeK3e1sPtQFDnghSmcttxy { width:19.5625rem;height:0;top:87.06884765625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q8yrb10XXouDlqew4abCZ4XnwkXhSyOA { width:20rem;height:10.373831775701rem;top:92.8125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mHSbPPTeXnGHA1cX3h1xx4ykI6Zw6P3z { width:20rem;height:2.9375rem;top:99.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO4pNmSveTUJ9itU4BqZOEMqdtPOAU3G { width:20rem;height:0;top:101.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #csbxOTqAOMFQysVCBxh2AAQrTk4pWkLK { width:16.625rem;height:1.875rem;top:89rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1NI7N8S8hDtMLzVBAuBt54ZFO4gB8k { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmoXKJ4iQEUyKQU9Iueo2bOoPGLplZZO { width:19.3125rem;height:1.875rem;top:99.96875rem;left:0.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs { display:block; }#TI2RQOaLUPm5vboqbTVmXxUtIC4m9oIs > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTU5Va8aHRlvLzBGHTHVfD9sMOeueMJJ { width:18.1875rem;height:4rem;top:32.625rem;left:0.9375rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lOJhQtf3i6ZLugTs4e81M2WB7lILqDm9 { width:20rem;height:2rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-heading-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW .accordion-desc-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW { display:flex;height:auto;width:20rem;top:5.5rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #pJkhyATXTtLMrfMCA7OzEwPKHmo5Z9FW #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #qZDTgT3UsPeKJ482JrmrXsdpsrQWSBKC { width:15.3125rem;height:3.4375rem;top:38.75rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBoGNRHdgD9r2A7abByJ9KLQhwpTgviC { display:block; }
 }@media only screen and (max-width: 763px) { #baUxkpZ70GWi51wmazJM4LVVhW0DwVPA { display:block; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXtxAkGhGmM4QTaz2oVtiLA34zFHINdh { width:12.5rem;height:0;top:49.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvwIZK3OF6icb5kn1TwnhmzvhbePl4Ri { width:20rem;height:23.75rem;top:5.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AIETpP8aw4oIdVn5LBr2ump6Oav4qO9r { width:6.75rem;height:1.6875rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WhWV5cF7fgcOTkBICwCxdCx6XRVV3NTX { width:11.25rem;height:11.25rem;top:42.75rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T55VddChmxlf6Lh3TTfpO8ESzwAvzxW3 { width:15.125rem;height:15.125rem;top:31rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cL4fGlb40nWZ2qhJimRzsdHDR0J0Iw1W { width:10.8125rem;height:10.8125rem;top:48.5rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Tek0Eo43z4W0DqXTVGDb6yZs0cVhnTq8 { width:4.25rem;height:1.6875rem;top:54.125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AhR7rQpk8S0vOeM9EqAHQ0qB9nCv3L3v { width:8.2495rem;height:2rem;top:59.5625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mbQ3MX4MOgfJLmT5i8bM3cokSo6QSgAo { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 { display:block; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 { border-width: 0; border-radius: 0; }#Cfgdmps1OBghWi11cp8as9VJXcyQWeX6 > .row .container { width:20rem;height:19.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6DGVqy5Nz0Ep60IGu9VBpxz6lnepqyk { display:flex;width:2.625rem;height:2.625rem;top:7.75rem;left:11rem;font-size:1.3125rem; }
#s6DGVqy5Nz0Ep60IGu9VBpxz6lnepqyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #yfIPxKKwf7I8nhGhh7JaaMpKsKcy9lXG { display:flex;width:2.75rem;height:2.75rem;top:7.6875rem;left:14rem;font-size:1.3125rem; }
#yfIPxKKwf7I8nhGhh7JaaMpKsKcy9lXG > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #QOztVCeN6ALRoZaIPQ2HFRSeH93VXeSs { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEebseOK05VdXyPU7eaz9P0IOwxhK1xr { top:6.4375rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NoACEfTpTUruy9TRvEhKka3HcnLURb5D { width:3.6875rem;height:3.6875rem;top:7.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UbViteSXwFgVdaXiGbxGmuwvZzsGEx { display:flex;width:2.625rem;height:2.625rem;top:3.1875rem;left:14.0625rem; }
#T7UbViteSXwFgVdaXiGbxGmuwvZzsGEx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #HkTT7ziEHdOTPspoSnhmAEgV8irnsyxu { display:flex;width:2.625rem;height:2.625rem;top:3.1875rem;left:10.875rem; }
#HkTT7ziEHdOTPspoSnhmAEgV8irnsyxu > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #XiOz97pGct82H7oE9FEtds2qyMwtHe1i { width:5.1875rem;height:0;top:15rem;left:1.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nADEGGW8x2qpuLVvPGh1lGwGTT65dJrL { width:5.75rem;height:0;top:15rem;left:7.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UleLqOZyaR3bxu9GZrprzxKwGWl0dsO3 { width:0.125rem;height:1.25rem;top:14.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D88v09BSt003dBXh0nWUIAFUfT63UPvr { width:0.125rem;height:1.25rem;top:14.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUd8uuTH9A6HqXCcX9RaQ6BovgOTHCna { width:4.5625rem;height:0.8125rem;top:15rem;left:14rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSxMNDcuEvgE9DXnOcoNk25TQicDJx5U { width:20rem;height:1rem;top:12.6875rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lgxdzrUMz1mRLZrDkdZHthITTAc5SBJW { width:6.875rem;height:2.3125rem;top:3.25rem;left:3.1875rem;display:block; }
 }