.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:255,239,216;--color-primary-1:255,236,216;--color-primary-2:255,201,75;--color-primary-3:255,173,37;--color-primary-4:51,40,15;--color-secondary-0:72,193,205;--color-secondary-1:82,158,172;--color-secondary-2:7,165,179;--color-secondary-3:33,77,116;--color-secondary-4:26,58,85;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:58,57,57;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:Work Sans;--paragraphs-font-family:Work Sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(235,190,183,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; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { background-color: transparent; background-image: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container > .video-iframe-container { display: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container { display: none; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { border-width: 0; border-radius: 0; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:58.25rem;display:block; }
#zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXwpwrkoaT8piZvb69CeToreZXqGxUBR { color:rgba(var(--color-secondary-3),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.7057292461395rem;left:23.4375rem;height:1.6497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MS5cXh0xTBkCtnMuLT6PpKb8SRq6Regc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.625rem;top:1.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#nd3g7VekveaT3uNkCL82FUOI04vzTilQ { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #001342;border-left:0.0625rem solid #001342;border-right:0.0625rem solid #001342;border-bottom:0.0625rem solid #001342;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.1875rem;width:2.125rem;top:1.9375rem;left:14.375rem;overflow:hidden;display:block; }
#v6xqX52u0we1hhu2oBtcAsytFxHnh2Xo { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #001342;border-left:0.0625rem solid #001342;border-right:0.0625rem solid #001342;border-bottom:0.0625rem solid #001342;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.18706875rem;width:1.875rem;top:1.902126789093rem;left:11.9375rem;overflow:hidden;display:block; }
#WC2HOOEuosZBnqUZzk3nJZo43sRowedh { box-sizing:content-box;height:2.5625rem;width:5.6875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:1.2722778320312rem;left:11.397569656372rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP { 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:none; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP.adaptive-delivery-prevent-bg, #vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP.lazyload, #vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP.lazyloading { background-image: none; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP > .row .container { border-width: 0; border-radius: 0; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP::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; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:none; }#hvqNqClEEz9DdDfXQlFrc6oZRC74qbS5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.6181640625rem;left:15rem;display:block; }
#Xl0LLEaZvv2ILL5k3NevQWFAnztMwJQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWdHa48r3TFZUCflITFgaTzJt0tigStk { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.4375rem;left:31.5rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NNr2RhOxX0ltxs8Gdlrdp92LbyrzzcDO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37rem;left:31.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cc4AEOW7t8XXvlulzWO0bAUVLu7Edn3m { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:23.9375rem;left:17.125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9oP6mBQwLMBqxgmJGNQnNblfwygXTvk { 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:21.0625rem;width:39.25rem;top:2.1875rem;left:17.875rem;overflow:hidden;display:none; }
#c7ALMnLQAfmwKNuSyTsqaxBE1UyXbSF4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:59.375rem;top:9.0625rem;left:7.8125rem;overflow:hidden;display:block; }
#PzTxHTqc39fZTi96nEmtpbpb2oTT3JQe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.875rem;left:6.75rem; }
#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ { 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; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.adaptive-delivery-prevent-bg, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyload, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyloading { background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { background-color: transparent; background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.52); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.52); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .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); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { border-width: 0; border-radius: 0; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ::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; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#nhZkRzfgoo7wcpZHQv9AeAQUZONDezzm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.3125rem;left:21.625rem;display:block; }
#K5PBB9fDDb9XSggZAHXu68gnWAce6iWR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtN0Iq5cx3BCvqsl6ITRd9CsdXs3q3ud { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.125rem;left:38.125rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XD8zLKEeNoEvu6g97u7BCX2VSOJLy2Dv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ei3TSCQlfRpWHk92JW69sruM303wwvHu { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.3125rem;left:12.96875rem;height:5.7747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lv0TJAgEScv85r03dkJdnKbV3peeEJLI { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.375rem;left:16.1875rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yz0RIr0puP21I1mVDoR0fewQzdwWzvQB { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.125rem;left:11.96875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { background-color: transparent; background-image: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container > .video-iframe-container { display: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container { display: none; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { border-width: 0; border-radius: 0; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:1.875rem;overflow:hidden;display:block; }
#p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:10.75rem;overflow:hidden;display:block; }
#q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:46.6875rem;overflow:hidden;display:block; }
#NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:block; }
#dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.125rem;top:1.4375rem;left:65.0625rem;overflow:hidden;display:block; }
#ONbReT5wx7wxafULgHl3TnW53EMHGzAg { position:relative;display:block; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg { background-color: transparent; background-image: none; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container > .video-iframe-container { display: none; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row > .video-iframe-container { display: none; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .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); }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg { border-width: 0; border-radius: 0; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .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; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zimLltXtcX6pNBXa6yxTVh3ITa9U4yhQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:35.3125rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#VbDtq94CulAppQ1ACgxLumwKzfImzHbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: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; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { background-color: transparent; background-image: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container { display: none; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { border-width: 0; border-radius: 0; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { color:rgba(var(--color-secondary-3),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.9375rem;left:5.3125rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.6875rem;left:5.3125rem;height:15.7487rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.25rem;left:5.3125rem;display:block; }
#HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnWVpa55lI0VdFz7Ifur5AseomG1UrOG { 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:32rem;width:32rem;top:0rem;left:40.4375rem;overflow:hidden;display:block; }
#amqWfWrQh028SXolrmA98TXRvZzVz9ma { 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; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma.adaptive-delivery-prevent-bg, #amqWfWrQh028SXolrmA98TXRvZzVz9ma.lazyload, #amqWfWrQh028SXolrmA98TXRvZzVz9ma.lazyloading { background-image: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container { background-color: transparent; background-image: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.7); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container > .video-iframe-container { display: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.7); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row > .video-iframe-container { display: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .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); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container { border-width: 0; border-radius: 0; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma::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; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#aVPTrPffC8M2Mndr2cJ78bfDyaDOuZZg { box-sizing:content-box;height:43.25rem;width:19.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:12.125rem;left:7.125rem;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; }
#bGi1Va3dXfHyF9wkUt9szsMvHwLvSKo2 { box-sizing:content-box;height:43.375rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:12.125rem;left:27.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; }
#eykMQLPGD0vTc3qXaChOUnXLdwqeuKGc { box-sizing:content-box;height:43.25rem;width:19.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:12.125rem;left:48.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; }
#WJTOupmLyahIkoECzbKIOrrfaErgArtR { color:rgba(var(--color-secondary-4),1);display:block;width:14.5rem;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:20.5rem;left:5.7916669845581rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3h8mUToRlXz8TSKlCiXmiHFP4r6yg8h { color:rgba(var(--color-secondary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:15.125rem;left:14.375rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AT0IKsWRx6sQ7vfckBPfnDh7WTTaRCPM { color:rgba(var(--color-secondary-4),1);display:block;width:13.0625rem;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:20.500000953674rem;left:30.968750953674rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMAneWKNHqtutE3lvc76GRSocaEgrTBD { color:rgba(var(--color-secondary-4),1);display:block;width:11.625rem;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:20.500000953674rem;left:52.437504768372rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6rtpM4gnyVniTCFyg9huuZDd0nE2lUy { color:rgba(var(--color-secondary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:15.125rem;left:34.125rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qo8k57WwDRSKbLxMzNkVITx4b1RFMv6R { color:rgba(var(--color-secondary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:15.125rem;left:55.5625rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kThaTqWLPNG40m1SndIeNNAQmEEiE48i { box-sizing:content-box;height:0.9375rem;width:18.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(26,4,58,0.7);background-image:none;top:32.3125rem;left:46.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:none; }
#UKdVsrNT4JaO65oN96yIW3fRm15vSSBO { 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.625rem;left:19.4375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hv6TJivkpTVxSLdSkINJeVFZxhfZDfoQ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.875rem;left:7.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TC7NGJS1r9lLPO51dnw4LIWdKSIuZx7U { color:rgba(var(--color-secondary-4),1);display:block;width:6.875rem;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:23.937507629394rem;left:9.125rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#KdetFef4oeh8u80ES7BZuLHKi8gnTp0o { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;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:23.6875rem;left:31.1875rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#DT2W0oG1mbtlz2o6tTEpQG1oEIU7T1Sz { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;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:23.4375rem;left:52rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#iHi8yR4siwTHtld95aLOVkcxlDD5ZpcT { color:rgba(var(--color-secondary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1;letter-spacing:0;top:21.25rem;left:18.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eTdadRJcZfT4JMzwS4bzFSEhS2RBA5Vw { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.25rem;left:10.125rem;height:11.37369375rem;text-align:left;text-align-last:left;display:block; }
#TrcmaqrVHW7cCzyF4bnoyvHUt0Xwfa9c { 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:26.25rem;left:8.25rem; }
#Wowdg5dSTfCmHL5lwGoBLdWyytfxRGdX { 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:36.25rem;left:8.1875rem; }
#kM0V7SoRNqhwvZRIbEuAR6zGJb9gyMz0 { 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:26.25rem;left:28.8125rem; }
#WM42P2NsDhIQq41TRaSM8S6vmVFKLmAR { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:26.25rem;left:30.6875rem;height:13.64843125rem;text-align:left;text-align-last:left;display:block; }
#oM0zcX6nVrati1nDAPUJXJpMdZW8F949 { 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:36.25rem;left:28.8125rem; }
#ifxJrceuuaV9WbqNI6O0GClsfDVKb66g { 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:15008;opacity:1;top:38.5625rem;left:28.8125rem; }
#LqT3OyaDlK3O0sbrHBwxHfXHMm2nKfGV { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:26.3125rem;left:51.5rem;height:18.19790625rem;text-align:left;text-align-last:left;display:block; }
#AN7zTBzGIG0iWqBIzkFMChnbQDtwx9uz { 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:26.3125rem;left:49.625rem; }
#CNPpTdAsT0vBdTUvuknK3h5SMxfoMCf3 { 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:36.375rem;left:49.625rem; }
#JdkJ5bCTS6vNRlfHhQhf3USVFFVT1yFa { 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:38.875rem;left:49.625rem; }
#R7KTPTI1PEGhwelscC8ReQts0yIfEkka { 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:42.125rem;left:49.625rem; }
#E7r3kxQFUg4AhQwtPPvBUfxa627Bzhkx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:48.4375rem;left:9.125rem;display:block; }
#TiCR4osoJE7cTHoP4vHTGgt90TcUbKxb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOIDCTe6C0vGLgniPxsZQGDO9Lm76CE2 { 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:9.6875rem;width:19.5rem;top:11.4375rem;left:7.0625rem;overflow:hidden;display:block; }
#CcNGRkyZPVH2RHWlgZZekyQNgPRcDSGe { 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:9.5625rem;width:19.375rem;top:11.4375rem;left:27.685855263158rem;overflow:hidden;display:block; }
#HDz84NnOvoxCRnT9FLMiewQ6k9TTPUgD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.4375rem;left:29.75rem;display:block; }
#siHgNnO969TKiRNxyw5GT32SSGUDsEAU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNngHEGcspEeRl3lX22UHOJ4XStE6gs8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.4375rem;left:50.625rem;display:block; }
#Vs4DLeChn4seIWQu3MLwHm84vR4xgJQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGHeyr5ciPBhVT51m2JQN988eit4i1Uh { 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:9.625rem;width:19.5rem;top:11.4375rem;left:48.499177631579rem;overflow:hidden;display:block; }
#ouK4SGR3FKiywCDDffpNWrVOTNm68TUT { box-sizing:content-box;height:8.75rem;width:8.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:1.625rem;left:2rem;display:block; }
#p5OIVGTz3BTS2OmFKFubdKpXC8OGQWSi { color:rgba(var(--color-secondary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:4.375rem;left:2.625rem;height:3.29969375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWoXCpvRnTW0PofnlCINRNQGHRV2bR42 { color:rgba(var(--color-secondary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:22.875rem;left:18.062500953674rem;height:0.89323125rem;text-align:left;text-align-last:left;display:block; }
#mGldbbcmROeSTgVmPohoBZs7R3FU4riP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e8edef);background-image: -moz-linear-gradient(180deg, #ffffff, #e8edef);background-image: -ms-linear-gradient(180deg, #ffffff, #e8edef);background-image: -o-linear-gradient(180deg, #ffffff, #e8edef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8edef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8edef' );";background-image: linear-gradient(180deg, #ffffff, #e8edef);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; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { border-width: 0; border-radius: 0; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#dDgr5klU9UbxKOntqKvcetn8gUPITstk { color:#001342;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; }
#rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.5rem;left:9rem;height:5.19791875rem;text-align:center;text-align-last:center;display:block; }
#DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.5rem;left:30.0625rem;height:5.19791875rem;text-align:center;text-align-last:center;display:block; }
#WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.5625rem;left:50.375rem;height:6.497375rem;text-align:center;text-align-last:center;display:block; }
#cZX80yrke3s2i1eyD10ffiaxoo86AXAl { position:absolute;display:block;z-index:15004;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:13.3125rem;width:17.9375rem;top:9.75rem;left:48.75rem;display:block; }
#JMQpPJ8dbAUJWLbM8tldEzs6BEtVd8nz { 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:13.125rem;width:17.9375rem;top:9.8125rem;left:28.625rem;display:block; }
#gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(262deg, #b2f5ff, #ebbeb7);background-image: -moz-linear-gradient(262deg, #b2f5ff, #ebbeb7);background-image: -ms-linear-gradient(262deg, #b2f5ff, #ebbeb7);background-image: -o-linear-gradient(262deg, #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(262deg, #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:13.125rem;width:17.9375rem;top:9.8125rem;left:8.625rem;display:block; }
#KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;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:10.625rem;left:9rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { color:rgba(var(--color-tertiary-3),1);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:10.6875rem;left:29rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;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:10.6875rem;left:49.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hiUMhPBbuI0fkbSMtT8vdES2pyn9GnbU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:35.3125rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { position:relative;display:none; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { border-width: 0; border-radius: 0; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .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; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #bfd4d8);background-image: -moz-linear-gradient(180deg, #ffffff, #bfd4d8);background-image: -ms-linear-gradient(180deg, #ffffff, #bfd4d8);background-image: -o-linear-gradient(180deg, #ffffff, #bfd4d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfd4d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfd4d8' );";background-image: linear-gradient(180deg, #ffffff, #bfd4d8);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; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row .container { background-color: transparent; background-image: none; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row .container > .video-iframe-container { display: none; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row > .video-iframe-container { display: none; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .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); }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row .container { border-width: 0; border-radius: 0; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#Fkd48Dx39atapygtOtR4ixATpL6xWo3S { color:#001342;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.25rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQoyAc9Ab1LPEaZZynTh23FWRPaWtlUw { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.8115234375rem;left:6.84375rem;height:7.79688125rem;text-align:center;text-align-last:center;display:block; }
#G2Q76hpilI9Pq1I77OwQK4NaPDoe21T1 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.810546875rem;left:29.96875rem;height:7.79688125rem;text-align:center;text-align-last:center;display:block; }
#raMN0bEXTFy8T3dWVGTCUio018dVs28H { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.8125rem;left:52.25rem;height:9.0963375rem;text-align:center;text-align-last:center;display:block; }
#rO493ssUDGsKSD0hNy62J1qolU0DNCnn { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:11.0625rem;left:13.5625rem;overflow:hidden;display:block; }
#UDpvfmdsiiZVC0HXnOpfMrG2Df7vB8gI { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:10.875rem;left:35.4375rem;overflow:hidden;display:block; }
#CBEEu97oBninp4zF6OCnJtao2hasBsV3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:10.8125rem;left:57.5rem;overflow:hidden;display:block; }
#E3Ead2x5Xyrnus7uDrRXJ2qR8csc9cT3 { position:absolute;display:block;z-index:15004;background-color:#f7f5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:16.75rem;width:17.9375rem;top:13.0625rem;left:50.625rem;display:block; }
#t0D1CnWmLAl0rxq5TTaZWLavB5AJcHCG { position:absolute;display:block;z-index:15005;background-color:#f7f5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.75rem;width:17.9375rem;top:13.1875rem;left:28.375rem;display:block; }
#KASOxSAgllUDLXmNXglvA3Rlese1hyFl { position:absolute;display:block;z-index:15006;background-color:#f7f5ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:16.75rem;width:17.9375rem;top:13.1875rem;left:6.4375rem;display:block; }
#yuA4SEhIuRc0bzJKJF5Lbz34UsyLo9pn { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10rem;left:12.1875rem;display:block; }
#HRNz9vhCZteZCNOnWFD7TCHrcPSsWIuc { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.6875rem;left:34.25rem;display:block; }
#ehSxGUcEOPokBinAZiLAP69ID4uqSLVt { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.6875rem;left:56.375rem;display:block; }
#RDWT8TyAhVKnoGSgK2T6JP1viuohC6x2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:35.3125rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { 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; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { background-color: transparent; background-image: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container > .video-iframe-container { display: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container { display: none; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { border-width: 0; border-radius: 0; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { color:rgba(var(--color-secondary-2),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.125rem;left:7.6875rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:43.5rem;height:27.78255rem;display:block; }
#F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.7) ;height:32.375rem;width:25.875rem;top:12.3125rem;left:8.0625rem;overflow:hidden;display:block; }
#LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:14.9375rem;left:22rem;overflow:hidden;display:block; }
#dNPnHxhhtg7TuDC26nIW7Zc4yoXfFBn5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:18rem;left:22rem;overflow:hidden;display:block; }
#wTLdJ7AUMDNslTKrQPEc915G6gMqUOdP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:22.25rem;left:22rem;overflow:hidden;display:block; }
#Gpk34H0kPB0k4p14WrhtHSq3IpGEsK2C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:26.625rem;left:22rem;overflow:hidden;display:block; }
#q4iEwXR7TLU32grTh6Iv2cTah8ST95sG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:31.0625rem;left:22rem;overflow:hidden;display:block; }
#OEsHRbXIVHgSSTreOfMK49G6C1i6FQad { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:35.4375rem;left:22rem;overflow:hidden;display:block; }
#IgO7BLTZzAICdNa8cRMHZroWOoIEfyIT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:39.875rem;left:22rem;overflow:hidden;display:block; }
#CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { color:rgba(var(--color-secondary-2),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.125rem;left:7.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;background-image:url("https://images.assets-landingi.com/uc/8033b6b3-db28-4b56-beea-5b1aea5e1283/Vector312.png");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; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq.adaptive-delivery-prevent-bg, #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq.lazyload, #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq.lazyloading { background-image: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { background-color: transparent; background-image: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container > .video-iframe-container { display: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container { display: none; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { border-width: 0; border-radius: 0; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { color:rgba(var(--color-secondary-3),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:4.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvENkCcwCS3vl1hwBgluJQxUv9potNXz { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:18.90625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { 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; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { background-color: transparent; background-image: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container > .video-iframe-container { display: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container { display: none; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { border-width: 0; border-radius: 0; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.3125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#opfTacibo7UB2DZuZTvdXAi1okgUixTJ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.924475rem;text-align:center;text-align-last:center;display:block; }
#aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:61.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:60rem;height:2.924475rem;text-align:center;text-align-last:center;display:block; }
#g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.75rem;top:0.625rem;left:2.6875rem;overflow:hidden;display:block; }
#EsIbLOrXaNHU9l6l7UqQqERzyw5xVg4E { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.75rem;top:0.625rem;left:21.5625rem;overflow:hidden;display:block; }
#WhcC9iDs4apsdEdgowDFGEbgRgCTVZaD { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.6875rem;top:0.625rem;left:40.5625rem;overflow:hidden;display:block; }
#s8wT8GhIgguvuvozJeASTKNhPTbWh60b { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.6875rem;top:0.625rem;left:58.75rem;overflow:hidden;display:block; }
#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { 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; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { background-color: transparent; background-image: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container > .video-iframe-container { display: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container { display: none; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { border-width: 0; border-radius: 0; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { color:rgba(var(--color-secondary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:30.96875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { border-width: 0; border-radius: 0; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:none; }#DpMXuermEhdTdW3UKdfDt3mavFAylwvg { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:7.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { color:rgba(var(--color-tertiary-0),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:8.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:2rem;display:block; }
#uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40.1875rem;left:7.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.75rem;left:29.9375rem;display:none; }
#hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:19.9375rem;display:block; }
#pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:56.125rem;display:block; }
#DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:10.5625rem;left:38rem;display:block; }
#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { position:relative;display:block; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { background-color: transparent; background-image: none; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container > .video-iframe-container { display: none; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row > .video-iframe-container { display: none; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .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); }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { border-width: 0; border-radius: 0; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .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; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QqyEIGcCgXhMwBgowV5Z63vq3tdbPRGu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:35.3125rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: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; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { background-color: transparent; background-image: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container { display: none; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { border-width: 0; border-radius: 0; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { color:rgba(var(--color-secondary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.75rem;left:5.875rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.8291015625rem;left:5.875rem;height:20.47330625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.5625rem;left:5.875rem;display:block; }
#gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:7.9375rem;left:44.0625rem;overflow:hidden;display:block; }
#SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:23.5rem;left:57.8125rem;overflow:hidden;display:block; }
#dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:24.875rem;left:45.4375rem;overflow:hidden;display:block; }
#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { position:relative;display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { background-color: transparent; background-image: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row > .video-iframe-container { display: none; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { border-width: 0; border-radius: 0; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .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; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .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:67.3125rem;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; }#nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:23.875rem;top:9.6875rem;left:3rem;overflow:hidden;display:block; }
#NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { color:rgba(var(--color-secondary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.5625rem;left:24.5625rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { color:rgba(var(--color-secondary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:20.34375rem;left:3.4375rem;height:1.9249125rem;text-align:left;text-align-last:left;display:block; }
#CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:20.8125rem;top:9.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { color:rgba(var(--color-secondary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:20.34375rem;left:28rem;height:1.924475rem;text-align:left;text-align-last:left;display:block; }
#hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:23.1875rem;top:9.6875rem;left:48.8125rem;overflow:hidden;display:block; }
#yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { color:rgba(var(--color-tertiary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:10.9365234375rem;left:51.25rem;height:1.924475rem;text-align:right;text-align-last:right;display:block; }
#tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.625rem;width:42.5rem;top:24rem;left:3rem;overflow:hidden;display:block; }
#muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { color:rgba(var(--color-secondary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:32.78125rem;left:3.8125rem;height:1.7502125rem;text-align:left;text-align-last:left;display:block; }
#VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:18.625rem;top:36.125rem;left:3rem;overflow:hidden;display:block; }
#BTpMblgVGTCnre0URpLMwNdEqvOePyUX { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:37.31201171875rem;left:3.25rem;height:1.924475rem;text-align:left;text-align-last:left;display:block; }
#p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:25.5rem;left:46.4375rem;height:1.924475rem;text-align:left;text-align-last:left;display:block; }
#e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.75rem;width:26rem;top:23.9375rem;left:46rem;overflow:hidden;display:block; }
#FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { color:rgba(var(--color-secondary-4),1);display:block;width:36.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:54.5rem;left:19.03173828125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:59.9375rem;left:29.84375rem;display:block; }
#ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:22.8125rem;top:36.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { box-sizing:content-box;height:2.9375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:3rem;display:block; }
#bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { box-sizing:content-box;height:2.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.83740234375rem;left:27.4375rem;display:block; }
#hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { box-sizing:content-box;height:2.9375rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.43017578125rem;left:54.25rem;display:block; }
#sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { box-sizing:content-box;height:2.9375rem;width:20.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.1875rem;left:3rem;display:block; }
#HXePvaNwGbnQQsT0h50WfMielcG82cGF { box-sizing:content-box;height:2.9375rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:46rem;display:block; }
#rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { box-sizing:content-box;height:2.9375rem;width:17.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.8056640625rem;left:2.4375rem;display:block; }
#RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { box-sizing:content-box;height:2.9375rem;width:20.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.3681640625rem;left:22.0625rem;display:block; }
#iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.5625rem;height:1.924475rem;text-align:left;text-align-last:left;display:block; }
#xOKCVuFCMnQixhICCw6T8ZontaDZikTR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:26.75rem;top:36.125rem;left:45.3125rem;overflow:hidden;display:block; }
#cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { box-sizing:content-box;height:2.9375rem;width:22.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.375rem;left:49.3125rem;display:block; }
#KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.924475rem;text-align:right;text-align-last:right;display:block; }
#tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { color:rgba(var(--color-tertiary-3),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.9248rem;text-align:right;text-align-last:right;display:none; }
#TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.4375rem;height:1.9248rem;text-align:left;text-align-last:left;display:none; }
#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { 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; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { background-color: transparent; background-image: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container > .video-iframe-container { display: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container { display: none; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { border-width: 0; border-radius: 0; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.23828125rem;left:41.25rem;height:19.009125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.1375875rem;font-style:normal;display:block; }
#wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.1375875rem;font-style:normal;display:block; }
#VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69965rem;font-style:normal;display:block; }
#HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { color:rgba(var(--color-secondary-4),1);display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { position:relative;display:block; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { background-color: transparent; background-image: none; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container > .video-iframe-container { display: none; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row > .video-iframe-container { display: none; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .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); }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { border-width: 0; border-radius: 0; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .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; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GrEla5DJrGtvmz0ARxqMMlhZoulgvxiz { 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:2rem;width:35.3125rem;top:0rem;left:19.84375rem;overflow:hidden;display:block; }
#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL { 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; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { background-color: transparent; background-image: none; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container > .video-iframe-container { display: none; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row > .video-iframe-container { display: none; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .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); }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { border-width: 0; border-radius: 0; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#nyRVHZ3NaRzTkSMl2HvtNamNWMT01Wrc { color:rgba(var(--color-tertiary-3),1);display:block;width:37.3125rem;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:10.625rem;left:3.75rem;height:13.89256875rem;text-align:left;text-align-last:left;display:block; }
#sEJTDf3lP5qJXJf1AqoCkThl4XbfJ991 { color:rgba(var(--color-secondary-3),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:0.8125rem;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; }
#VaWtQqlGFfgU9EDKT12xt6PJJsK8ckvu { 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:10.375rem;left:0.8125rem; }
#qKuLLtnkaX1QSKiMo4w3Uc13USc1o9Sr { 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.375rem;left:0.8125rem; }
#UBObvyqeNCQkd2vNOe0UNMZGgqpMP8g5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.5rem;left:0.8125rem; }
#nkBukyTTM1DaN1pcAs711TWzBrT75dkO { 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:19.4375rem;left:0.8125rem; }
#roMrJsUT8HahbU8fFDXhbTA1BT4t9G5l { 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:22.5625rem;left:0.8125rem; }
#IXhR8oId9aNttUUE66UkKNzAUCJwKaA4 { 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:18.625rem;width:33.1875rem;top:5.875rem;left:41.0625rem;overflow:hidden;display:block; }
#WEE65TBqGuV83M4ySGoWZNxnyppMkfc4 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;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:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#JCUL7wZSP0fScRugTqZ79ENIT0DfB9Fn { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;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:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { position:relative;display:block; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { background-color: transparent; background-image: none; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row .container > .video-iframe-container { display: none; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row > .video-iframe-container { display: none; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .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); }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { border-width: 0; border-radius: 0; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .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; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .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:37.625rem;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; }#VDuehcyHfrcXAeuFliOJc0Rctux7wiTN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32rem;width:75rem;top:0rem;left:0rem;display:block; }
#Xg3LuJS6cTxnfJnp3yvCWv9a88UxpbFO { 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:2rem;width:35.3125rem;top:32rem;left:19.84375rem;overflow:hidden;display:block; }
#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { background-color: transparent; background-image: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container { display: none; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { border-width: 0; border-radius: 0; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { color:rgba(var(--color-tertiary-1),1);display:block;width:49.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.75rem;left:12.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);font-weight:300;font-style:normal; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_17781dae9bac4a9226667a4cc3ead58854c4e7d6.svg");background-size:contain !important; }#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.adaptive-delivery-prevent-bg, #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.lazyload, #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-trigger.lazyloading { background-image: none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { box-sizing:content-box;height:auto;width:46.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; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #cdKsZU2tvHadtoi4zGmxGObZizT2i3m3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #Zhi66cdAnwUR1JuwhB3x0ssVfBFqEWEH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #uAPpsT6xOheNVOVzxsRGtA6q7nEoL73a { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KOWnu2b4ckpnuLvkBpwFGWArSnCKaILH {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #NutbGeM774pakiDDMWg2XGaomb4e8kOX { display:none; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce { display:block;position:relative; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 { display:none; }
#TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.6875rem;left:29.84375rem;display:block; }
#Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#ZOgcV06JIAl0SO5luP68VXqKeLEZSg6c { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.1875rem;left:54.875rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#q4yOuWvRiF8FFQm1Aht8EDTivOSiTX3Z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4375rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#sAlIrdeFSSPrkloziFf7TO0BxcSrkJAM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.5rem;left:55.4375rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#o63y9y4BzXtHbSB7avaPVmE6wcy9NtHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.091796875rem;left:29.3125rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld { 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:15032;opacity:1;top:9.375rem;left:42.375rem; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#db2csPLrFXbxcIFMguBFKzqCiTFZDsNF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.8125rem;left:55.1875rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH { 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:15031;opacity:1;top:9.375rem;left:38.875rem; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#JNi3qHbsqZaJSWUPqRSw130vLJG6QlX9 { position:absolute;display:block;z-index:15021;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:9.125rem;left:30.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { width:15.3125rem;height:3rem;top:1.0625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block; }
 }@media only screen and (max-width: 763px) { #gXwpwrkoaT8piZvb69CeToreZXqGxUBR { top:1.6875rem;left:9.8125rem;width:37.9375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5cXh0xTBkCtnMuLT6PpKb8SRq6Regc { top:1.1875rem;left:0rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3g7VekveaT3uNkCL82FUOI04vzTilQ { top:1.9375rem;left:0.75rem;width:2.125rem;height:1.1873097040282rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xqX52u0we1hhu2oBtcAsytFxHnh2Xo { top:1.875rem;left:0rem;width:1.875rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC2HOOEuosZBnqUZzk3nJZo43sRowedh { top:1.25rem;left:0rem;width:5.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP { display:block; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvqNqClEEz9DdDfXQlFrc6oZRC74qbS5 { width:15.3125rem;height:3.4375rem;top:37.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl0LLEaZvv2ILL5k3NevQWFAnztMwJQl { display:block; }
 }@media only screen and (max-width: 763px) { #kWdHa48r3TFZUCflITFgaTzJt0tigStk { top:39.4375rem;left:17.875rem;width:28.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNr2RhOxX0ltxs8Gdlrdp92LbyrzzcDO { top:37rem;left:17.875rem;width:18.0625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc4AEOW7t8XXvlulzWO0bAUVLu7Edn3m { top:23.9375rem;left:3.5rem;width:40.8125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9oP6mBQwLMBqxgmJGNQnNblfwygXTvk { top:2.1875rem;left:4.25rem;width:39.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ALMnLQAfmwKNuSyTsqaxBE1UyXbSF4 { top:9.0625rem;left:0rem;width:47.75rem;height:11.359473684211rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTxHTqc39fZTi96nEmtpbpb2oTT3JQe { top:16.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ { display:block; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhZkRzfgoo7wcpZHQv9AeAQUZONDezzm { width:15.3125rem;height:3.4375rem;top:33.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5PBB9fDDb9XSggZAHXu68gnWAce6iWR { display:block; }
 }@media only screen and (max-width: 763px) { #DtN0Iq5cx3BCvqsl6ITRd9CsdXs3q3ud { top:35.125rem;left:18.9375rem;width:28.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8zLKEeNoEvu6g97u7BCX2VSOJLy2Dv { top:32.6875rem;left:24.5rem;width:18.0625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3TSCQlfRpWHk92JW69sruM303wwvHu { top:22.3125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv0TJAgEScv85r03dkJdnKbV3peeEJLI { top:6.375rem;left:2.5625rem;width:42.625rem;height:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0RIr0puP21I1mVDoR0fewQzdwWzvQB { top:15.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { display:block; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { top:1.1875rem;left:6.4375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { top:1.1875rem;left:15.3125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { top:1.1875rem;left:24.1875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { top:1.25rem;left:33.0625rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { top:1.4375rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONbReT5wx7wxafULgHl3TnW53EMHGzAg { display:block; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zimLltXtcX6pNBXa6yxTVh3ITa9U4yhQ { top:0rem;left:6.21875rem;width:35.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbDtq94CulAppQ1ACgxLumwKzfImzHbG { display:block; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { width:31.9375rem;height:5.5rem;top:3.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { width:40.5625rem;height:15.6875rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { width:15.3125rem;height:3.4375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block; }
 }@media only screen and (max-width: 763px) { #QnWVpa55lI0VdFz7Ifur5AseomG1UrOG { top:0rem;left:15.75rem;width:32rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #amqWfWrQh028SXolrmA98TXRvZzVz9ma { display:block; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVPTrPffC8M2Mndr2cJ78bfDyaDOuZZg { top:12.125rem;left:0rem;width:19.375rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGi1Va3dXfHyF9wkUt9szsMvHwLvSKo2 { top:12.125rem;left:14.125rem;width:19.375rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eykMQLPGD0vTc3qXaChOUnXLdwqeuKGc { top:12.125rem;left:28.375rem;width:19.375rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTOupmLyahIkoECzbKIOrrfaErgArtR { top:20.5rem;left:0rem;width:14.5rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3h8mUToRlXz8TSKlCiXmiHFP4r6yg8h { top:15.125rem;left:0.75rem;width:8.9375rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT0IKsWRx6sQ7vfckBPfnDh7WTTaRCPM { top:20.5rem;left:17.343750953674rem;width:13.0625rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMAneWKNHqtutE3lvc76GRSocaEgrTBD { top:20.5rem;left:36.125rem;width:11.625rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rtpM4gnyVniTCFyg9huuZDd0nE2lUy { top:15.125rem;left:20.5rem;width:10.8125rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo8k57WwDRSKbLxMzNkVITx4b1RFMv6R { top:15.125rem;left:38.8125rem;width:8.9375rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThaTqWLPNG40m1SndIeNNAQmEEiE48i { top:32.3125rem;left:28.8125rem;width:18.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKdVsrNT4JaO65oN96yIW3fRm15vSSBO { top:4.625rem;left:5.8125rem;width:36.125rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6TJivkpTVxSLdSkINJeVFZxhfZDfoQ { top:7.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC7NGJS1r9lLPO51dnw4LIWdKSIuZx7U { top:23.9375rem;left:0rem;width:6.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdetFef4oeh8u80ES7BZuLHKi8gnTp0o { top:23.6875rem;left:17.562500953674rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2W0oG1mbtlz2o6tTEpQG1oEIU7T1Sz { top:23.4375rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHi8yR4siwTHtld95aLOVkcxlDD5ZpcT { top:21.25rem;left:4.4375rem;width:15.5rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdadRJcZfT4JMzwS4bzFSEhS2RBA5Vw { top:26.25rem;left:0rem;width:15.375rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcmaqrVHW7cCzyF4bnoyvHUt0Xwfa9c { top:26.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wowdg5dSTfCmHL5lwGoBLdWyytfxRGdX { top:36.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM0V7SoRNqhwvZRIbEuAR6zGJb9gyMz0 { top:26.25rem;left:15.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM42P2NsDhIQq41TRaSM8S6vmVFKLmAR { top:26.25rem;left:17.0625rem;width:15.375rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM0zcX6nVrati1nDAPUJXJpMdZW8F949 { top:36.25rem;left:15.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifxJrceuuaV9WbqNI6O0GClsfDVKb66g { top:38.5625rem;left:15.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqT3OyaDlK3O0sbrHBwxHfXHMm2nKfGV { top:26.3125rem;left:32.375rem;width:15.375rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN7zTBzGIG0iWqBIzkFMChnbQDtwx9uz { top:26.3125rem;left:36rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNPpTdAsT0vBdTUvuknK3h5SMxfoMCf3 { top:36.375rem;left:36rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdkJ5bCTS6vNRlfHhQhf3USVFFVT1yFa { top:38.875rem;left:36rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7KTPTI1PEGhwelscC8ReQts0yIfEkka { top:42.125rem;left:36rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7r3kxQFUg4AhQwtPPvBUfxa627Bzhkx { width:15.3125rem;height:3.4375rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCR4osoJE7cTHoP4vHTGgt90TcUbKxb { display:block; }
 }@media only screen and (max-width: 763px) { #JOIDCTe6C0vGLgniPxsZQGDO9Lm76CE2 { top:11.4375rem;left:0rem;width:19.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNGRkyZPVH2RHWlgZZekyQNgPRcDSGe { top:11.4375rem;left:14.060855263158rem;width:19.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDz84NnOvoxCRnT9FLMiewQ6k9TTPUgD { width:15.3125rem;height:3.4375rem;top:48.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siHgNnO969TKiRNxyw5GT32SSGUDsEAU { display:block; }
 }@media only screen and (max-width: 763px) { #yNngHEGcspEeRl3lX22UHOJ4XStE6gs8 { width:15.3125rem;height:3.4375rem;top:48.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4DLeChn4seIWQu3MLwHm84vR4xgJQT { display:block; }
 }@media only screen and (max-width: 763px) { #EGHeyr5ciPBhVT51m2JQN988eit4i1Uh { top:11.4375rem;left:28.25rem;width:19.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouK4SGR3FKiywCDDffpNWrVOTNm68TUT { top:1.625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OIVGTz3BTS2OmFKFubdKpXC8OGQWSi { top:4.375rem;left:0rem;width:7.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWoXCpvRnTW0PofnlCINRNQGHRV2bR42 { top:22.875rem;left:4.4375rem;width:8.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGldbbcmROeSTgVmPohoBZs7R3FU4riP { display:block; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDgr5klU9UbxKOntqKvcetn8gUPITstk { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { top:14.5rem;left:0rem;width:17.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { top:14.5rem;left:16.4375rem;width:15.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { top:14.5625rem;left:33rem;width:14.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZX80yrke3s2i1eyD10ffiaxoo86AXAl { width:17.9375rem;height:13.3125rem;top:9.75rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQpPJ8dbAUJWLbM8tldEzs6BEtVd8nz { width:17.9375rem;height:13.125rem;top:9.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { width:17.9375rem;height:13.125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { top:10.625rem;left:0rem;width:17.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { top:10.6875rem;left:15.375rem;width:17.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { top:10.6875rem;left:30.5625rem;width:17.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiUMhPBbuI0fkbSMtT8vdES2pyn9GnbU { top:0rem;left:6.21875rem;width:35.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { display:block; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ { display:block; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fkd48Dx39atapygtOtR4ixATpL6xWo3S { top:5.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQoyAc9Ab1LPEaZZynTh23FWRPaWtlUw { top:17.75rem;left:0rem;width:17.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Q76hpilI9Pq1I77OwQK4NaPDoe21T1 { top:17.75rem;left:16.34375rem;width:15.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMN0bEXTFy8T3dWVGTCUio018dVs28H { top:17.8125rem;left:33rem;width:14.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO493ssUDGsKSD0hNy62J1qolU0DNCnn { top:11.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDpvfmdsiiZVC0HXnOpfMrG2Df7vB8gI { top:10.875rem;left:21.8125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBEEu97oBninp4zF6OCnJtao2hasBsV3 { top:10.8125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Ead2x5Xyrnus7uDrRXJ2qR8csc9cT3 { width:17.9375rem;height:16.75rem;top:13.0625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0D1CnWmLAl0rxq5TTaZWLavB5AJcHCG { width:17.9375rem;height:16.75rem;top:13.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KASOxSAgllUDLXmNXglvA3Rlese1hyFl { width:17.9375rem;height:16.75rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuA4SEhIuRc0bzJKJF5Lbz34UsyLo9pn { top:10rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNz9vhCZteZCNOnWFD7TCHrcPSsWIuc { top:9.6875rem;left:20.625rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehSxGUcEOPokBinAZiLAP69ID4uqSLVt { top:9.6875rem;left:41.25rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDWT8TyAhVKnoGSgK2T6JP1viuohC6x2 { top:0rem;left:6.21875rem;width:35.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { display:block; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { top:14.625rem;left:23rem;width:24.75rem;height:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { top:12.3125rem;left:0rem;width:25.875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { top:14.9375rem;left:8.375rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNPnHxhhtg7TuDC26nIW7Zc4yoXfFBn5 { top:18rem;left:8.375rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTLdJ7AUMDNslTKrQPEc915G6gMqUOdP { top:22.25rem;left:8.375rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpk34H0kPB0k4p14WrhtHSq3IpGEsK2C { top:26.625rem;left:8.375rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4iEwXR7TLU32grTh6Iv2cTah8ST95sG { top:31.0625rem;left:8.375rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEsHRbXIVHgSSTreOfMK49G6C1i6FQad { top:35.4375rem;left:8.375rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgO7BLTZzAICdNa8cRMHZroWOoIEfyIT { top:39.875rem;left:8.375rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { top:3.0625rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { display:none; }
 }@media only screen and (max-width: 763px) { #v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { display:none; }
 }@media only screen and (max-width: 763px) { #yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { display:none; }
 }@media only screen and (max-width: 763px) { #hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { display:none; }
 }@media only screen and (max-width: 763px) { #OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { display:none; }
 }@media only screen and (max-width: 763px) { #Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { display:none; }
 }@media only screen and (max-width: 763px) { #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { display:block; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { top:4.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvENkCcwCS3vl1hwBgluJQxUv9potNXz { top:8.25rem;left:5.28125rem;width:37.1875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { display:block; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { top:4.1875rem;left:0.125rem;width:11.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfTacibo7UB2DZuZTvdXAi1okgUixTJ { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { top:0.625rem;left:37.84375rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { top:0.625rem;left:0rem;width:2.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIbLOrXaNHU9l6l7UqQqERzyw5xVg4E { top:0.625rem;left:11.9375rem;width:2.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcC9iDs4apsdEdgowDFGEbgRgCTVZaD { top:0.625rem;left:23.875rem;width:2.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8wT8GhIgguvuvozJeASTKNhPTbWh60b { top:0.625rem;left:35.8125rem;width:2.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { display:block; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { top:0.875rem;left:17.34375rem;width:13.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { display:block; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpMXuermEhdTdW3UKdfDt3mavFAylwvg { top:4.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { top:7.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { top:10.5625rem;left:0rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { top:40.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { width:15.3125rem;height:3.4375rem;top:43.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { top:10.5625rem;left:6.3125rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { top:10.5625rem;left:30.875rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { top:10.5625rem;left:24.375rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { display:block; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqyEIGcCgXhMwBgowV5Z63vq3tdbPRGu { top:0rem;left:6.21875rem;width:35.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { display:block; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { width:33.0625rem;height:5.5rem;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { width:35.375rem;height:20.4375rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { width:15.3125rem;height:3.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block; }
 }@media only screen and (max-width: 763px) { #HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { width:17.625rem;height:17.625rem;top:7.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { width:11.3125rem;height:11.3125rem;top:23.5rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { width:12.875rem;height:12.875rem;top:24.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { width:23.875rem;height:13.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { top:2.5625rem;left:10.9375rem;width:25.875rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { top:20.3125rem;left:0rem;width:17.8125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { width:20.8125rem;height:13.875rem;top:9.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { top:20.3125rem;left:14.375rem;width:17.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { width:23.1875rem;height:13.9375rem;top:9.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { top:10.875rem;left:27.5rem;width:20.25rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { width:42.5rem;height:11.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { top:32.75rem;left:0rem;width:21.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { width:18.625rem;height:13.9375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpMblgVGTCnre0URpLMwNdEqvOePyUX { top:37.25rem;left:0rem;width:18.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { top:25.5rem;left:24rem;width:23.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { width:26rem;height:11.75rem;top:23.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { top:54.5rem;left:5.40673828125rem;width:36.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { width:15.3125rem;height:3.4375rem;top:59.9375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block; }
 }@media only screen and (max-width: 763px) { #a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { width:22.8125rem;height:13.9375rem;top:36.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { top:19.8125rem;left:0rem;width:18.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { top:19.8125rem;left:13.8125rem;width:15.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { top:10.375rem;left:29.9375rem;width:17.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { top:32.1875rem;left:0rem;width:20.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXePvaNwGbnQQsT0h50WfMielcG82cGF { top:25rem;left:29rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { top:36.75rem;left:0rem;width:17.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { top:46.3125rem;left:8.4375rem;width:20.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { top:46.8125rem;left:8.9375rem;width:22rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOKCVuFCMnQixhICCw6T8ZontaDZikTR { width:26.75rem;height:13.875rem;top:36.125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { top:46.375rem;left:25rem;width:22.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { top:46.875rem;left:25.625rem;width:22.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { top:101.75rem;left:0rem;width:20rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { top:87.0625rem;left:0rem;width:19.5625rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { display:block; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { top:13.1875rem;left:16.3125rem;width:31.4375rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { width:8.4375rem;height:2.125rem;top:18.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { width:8.3125rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { display:block; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrEla5DJrGtvmz0ARxqMMlhZoulgvxiz { top:0rem;left:6.21875rem;width:35.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL { display:block; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyRVHZ3NaRzTkSMl2HvtNamNWMT01Wrc { top:10.625rem;left:0rem;width:37.3125rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEJTDf3lP5qJXJf1AqoCkThl4XbfJ991 { top:5.625rem;left:0rem;width:37rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaWtQqlGFfgU9EDKT12xt6PJJsK8ckvu { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKuLLtnkaX1QSKiMo4w3Uc13USc1o9Sr { top:13.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBObvyqeNCQkd2vNOe0UNMZGgqpMP8g5 { top:16.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkBukyTTM1DaN1pcAs711TWzBrT75dkO { top:19.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMrJsUT8HahbU8fFDXhbTA1BT4t9G5l { top:22.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhR8oId9aNttUUE66UkKNzAUCJwKaA4 { top:5.875rem;left:14.5625rem;width:33.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEE65TBqGuV83M4ySGoWZNxnyppMkfc4 { top:7.0625rem;left:0rem;width:17.625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCUL7wZSP0fScRugTqZ79ENIT0DfB9Fn { top:28.1875rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { display:block; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDuehcyHfrcXAeuFliOJc0Rctux7wiTN { top:0rem;left:0rem;width:47.75rem;height:20.373333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg3LuJS6cTxnfJnp3yvCWv9a88UxpbFO { top:32rem;left:6.21875rem;width:35.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { display:block; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { top:33.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { top:4.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { display:flex;height:auto;width:42.1875rem;top:11rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #cdKsZU2tvHadtoi4zGmxGObZizT2i3m3 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #Zhi66cdAnwUR1JuwhB3x0ssVfBFqEWEH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #uAPpsT6xOheNVOVzxsRGtA6q7nEoL73a {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KOWnu2b4ckpnuLvkBpwFGWArSnCKaILH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #NutbGeM774pakiDDMWg2XGaomb4e8kOX {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { width:15.3125rem;height:3.4375rem;top:37.6875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgcV06JIAl0SO5luP68VXqKeLEZSg6c { top:4.1875rem;left:35.0625rem;width:12.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yOuWvRiF8FFQm1Aht8EDTivOSiTX3Z { top:2.875rem;left:0rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAlIrdeFSSPrkloziFf7TO0BxcSrkJAM { top:5.5rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63y9y4BzXtHbSB7avaPVmE6wcy9NtHQ { top:3.0625rem;left:15.6875rem;width:16.375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld { top:9.375rem;left:28.75rem;width:2.625rem;height:2.625rem;display:block; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #db2csPLrFXbxcIFMguBFKzqCiTFZDsNF { top:2.8125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH { top:9.375rem;left:25.25rem;width:2.625rem;height:2.625rem;display:block; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #JNi3qHbsqZaJSWUPqRSw130vLJG6QlX9 { top:9.125rem;left:16.4375rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZgRy28RTJvaK2ElaX0W6c3bONrLR66f { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RZgRy28RTJvaK2ElaX0W6c3bONrLR66f > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiczNNf7kb9xRTrpAsGT8kkiX1pgzsq0 { width:13.5rem;height:2.6875rem;top:0.8125rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcViinN1k8qMfkXZFsdbzBRXB04EWn5C { display:block; }
 }@media only screen and (max-width: 763px) { #gXwpwrkoaT8piZvb69CeToreZXqGxUBR { width:20rem;height:1.23698125rem;top:3.478515625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #MS5cXh0xTBkCtnMuLT6PpKb8SRq6Regc { width:5.125rem;height:1.9375rem;top:0.8125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nd3g7VekveaT3uNkCL82FUOI04vzTilQ { width:1.9375rem;height:1.1875rem;top:1.5625rem;left:3.3125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xqX52u0we1hhu2oBtcAsytFxHnh2Xo { width:1.8125rem;height:1.25rem;top:1.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC2HOOEuosZBnqUZzk3nJZo43sRowedh { width:6.06228125rem;height:2.374675rem;top:1.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP { 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:initial !important;display:none; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP.adaptive-delivery-prevent-bg, #vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP.lazyload, #vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP.lazyloading { background-image: none; }#vLtwZGuo1lNdxpvRoWeGHPwlsuB9FvzP > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvqNqClEEz9DdDfXQlFrc6oZRC74qbS5 { width:13.0625rem;height:3.4375rem;top:25.4375rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl0LLEaZvv2ILL5k3NevQWFAnztMwJQl { display:block; }
 }@media only screen and (max-width: 763px) { #kWdHa48r3TFZUCflITFgaTzJt0tigStk { width:20rem;height:1.29980625rem;top:32.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NNr2RhOxX0ltxs8Gdlrdp92LbyrzzcDO { width:20rem;height:1.7871125rem;top:30.3125rem;left:0rem;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) { #cc4AEOW7t8XXvlulzWO0bAUVLu7Edn3m { width:19.9375rem;height:3.7119125rem;top:20.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N9oP6mBQwLMBqxgmJGNQnNblfwygXTvk { width:20rem;height:10.75rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c7ALMnLQAfmwKNuSyTsqaxBE1UyXbSF4 { width:20rem;height:4.7578947368421rem;top:9.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzTxHTqc39fZTi96nEmtpbpb2oTT3JQe { display:flex;width:3.125rem;height:3.125rem;top:16.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ { 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; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.adaptive-delivery-prevent-bg, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyload, #PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ.lazyloading { background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { background-color: transparent; background-image: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .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); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row > .video-iframe-container { display: none; }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .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); }#PKvbL1KfPEtIgBEGsrRO8OIeWcTBvQoQ > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhZkRzfgoo7wcpZHQv9AeAQUZONDezzm { width:13.0620625rem;height:3.4375rem;top:24.249675273895rem;left:3.4678819775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5PBB9fDDb9XSggZAHXu68gnWAce6iWR { display:block; }
 }@media only screen and (max-width: 763px) { #DtN0Iq5cx3BCvqsl6ITRd9CsdXs3q3ud { width:20rem;height:1.29948125rem;top:30.912002086639rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XD8zLKEeNoEvu6g97u7BCX2VSOJLy2Dv { width:20rem;height:1.7871125rem;top:29.124892711639rem;left:0rem;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) { #Ei3TSCQlfRpWHk92JW69sruM303wwvHu { width:19.9370625rem;height:3.0247375rem;top:20.049370765686rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lv0TJAgEScv85r03dkJdnKbV3peeEJLI { width:19.4375rem;height:4rem;top:7.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yz0RIr0puP21I1mVDoR0fewQzdwWzvQB { width:20rem;height:1.23751875rem;top:12.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:"work sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI { display:block; }#xJDZgkQeN6u7uwrxafvD2fmuaTHD89TI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEqPzHZfSWyEiUIqadcWu6luE8wq4kNe { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0W3NppDrFs1xbRC4OlcKJ2k18uWu5cT { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QSaMQK0twOfFsBRcK34siX4HsKyXiU { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cga4pZTKZ9pbDR8zaCqPSqNaxgHDB6ri { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMak81iQfpueB5y6nZzzlCqh3UTKtRo { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0y8NTHPF2kxycP4fAQxpJOCsmZOstl { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhhdN6FGoGDq0XcZflwrderRWuiQLUE { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOErKob4aOhNyOFXw7e45PlJX7Gf8eJs { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONbReT5wx7wxafULgHl3TnW53EMHGzAg { display:block; }#ONbReT5wx7wxafULgHl3TnW53EMHGzAg > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zimLltXtcX6pNBXa6yxTVh3ITa9U4yhQ { width:20rem;height:1.1327433628319rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbDtq94CulAppQ1ACgxLumwKzfImzHbG { display:block; }#VbDtq94CulAppQ1ACgxLumwKzfImzHbG > .row .container { width:20rem;height:47.000001907349rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vw7Tue7c4LuFKAIxNSZWfhpTqtTJR3qL { width:20rem;height:2.87543125rem;top:1.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UJt01BteV0EunIw1vXgSsLs3ncAVoSIz { width:19.625rem;height:22.39580625rem;top:5.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Rhh4dKpmmOV8Vhig1xD7oi8nW62WTU { width:15.3125rem;height:3.4375rem;top:29.1875rem;left:2.34375rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HdS4kNDDPiwmy211sEGvqDvW8pSEmGJO { display:block; }
 }@media only screen and (max-width: 763px) { #QnWVpa55lI0VdFz7Ifur5AseomG1UrOG { width:17.0625rem;height:17.0625rem;top:29.9375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amqWfWrQh028SXolrmA98TXRvZzVz9ma { 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; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma.adaptive-delivery-prevent-bg, #amqWfWrQh028SXolrmA98TXRvZzVz9ma.lazyload, #amqWfWrQh028SXolrmA98TXRvZzVz9ma.lazyloading { background-image: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container { background-color: transparent; background-image: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,40,95,0.5); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container > .video-iframe-container { display: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .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); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row > .video-iframe-container { display: none; }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .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); }#amqWfWrQh028SXolrmA98TXRvZzVz9ma > .row .container { width:20rem;height:118.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVPTrPffC8M2Mndr2cJ78bfDyaDOuZZg { width:20rem;height:30.3125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGi1Va3dXfHyF9wkUt9szsMvHwLvSKo2 { width:20rem;height:32.875rem;top:42.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #eykMQLPGD0vTc3qXaChOUnXLdwqeuKGc { width:20rem;height:39.5rem;top:75.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WJTOupmLyahIkoECzbKIOrrfaErgArtR { width:5.8125rem;height:3.09375rem;top:18.375rem;left:2.5rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #Z3h8mUToRlXz8TSKlCiXmiHFP4r6yg8h { width:8.9375rem;height:2.0625rem;top:14.375rem;left:7.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT0IKsWRx6sQ7vfckBPfnDh7WTTaRCPM { width:5.875rem;height:3.09375rem;top:49.5625rem;left:7.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMAneWKNHqtutE3lvc76GRSocaEgrTBD { width:7.0625rem;height:3.09375rem;top:82.8125rem;left:6.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rtpM4gnyVniTCFyg9huuZDd0nE2lUy { width:8.9375rem;height:2.0625rem;top:45.3125rem;left:6.5rem;font-size:1.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Qo8k57WwDRSKbLxMzNkVITx4b1RFMv6R { width:8.9375rem;height:2.0625rem;top:78.8125rem;left:7.125rem;font-size:1.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #kThaTqWLPNG40m1SndIeNNAQmEEiE48i { width:18.8125rem;height:0.9375rem;top:59.75rem;left:0.59375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #UKdVsrNT4JaO65oN96yIW3fRm15vSSBO { width:19rem;height:4.125rem;top:3.5625rem;left:1rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6TJivkpTVxSLdSkINJeVFZxhfZDfoQ { width:20rem;height:1.462675rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC7NGJS1r9lLPO51dnw4LIWdKSIuZx7U { width:3.375rem;height:1.86903125rem;top:21.5rem;left:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdetFef4oeh8u80ES7BZuLHKi8gnTp0o { width:3.6875rem;height:1.86903125rem;top:52.3125rem;left:8.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2W0oG1mbtlz2o6tTEpQG1oEIU7T1Sz { width:4.375rem;height:1.86903125rem;top:85.625rem;left:7.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHi8yR4siwTHtld95aLOVkcxlDD5ZpcT { width:9.1875rem;height:1.75021875rem;top:18.8125rem;left:10.3125rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #eTdadRJcZfT4JMzwS4bzFSEhS2RBA5Vw { width:15.375rem;height:11.37369375rem;top:23.75rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcmaqrVHW7cCzyF4bnoyvHUt0Xwfa9c { display:flex;width:1.5rem;height:1.5rem;top:23.75rem;left:1.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Wowdg5dSTfCmHL5lwGoBLdWyytfxRGdX { display:flex;width:1.5rem;height:1.5rem;top:33.6875rem;left:1.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kM0V7SoRNqhwvZRIbEuAR6zGJb9gyMz0 { display:flex;width:1.5rem;height:1.5rem;top:98.0625rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WM42P2NsDhIQq41TRaSM8S6vmVFKLmAR { width:15.375rem;height:13.64843125rem;top:54.6875rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM0zcX6nVrati1nDAPUJXJpMdZW8F949 { display:flex;width:1.5rem;height:1.5rem;top:64.625rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ifxJrceuuaV9WbqNI6O0GClsfDVKb66g { display:flex;width:1.5rem;height:1.5rem;top:66.875rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #LqT3OyaDlK3O0sbrHBwxHfXHMm2nKfGV { width:15.375rem;height:18.19790625rem;top:88.125rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN7zTBzGIG0iWqBIzkFMChnbQDtwx9uz { display:flex;width:1.5rem;height:1.5rem;top:88.125rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CNPpTdAsT0vBdTUvuknK3h5SMxfoMCf3 { display:flex;width:1.5rem;height:1.5rem;top:54.6875rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JdkJ5bCTS6vNRlfHhQhf3USVFFVT1yFa { display:flex;width:1.5rem;height:1.5rem;top:102.8125rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #R7KTPTI1PEGhwelscC8ReQts0yIfEkka { display:flex;width:1.5rem;height:1.5rem;top:106.25rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #E7r3kxQFUg4AhQwtPPvBUfxa627Bzhkx { width:17.5625rem;height:3.4375rem;top:36.5rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCR4osoJE7cTHoP4vHTGgt90TcUbKxb { display:block; }
 }@media only screen and (max-width: 763px) { #JOIDCTe6C0vGLgniPxsZQGDO9Lm76CE2 { width:16.5rem;height:8.0625rem;top:11.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNGRkyZPVH2RHWlgZZekyQNgPRcDSGe { width:16.4375rem;height:8rem;top:42.3125rem;left:1.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #HDz84NnOvoxCRnT9FLMiewQ6k9TTPUgD { width:17.5625rem;height:3.4375rem;top:69.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siHgNnO969TKiRNxyw5GT32SSGUDsEAU { display:block; }
 }@media only screen and (max-width: 763px) { #yNngHEGcspEeRl3lX22UHOJ4XStE6gs8 { width:17.5625rem;height:3.4375rem;top:109.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4DLeChn4seIWQu3MLwHm84vR4xgJQT { display:block; }
 }@media only screen and (max-width: 763px) { #EGHeyr5ciPBhVT51m2JQN988eit4i1Uh { width:16.5rem;height:8.0625rem;top:75.8125rem;left:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ouK4SGR3FKiywCDDffpNWrVOTNm68TUT { width:5.3125rem;height:5.3125rem;top:1.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OIVGTz3BTS2OmFKFubdKpXC8OGQWSi { width:3.5rem;height:3.29915625rem;top:2.8125rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWoXCpvRnTW0PofnlCINRNQGHRV2bR42 { width:9.1875rem;height:1.1375rem;top:20.375rem;left:10.3125rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #mGldbbcmROeSTgVmPohoBZs7R3FU4riP { display:none; }#mGldbbcmROeSTgVmPohoBZs7R3FU4riP > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dDgr5klU9UbxKOntqKvcetn8gUPITstk { width:16.125rem;height:2.0625rem;top:2.5rem;left:1.9375rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rJF1csAvU4dUierXs1zvUUVQPXbzWcoL { width:16.375rem;height:5.19791875rem;top:9.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIgyy02HhJCwi1ozqgrwkFz1V7B1EzdM { width:16.25rem;height:5.19791875rem;top:21.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzwNQ5kFpUxETLyHQ1oRvoK6TiXizRr { width:15.625rem;height:5.19791875rem;top:33.181640625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZX80yrke3s2i1eyD10ffiaxoo86AXAl { width:20rem;height:11rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMQpPJ8dbAUJWLbM8tldEzs6BEtVd8nz { width:20rem;height:10.875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwSeTWkZ5dkd5efnq1J2eHm45qWJLBqZ { width:20rem;height:10.6875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbITH2UqsvIn63SQCvpWVBybEv9hIpMs { width:17.1875rem;height:3.25rem;top:5.8125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdpUD9bGauGwARHxGTmidZNv4iHOAQU { width:17.1875rem;height:3.25rem;top:17.4375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrmdd3rXIbumyANziT5vOOv9zVV3gAT { width:17.1875rem;height:3.25rem;top:29.4375rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiUMhPBbuI0fkbSMtT8vdES2pyn9GnbU { width:20rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO { display:none; }#ZAGQKuqBlKt3ZhB4C8nvx4nm1UkHTRcO > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ { display:block; }#xSfJzB1lbfnSlQ19kTIQRZVLE4RAoTWJ > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fkd48Dx39atapygtOtR4ixATpL6xWo3S { width:16.125rem;height:2.0625rem;top:2.5rem;left:1.9375rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IQoyAc9Ab1LPEaZZynTh23FWRPaWtlUw { width:16.375rem;height:7.79688125rem;top:11.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Q76hpilI9Pq1I77OwQK4NaPDoe21T1 { width:16.25rem;height:7.79688125rem;top:29.51806640625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMN0bEXTFy8T3dWVGTCUio018dVs28H { width:15.625rem;height:7.79688125rem;top:45.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO493ssUDGsKSD0hNy62J1qolU0DNCnn { width:3.125rem;height:3.125rem;top:6.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDpvfmdsiiZVC0HXnOpfMrG2Df7vB8gI { width:3.125rem;height:3.125rem;top:24.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBEEu97oBninp4zF6OCnJtao2hasBsV3 { width:3.125rem;height:3.125rem;top:41.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Ead2x5Xyrnus7uDrRXJ2qR8csc9cT3 { width:20rem;height:12.6875rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0D1CnWmLAl0rxq5TTaZWLavB5AJcHCG { width:20rem;height:12.75rem;top:26.09375rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KASOxSAgllUDLXmNXglvA3Rlese1hyFl { width:20rem;height:14.375rem;top:8rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuA4SEhIuRc0bzJKJF5Lbz34UsyLo9pn { width:4.625rem;height:4.625rem;top:5.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNz9vhCZteZCNOnWFD7TCHrcPSsWIuc { width:4.625rem;height:4.625rem;top:23.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehSxGUcEOPokBinAZiLAP69ID4uqSLVt { width:4.625rem;height:4.625rem;top:40.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDWT8TyAhVKnoGSgK2T6JP1viuohC6x2 { width:20rem;height:1.1327433628319rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 { display:block; }#Vs1KCowqPEX82cnU0plER9NRkD2eTgB3 > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOWgn1T4yV5CvFNBE7reyqSo7WtxKolW { width:20rem;height:0;top:2.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CHa3ViHAHawoUFoNJOMHcfzgDS7TxgW3 { width:20rem;height:27.2890625rem;top:8.22412109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0JttMpSqZ3MzQv8Dd0VPmBm62AT879K { width:20rem;height:25rem;top:36.7333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJUUFpDKWtTyZmg9oE1wkXCgZylL04LJ { width:20rem;height:0.73394495412844rem;top:14.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNPnHxhhtg7TuDC26nIW7Zc4yoXfFBn5 { width:20rem;height:0.73394495412844rem;top:18rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTLdJ7AUMDNslTKrQPEc915G6gMqUOdP { width:20rem;height:0.73394495412844rem;top:22.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gpk34H0kPB0k4p14WrhtHSq3IpGEsK2C { width:20rem;height:0.73394495412844rem;top:26.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4iEwXR7TLU32grTh6Iv2cTah8ST95sG { width:20rem;height:0.73394495412844rem;top:31.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEsHRbXIVHgSSTreOfMK49G6C1i6FQad { width:20rem;height:0.73394495412844rem;top:35.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgO7BLTZzAICdNa8cRMHZroWOoIEfyIT { width:20rem;height:0.73394495412844rem;top:39.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTAxS0uPBA2nh4KeduTCFoI88sEN7pZB { width:18.375rem;height:4.6875rem;top:2.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mcXTdB0c1KiGA0QxXuX0Wtz1RBL69z01 { top:11.5rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15016;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v7kp3xuSJ0s5iXkq0ZfKpZXGNeTsOFVt { top:16.5625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15017;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yqCFBQSRUvJTayz5rXKhLbaNlhAKMpMt { top:20.6875rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15018;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hTvkEy3zR96NBaslgnxdWRUs1FP63Aw7 { top:24.5625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15019;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OynpgGUFJXcXOsUDGBcA4Iy9aCgZtTzd { top:28.5625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15020;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9WG2dxnPtfRPpaN7ddgPoB7fRduV7O { top:32.4375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15021;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq { display:block; }#DTTvCE3JIrZWpJ9LtdK51FovP3T58Twq > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv1nDWcIDTmRRydDp2BCPVtTOwACN1wo { width:18.5rem;height:2.0625rem;top:2.5rem;left:0.75rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AvENkCcwCS3vl1hwBgluJQxUv9potNXz { width:20rem;height:3.65625rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde { display:block; }#cglvqV2bMnwJ815OOzsQFQ5XBAbdBGde > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtFWipt3HWqAtQ0RFcsdDSZOWHwerrxx { width:5.8125rem;height:2.03125rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09cxuLJplAcMh5RMG2MT501SqDVHrH7 { width:6.25rem;height:1.29948125rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfTacibo7UB2DZuZTvdXAi1okgUixTJ { width:6.5rem;height:2.03125rem;top:6.875rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV09b8dWErcP6AwTglDy1i7EbwlSOUWy { width:8.0625rem;height:2.5989625rem;top:8.9375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIGl5C7DVqSOzzF2IXFBg8FlQh9bZmXv { width:7.312rem;height:2.03125rem;top:7.46875rem;left:12.43603515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDo5vHxBGnaB9qBJUxxWeWHC0dgUDXSr { width:7.5615rem;height:1.29948125rem;top:9.14990234375rem;left:12.310546875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B00i6mTheSQx0xu4CJkHmHGREUaZw9z2 { width:4.8125rem;height:2.03125rem;top:1.5rem;left:13.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IfEpr4K5ZuucPate8rm1tqDcT7zQ0v { width:8.4375rem;height:2.5989625rem;top:3.3125rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4ff3mtKtwOQRGCauViSK3BUEAzbkAET { width:2.125rem;height:4.25rem;top:0.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIbLOrXaNHU9l6l7UqQqERzyw5xVg4E { width:2.1875rem;height:4.4375rem;top:6.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcC9iDs4apsdEdgowDFGEbgRgCTVZaD { width:2.1875rem;height:4.4375rem;top:0.296875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8wT8GhIgguvuvozJeASTKNhPTbWh60b { width:2.1875rem;height:4.4375rem;top:6.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsCV6y0gVadSmKXXf27nLlxRBHGJO76g { display:block; }#nsCV6y0gVadSmKXXf27nLlxRBHGJO76g > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRaTwCDPSnTV8SOpUW8xeibFeuHXlhOC { width:13.0625rem;height:1.1375rem;top:0.51171875rem;left:3.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt { display:none; }#JevQTC48qF98I3UgDyVnvV9Ez7PkCpXt > .row .container { width:20rem;height:113.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DpMXuermEhdTdW3UKdfDt3mavFAylwvg { width:20rem;height:5.625rem;top:3.0625rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uwq7AIQm8yuQoUDFD78vFuiDAfV3siqa { width:20rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzmfQb3i0LzLdTF3UXdH4oIK6Jibvfb { height:11.25rem;width:20rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFZE0R4dVl8t67NPvbrTWDmlI4cWWCvP { width:20rem;height:2rem;top:103.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQuN8AsFiULmp1VKavipOU15ZHcVVUA { width:14.1875rem;height:3.4375rem;top:106.5rem;left:2.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZb4Bwfi60ancLErT33gtdJT7WmUx5t2 { display:block; }
 }@media only screen and (max-width: 763px) { #QVDAvrCcRD7a8BJwvkfhyPntIv9nnD0B { height:28rem;width:20rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLfrUF6upwqLZFxBEUv6W59ilTys2WJe { height:28rem;width:20rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwatiB2GuOxt1dumZ0gQ6FV9S8STRq5t { height:28rem;width:20rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb { display:block; }#L7JUxQb9mX02KABaUXSVNr2dXrFRFCnb > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqyEIGcCgXhMwBgowV5Z63vq3tdbPRGu { width:20rem;height:1.1327433628319rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB { display:block; }#O0vbzMtFTxWE1VfCrF5rpPiqcc2TqIsB > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3dc6HdqCouvPNT8ARX6J71TZ2XsFLH5 { width:20rem;height:4.125rem;top:2.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxit7oR9A2xOSKq0SvZPEB1BNHmrx7A { width:20rem;height:22.09110625rem;top:8.31201171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SaDiIL4xEvXNVn8X8xqTKvzN0dpKUK8z { width:15.3125rem;height:3.4375rem;top:32.068359375rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglUlPr7utUtPWBXqvCLndnP6wKfMwI9 { display:block; }
 }@media only screen and (max-width: 763px) { #HuaxRPGAdoiVP7B9z2m4Ci4lpdSuUvgo { width:17.625rem;height:17.625rem;top:38.25rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #SpiDUy4d96gpFhGMqxLWi95W42zbv0i1 { width:11.3125rem;height:11.3125rem;top:58.75rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #dxfcuzrMtQeq5Sh5MENbOzDGAdeQCC3h { width:12.875rem;height:12.875rem;top:50.1875rem;left:7.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW { display:block; }#ZV7bzK5AXod2V9wKSBuHuXd27XhSRSHW > .row .container { width:20rem;height:115.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGROukDI9V5EmfAmMT25lhfLNFN3gV0F { width:20rem;height:11.623036649215rem;top:5.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #NTKneAcxLg3AiFqfFrIxhOggbF2Q5lSe { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkMSx1nrfBOn0l7puTaWhIxuRUHICyA { width:17.8125rem;height:1.9249125rem;top:14.125rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkbBopdKyTTyqcWI4SAMc7kSkPqeeTvT { width:20rem;height:13.333333333333rem;top:17.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vfa3mmyM0vTb8466Tg1GTuzXql10ZvB0 { width:17.0625rem;height:1.924475rem;top:27.875rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hS5kXrMzgnyTn9glEe2H7mxC2WigPHcC { width:20rem;height:12.021563342318rem;top:31.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yhbqKbPapyd5WcXcyTOIP29HBrNKFfEh { width:17rem;height:1.924475rem;top:32.8125rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgNQI2zFTG30TmT4ZBDQchecUpdPOavb { width:20rem;height:5.9375rem;top:44.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #muk1U1ocAKLwz65JmJtQeTZEdTlnyIfW { width:20rem;height:1.7502125rem;top:50.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLwL79x9su11E7yHTlbZnLtPhThwUVW1 { width:20rem;height:13.9375rem;top:63.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BTpMblgVGTCnre0URpLMwNdEqvOePyUX { width:18.1875rem;height:1.924475rem;top:64.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8IKHhdpyXU6vhVqBTEbLPIPHcbRWSba { width:20rem;height:1.924475rem;top:55.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZzS862T3LIAoxi5a6kJPvFA0IRFqDe { width:20rem;height:9.0384615384615rem;top:53.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FVnKu7ggEEqKDszVtoVsATA4tw2KUGsi { width:20rem;height:4.5rem;top:103.609375rem;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) { #pPn75EvddZGEg1FfoqK6RpqXp2iqnmeI { width:15.3125rem;height:3.4375rem;top:108.921875rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9T7BLc1qC3sDzGybElAU1IATTUezgW { display:block; }
 }@media only screen and (max-width: 763px) { #a6WxQS0rM5h9gdm4ZWW4HcOi6JNM1aPv { width:20rem;height:12.219178082192rem;top:77.8125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hXhwhKa8nEAEyHrGLhgUAEJ1ovtLkng8 { width:18.125rem;height:2.9375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQOxfNuv1Mav1pqUv5rwosTP4uEFVpgS { width:15.6875rem;height:2.9375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMPyNwGoAZVoSNSnaWQ5kzJuoqTuFIC { width:17.8125rem;height:2.9375rem;top:32.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWft32XFgGWSauyWT9o0sEgNXNmX8ohD { width:20rem;height:2.9375rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXePvaNwGbnQQsT0h50WfMielcG82cGF { width:18.75rem;height:2.9375rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD92PdKTi9MAyOTNUcTCKc8avUyUDhe3 { width:17.375rem;height:2.9375rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzqR10LcNws3vfhOcuolGs2JFDTqJRs0 { width:19.875rem;height:2.9375rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmysMlkW4UgV5s9wvGfTw8CxnqEWa80 { width:19.5625rem;height:0;top:87.06884765625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xOKCVuFCMnQixhICCw6T8ZontaDZikTR { width:20rem;height:10.373831775701rem;top:90.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cIqVU5B6aSUJSL37Q5bPmXulMZ7FNOTE { width:20rem;height:2.9375rem;top:97.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuU3rDgLKeCTBKP725X7sx9JxHlSEwMP { width:20rem;height:0;top:101.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tEaasBRWXmQLi81T4Tzw98e0L1VTGKvD { width:19.3125rem;height:1.924475rem;top:98.06884765625rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TZbO9Ak7PKXidiRbA2h1wnmXEvRxpTxQ { width:19.5625rem;height:1.924475rem;top:87.06884765625rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #x8yTWaVldkATcRqon0cPMvJGVNfSb9sC { display:block; }#x8yTWaVldkATcRqon0cPMvJGVNfSb9sC > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1AbqUfi7UR7BPsExcAHhEMB5TQhrI9P { width:12.5rem;height:0;top:49.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEtkTPyPCvlxZNdd6X4qaI2VMzDT1cb { width:20rem;height:24.690125rem;top:5.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mtohT5bVscoSq47oJxIrZKklxWnWnrf6 { width:6.75rem;height:1.7rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wFEAxFf7rEXdft3KZg9OwbL6VSMuGopZ { width:11.25rem;height:11.25rem;top:42.75rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DQPg7KfX2Gq6ry4tXC4zoRSTm3A2PP1O { width:15.125rem;height:15.125rem;top:31rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #z7cT5snwcpWCRu6e58JH1NgdkbfWSbWx { width:10.8125rem;height:10.8125rem;top:48.5rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xge6c18Vngvv5HAbBh11pGuDpvuJt8K6 { width:4.25rem;height:1.7rem;top:54.125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VRsgxvXN6UxeN3nV8Z2RP5tV6feC1TKT { width:8.2495rem;height:2rem;top:59.5625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HPC5NPC1KyuHecurpQvxQvaEGtteZpxk { width:20rem;height:2.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) { #f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 { display:block; }#f2gFfxmx7tyilQzT3XtsaoVVhIaUg2w4 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrEla5DJrGtvmz0ARxqMMlhZoulgvxiz { width:20rem;height:1.1327433628319rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL { display:block; }#xtLcWhyQ3VJOiErKLOA99dPPwQA10TZL > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyRVHZ3NaRzTkSMl2HvtNamNWMT01Wrc { width:17.625rem;height:0;top:7.0732421875rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEJTDf3lP5qJXJf1AqoCkThl4XbfJ991 { width:16.0625rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VaWtQqlGFfgU9EDKT12xt6PJJsK8ckvu { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qKuLLtnkaX1QSKiMo4w3Uc13USc1o9Sr { display:flex;width:1.875rem;height:1.875rem;top:11rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UBObvyqeNCQkd2vNOe0UNMZGgqpMP8g5 { display:flex;width:1.875rem;height:1.875rem;top:28.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nkBukyTTM1DaN1pcAs711TWzBrT75dkO { display:flex;width:1.875rem;height:1.875rem;top:31.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #roMrJsUT8HahbU8fFDXhbTA1BT4t9G5l { display:flex;width:1.875rem;height:1.875rem;top:35.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IXhR8oId9aNttUUE66UkKNzAUCJwKaA4 { width:20rem;height:11.25rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEE65TBqGuV83M4ySGoWZNxnyppMkfc4 { width:17.625rem;height:6.49739375rem;top:7.0625rem;left:2.375rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JCUL7wZSP0fScRugTqZ79ENIT0DfB9Fn { width:16.4375rem;height:10.39583125rem;top:28.1875rem;left:2.375rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 { display:block; }#UOseRn6ttBy5ASV46wEK4A1i0OO2Csc7 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDuehcyHfrcXAeuFliOJc0Rctux7wiTN { height:9.8125rem;width:20rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg3LuJS6cTxnfJnp3yvCWv9a88UxpbFO { width:20rem;height:1.1327433628319rem;top:9.78271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc { display:block; }#HxZ2XDTVU6InlDEGQak1iu8ITDigXnWc > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkNg4ZxcFZaBkyHBPtcrTDHCpJn7s9CR { width:18.1875rem;height:4.0625rem;top:37.6572265625rem;left:0.90625rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nTfdMGlIe4tnRqByHOCtMPL1tevia0S3 { width:20rem;height:2.03125rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-heading-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm .accordion-desc-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm { display:flex;height:auto;width: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) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #GyIKTs8ZSwx4cGdhDtiTXtq2qbkft4OH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #qbLuhVwqrd3m1ByTpqr6VmrgJJN8hyW6 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #SaZoAmy3TOTw2UrcB2iReTIaX81G7TKQ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TTBm1QH8g0HQu4vhxiHB0mLHMwoVFJPJ {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #AScekBSIKkT2isZUPxSxPporZVV2wQvI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #sWEAzaFXPry7zfyK9arTbAxpKdW0i4zI {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KPGXJmDEcI9XV8RC46iqBPTuDwycLMR8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #xfVdIPNtsuWONbc5hF9GpvOSrWvBxANr {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #DwfiHEVA0V46oqsMKc5aBLGDcBenDJKw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #S88Tb3TsT3L9l5unxDiCBnO2hU2iTtbH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KsA8xdTet7hHEVpxR8TWzEd7nsnFBdsE {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #TsuL0v2qwxbnZszRTWnBwz4KiLvC4EKL {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ZJfmtkBBnwFIfmysbxyo4hSKBbL9ceTT {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #oQ2gL2N3atxdtBUtwCytLa43OpvtXInB {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #fubxQDFbVkMgQ1EWOSikmz4EEW68XFRo {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #cdKsZU2tvHadtoi4zGmxGObZizT2i3m3 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #Zhi66cdAnwUR1JuwhB3x0ssVfBFqEWEH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #uAPpsT6xOheNVOVzxsRGtA6q7nEoL73a {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #KOWnu2b4ckpnuLvkBpwFGWArSnCKaILH {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #NutbGeM774pakiDDMWg2XGaomb4e8kOX {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #CyPaEeEX4x3DHbPq2T6qNBfVMRlXSpne {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #wCfKwqEokPx1AFF9H8Lg9UqhKRikA4F8 {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #ioqRZZPf7zhHyMTAlE97kcHQr4FcEoce {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #zqLqyFVMiMKSZIqJpbzFnEqZlSXXllBw {  }
 }@media only screen and (max-width: 763px) { #xT6tkKyrBEZXKC2c27xFbJ5l2r2Jn9zm #mk8Ra3dvhssV1HZf8TWI3PyC3xTRzNZ8 {  }
 }@media only screen and (max-width: 763px) { #TDFtxGIJfVftP22Pf4KqXnXGnXe98DFF { width:15.3125rem;height:3.4375rem;top:42.9072265625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6iTltBkzHSLk7krcov0qsy3hdGobma { display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgcV06JIAl0SO5luP68VXqKeLEZSg6c { width:8.4995rem;height:0.9746125rem;top:20.375rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4yOuWvRiF8FFQm1Aht8EDTivOSiTX3Z { width:20rem;height:3.8984375rem;top:1.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAlIrdeFSSPrkloziFf7TO0BxcSrkJAM { width:11.875rem;height:0.9746125rem;top:21.75rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o63y9y4BzXtHbSB7avaPVmE6wcy9NtHQ { width:12.0625rem;height:1.949225rem;top:15.5625rem;left:4rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:3.6875rem;font-size:1.5rem; }
#Dwb5ZZtTgFIpgcZBaP6GplLIOgOgGLld > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #db2csPLrFXbxcIFMguBFKzqCiTFZDsNF { width:12.312rem;height:0.9746125rem;top:18.8125rem;left:3.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:6.8125rem;font-size:1.5rem; }
#OzHWpGcClpkrgNfcAeM1sTgM2VhVn2qH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JNi3qHbsqZaJSWUPqRSw130vLJG6QlX9 { width:6.75rem;height:2.3125rem;top:7.5625rem;left:2.9375rem;display:block; }
 }