.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { background-color: transparent; background-image: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container > .video-iframe-container { display: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container { display: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .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); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { border-width: 0; border-radius: 0; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { font-size:0.875rem;font-family:lato;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { 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:4.375rem;width:4.375rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#twewgzxAHSRPxbsbxKcy69ot1eX2sTVP { 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:15011;opacity:1;top:1.125rem;left:69.875rem; }
#twewgzxAHSRPxbsbxKcy69ot1eX2sTVP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dJvXcE5h0TuliUOUw0mkWSwfoT8T4oFS { 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:15012;opacity:1;top:1.125rem;left:65.6875rem; }
#dJvXcE5h0TuliUOUw0mkWSwfoT8T4oFS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:lato;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:#2f2f2f;display:block;width:57.8125rem;position:absolute;font-family:lato;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:#5e5e5e;display:block;width:34.0625rem;position:absolute;font-family:monteserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:5.0625rem;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;text-align:left;text-align-last:left;display:block; }
#Wc7ocvzlo5wKRia29aaQ3dgQRw6dTacc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5db31, #fcf3b9);background-image: -moz-linear-gradient(180deg, #f5db31, #fcf3b9);background-image: -ms-linear-gradient(180deg, #f5db31, #fcf3b9);background-image: -o-linear-gradient(180deg, #f5db31, #fcf3b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#fcf3b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#fcf3b9' );";background-image: linear-gradient(180deg, #f5db31, #fcf3b9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:2.625rem;left:36.125rem;display:block; }
#FBhKV4aLBXhK9C6dMsuViTTPIdAKautX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:28.625rem; }
#z3SeCe4H0pJhTmu6Si91o2km9Qv0fyCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:32.1875rem; }
#Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { position:absolute;display:block;z-index:14999;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:46.25rem;width:30.625rem;top:0rem;left:44.375rem;overflow:hidden;display:block; }
#N2noy8iT1Poy6ayGEfudB0qqUmxH9PAd { color:#5e5e5e;display:block;width:33.875rem;position:absolute;font-family:monteserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:26.9375rem;left:0rem;height:5.0625rem;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; }
#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row .container { background-color: transparent; background-image: none; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row .container > .video-iframe-container { display: none; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row > .video-iframe-container { display: none; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .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); }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row .container { border-width: 0; border-radius: 0; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row .container { font-size:0.875rem;font-family:lato;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Vc0ku7R2TE2KnSmBnGbdc3TDbtgQ3JDo { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ynFIRHW1N2lObt2UuhpBt6CIsNXFkRqO { 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:13.25rem;width:20rem;top:14.375rem;left:0rem;overflow:hidden;display:block; }
#E1cETfwOM1h2bvFcMaywy0vSf0wf8EDe { 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:13.25rem;width:20rem;top:14.375rem;left:20rem;overflow:hidden;display:block; }
#kCxFH1arxBavQw4uSFTiVrcTaNIJ0vHm { color:#2f2f2f;display:block;width:32.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.375rem;left:42.6875rem;height:3rem;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; }
#Ev62bikG21rZ9215VCkNml1ectkDkoeL { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.3125rem;left:47.0625rem;display:block; }
#FbyK858he1CVXTTkPPTyFA2bXnrvgDwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9OsqJQrE208IeSbUcuH3suaRg5CwSJ3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23.625rem;left:42rem; }
#CtZgqIKqwHsskbsU2w1ntDQDoFnl4QFq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5db31, #ebebeb);background-image: -moz-linear-gradient(180deg, #f5db31, #ebebeb);background-image: -ms-linear-gradient(180deg, #f5db31, #ebebeb);background-image: -o-linear-gradient(180deg, #f5db31, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#ebebeb' );";background-image: linear-gradient(180deg, #f5db31, #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:17.625rem;width:25.125rem;top:6.6875rem;left:49.875rem;display:block; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .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); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:lato;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.75rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { 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:15023;opacity:1;top:16.6748046875rem;left:60.9375rem; }
#KlEorazsQWQ42n4052ZKfqz646SQLsUB { 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:15021;opacity:1;top:16.6748046875rem;left:10.9375rem; }
#XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:23.25rem;left:52.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:23.25rem;left:27.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { 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:15028;opacity:1;top:17.125rem;left:35.9375rem; }
#cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:25.65625rem;left:52.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#urgI1itdplflaP3TcAp5CXt6JZSON0XB { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:25.65625rem;left:2.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:23.25rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d20f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.59375rem;left:30.9375rem;display:block; }
#ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { position:absolute;display:block;z-index:15009;background-color:#f8eb95;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:36.625rem;left:0rem;display:block; }
#Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -moz-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -ms-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -o-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fcad', endColorstr='#b48dfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fcad', endColorstr='#b48dfa' );";background-image: linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.1123046875rem;left:9.375rem;display:block; }
#ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -moz-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -ms-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -o-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fcad', endColorstr='#b48dfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fcad', endColorstr='#b48dfa' );";background-image: linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.5625rem;left:34.375rem;display:block; }
#phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -moz-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -ms-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-image: -o-linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fcad', endColorstr='#b48dfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fcad', endColorstr='#b48dfa' );";background-image: linear-gradient(180deg, rgba(205,179,252,0.68), #b48dfa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.1123046875rem;left:59.375rem;display:block; }
#qBmsVgP1MTGd0PRqTIXouFrTbAyyb0wA { 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:40rem;width:40rem;display:none; }
#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { background-color: transparent; background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .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); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { border-width: 0; border-radius: 0; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { font-size:0.875rem;font-family:lato;height:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { color:#2f2f2f;display:block;width:37.25rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:8.0625rem;left:37.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:39.5625rem;left:37.8125rem;display:block; }
#D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { color:#5e5e5e;display:block;width:37.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:22.625rem;left:37.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { color:#2f2f2f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:20.0625rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { color:#5e5e5e;display:block;width:37.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:28.9375rem;left:37.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { color:#2f2f2f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:26.375rem;left:41.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Iaq327omOJeptqsZEeV60nAGHEuHebSo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.6875rem;left:37.8125rem; }
#mMHuZrRa2qXdHillmDRq1Logi5KVwABl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26rem;left:37.8125rem; }
#U8ClgvAe6IboystakAosh09k4ZWRK0p2 { 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:35.8125rem;width:35.8125rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { color:#5e5e5e;display:block;width:37.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:35.25rem;left:37.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TS1rTI36inXf9I5QPevfmub5gtlfqqzw { color:#2f2f2f;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:32.6875rem;left:41.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lxA60wLoy2GqCRnMfax6rA69CABW2CUf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.3125rem;left:37.8125rem; }
#zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b48dfa, #ebebeb);background-image: -moz-linear-gradient(180deg, #b48dfa, #ebebeb);background-image: -ms-linear-gradient(180deg, #b48dfa, #ebebeb);background-image: -o-linear-gradient(180deg, #b48dfa, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48dfa', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48dfa', endColorstr='#ebebeb' );";background-image: linear-gradient(180deg, #b48dfa, #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.724609375rem;left:60.0625rem;display:block; }
#MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { color:#5e5e5e;display:block;width:37.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.224609375rem;left:37.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row .container { background-color: transparent; background-image: none; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row .container > .video-iframe-container { display: none; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row > .video-iframe-container { display: none; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .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); }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row .container { border-width: 0; border-radius: 0; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row .container { font-size:0.875rem;font-family:lato;height:51.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Mz5m4Ca3fyqUP5tlmgLXAtzQ7absDxlR { color:#2f2f2f;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6875rem;left:25.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ME37g8F0DSa0mez5gsE2HU4MuXih33ot { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cdb3fc, #ebebeb);background-image: -moz-linear-gradient(270deg, #cdb3fc, #ebebeb);background-image: -ms-linear-gradient(270deg, #cdb3fc, #ebebeb);background-image: -o-linear-gradient(270deg, #cdb3fc, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fc', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb3fc', endColorstr='#ebebeb' );";background-image: linear-gradient(270deg, #cdb3fc, #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:24.5rem;width:24.5rem;top:4.6875rem;left:47.625rem;display:block; }
#fA4i3Z1VrkJI8nhpx0Rhv2V3HbT6iCEJ { 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:22.5rem;width:22.5rem;top:20.75rem;left:0rem;overflow:hidden;display:block; }
#OnsSttBuzpMLWwQGTDeoSkUz5H1C12Sf { color:#5e5e5e;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.5625rem;left:25.0625rem;height:1.5rem;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; }
#pGTTN1PRRbch6SiVsyRaDQdgN9vGwbeZ { 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:14.875rem;width:22.5rem;top:5.875rem;left:0rem;overflow:hidden;display:block; }
#oOpVlycPEbOsQ6Cc9aEQReb9cNwbsb91 { color:#5e5e5e;display:block;width:46.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:28.1875rem;height:4.5rem;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; }
#uWiQO1pFwIxhI8TkyApUG75awGTVwc6M { color:#2f2f2f;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:19.375rem;left:28.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xqsgpTwoTHNXRzUhxwlLwAAbzyyV2arx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.25rem;left:25.0625rem; }
#iFkHH27kvMGfApTiwPKPuWT3d8I5hxZm { color:#5e5e5e;display:block;width:46.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:29.75rem;left:28.1875rem;height:3rem;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; }
#dTItJOyt0P0yNcPGWakGz3JLPx3pfDZ3 { color:#2f2f2f;display:block;width:46.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:26.875rem;left:28.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d98sKQJnBKo1c9cXiSzdRWpZvICVDJg8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.75rem;left:25.0625rem; }
#khSQxa4hz7LfBItug4ZoNMgvuGXG4N6u { color:#5e5e5e;display:block;width:46.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:37.4375rem;left:28.1875rem;height:3rem;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; }
#L7kMSp6EurBZOJiwZe4zM6CICgOrddKp { color:#2f2f2f;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:34.5625rem;left:28.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XfDrqnSlZm5eRrINmi06N6UP9HL3of3U { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:34.4375rem;left:25.0625rem; }
#XrCs2IX2f1iZ3WWovZ5XWg0VM4I9qXeJ { 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:15000;opacity:1;display:none; }
#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD { background-color:#cdb3fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row .container { background-color: transparent; background-image: none; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row .container > .video-iframe-container { display: none; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row > .video-iframe-container { display: none; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .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); }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row .container { border-width: 0; border-radius: 0; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row .container { font-size:0.875rem;font-family:lato;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#xerNd10fKQHeg7eDIu2OPorW9ipMOIJ6 { color:#2f2f2f;display:block;width:51.875rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jm8NfrQxCizWCGxx4VI3Th46svwk9XXS { color:#2f2f2f;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.5rem;left:5.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#z4MpRkC3G35tWZwDf7TcnyunEazaAFBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.5625rem;left:0rem; }
#he6y8wkidUsRVb0kxWl7z2sl1Laq4bK8 { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.25rem;left:5.1875rem;display:block; }
#xnVa9oxiUlOIHVBfisoEDw7GcgvEA5g2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGMPLAQaFrtkIy0GE7SzXQZwKF2hDCAt { color:#2f2f2f;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:23.0625rem;left:5.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aN0vHXvfWwcoTHZ7zZFsqKeE60ZXJ6ZL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:21.625rem;top:6.875rem;left:53.3125rem;overflow:hidden;display:block; }
#T1Mgdz2Pzy0yEMlrvwTvoknSTO9gQMc5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.125rem;left:44rem; }
#qZcNwrX2yZiKaEmB7HJZCgh8duv0zWkn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.75rem;left:40.625rem; }
#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { background-color:#2f2f2f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { background-color: transparent; background-image: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { display: none; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .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); }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { border-width: 0; border-radius: 0; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { font-size:0.875rem;font-family:lato;height:31.375rem;width:75rem;overflow:visible;position:relative;display:block; }#nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { background-color:transparent;background-image:none;border-top:0.125rem solid #ebebeb;border-left:0.125rem solid #ebebeb;border-right:0.125rem solid #ebebeb;border-bottom:0.125rem solid #ebebeb;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.25rem;left:61.875rem;display:block; }
#KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { color:#ebebeb;display:block;width:37.6875rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:6.4375rem;left:37.3125rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6d20f7, #2f2f2f);background-image: -moz-linear-gradient(180deg, #6d20f7, #2f2f2f);background-image: -ms-linear-gradient(180deg, #6d20f7, #2f2f2f);background-image: -o-linear-gradient(180deg, #6d20f7, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d20f7', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d20f7', endColorstr='#2f2f2f' );";background-image: linear-gradient(180deg, #6d20f7, #2f2f2f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:6.5625rem;left:16.375rem;display:block; }
#wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { color:#ebebeb;display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:13.099609375rem;left:0rem;height:3rem;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; }
#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row .container { background-color: transparent; background-image: none; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row .container > .video-iframe-container { display: none; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row > .video-iframe-container { display: none; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .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); }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row .container { border-width: 0; border-radius: 0; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row .container { font-size:0.875rem;font-family:lato;height:21rem;width:75rem;overflow:visible;position:relative;display:block; }#k8MrkiQfGetAIIalZ9R44hmhFtaFKT1l { 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:19.8125rem;width:19.8125rem;top:0.59375rem;left:29.375rem;overflow:hidden;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:#240b52;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .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); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:lato;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { color:#ebebeb;display:block;width:61.8125rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:13.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#c1prin0cHFcVC0y1KQxbsVWy2DnErMRD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.3125rem;left:4.625rem; }
#ALJqxk9Nzzpdlxm56i33i4rkQ1HUryhM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.8125rem;left:1.0625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#cdb3fc;background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#240b52;line-height:2.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;color:#4915a5;height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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_47cf5f9406e7fabe5b9912905d68b07c610edc26.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.625rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { background-color: transparent; background-image: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container > .video-iframe-container { display: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container { display: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .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); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { border-width: 0; border-radius: 0; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { font-size:0.875rem;font-family:lato;height:23.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { color:#2f2f2f;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qesWVTxkEkp31mVfxGuLKRGD3WXDp7T5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.0625rem;left:39.0625rem; }
#mzAGEytoLoWInzzo5brCNs4o9Mx1eaTS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.5625rem;left:39rem; }
#ceepc7Vq4olQeNhf3NvaP0p2VImla69B { color:#5e5e5e;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:43rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l7ZKi6SnRWTst5NVPmHrrPalLwvRT1Us { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.625rem;width:39.375rem;top:2.625rem;left:35.375rem;display:block; }
#Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { color:#5e5e5e;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13rem;left:43rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { color:#5e5e5e;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:14.75rem;left:42.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Khgpbm0vct39fsPXLm2DRG7M4w3a2R4f { color:#5e5e5e;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ydRVARlwMrXCL0STNft0izefQxBGXFhk { 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:7.5rem;width:7.5rem;top:22.25rem;left:33.75rem;overflow:hidden;display:block; }
#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { background-color:#2f2f2f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { background-color: transparent; background-image: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container > .video-iframe-container { display: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container { display: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .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); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { border-width: 0; border-radius: 0; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { font-size:0.875rem;font-family:lato;height:13.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#SSQM3fKPSAWiMxeqq3XgbsS2luax6a6Q { color:#8d8d8d;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9rem;left:26.0625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CDsURv7Ld8aER9uJVa4MW38cQS6LchLr { position:absolute;display:block;z-index:15009;background-color:#5e5e5e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:6.25rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { top:0.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twewgzxAHSRPxbsbxKcy69ot1eX2sTVP { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#twewgzxAHSRPxbsbxKcy69ot1eX2sTVP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dJvXcE5h0TuliUOUw0mkWSwfoT8T4oFS { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#dJvXcE5h0TuliUOUw0mkWSwfoT8T4oFS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:21.1875rem;left:0rem;width:34.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc7ocvzlo5wKRia29aaQ3dgQRw6dTacc { top:2.625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhKV4aLBXhK9C6dMsuViTTPIdAKautX { top:29.5625rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3SeCe4H0pJhTmu6Si91o2km9Qv0fyCO { top:26.0625rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { top:0rem;left:17.125rem;width:30.625rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2noy8iT1Poy6ayGEfudB0qqUmxH9PAd { top:26.9375rem;left:0rem;width:33.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 { display:block; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc0ku7R2TE2KnSmBnGbdc3TDbtgQ3JDo { top:6.6875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynFIRHW1N2lObt2UuhpBt6CIsNXFkRqO { top:14.375rem;left:0rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1cETfwOM1h2bvFcMaywy0vSf0wf8EDe { top:14.375rem;left:6.375rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxFH1arxBavQw4uSFTiVrcTaNIJ0vHm { top:14.375rem;left:15.3125rem;width:32.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev62bikG21rZ9215VCkNml1ectkDkoeL { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyK858he1CVXTTkPPTyFA2bXnrvgDwH { display:block; }
 }@media only screen and (max-width: 763px) { #C9OsqJQrE208IeSbUcuH3suaRg5CwSJ3 { top:23.625rem;left:28.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtZgqIKqwHsskbsU2w1ntDQDoFnl4QFq { top:6.6875rem;left:22.625rem;width:25.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { top:6.75rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { top:16.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { top:16.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { top:23.25rem;left:27.75rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { top:23.25rem;left:13.875rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { top:17.125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { top:25.625rem;left:27.75rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { top:25.625rem;left:13.875rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { top:25.625rem;left:0rem;width:20rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { top:23.25rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { top:36.625rem;left:0rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { top:15.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { top:15.5625rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { top:15.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmsVgP1MTGd0PRqTIXouFrTbAyyb0wA { width:40rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { top:8.0625rem;left:10.5rem;width:37.25rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:13.125rem;height:4.375rem;top:39.5625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { top:22.625rem;left:10.625rem;width:37.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { top:20.0625rem;left:14.0625rem;width:33.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { top:28.9375rem;left:10.5rem;width:37.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { top:26.375rem;left:14.0625rem;width:33.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { top:19.6875rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMHuZrRa2qXdHillmDRq1Logi5KVwABl { top:26rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ClgvAe6IboystakAosh09k4ZWRK0p2 { top:8.0625rem;left:0rem;width:35.8125rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { top:35.25rem;left:10.5625rem;width:37.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1rTI36inXf9I5QPevfmub5gtlfqqzw { top:32.6875rem;left:14rem;width:33.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxA60wLoy2GqCRnMfax6rA69CABW2CUf { top:32.3125rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { top:5.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { top:13.1875rem;left:10.5rem;width:37.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJEChiyI5yqgknADEfadbFO3xoP5Tf6V { display:block; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz5m4Ca3fyqUP5tlmgLXAtzQ7absDxlR { top:5.6875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME37g8F0DSa0mez5gsE2HU4MuXih33ot { top:4.6875rem;left:23.25rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA4i3Z1VrkJI8nhpx0Rhv2V3HbT6iCEJ { top:20.75rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnsSttBuzpMLWwQGTDeoSkUz5H1C12Sf { top:11.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTTN1PRRbch6SiVsyRaDQdgN9vGwbeZ { top:5.875rem;left:0rem;width:22.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOpVlycPEbOsQ6Cc9aEQReb9cNwbsb91 { top:22.25rem;left:1.0625rem;width:46.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWiQO1pFwIxhI8TkyApUG75awGTVwc6M { top:19.375rem;left:0.875rem;width:46.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqsgpTwoTHNXRzUhxwlLwAAbzyyV2arx { top:19.25rem;left:11.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFkHH27kvMGfApTiwPKPuWT3d8I5hxZm { top:29.75rem;left:0.9375rem;width:46.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTItJOyt0P0yNcPGWakGz3JLPx3pfDZ3 { top:26.875rem;left:0.9375rem;width:46.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d98sKQJnBKo1c9cXiSzdRWpZvICVDJg8 { top:26.75rem;left:11.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSQxa4hz7LfBItug4ZoNMgvuGXG4N6u { top:37.4375rem;left:0.9375rem;width:46.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7kMSp6EurBZOJiwZe4zM6CICgOrddKp { top:34.5625rem;left:0.875rem;width:46.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfDrqnSlZm5eRrINmi06N6UP9HL3of3U { top:34.4375rem;left:11.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrCs2IX2f1iZ3WWovZ5XWg0VM4I9qXeJ { display:none; }
 }@media only screen and (max-width: 763px) { #XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD { display:block; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xerNd10fKQHeg7eDIu2OPorW9ipMOIJ6 { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm8NfrQxCizWCGxx4VI3Th46svwk9XXS { top:15.5rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4MpRkC3G35tWZwDf7TcnyunEazaAFBT { top:13.5625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #he6y8wkidUsRVb0kxWl7z2sl1Laq4bK8 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVa9oxiUlOIHVBfisoEDw7GcgvEA5g2 { display:block; }
 }@media only screen and (max-width: 763px) { #aGMPLAQaFrtkIy0GE7SzXQZwKF2hDCAt { top:23.0625rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN0vHXvfWwcoTHZ7zZFsqKeE60ZXJ6ZL { top:6.875rem;left:26.125rem;width:21.5625rem;height:32.966697965017rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mgdz2Pzy0yEMlrvwTvoknSTO9gQMc5 { top:30.125rem;left:30.375rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZcNwrX2yZiKaEmB7HJZCgh8duv0zWkn { top:33.75rem;left:27rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:13.125rem;height:4.375rem;top:23.25rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { top:6.4375rem;left:10.0625rem;width:37.6875rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { top:6.5625rem;left:2.75rem;width:19.625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { top:13.0625rem;left:0rem;width:34.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO { display:block; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8MrkiQfGetAIIalZ9R44hmhFtaFKT1l { top:0.5625rem;left:15.75rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { top:6.0625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1prin0cHFcVC0y1KQxbsVWy2DnErMRD { top:4.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALJqxk9Nzzpdlxm56i33i4rkQ1HUryhM { top:7.8125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { top:4.625rem;left:0rem;width:34.375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qesWVTxkEkp31mVfxGuLKRGD3WXDp7T5 { top:8.0625rem;left:25.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAGEytoLoWInzzo5brCNs4o9Mx1eaTS { top:12.5625rem;left:25.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceepc7Vq4olQeNhf3NvaP0p2VImla69B { top:8.4375rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ZKi6SnRWTst5NVPmHrrPalLwvRT1Us { top:2.625rem;left:8.125rem;width:39.375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { top:13rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { top:14.75rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khgpbm0vct39fsPXLm2DRG7M4w3a2R4f { top:10.75rem;left:0rem;width:31.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydRVARlwMrXCL0STNft0izefQxBGXFhk { width:7.5rem;height:7.5rem;top:22.25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQM3fKPSAWiMxeqq3XgbsS2luax6a6Q { top:9rem;left:12.4375rem;width:25.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDsURv7Ld8aER9uJVa4MW38cQS6LchLr { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twewgzxAHSRPxbsbxKcy69ot1eX2sTVP { display:flex;width:3.25rem;height:3.25rem;top:1.5rem;left:15.75rem; }
#twewgzxAHSRPxbsbxKcy69ot1eX2sTVP > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #dJvXcE5h0TuliUOUw0mkWSwfoT8T4oFS { display:flex;width:3.125rem;height:3.125rem;top:1.5625rem;left:12.625rem; }
#dJvXcE5h0TuliUOUw0mkWSwfoT8T4oFS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:13.125rem;height:4.375rem;top:8.8984375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:20rem;height:6rem;top:16.5234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wc7ocvzlo5wKRia29aaQ3dgQRw6dTacc { width:13.1875rem;height:8.375rem;top:6.8984375rem;left:3.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhKV4aLBXhK9C6dMsuViTTPIdAKautX { display:flex;width:4.375rem;height:4.375rem;top:34.8125rem;left:12.875rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #z3SeCe4H0pJhTmu6Si91o2km9Qv0fyCO { display:flex;width:4.375rem;height:4.375rem;top:32.8125rem;left:14.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #Va0Qrabk2GWvMk4TAh0X1fsWhTBtSOq3 { width:20rem;height:30.203125rem;top:48.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2noy8iT1Poy6ayGEfudB0qqUmxH9PAd { width:20rem;height:8.4375rem;top:23.7734375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 { display:block; }#l1p6k9t0oAkva7V3x9wWhqUiSSVBIBo9 > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vc0ku7R2TE2KnSmBnGbdc3TDbtgQ3JDo { width:15.125rem;height:4.798825rem;top:1.25rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynFIRHW1N2lObt2UuhpBt6CIsNXFkRqO { width:20rem;height:13.25rem;top:7.29785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1cETfwOM1h2bvFcMaywy0vSf0wf8EDe { width:20rem;height:13.25rem;top:21.79785rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kCxFH1arxBavQw4uSFTiVrcTaNIJ0vHm { width:20rem;height:6rem;top:36.29785rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ev62bikG21rZ9215VCkNml1ectkDkoeL { width:13.125rem;height:4.375rem;top:47.11035rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyK858he1CVXTTkPPTyFA2bXnrvgDwH { display:block; }
 }@media only screen and (max-width: 763px) { #C9OsqJQrE208IeSbUcuH3suaRg5CwSJ3 { display:flex;width:2.3125rem;height:2.3125rem;top:43.54785rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #CtZgqIKqwHsskbsU2w1ntDQDoFnl4QFq { width:20rem;height:30.125rem;top:52.73535rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { display:flex;width:2.5rem;height:2.5rem;top:37.75rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { display:flex;width:2.5rem;height:2.5rem;top:8.875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { width:14.375rem;height:1.6494125rem;top:33.875rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { width:12.5rem;height:1.6494125rem;top:18.4375rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { display:flex;width:2.5rem;height:2.5rem;top:22.125rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { width:20rem;height:6rem;top:42.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { width:20rem;height:4.5rem;top:26.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { width:20rem;height:3rem;top:13.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { width:12.5rem;height:1.6494125rem;top:5.625rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:13.125rem;height:4.375rem;top:51.25rem;left:3.4375rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { width:20rem;height:0.3125rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { width:4.375rem;height:4.375rem;top:7.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { width:4.375rem;height:4.375rem;top:21.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { width:4.375rem;height:4.375rem;top:36.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmsVgP1MTGd0PRqTIXouFrTbAyyb0wA { top:59.125rem;left:4.0625rem;width:11.875rem;height:11.875rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { width:20rem;height:2.3994125rem;top:22.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:13.125rem;height:4.375rem;top:74.18261875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { width:20rem;height:1.5rem;top:49.484375rem;left:0rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { width:16.875rem;height:1.6494125rem;top:46.5859375rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { width:20rem;height:1.5rem;top:60.3828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKCShtMPWCnwwRSKMHQIVTaiDmNGLdtJ { width:16.875rem;height:1.6494125rem;top:57.484375rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iaq327omOJeptqsZEeV60nAGHEuHebSo { display:flex;width:2.5rem;height:2.5rem;top:42.8359375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #mMHuZrRa2qXdHillmDRq1Logi5KVwABl { display:flex;width:2.5rem;height:2.5rem;top:53.734375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #U8ClgvAe6IboystakAosh09k4ZWRK0p2 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { width:20rem;height:1.5rem;top:71.43261875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS1rTI36inXf9I5QPevfmub5gtlfqqzw { width:16.875rem;height:1.79980625rem;top:68.3828125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxA60wLoy2GqCRnMfax6rA69CABW2CUf { display:flex;width:2.5rem;height:2.5rem;top:64.6328125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #zMkRvTkvxPsl8ofh7hkaEwT5r8E1aDsI { width:12.5rem;height:12.5rem;top:29.0859375rem;left:3.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MxNBhsWzPTpMs7srW1qgfu95ngHlzZri { width:20rem;height:1.6875rem;top:26.1484375rem;left:0rem;font-size:1.125rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJEChiyI5yqgknADEfadbFO3xoP5Tf6V { display:block; }#OJEChiyI5yqgknADEfadbFO3xoP5Tf6V > .row .container { width:20rem;height:106.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz5m4Ca3fyqUP5tlmgLXAtzQ7absDxlR { width:20rem;height:2.3994125rem;top:15.7216875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ME37g8F0DSa0mez5gsE2HU4MuXih33ot { width:10.8125rem;height:10.8125rem;top:70.182625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA4i3Z1VrkJI8nhpx0Rhv2V3HbT6iCEJ { width:20rem;height:20rem;top:23.620125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnsSttBuzpMLWwQGTDeoSkUz5H1C12Sf { width:20rem;height:3rem;top:19.370125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGTTN1PRRbch6SiVsyRaDQdgN9vGwbeZ { width:20rem;height:13.2216875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOpVlycPEbOsQ6Cc9aEQReb9cNwbsb91 { width:20rem;height:9rem;top:51.557625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWiQO1pFwIxhI8TkyApUG75awGTVwc6M { width:20rem;height:1.6875rem;top:48.620125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqsgpTwoTHNXRzUhxwlLwAAbzyyV2arx { display:flex;width:2.5rem;height:2.5rem;top:44.870125rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #iFkHH27kvMGfApTiwPKPuWT3d8I5hxZm { width:20rem;height:6rem;top:82.245125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTItJOyt0P0yNcPGWakGz3JLPx3pfDZ3 { width:20rem;height:1.6875rem;top:65.557625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d98sKQJnBKo1c9cXiSzdRWpZvICVDJg8 { display:flex;width:2.5rem;height:2.5rem;top:61.807625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #khSQxa4hz7LfBItug4ZoNMgvuGXG4N6u { width:20rem;height:6rem;top:97.682625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7kMSp6EurBZOJiwZe4zM6CICgOrddKp { width:20rem;height:3.375rem;top:94.745125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfDrqnSlZm5eRrINmi06N6UP9HL3of3U { display:flex;width:2.5rem;height:2.5rem;top:90.995125rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XrCs2IX2f1iZ3WWovZ5XWg0VM4I9qXeJ { display:flex;top:72.8125rem;left:6.65625rem;width:6.6875rem;height:6.6875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD { display:block; }#XBmuUX1PkSf2hfVPtdWdz8196V6kJmOD > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xerNd10fKQHeg7eDIu2OPorW9ipMOIJ6 { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jm8NfrQxCizWCGxx4VI3Th46svwk9XXS { width:19.375rem;height:1.5rem;top:12.23535rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4MpRkC3G35tWZwDf7TcnyunEazaAFBT { display:flex;width:3.6875rem;height:3.6875rem;top:7.29785rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #he6y8wkidUsRVb0kxWl7z2sl1Laq4bK8 { width:13.125rem;height:4.375rem;top:16.48535rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVa9oxiUlOIHVBfisoEDw7GcgvEA5g2 { display:block; }
 }@media only screen and (max-width: 763px) { #aGMPLAQaFrtkIy0GE7SzXQZwKF2hDCAt { width:20rem;height:1.5rem;top:27.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aN0vHXvfWwcoTHZ7zZFsqKeE60ZXJ6ZL { width:20rem;height:30.5761875rem;top:35.48535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Mgdz2Pzy0yEMlrvwTvoknSTO9gQMc5 { display:flex;width:4.0625rem;height:4.0625rem;top:21.375rem;left:8.875rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #qZcNwrX2yZiKaEmB7HJZCgh8duv0zWkn { display:flex;width:4.0625rem;height:4.0625rem;top:23.25rem;left:7.0625rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #v2RUdh07S26sZ8C73lwa8TVTxtbLypeK { display:block; }#v2RUdh07S26sZ8C73lwa8TVTxtbLypeK > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:13.125rem;height:3.75rem;top:28.5478515625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { width:20rem;height:4.798825rem;top:19.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGhT5TEyhHTUcVfKtGM1p5dM6HrTnb9Q { width:20rem;height:16.3125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWeX9AxZnZlfSw7iFFur5IqpQyl6LAN8 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO { display:block; }#NImGN0GrZbpb7HQhZM3u3tNTAzHpZGmO > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8MrkiQfGetAIIalZ9R44hmhFtaFKT1l { width:19.8125rem;height:19.8125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { width:20rem;height:4.798825rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1prin0cHFcVC0y1KQxbsVWy2DnErMRD { display:flex;width:3.75rem;height:3.75rem;top:3.3125rem;left:1.8125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #ALJqxk9Nzzpdlxm56i33i4rkQ1HUryhM { display:flex;width:3.75rem;height:3.75rem;top:5rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:20rem;top:17.29785rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qesWVTxkEkp31mVfxGuLKRGD3WXDp7T5 { display:flex;width:2.375rem;height:2.375rem;top:12.1796875rem;left:3.375rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #mzAGEytoLoWInzzo5brCNs4o9Mx1eaTS { display:flex;width:2.1875rem;height:2.1875rem;top:16.6796875rem;left:3.3125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ceepc7Vq4olQeNhf3NvaP0p2VImla69B { width:13.75rem;height:1.5rem;top:12.5546875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ZKi6SnRWTst5NVPmHrrPalLwvRT1Us { width:19.75rem;height:17.4375rem;top:9.1484375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { width:13.75rem;height:1.5rem;top:17.1171875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { width:13.75rem;height:1.5rem;top:21.7421875rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khgpbm0vct39fsPXLm2DRG7M4w3a2R4f { width:18.75rem;height:3rem;top:4.8984375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydRVARlwMrXCL0STNft0izefQxBGXFhk { width:4.4375rem;height:4.4375rem;top:26.8359375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQM3fKPSAWiMxeqq3XgbsS2luax6a6Q { width:18.5625rem;height:3rem;top:2.625rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDsURv7Ld8aER9uJVa4MW38cQS6LchLr { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }