.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f8e2f1;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(222,222,222,1);; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { color:#090909;display:block;width:75rem;position:absolute;font-family:georgia;font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9973958730698rem;left:0rem;height:4.224825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:#328637;display:block;width:29.75rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:12.755208015442rem;left:32.9375rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#RKI9nuPB2WDwI0zOuUofUg1rwX6WKpLr { color:#00040c;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:30.975694656372rem;left:0rem;height:5.625rem;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; }
#qKEmOdk5Va7egDuTtdr957OOv4LxfwsF { z-index:15003;top:41.1875rem;left:28.125rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O17pC7Eq23EVogMMJb614TKfDO0WvU9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tX7WW75EA1ZctFPvPG5NPtG4SST6IVUk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:23.125rem;top:8.6927080154419rem;left:8.4375rem;overflow:hidden;display:block; }
#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeba2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row .container { background-color: transparent; background-image: none; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row .container > .video-iframe-container { display: none; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row > .video-iframe-container { display: none; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .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); }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row .container { border-width: 0; border-radius: 0; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#ws5X9gLlMCV7oWigO40DzZcXXb1Xc4Hq { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e310ae;border-left:0.125rem solid #e310ae;border-right:0.125rem solid #e310ae;border-bottom:0.125rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.25rem;width:11.5625rem;top:10.624996185302rem;left:3.375rem;display:block; }
#CgNPfMqFNdfREQQP383G6MR4xK2IDCaT { color:#333333;display:block;width:11.5625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:11.912330627441rem;left:3.375rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OiOg46eEJxahbebcKHT46R4IqdAxgic9 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e310ae;border-left:0.1875rem solid #e310ae;border-right:0.1875rem solid #e310ae;border-bottom:0.1875rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.25rem;width:11.5625rem;top:10.623260498047rem;left:22.125rem;display:block; }
#DlErMmrhUUTSWMhrl1tU4XZo1o13cX0F { color:#333333;display:block;width:10.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.912326604128rem;left:22.75rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNzG6m5qpAcMbhevJPSqXIeCKvX60xzS { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e310ae;border-left:0.1875rem solid #e310ae;border-right:0.1875rem solid #e310ae;border-bottom:0.1875rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.25rem;width:11.5625rem;top:10.623260498047rem;left:40.875rem;display:block; }
#GenZPMzXk9RNqMvAT8VoACfdiGl71s9E { color:#333333;display:block;width:11.375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:11.912326812744rem;left:41.187501907349rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyIz2TGsmfwowotWgXUN5y8wlbWyA9As { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e310ae;border-left:0.1875rem solid #e310ae;border-right:0.1875rem solid #e310ae;border-bottom:0.1875rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.25rem;width:11.5625rem;top:10.623260498047rem;left:59.625rem;display:block; }
#U2tlBiPc2mHLp2WmraH4XyGEldi2A6LX { color:#333333;display:block;width:11.5625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.912326812744rem;left:59.625rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEL49UW6ONwosLhFDyx0FTCOrDAC5FGT { color:#000000;display:block;width:74.125rem;position:absolute;font-family:georgia;font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.57465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HL3186dSTzKsMdHSZpOzvJeQGly7x8Ww { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e310ae;border-left:0.1875rem solid #e310ae;border-right:0.1875rem solid #e310ae;border-bottom:0.1875rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.5rem;width:11.75rem;top:29.374145507812rem;left:3.375rem;display:block; }
#d9zVDM1tO3VnOrQ1GSJ1Nq4Le1PWNbCs { color:#333333;display:block;width:11.25rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:30.29079914093rem;left:3.75rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOIQdxc5ZGiaiDU64QxDcyeHZKLJ7yxx { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e310ae;border-left:0.1875rem solid #e310ae;border-right:0.1875rem solid #e310ae;border-bottom:0.1875rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.5rem;width:11.5625rem;top:29.373260498047rem;left:22.125rem;display:block; }
#PokHSLPLPKQg2oD90VVVst40r8FtCLBV { color:#333333;display:block;width:10.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:30.289931297302rem;left:22.75rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uls4yJX2EX6pIRxbrXrTWu202igXXmOE { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e310ae;border-left:0.1875rem solid #e310ae;border-right:0.1875rem solid #e310ae;border-bottom:0.1875rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.25rem;width:11.5625rem;top:29.373264789581rem;left:40.875rem;display:block; }
#QMbA8lFSlnTVxsPZgpZB0iqMOecAUXgy { color:#333333;display:block;width:10.875rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:30.289931297302rem;left:41.4375rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWOBgtlclPvDp4ck7gnWcv6F5sIdQXal { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e310ae;border-left:0.1875rem solid #e310ae;border-right:0.1875rem solid #e310ae;border-bottom:0.1875rem solid #e310ae;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:15.25rem;width:11.5625rem;top:29.373264789581rem;left:59.625rem;display:block; }
#TnRVoJSTkWt1oE4oUqDi6MMQUWep5s82 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:30.29079914093rem;left:59.625rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZGNPVtqbv1JpgQTquxbe0Tz0PoE5eQB { color:#000000;display:block;width:73.125rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:49.040802001953rem;left:0rem;height:2.68055625rem;text-align:center;text-align-last:center;display:block; }
#VO128A76peqApftcDxD8HBeKp8caIaJp { position:relative;display:block; }#VO128A76peqApftcDxD8HBeKp8caIaJp { background-color: transparent; background-image: none; }#VO128A76peqApftcDxD8HBeKp8caIaJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row .container > .video-iframe-container { display: none; }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row > .video-iframe-container { display: none; }#VO128A76peqApftcDxD8HBeKp8caIaJp > .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); }#VO128A76peqApftcDxD8HBeKp8caIaJp { border-width: 0; border-radius: 0; }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8e2f1;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nm5mKeNz0ywS3pa9NWobQAuJXAqghiRs { color:#aca300;display:block;width:72.0625rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8967018127441rem;left:0rem;height:6.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WD46lMhN3RTSnoHqeTkNH6rKXHslEUK6 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:15.5rem;top:14.434900283814rem;left:4.5625rem;display:block; }
#qvmtpMlfARnMRv0qclzI4HGXcXCoEOuh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.703128814698rem;left:6.25rem;height:10.2344rem;text-align:center;text-align-last:center;display:block; }
#TfIFhdHHHgJTmkCWcz1HKrLC90luqP1l { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:15.5rem;top:14.434028625488rem;left:29.5625rem;display:block; }
#GZEEBDfW7LpTFyro1IIvAeWzLuUEyXG8 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:15.5rem;top:14.434032440186rem;left:54.5625rem;display:block; }
#snahmfITTyzAEgrzLTUJiwfnSoVf0JoQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.122388839722rem;left:31.25rem;height:10.23435625rem;text-align:center;text-align-last:center;display:block; }
#kH3RqxtAwfpbXChH4AGPkWcBeiF9IdyO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:14.434900283814rem;left:58.4375rem;overflow:hidden;display:block; }
#sbHOqg4AvFyar90hTv1WyOhec6BQ1b8I { color:#000000;display:block;width:11.25rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.122383117676rem;left:56.875rem;height:10.23439375rem;text-align:center;text-align-last:center;display:block; }
#JJEhiqh9TBS1saHve9FPLSad30yBdvJC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:16.778645992279rem;left:35.5rem; }
#ObFSq4FoV4EiGbPwQxrffK8qQCQJTfgi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.247396051884rem;left:9.6875rem; }
#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeba2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row .container { background-color: transparent; background-image: none; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row .container > .video-iframe-container { display: none; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row > .video-iframe-container { display: none; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .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); }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row .container { border-width: 0; border-radius: 0; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#qXvsHQLeGI4769kBSPTrs8FMWJ8za3Tc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:3.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9652762413025rem;left:31.25rem;height:5.11805625rem;display:block; }
#DvEAqfN9sxzVI9qXkf6Tel1aIESAcwtE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.4322953224182rem;left:18.375rem; }
#cAEtv9531GrRRf1Shtsm0wASO5qQTsN0 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1736130714419rem;left:8.9375rem;height:2.27430625rem;display:block; }
#kgmcEpd8qcmRLw5bGmGyeEPV7mqPwqkN { color:#000000;display:block;width:20rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.414932966233rem;left:8.9375rem;height:4.7118rem;display:block; }
#AzUZV1hG5rp4dkaSJqnOHyAGmTTKlEBm { color:#000000;display:block;width:20rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.601563215256rem;left:8.9375rem;height:4.5486125rem;display:block; }
#kOetPBwnk0aJ6cvCwnBSGECbTnUlyPSg { color:#000000;display:block;width:20rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.543404340744rem;left:8.9375rem;height:4.5486125rem;display:block; }
#w3iery3UpyASfF2tXqTLTd8mNvSW4hOS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.0920155942438rem;left:5.8125rem; }
#sQ87thxGU3qtCLuNg2Uoyx5ovoxsQyNb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15017;opacity:1;top:11.246529906988rem;left:5.75rem; }
#HFeGNdzXxmvQ9JD4lZZC8uuTyGHFNhOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.5468762815rem;left:5.625rem; }
#Ho6MFyvHgJQZ20E6xKTdGtQGcAtK2Trd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15019;opacity:1;top:20.766494125128rem;left:5.75rem; }
#yebHrF9UZLhWQLDxiVskxidfMLMvpaDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25.918404906988rem;left:6.125rem; }
#TMw9XwPBADefqpqgKN48uvVIIUwqGhCK { color:#000000;display:block;width:20rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.918406248092rem;left:8.9375rem;height:11.3715rem;display:block; }
#vGhRIJuh9fCSkDnk9n5GSGwngcbkhMRu { z-index:15021;top:38.677952289581rem;left:29.4375rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QuZnCP5qTtBmE0gSKla1SlGdZKVzir7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkIfnDnxX7dWR6isqHLxBnca7Srrc4Sp { 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:42.125rem;width:75rem;top:3.1874969005585rem;left:0rem;overflow:hidden;display:block; }
#XfECSTa8531DCWT7No99ozp71PkUflNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row .container { background-color: transparent; background-image: none; }#XfECSTa8531DCWT7No99ozp71PkUflNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row .container > .video-iframe-container { display: none; }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row > .video-iframe-container { display: none; }#XfECSTa8531DCWT7No99ozp71PkUflNC > .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); }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row .container { border-width: 0; border-radius: 0; }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row .container { font-size:0.875rem;font-family:arial;height:111.625rem;width:75rem;position:relative;display:block; }#FCQWm7F4GxUCGFZaMfFAHkmiOC7CUHy4 { color:#e310ae;display:block;width:56.625rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9678764343262rem;left:9.1875rem;height:3.89930625rem;text-align:center;text-align-last:center;display:block; }
#QTFgzqLVJwtvMlUDtukRRRbXCnAgc2Md { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.039928436279rem;left:10.9375rem;height:10.78125rem;text-align:center;text-align-last:center;display:block; }
#DmsbNPKTzu5FugNRElBxHpogzOSC1zo0 { box-sizing:content-box;height:12.5rem;width:55.1875rem;position:absolute;display:block;z-index:15000;background-color:#fbf3f3;background-image:none;top:9.1805553436281rem;left:9.8125rem;display:block; }
#MLJp2eZ6e0NWIdhEHxnrgOztwh17yPGa { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:25.293411254882rem;left:11rem;height:8.625rem;text-align:center;text-align-last:center;display:block; }
#BCIDDmbu26H0uKecSEvozse6yJs8f2Jc { box-sizing:content-box;height:12.5rem;width:55.3125rem;position:absolute;display:block;z-index:14999;background-color:#fbf3f3;background-image:none;top:24.108505249024rem;left:9.875rem;display:block; }
#l9eRUeLnT5Ky7NpPuvEstzF4Vp0rlJaP { box-sizing:content-box;height:12.5rem;width:55.125rem;position:absolute;display:block;z-index:15000;background-color:#fbf3f3;background-image:none;top:38.625rem;left:9.875rem;display:block; }
#GLCv29CDU88imfosuqfFUF8oAAMZpw8x { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:39.869800567627rem;left:10rem;height:12.9375rem;text-align:center;text-align-last:center;display:block; }
#ZPBuuxFboi8MXtqawpSRq9uIdK9uLgtq { box-sizing:content-box;height:12.5rem;width:54.9375rem;position:absolute;display:block;z-index:15001;background-color:#fbf3f3;background-image:none;top:53.12326335907rem;left:9.875rem;display:block; }
#Jkr2bXRdeSeIMat0F7FEpxkcGxgdl7iQ { box-sizing:content-box;height:12.5rem;width:55.125rem;position:absolute;display:block;z-index:15002;background-color:#fbf3f3;background-image:none;top:67.053819179537rem;left:9.875rem;display:block; }
#lW5Fw1HgSad4JEPXKIOP9k2c0e328TR8 { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:67.913204193113rem;left:10.875rem;height:10.78125rem;text-align:center;text-align-last:center;display:block; }
#hH59e1a9gvRUaZykaGzlUvwMvaKzy6Md { color:#000000;display:block;width:55.25rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:54.123271346093rem;left:8.1875rem;height:8.625rem;text-align:center;text-align-last:center;display:block; }
#ws1bx9vaXA4IZBOET86px7hAGGbWMI0D { box-sizing:content-box;height:12.5rem;width:55rem;position:absolute;display:block;z-index:15003;background-color:#fbf3f3;background-image:none;top:81.857639312744rem;left:9.875rem;display:block; }
#TQPitOEiIcSV4UuTxI9mOPHB8upLpTx9 { color:#000000;display:block;width:50.625rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:97.170141220094rem;left:11.1875rem;height:8.625rem;text-align:center;text-align-last:center;display:block; }
#yP67NUiqRbATRwEXKJUUsuEvuLezu03u { box-sizing:content-box;height:12.5rem;width:55rem;position:absolute;display:block;z-index:15004;background-color:#fbf3f3;background-image:none;top:95.920139312744rem;left:9.875rem;display:block; }
#TleIxWuSTVXzFwOk2z2WM75Uk5KuD0TV { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:82.717017173769rem;left:11.0625rem;height:8.625rem;text-align:center;text-align-last:center;display:block; }
#UhmAZWutI5f5UMSpI1oT4rpFmad5Xab2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:10.039068222046rem;left:10.9375rem;overflow:hidden;display:block; }
#S5Zbf31wHdgqKH1TNolS9B5h07TDkByM { 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:2.125rem;width:2.125rem;top:25.294273376465rem;left:11rem;overflow:hidden;display:block; }
#QyNWIHme3Fgr88eiiJmKwxuP9wt5kgqf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:39.870628356934rem;left:11.1875rem;overflow:hidden;display:block; }
#HkryutorseLElXNJrzKidukWCHdDAl4z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:54.122358322144rem;left:11.25rem;overflow:hidden;display:block; }
#PrIpsfIqV4xTHlxoo33skNONAC0lTrr5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:67.913196563719rem;left:12rem;overflow:hidden;display:block; }
#zknoVQe04nBvabFeK6w7xcTuyGLpxRzk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:82.717012405394rem;left:11.25rem;overflow:hidden;display:block; }
#NQT4PLm3REpDC2HakUdrWadaIwJ81WHb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:97.169269561769rem;left:11.3125rem;overflow:hidden;display:block; }
#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8e2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row .container { background-color: transparent; background-image: none; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row .container > .video-iframe-container { display: none; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row > .video-iframe-container { display: none; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .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); }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row .container { border-width: 0; border-radius: 0; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#No1vgkLw1mT3eGDPXErCUlrld8bcebzr { color:#aca300;display:block;width:48.25rem;position:absolute;font-family:"marck script";font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6163229942322rem;left:14.125rem;height:8.9375rem;display:block; }
#kkvmMDc4UyT6wtx6qoxdamk6i3kUseJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:8.6666393280031rem;left:39.875rem; }
#FmGxXFZGsxJWu14EBzk5WlNochfkJRXL { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.6684032678606rem;left:42.375rem;height:3.7361125rem;display:block; }
#kpcrm4qow39UkI6iHqa9HeAmCpgdUokP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:13.964409470558rem;left:39.875rem; }
#E13tqXEVrGONbUVw77UEN6BKkiDI5X1D { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.431423783303rem;left:42.3125rem;height:5.60416875rem;display:block; }
#PswBXDf3HGCvumb4pHsrqXczqblTWA04 { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.356760025024rem;left:42.375rem;height:5.60416875rem;display:block; }
#tFxC8vWzK3UlgKTdSq1VbgX6F2MWE2bt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:27.33072912693rem;left:39.875rem; }
#KRr28Jd3uvd59dTgip6QAV2TiUnbHpQ1 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.33072912693rem;left:42.375rem;height:3.7361125rem;display:block; }
#xrPSC5nPGVKiyt9aOPQAle1W0ebcTDao { color:#000000;display:block;width:45.125rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.466987609863rem;left:16.4375rem;height:1.46180625rem;text-align:center;text-align-last:center;display:block; }
#PTFkfOBlbR2ou3lWmrIQoWrfmUmnZaiG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:20.355876922608rem;left:39.875rem; }
#hMC4MNtMJtTz56uwNe5qH64SenkxuBcI { 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:36.4375rem;width:36.4375rem;top:3.7899446487427rem;left:7.5rem;overflow:hidden;display:block; }
#QphbTSKb0FgTUnVnbDRdIqV6EnCrqOVF { z-index:15005;top:34.998277664184rem;left:29.125rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wyWeLUaWa3SOZd9MH2VmzsqfsFGc78OC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeba2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row .container { background-color: transparent; background-image: none; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row .container > .video-iframe-container { display: none; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row > .video-iframe-container { display: none; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .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); }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row .container { border-width: 0; border-radius: 0; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row .container { font-size:0.875rem;font-family:arial;height:78.375rem;width:75rem;position:relative;display:block; }#nfCO4qrUBVfE6K6f2UixVvxlb5yVbZw1 { color:#e310ae;display:block;width:75rem;position:absolute;font-family:georgia;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6753616333008rem;left:0rem;height:6.01215rem;text-align:center;text-align-last:center;display:block; }
#RnLFzyppTuuqerGDzeZraDVfyqBsScQA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:44.625rem;top:13.256955146789rem;left:8.3125rem;overflow:hidden;display:block; }
#Czcu002TOy29aDsN4Jn78k1G2TvZnaAb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:42.3125rem;top:44.937490463257rem;left:9.4375rem;overflow:hidden;display:block; }
#sD9vga8Xv9DbxOdGva2ro82HMG3B4U1c { 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:14rem;width:27.9375rem;top:29.500009536743rem;left:35.75rem;overflow:hidden;display:block; }
#zRnt4qpR24UQ0A4harowQlwyr81EtJFR { 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:14.6875rem;width:28.875rem;top:61.444458007812rem;left:33.375rem;overflow:hidden;display:block; }
#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row .container { background-color: transparent; background-image: none; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row .container > .video-iframe-container { display: none; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row > .video-iframe-container { display: none; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .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); }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row .container { border-width: 0; border-radius: 0; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#lK0BbBQQa8VUql3NPJRg6wQ3pF5c56l9 { color:#e310ae;display:block;width:41.125rem;position:absolute;font-family:georgia;font-size:2.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1275978088379rem;left:15.6875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#F2Nh6hGRAUpRzekevS5EeMWOzH4NeLaf { color:#000000;display:block;width:16.5rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:14.169261455536rem;left:11.25rem;height:19.40625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QclPmTQ1wqa2Cig5766SfPxuABkmruXS { color:#000000;display:block;width:17.25rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:14.168413162231rem;left:28.875rem;height:17.25rem;text-align:center;text-align-last:center;display:block; }
#pHBUIikHd17rzqK7mSDTJImNPoQOUxqf { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:14.168393135071rem;left:46.6875rem;height:15.09375rem;text-align:center;text-align-last:center;display:block; }
#WSnBw6gq9JqMnGI6eUyCyfCsWBQKxwk4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.4895834922788rem;left:17rem;overflow:hidden;display:block; }
#Te6eKyw6isQDttoEH5O6MM4A0RfqnNw5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.4895572662356rem;left:35.625rem;overflow:hidden;display:block; }
#Ev3prpLBTlFwq4cGofb0Xfz6hrDK7R21 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.4895744323731rem;left:53rem;overflow:hidden;display:block; }
#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeba2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row .container { background-color: transparent; background-image: none; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row .container > .video-iframe-container { display: none; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row > .video-iframe-container { display: none; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .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); }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row .container { border-width: 0; border-radius: 0; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#EVvHe9l25bsVCmHeL02hTnACxt0uZxPX { color:#e310ae;display:block;width:26.4375rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5503287315369rem;left:25.875rem;height:4.0625rem;display:block; }
#L1eiI8yggVv7HiwTWeICcWRDQlUkkBeM { color:#0b0a0a;display:block;width:56.125rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.842891693115rem;left:11rem;height:43.125rem;text-align:center;text-align-last:center;display:block; }
#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row .container { background-color: transparent; background-image: none; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row .container > .video-iframe-container { display: none; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row > .video-iframe-container { display: none; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .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); }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row .container { border-width: 0; border-radius: 0; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row .container { font-size:0.875rem;font-family:arial;height:73.8125rem;width:75rem;position:relative;display:block; }#ucTUCL4kzy0Nuyu3m0Br6xppJlXppcMB { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #e321a9;border-left:0.375rem solid #e321a9;border-right:0.375rem solid #e321a9;border-bottom:0.375rem solid #e321a9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:59.3125rem;width:22.75rem;top:1.1449656486511rem;left:44.5625rem;display:block; }
#EJSsBwXeP8Ih82wugmSHlzKICtLAnqfb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #e310ae;border-left:0.375rem solid #e310ae;border-right:0.375rem solid #e310ae;border-bottom:0.375rem solid #e310ae;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:43.6875rem;width:21.9375rem;top:1.144992351532rem;left:8.0625rem;display:block; }
#MtqZG6s35ZkukMpq6DCETqwtdC9ieduw { color:#535353;display:block;width:15.375rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:14.441840171814rem;left:11.0625rem;height:4.83680625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o8AGK4HLdp9KPT7309CcPTQ9Tf7HcrLa { color:#68b6ff;display:block;width:16.625rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:19.223116874695rem;left:14.25rem;height:4.94965rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GKRyZSAZ892n1eDCO3yQevt7COA8pBwq { position:absolute;display:block;z-index:15020;background-color:#ededed;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:15.625rem;top:28rem;left:44.4375rem;display:block; }
#tGM4Ka8Q3nMpcb2MXddw1253oq0GSUmi { z-index:15003;top:34.039896965027rem;left:11.6875rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DKdWkpHHXSWQz1fBT4ohBFdTEM2BkFa7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtazQvXnIeK53CBJVBQGl7CWNhSAGti8 { color:#060607;display:block;width:14.5625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.7135419845581rem;left:11.75rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#roIsVKNrfqOMaFwL5VayTPJTff76MOpo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.848112106323rem;left:11.375rem; }
#mZmiVH6owXRixInsHeI1aTRP1mAvvM4l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:22.414957046509rem;left:11.375rem; }
#b2Pp2Tq5oKuRHhHfroTaoyGn8s1Z5PpC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25.322074890137rem;left:11.375rem; }
#Iox9lOzQhHLRv4g4L9BenME75rQoGTBq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.486099243164rem;left:13.9375rem;height:7.1493125rem;display:block; }
#lcCUw8iVitXaN1cB9s0SU7grbWqGqCaL { color:#060607;display:block;width:14.5625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.7118263244629rem;left:48.9375rem;height:6.824625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rBC3nFyaxcTovu9MKMCBhkXgWKTbF6xt { color:#535353;display:block;width:15.375rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:14.441840171814rem;left:47.125rem;height:4.83680625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cabW9y9qXRUKyvwnatykgwZRc2LXLlXJ { color:#68b6ff;display:block;width:12.375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:19.278645157814rem;left:50.9375rem;height:4.94965rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GRJEBfGSDZEaX74Zg9IUtA42t1LKMTUW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.322048783302rem;left:50.875rem;height:7.1493125rem;display:block; }
#iFlvP7w5CHIvHrqxHshM9PNIJEUQxw4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.848089814186rem;left:48rem; }
#hz3u217wke4STxmkAendXL4dlTDSCQn7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22.384548783302rem;left:48rem; }
#AUufUQLAdtU1MTgrnVXH5ppCILcW1s81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.322048783302rem;left:48rem; }
#fawllMIqLpAtDapSzKr7hJvqV9fSCetS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:33.817709565163rem;left:50.875rem;height:14.29860625rem;display:block; }
#uHKfnQ5ww0WXc8HNG11otAr0RCT9wVuJ { z-index:15027;top:49.999124526978rem;left:49.1875rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TadTqRWmV29sLZcWryAPk1Pe6Zh5wC4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1y0Jk6xrHdl9iMsHiDAOTDl9iLzgGXn { z-index:15028;top:54.684874176979rem;left:47.8125rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W21U6leIqxHFtrChX7FNSTfzKr0o0wT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3fG6LmFO9wErKDT1L9GbpBC9lXhtyJT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:22.396702408791rem;left:50.875rem;height:1.787325rem;display:block; }
#GX0BlpyfsHe8G14WBDO57BmJXy5lX8ZZ { z-index:15029;top:39.249098777771rem;left:10.5625rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kb1ddsvJFNXtauvAMCSTmeDe0t4aDt95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOi469deDKyQMT1bxqDkQnaHsh11ASIv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:34.039061188698rem;left:48rem; }
#BEiT4ZQiJGW34P3nGxBSskwmySue3dIA { color:#000000;display:block;width:69.25rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:64.027801513675rem;left:0rem;height:6.9861125rem;text-align:center;text-align-last:center;display:block; }
#Oc0ozbGsaWUeZ2FE6xmkAds7uleWHSs2 { color:#e310ae;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.003472328186rem;left:12.5rem;height:3.49305625rem;text-align:center;text-align-last:center;display:block; }
#C5rIXWdecBs3KAwvWQhvuaAhCnfiH16b { color:#e310ae;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:2.6875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.96875rem;left:48.5625rem;height:3.49305625rem;text-align:center;text-align-last:center;display:block; }
#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx { position:relative;display:block; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx { background-color: transparent; background-image: none; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row .container > .video-iframe-container { display: none; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row > .video-iframe-container { display: none; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .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); }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx { border-width: 0; border-radius: 0; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8e2f1;background-image:none;font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HITuWzfxsfdexk5TPLKEfHed8xTkhZ2C { color:#000000;display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6900911331175rem;left:0rem;height:29.8889rem;text-align:center;text-align-last:center;display:block; }
#PLcWiysAZwBJRC3il7Uy9C6lh0uQnafO { color:#aca300;display:block;width:33.5625rem;position:absolute;font-family:georgia;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9453258514404rem;left:23.625rem;height:4.0625rem;display:block; }
#aIykawuQuoExktoTGICk35w0r5AOo2l7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row .container { background-color: transparent; background-image: none; }#aIykawuQuoExktoTGICk35w0r5AOo2l7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row .container > .video-iframe-container { display: none; }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row > .video-iframe-container { display: none; }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .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); }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row .container { border-width: 0; border-radius: 0; }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#KCDaPkZlpTnTPiH4cFhvTo7Vi858wq4Z { color:#050505;display:block;width:25rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:36.18749666214rem;left:0rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WeFrgF76o74KXCNbrpo4NsvXIuP2XVMI { color:#0b0909;display:block;width:19.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:15.805555343628rem;left:2.5rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dmuf4IBdVKeqcGhtZrolS8IFsGkMTPhq { color:#070404;display:block;width:15.875rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:15.165798664093rem;left:29.562501907349rem;height:16rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChUBxED0izabp8eOkAr9bUpDsOLbOqoV { color:#0b0909;display:block;width:15.875rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:15.805549621582rem;left:53.8125rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrh5TplLD80S8rXAMEzK0LX3G0dLABuX { color:#0b0505;display:block;width:70.5625rem;position:absolute;font-family:georgia;font-size:2.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.08680625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWeNou1im06a6vCKcuTFwgs9nz4UklOQ { color:#cec74e;display:block;width:27.5rem;position:absolute;font-family:georgia;font-size:2.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4835073351862rem;left:23.000001907349rem;height:3.006075rem;display:block; }
#XCq4KoegGo7a9bICALx632iWQSqSTmyJ { color:#050505;display:block;width:15.875rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:36.186624526978rem;left:29.625001907349rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVgpMEN8J0BMxsONnXJ9iQBVTb8ZQENc { color:#050505;display:block;width:15.875rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:34.625000953674rem;left:54.562501907349rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8Sw1luyy93p1tBUgDRJGot2L4iGFc0h { box-sizing:content-box;height:17.3125rem;width:19.9375rem;position:absolute;display:block;z-index:14999;background-color:#fbf3f3;background-image:none;top:14.399291992188rem;left:2.5rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#BDXx20CZx1hThQmLWX33GwZ80TGuGUKA { box-sizing:content-box;height:17.4375rem;width:20.1875rem;position:absolute;display:block;z-index:15000;background-color:#fbf3f3;background-image:none;top:14.399322509766rem;left:27.500001907349rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#dq2vQQl5RBJPswAibzFUpfSWIFCxX7rr { box-sizing:content-box;height:17.75rem;width:20.0625rem;position:absolute;display:block;z-index:15001;background-color:#fbf3f3;background-image:none;top:14.3984375rem;left:52.500001907349rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#oh5s1EEgkPb2Xn3CGTNhqLwad6uv8Jmw { box-sizing:content-box;height:15.0625rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#fbf3f3;background-image:none;top:34.625001907349rem;left:2.4192714691162rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hGgkAUwRlAsyKA2pQMI9ruhaOC6lSnag { box-sizing:content-box;height:14.9375rem;width:20.125rem;position:absolute;display:block;z-index:15000;background-color:#fbf3f3;background-image:none;top:34.625001907349rem;left:27.326391220092rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#eu09tk8b1NbpF4SCakdgIzLiTmc91K3d { box-sizing:content-box;height:15.1875rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#fbf3f3;background-image:none;top:34.625000953674rem;left:52.531251907349rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row .container { background-color: transparent; background-image: none; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row .container > .video-iframe-container { display: none; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row > .video-iframe-container { display: none; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .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); }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row .container { border-width: 0; border-radius: 0; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#U4dnBGG5RUyuvheEKnL1kJrdRt7uivtV { color:#000000;display:block;width:56.5rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:6.1875rem;height:25.3437625rem;text-align:center;text-align-last:center;display:block; }
#XD9iXVLMX3DeI6qmK9IdIC2xxe9MlqFn { color:#aca300;display:block;width:29.875rem;position:absolute;font-family:georgia;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6866321563721rem;left:20.819444656372rem;height:3.08680625rem;font-style:normal;display:block; }
#kwlCQFaswb4BgCkz7tc611JUFyoNIJR7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.9375rem;width:14.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.51909720897674rem;left:60.062501907349rem; }
#FZH8bH4wbX28mreGI34l5D1u010I0XgW { color:#e310ae;display:block;width:30.25rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.616332769394rem;left:20.631944656372rem;height:2.4375rem;display:block; }
#ypkR3Ntk724aMcNMrmWUNRoFV73K0XMi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:29.399304866791rem;left:9.8819446563719rem; }
#ke4dd3ktTObuun01fy0K7ATvSLZXwByu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:23.218736171723rem;left:4.8671875rem; }
#RFZ8Q7nZ2sEzlHbATxVNHsLTl4gP6nwD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:20.710055828094rem;left:20.819444656372rem; }
#haETBEpd8kkIg85UWlPn8n368XGFzJaJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.579846858978rem;left:10.0625rem; }
#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeba2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row .container { background-color: transparent; background-image: none; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row .container > .video-iframe-container { display: none; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row > .video-iframe-container { display: none; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .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); }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row .container { border-width: 0; border-radius: 0; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#vPfQZC5C4obfMlkPCvsdygQGEXz8wk0l { color:#000000;display:block;width:30.5rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3133182525635rem;left:37.125rem;height:36.388875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f7fbzV6fJBg33iaA3fmNumVMKrINWz01 { z-index:15004;top:42.264805793762rem;left:28.8125rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ILkxC0FBg4WlfC4AJ6m47M7AJkBDK3LS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mr4yOk24Xc9NQipCmMMhrEZ74nADs3sn { 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:36.25rem;width:64.625rem;top:2.7560763955116rem;left:2.0546875rem;overflow:hidden;display:block; }
#Ca4lpkHqBGTScJqvJg02TRiTrZESkbxT { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.006906509399rem;left:12.59375rem;height:2.4375rem;font-style:normal;display:block; }
#SVTW9xQInJOgOtmvRZV01t1m483ktNyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row .container { background-color: transparent; background-image: none; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row .container > .video-iframe-container { display: none; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row > .video-iframe-container { display: none; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .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); }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row .container { border-width: 0; border-radius: 0; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#OL9mTNo4rnmm9hdaE0dI8TesTpdH9J80 { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8585071563721rem;left:11.5rem;height:3.25rem;display:block; }
#vRPMgkTqCrtVflWbAykxrM4Naw0unsRW { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3124732971194rem;left:14rem;height:37.375rem;display:block; }
#QoS2CyuBxMMbtyP6rACAcLz3spbxlwXG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.0625rem;width:23.3125rem;top:10.466986656189rem;left:40.9375rem;overflow:hidden;display:block; }
#N25eIBSrVwMyrAcTVJ6ChztafV124UiT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row .container { background-color: transparent; background-image: none; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row .container > .video-iframe-container { display: none; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row > .video-iframe-container { display: none; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .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); }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row .container { border-width: 0; border-radius: 0; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .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; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-heading-text { display:block;position:relative;width:100%;font-family:georgia;font-weight:700;font-size:1.25rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:georgia; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-trigger { width:1.375rem;min-width:1.375rem;height:1.375rem;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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-trigger.adaptive-delivery-prevent-bg, #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-trigger.lazyload, #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-trigger.lazyloading { background-image: none; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.7708339691162rem;left:31.0625rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #TGkA03uNqWz1uEIbKAlOcAsHLssM28z6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #CgdIRUTqAXUIpQ9dsXWloJoIX9ZGvUFW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #vOIKlhT1s4fQtyTTmz3qgW2E1PCnwUtu { display:block;position:relative; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #ABCKnw5fWPTod6mdhJcHD5T27SmlR6o2 {  }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #TOGWkA708W1dSwKp61xRIR15bxRWfyzd {  }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #lrrGD4CmvwxIJJKpN9aRlOcgstQSFgs6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #zXDtg9kZKe96KaOyTRgRctRymoQOcEar { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #U8l3IOlRClz8vtDvRq9n6S07ovAgRyrl { display:block;position:relative; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #odhBhDOk6F415LsnrHNSSNsSRgcML5fm {  }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #m6uT41Ivvdne60sGtVvvpxQ18RTZpmIc { display:none; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #OrR3QkkeJaQvec3QqUThmOP94CtGIxgB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #ciytys4ibV5Srso9EgpK5hsReu61oR3H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #CUWWBGS6r40vCSJXVSACmfOM9RnDPpvn { display:block;position:relative; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #C1Npvs4M1MiTmM5zTcbRU3iZpi1WJxVk {  }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #UpwFR8JMoxl8sQBrmUtl4shUEKgCtiFa { display:none; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #SxG4eLTRTTGOM7LNS0B4SfTzL0cTSuk2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #Z0RbHv4SqPnlwCsAdVc4robh3uuu6UK9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #yMhWMT5ZVt35eUonAb4aTpqkv0TF2VuO { display:block;position:relative; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #wfdQ4fkqShZIoqlTgIzidqEZiC1wihFU {  }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #V4HF6she8VB8R0AzIywApecDwM9Ghs6R { display:none; }
#sVUoToJDTpaUOncfRvrSFHMpySlA3KSg { color:#000000;display:block;width:16.375rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9583339691162rem;left:9.375rem;height:14.21875rem;text-align:center;text-align-last:center;display:block; }
#F0UyUmHiGtTfmTNzxb9cpDZ8zLkI896z { z-index:15005;top:28.704023361206rem;left:28.8125rem;background-color:#e321a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zRONo6ls7y1PQQBmXnXhEtCgsG8pB2hZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row .container { background-color: transparent; background-image: none; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row .container > .video-iframe-container { display: none; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row > .video-iframe-container { display: none; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .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); }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row .container { border-width: 0; border-radius: 0; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#oqQVfztJ9VwGw1Zwx72zXnWAMpugcx1A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.7855911254883rem;left:27rem; }
#d0J4nRdxQdQdSsFzCT4KeWNEF6rpLpAN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lobster;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8176784515381rem;left:31.875rem;height:4.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { top:1.9375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:12.75rem;left:18rem;width:29.75rem;height:15rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKI9nuPB2WDwI0zOuUofUg1rwX6WKpLr { top:30.9375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKEmOdk5Va7egDuTtdr957OOv4LxfwsF { top:41.1875rem;left:14.5rem;width:17.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O17pC7Eq23EVogMMJb614TKfDO0WvU9T { display:block; }
 }@media only screen and (max-width: 763px) { #tX7WW75EA1ZctFPvPG5NPtG4SST6IVUk { top:8.6875rem;left:0rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy { display:block; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws5X9gLlMCV7oWigO40DzZcXXb1Xc4Hq { width:13.5rem;height:15.25rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgNPfMqFNdfREQQP383G6MR4xK2IDCaT { width:11.5625rem;height:10rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiOg46eEJxahbebcKHT46R4IqdAxgic9 { width:13.5rem;height:15.25rem;top:10.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlErMmrhUUTSWMhrl1tU4XZo1o13cX0F { width:10.75rem;height:12rem;top:11.875rem;left:12.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNzG6m5qpAcMbhevJPSqXIeCKvX60xzS { width:13.5rem;height:15.25rem;top:10.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GenZPMzXk9RNqMvAT8VoACfdiGl71s9E { width:11.375rem;height:12rem;top:11.875rem;left:24.156251907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyIz2TGsmfwowotWgXUN5y8wlbWyA9As { width:13.5rem;height:15.25rem;top:10.5625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2tlBiPc2mHLp2WmraH4XyGEldi2A6LX { width:11.5625rem;height:10rem;top:11.875rem;left:35.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEL49UW6ONwosLhFDyx0FTCOrDAC5FGT { width:47.75rem;height:3.5625rem;top:3.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3186dSTzKsMdHSZpOzvJeQGly7x8Ww { width:11.75rem;height:15.5rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9zVDM1tO3VnOrQ1GSJ1Nq4Le1PWNbCs { width:11.25rem;height:14rem;top:30.25rem;left:0.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOIQdxc5ZGiaiDU64QxDcyeHZKLJ7yxx { width:11.5625rem;height:15.5rem;top:29.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokHSLPLPKQg2oD90VVVst40r8FtCLBV { width:10.75rem;height:14rem;top:30.25rem;left:12.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uls4yJX2EX6pIRxbrXrTWu202igXXmOE { width:13.5rem;height:15.25rem;top:29.3125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbA8lFSlnTVxsPZgpZB0iqMOecAUXgy { width:10.875rem;height:14rem;top:30.25rem;left:24.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOBgtlclPvDp4ck7gnWcv6F5sIdQXal { width:13.5rem;height:15.25rem;top:29.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRVoJSTkWt1oE4oUqDi6MMQUWep5s82 { width:11.625rem;height:12rem;top:30.25rem;left:35.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZGNPVtqbv1JpgQTquxbe0Tz0PoE5eQB { top:49rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO128A76peqApftcDxD8HBeKp8caIaJp { display:block; }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nm5mKeNz0ywS3pa9NWobQAuJXAqghiRs { width:47.75rem;height:6.5rem;top:3.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD46lMhN3RTSnoHqeTkNH6rKXHslEUK6 { width:17.875rem;height:20.1875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvmtpMlfARnMRv0qclzI4HGXcXCoEOuh { top:23.6875rem;left:1.6875rem;width:12.5rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIFhdHHHgJTmkCWcz1HKrLC90luqP1l { width:15.5rem;height:20.1875rem;top:14.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZEEBDfW7LpTFyro1IIvAeWzLuUEyXG8 { width:17.875rem;height:20.1875rem;top:14.375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snahmfITTyzAEgrzLTUJiwfnSoVf0JoQ { top:23.0625rem;left:17.5625rem;width:12.5rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3RqxtAwfpbXChH4AGPkWcBeiF9IdyO { top:14.375rem;left:35.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbHOqg4AvFyar90hTv1WyOhec6BQ1b8I { top:23.0625rem;left:34.0625rem;width:11.25rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJEhiqh9TBS1saHve9FPLSad30yBdvJC { top:16.75rem;left:21.8125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObFSq4FoV4EiGbPwQxrffK8qQCQJTfgi { top:16.1875rem;left:5.125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx { display:block; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXvsHQLeGI4769kBSPTrs8FMWJ8za3Tc { top:0.9375rem;left:17.5625rem;width:12.5rem;height:5.0625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvEAqfN9sxzVI9qXkf6Tel1aIESAcwtE { top:1.375rem;left:11.6875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAEtv9531GrRRf1Shtsm0wASO5qQTsN0 { top:7.125rem;left:1.125rem;width:14.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmcEpd8qcmRLw5bGmGyeEPV7mqPwqkN { top:10.375rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzUZV1hG5rp4dkaSJqnOHyAGmTTKlEBm { top:15.5625rem;left:0rem;width:20rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOetPBwnk0aJ6cvCwnBSGECbTnUlyPSg { top:20.5rem;left:0rem;width:20rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3iery3UpyASfF2tXqTLTd8mNvSW4hOS { top:7.0625rem;left:1.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ87thxGU3qtCLuNg2Uoyx5ovoxsQyNb { top:11.1875rem;left:1.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeGNdzXxmvQ9JD4lZZC8uuTyGHFNhOD { top:15.5rem;left:1.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6MFyvHgJQZ20E6xKTdGtQGcAtK2Trd { top:20.75rem;left:1.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yebHrF9UZLhWQLDxiVskxidfMLMvpaDQ { top:25.875rem;left:1.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMw9XwPBADefqpqgKN48uvVIIUwqGhCK { top:25.875rem;left:0rem;width:20rem;height:11.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGhRIJuh9fCSkDnk9n5GSGwngcbkhMRu { top:38.625rem;left:15.6875rem;width:16.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuZnCP5qTtBmE0gSKla1SlGdZKVzir7v { display:block; }
 }@media only screen and (max-width: 763px) { #xkIfnDnxX7dWR6isqHLxBnca7Srrc4Sp { top:3.125rem;left:0rem;width:47.75rem;height:26.819583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfECSTa8531DCWT7No99ozp71PkUflNC { display:block; }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCQWm7F4GxUCGFZaMfFAHkmiOC7CUHy4 { top:1.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTFgzqLVJwtvMlUDtukRRRbXCnAgc2Md { top:10rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmsbNPKTzu5FugNRElBxHpogzOSC1zo0 { top:9.125rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLJp2eZ6e0NWIdhEHxnrgOztwh17yPGa { top:25.25rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCIDDmbu26H0uKecSEvozse6yJs8f2Jc { top:24.0625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9eRUeLnT5Ky7NpPuvEstzF4Vp0rlJaP { top:38.625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLCv29CDU88imfosuqfFUF8oAAMZpw8x { top:39.8125rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPBuuxFboi8MXtqawpSRq9uIdK9uLgtq { top:53.0625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkr2bXRdeSeIMat0F7FEpxkcGxgdl7iQ { top:67rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW5Fw1HgSad4JEPXKIOP9k2c0e328TR8 { top:67.875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH59e1a9gvRUaZykaGzlUvwMvaKzy6Md { top:54.0625rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws1bx9vaXA4IZBOET86px7hAGGbWMI0D { top:81.8125rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPitOEiIcSV4UuTxI9mOPHB8upLpTx9 { top:97.125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP67NUiqRbATRwEXKJUUsuEvuLezu03u { top:95.875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TleIxWuSTVXzFwOk2z2WM75Uk5KuD0TV { top:82.6875rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhmAZWutI5f5UMSpI1oT4rpFmad5Xab2 { top:10rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Zbf31wHdgqKH1TNolS9B5h07TDkByM { top:25.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNWIHme3Fgr88eiiJmKwxuP9wt5kgqf { top:39.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkryutorseLElXNJrzKidukWCHdDAl4z { top:54.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrIpsfIqV4xTHlxoo33skNONAC0lTrr5 { top:67.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zknoVQe04nBvabFeK6w7xcTuyGLpxRzk { top:82.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQT4PLm3REpDC2HakUdrWadaIwJ81WHb { top:97.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK { display:block; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No1vgkLw1mT3eGDPXErCUlrld8bcebzr { top:1.5625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkvmMDc4UyT6wtx6qoxdamk6i3kUseJU { top:8.625rem;left:26.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmGxXFZGsxJWu14EBzk5WlNochfkJRXL { top:8.625rem;left:25.8125rem;width:21.9375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpcrm4qow39UkI6iHqa9HeAmCpgdUokP { top:13.9375rem;left:26.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E13tqXEVrGONbUVw77UEN6BKkiDI5X1D { top:13.375rem;left:23.4375rem;width:24.3125rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PswBXDf3HGCvumb4pHsrqXczqblTWA04 { top:20.3125rem;left:23.5625rem;width:24.1875rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFxC8vWzK3UlgKTdSq1VbgX6F2MWE2bt { top:27.3125rem;left:26.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRr28Jd3uvd59dTgip6QAV2TiUnbHpQ1 { top:27.3125rem;left:25.3125rem;width:22.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrPSC5nPGVKiyt9aOPQAle1W0ebcTDao { top:28.4375rem;left:2.625rem;width:45.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTFkfOBlbR2ou3lWmrIQoWrfmUmnZaiG { top:20.3125rem;left:26.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMC4MNtMJtTz56uwNe5qH64SenkxuBcI { top:3.75rem;left:0rem;width:36.4375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QphbTSKb0FgTUnVnbDRdIqV6EnCrqOVF { top:34.9375rem;left:15.5rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyWeLUaWa3SOZd9MH2VmzsqfsFGc78OC { display:block; }
 }@media only screen and (max-width: 763px) { #ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm { display:block; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfCO4qrUBVfE6K6f2UixVvxlb5yVbZw1 { top:3.625rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnLFzyppTuuqerGDzeZraDVfyqBsScQA { top:13.25rem;left:0rem;width:44.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czcu002TOy29aDsN4Jn78k1G2TvZnaAb { top:44.875rem;left:0rem;width:42.3125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD9vga8Xv9DbxOdGva2ro82HMG3B4U1c { top:29.5rem;left:19.8125rem;width:27.9375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRnt4qpR24UQ0A4harowQlwyr81EtJFR { top:61.4375rem;left:18.875rem;width:28.875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE { display:block; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lK0BbBQQa8VUql3NPJRg6wQ3pF5c56l9 { top:3.125rem;left:2.0625rem;width:41.125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Nh6hGRAUpRzekevS5EeMWOzH4NeLaf { top:14.125rem;left:0rem;width:16.5rem;height:19.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclPmTQ1wqa2Cig5766SfPxuABkmruXS { top:14.125rem;left:15.25rem;width:17.25rem;height:17.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHBUIikHd17rzqK7mSDTJImNPoQOUxqf { top:14.125rem;left:30.6875rem;width:17.0625rem;height:15.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSnBw6gq9JqMnGI6eUyCyfCsWBQKxwk4 { top:9.4375rem;left:3.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te6eKyw6isQDttoEH5O6MM4A0RfqnNw5 { top:9.4375rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev3prpLBTlFwq4cGofb0Xfz6hrDK7R21 { top:9.4375rem;left:39.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 { display:block; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVvHe9l25bsVCmHeL02hTnACxt0uZxPX { top:1.5rem;left:12.25rem;width:26.4375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1eiI8yggVv7HiwTWeICcWRDQlUkkBeM { top:7.8125rem;left:0rem;width:47.75rem;height:43.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ { display:block; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTUCL4kzy0Nuyu3m0Br6xppJlXppcMB { top:1.125rem;left:24.125rem;width:22.75rem;height:59.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJSsBwXeP8Ih82wugmSHlzKICtLAnqfb { top:1.125rem;left:1.1875rem;width:21.9375rem;height:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtqZG6s35ZkukMpq6DCETqwtdC9ieduw { width:15.375rem;height:4.8125rem;top:14.4375rem;left:4.25rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8AGK4HLdp9KPT7309CcPTQ9Tf7HcrLa { width:16.625rem;height:4.9375rem;top:19.1875rem;left:7.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRyZSAZ892n1eDCO3yQevt7COA8pBwq { top:28rem;left:24rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGM4Ka8Q3nMpcb2MXddw1253oq0GSUmi { top:34rem;left:4.875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKdWkpHHXSWQz1fBT4ohBFdTEM2BkFa7 { display:block; }
 }@media only screen and (max-width: 763px) { #MtazQvXnIeK53CBJVBQGl7CWNhSAGti8 { width:14.5625rem;height:;top:2.6875rem;left:4.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roIsVKNrfqOMaFwL5VayTPJTff76MOpo { top:19.8125rem;left:4.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmiVH6owXRixInsHeI1aTRP1mAvvM4l { top:22.375rem;left:4.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Pp2Tq5oKuRHhHfroTaoyGn8s1Z5PpC { top:25.3125rem;left:4.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iox9lOzQhHLRv4g4L9BenME75rQoGTBq { top:24.4375rem;left:7.125rem;width:12.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCUw8iVitXaN1cB9s0SU7grbWqGqCaL { width:14.5625rem;height:6.8125rem;top:2.6875rem;left:28.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBC3nFyaxcTovu9MKMCBhkXgWKTbF6xt { width:15.375rem;height:4.8125rem;top:14.4375rem;left:26.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cabW9y9qXRUKyvwnatykgwZRc2LXLlXJ { width:12.375rem;height:4.9375rem;top:19.25rem;left:30.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRJEBfGSDZEaX74Zg9IUtA42t1LKMTUW { top:25.3125rem;left:30.4375rem;width:12.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFlvP7w5CHIvHrqxHshM9PNIJEUQxw4g { top:19.8125rem;left:27.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3u217wke4STxmkAendXL4dlTDSCQn7 { top:22.375rem;left:27.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUufUQLAdtU1MTgrnVXH5ppCILcW1s81 { top:25.3125rem;left:27.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawllMIqLpAtDapSzKr7hJvqV9fSCetS { top:33.8125rem;left:30.4375rem;width:12.5rem;height:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKfnQ5ww0WXc8HNG11otAr0RCT9wVuJ { top:49.9375rem;left:28.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadTqRWmV29sLZcWryAPk1Pe6Zh5wC4K { display:block; }
 }@media only screen and (max-width: 763px) { #s1y0Jk6xrHdl9iMsHiDAOTDl9iLzgGXn { top:54.625rem;left:27.375rem;width:16.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W21U6leIqxHFtrChX7FNSTfzKr0o0wT3 { display:block; }
 }@media only screen and (max-width: 763px) { #E3fG6LmFO9wErKDT1L9GbpBC9lXhtyJT { top:22.375rem;left:30.4375rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX0BlpyfsHe8G14WBDO57BmJXy5lX8ZZ { top:39.1875rem;left:3.75rem;width:16.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb1ddsvJFNXtauvAMCSTmeDe0t4aDt95 { display:block; }
 }@media only screen and (max-width: 763px) { #EOi469deDKyQMT1bxqDkQnaHsh11ASIv { top:34rem;left:27.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEiT4ZQiJGW34P3nGxBSskwmySue3dIA { top:64rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc0ozbGsaWUeZ2FE6xmkAds7uleWHSs2 { top:11rem;left:5.6875rem;width:12.5rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5rIXWdecBs3KAwvWQhvuaAhCnfiH16b { top:11.9375rem;left:28.125rem;width:12.5rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx { display:block; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HITuWzfxsfdexk5TPLKEfHed8xTkhZ2C { top:9.6875rem;left:0rem;width:47.75rem;height:31.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLcWiysAZwBJRC3il7Uy9C6lh0uQnafO { top:2.9375rem;left:10rem;width:33.5625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIykawuQuoExktoTGICk35w0r5AOo2l7 { display:block; }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCDaPkZlpTnTPiH4cFhvTo7Vi858wq4Z { width:20rem;height:8rem;top:36.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeFrgF76o74KXCNbrpo4NsvXIuP2XVMI { width:19.75rem;height:10rem;top:15.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmuf4IBdVKeqcGhtZrolS8IFsGkMTPhq { width:15.875rem;height:16rem;top:15.125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChUBxED0izabp8eOkAr9bUpDsOLbOqoV { width:15.875rem;height:10rem;top:15.75rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrh5TplLD80S8rXAMEzK0LX3G0dLABuX { width:47.75rem;height:3.0625rem;top:2.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeNou1im06a6vCKcuTFwgs9nz4UklOQ { top:7.4375rem;left:0rem;width:27.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCq4KoegGo7a9bICALx632iWQSqSTmyJ { width:15.875rem;height:10rem;top:36.125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVgpMEN8J0BMxsONnXJ9iQBVTb8ZQENc { width:15.875rem;height:8rem;top:34.625rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Sw1luyy93p1tBUgDRJGot2L4iGFc0h { top:14.375rem;left:0rem;width:19.9375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDXx20CZx1hThQmLWX33GwZ80TGuGUKA { top:14.375rem;left:11.375rem;width:20.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq2vQQl5RBJPswAibzFUpfSWIFCxX7rr { top:14.375rem;left:27.5625rem;width:20.0625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh5s1EEgkPb2Xn3CGTNhqLwad6uv8Jmw { top:34.625rem;left:0rem;width:19.9375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGgkAUwRlAsyKA2pQMI9ruhaOC6lSnag { top:34.625rem;left:11.375rem;width:20.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu09tk8b1NbpF4SCakdgIzLiTmc91K3d { top:34.625rem;left:27.6875rem;width:19.9375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl { display:block; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4dnBGG5RUyuvheEKnL1kJrdRt7uivtV { top:6rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9iXVLMX3DeI6qmK9IdIC2xxe9MlqFn { top:1.625rem;left:7.1944446563719rem;width:29.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwlCQFaswb4BgCkz7tc611JUFyoNIJR7 { top:0.5rem;left:32.8125rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZH8bH4wbX28mreGI34l5D1u010I0XgW { top:34.5625rem;left:7.0069446563719rem;width:30.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypkR3Ntk724aMcNMrmWUNRoFV73K0XMi { top:29.375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke4dd3ktTObuun01fy0K7ATvSLZXwByu { top:23.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFZ8Q7nZ2sEzlHbATxVNHsLTl4gP6nwD { top:20.6875rem;left:7.1944446563719rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haETBEpd8kkIg85UWlPn8n368XGFzJaJ { top:27.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zimtFoxGEeFglbQ628mx22tu4Hl0OAfk { display:block; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPfQZC5C4obfMlkPCvsdygQGEXz8wk0l { top:3.3125rem;left:17.25rem;width:30.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7fbzV6fJBg33iaA3fmNumVMKrINWz01 { top:42.25rem;left:15.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILkxC0FBg4WlfC4AJ6m47M7AJkBDK3LS { display:block; }
 }@media only screen and (max-width: 763px) { #Mr4yOk24Xc9NQipCmMMhrEZ74nADs3sn { top:2.75rem;left:0rem;width:47.75rem;height:26.784332688588rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4lpkHqBGTScJqvJg02TRiTrZESkbxT { top:49rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVTW9xQInJOgOtmvRZV01t1m483ktNyl { display:block; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL9mTNo4rnmm9hdaE0dI8TesTpdH9J80 { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRPMgkTqCrtVflWbAykxrM4Naw0unsRW { top:9.25rem;left:0.375rem;width:19.9375rem;height:37.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoS2CyuBxMMbtyP6rACAcLz3spbxlwXG { top:10.4375rem;left:24.4375rem;width:23.3125rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N25eIBSrVwMyrAcTVJ6ChztafV124UiT { display:block; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 { display:flex;height:auto;width:27.8125rem;top:2.75rem;left:17.4375rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #TGkA03uNqWz1uEIbKAlOcAsHLssM28z6 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #CgdIRUTqAXUIpQ9dsXWloJoIX9ZGvUFW {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #vOIKlhT1s4fQtyTTmz3qgW2E1PCnwUtu {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #ABCKnw5fWPTod6mdhJcHD5T27SmlR6o2 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #TOGWkA708W1dSwKp61xRIR15bxRWfyzd {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #lrrGD4CmvwxIJJKpN9aRlOcgstQSFgs6 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #zXDtg9kZKe96KaOyTRgRctRymoQOcEar {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #U8l3IOlRClz8vtDvRq9n6S07ovAgRyrl {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #odhBhDOk6F415LsnrHNSSNsSRgcML5fm {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #m6uT41Ivvdne60sGtVvvpxQ18RTZpmIc {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #OrR3QkkeJaQvec3QqUThmOP94CtGIxgB {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #ciytys4ibV5Srso9EgpK5hsReu61oR3H {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #CUWWBGS6r40vCSJXVSACmfOM9RnDPpvn {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #C1Npvs4M1MiTmM5zTcbRU3iZpi1WJxVk {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #UpwFR8JMoxl8sQBrmUtl4shUEKgCtiFa {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #SxG4eLTRTTGOM7LNS0B4SfTzL0cTSuk2 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #Z0RbHv4SqPnlwCsAdVc4robh3uuu6UK9 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #yMhWMT5ZVt35eUonAb4aTpqkv0TF2VuO {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #wfdQ4fkqShZIoqlTgIzidqEZiC1wihFU {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #V4HF6she8VB8R0AzIywApecDwM9Ghs6R {  }
 }@media only screen and (max-width: 763px) { #sVUoToJDTpaUOncfRvrSFHMpySlA3KSg { top:3.9375rem;left:0rem;width:16.375rem;height:14.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0UyUmHiGtTfmTNzxb9cpDZ8zLkI896z { top:28.6875rem;left:15.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRONo6ls7y1PQQBmXnXhEtCgsG8pB2hZ { display:block; }
 }@media only screen and (max-width: 763px) { #eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk { display:block; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqQVfztJ9VwGw1Zwx72zXnWAMpugcx1A { top:4.75rem;left:13.375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0J4nRdxQdQdSsFzCT4KeWNEF6rpLpAN { top:4.8125rem;left:18.25rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:124.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:18.4956875rem;height:17.5rem;top:11.823784828186rem;left:0.751736164093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKI9nuPB2WDwI0zOuUofUg1rwX6WKpLr { width:18.625rem;height:27rem;top:58.40883125rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKEmOdk5Va7egDuTtdr957OOv4LxfwsF { top:98.65883125rem;left:1.1875rem;width:17.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O17pC7Eq23EVogMMJb614TKfDO0WvU9T { display:block; }
 }@media only screen and (max-width: 763px) { #tX7WW75EA1ZctFPvPG5NPtG4SST6IVUk { width:20rem;height:20rem;top:103.72048950195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy { display:block; }#u2AscQVxkrpPJCDpzweoIDPt6yzVAcmy > .row .container { width:20rem;height:153.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ws5X9gLlMCV7oWigO40DzZcXXb1Xc4Hq { width:13.5rem;height:15.25rem;top:4.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgNPfMqFNdfREQQP383G6MR4xK2IDCaT { width:13.125rem;height:8rem;top:6.47482585907rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiOg46eEJxahbebcKHT46R4IqdAxgic9 { width:13.5rem;height:15.25rem;top:38.799476623535rem;left:3.0815972089768rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlErMmrhUUTSWMhrl1tU4XZo1o13cX0F { width:13.125rem;height:10rem;top:40.467882156372rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNzG6m5qpAcMbhevJPSqXIeCKvX60xzS { width:13.5rem;height:15.25rem;top:73.153640747069rem;left:3.0815972089768rem;display:block; }
 }@media only screen and (max-width: 763px) { #GenZPMzXk9RNqMvAT8VoACfdiGl71s9E { width:13.125rem;height:10rem;top:75.071182250975rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyIz2TGsmfwowotWgXUN5y8wlbWyA9As { width:13.5rem;height:15.25rem;top:108.32378768921rem;left:3.0815972089768rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2tlBiPc2mHLp2WmraH4XyGEldi2A6LX { width:13.125rem;height:8rem;top:110.73785018921rem;left:3.4375001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEL49UW6ONwosLhFDyx0FTCOrDAC5FGT { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3186dSTzKsMdHSZpOzvJeQGly7x8Ww { width:13.5rem;height:15.25rem;top:21.77083375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9zVDM1tO3VnOrQ1GSJ1Nq4Le1PWNbCs { width:11.625rem;height:12rem;top:23.561632156372rem;left:4.1875001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOIQdxc5ZGiaiDU64QxDcyeHZKLJ7yxx { width:13.5rem;height:15.25rem;top:55.948795318604rem;left:3.0815972089768rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokHSLPLPKQg2oD90VVVst40r8FtCLBV { width:11.625rem;height:12rem;top:56.740449905396rem;left:4.1875001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uls4yJX2EX6pIRxbrXrTWu202igXXmOE { width:13.5rem;height:15.25rem;top:91.001730918881rem;left:2.7847222089768rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbA8lFSlnTVxsPZgpZB0iqMOecAUXgy { width:11.625rem;height:10rem;top:93.791668891906rem;left:4.1875001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOBgtlclPvDp4ck7gnWcv6F5sIdQXal { width:13.5rem;height:15.25rem;top:125.96962738037rem;left:3.0815972089768rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRVoJSTkWt1oE4oUqDi6MMQUWep5s82 { width:11.625rem;height:12rem;top:127.76128673554rem;left:4.1875001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZGNPVtqbv1JpgQTquxbe0Tz0PoE5eQB { width:20rem;height:5.19965rem;top:142.80295350098rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO128A76peqApftcDxD8HBeKp8caIaJp { display:block; }#VO128A76peqApftcDxD8HBeKp8caIaJp > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nm5mKeNz0ywS3pa9NWobQAuJXAqghiRs { width:14.625rem;height:18.1988125rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD46lMhN3RTSnoHqeTkNH6rKXHslEUK6 { width:17.875rem;height:20.1875rem;top:18.0980625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvmtpMlfARnMRv0qclzI4HGXcXCoEOuh { width:12.5rem;height:10.2344rem;top:27.366281494141rem;left:3.7934017181396rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIFhdHHHgJTmkCWcz1HKrLC90luqP1l { width:17.875rem;height:20.1875rem;top:39.86889625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZEEBDfW7LpTFyro1IIvAeWzLuUEyXG8 { width:17.875rem;height:20.1875rem;top:61.63973rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snahmfITTyzAEgrzLTUJiwfnSoVf0JoQ { width:12.5rem;height:10.23435625rem;top:48.55639625rem;left:3.7934036254883rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3RqxtAwfpbXChH4AGPkWcBeiF9IdyO { width:8.125rem;height:8.125rem;top:61.640584492188rem;left:5.0833358764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbHOqg4AvFyar90hTv1WyOhec6BQ1b8I { width:12.5rem;height:8.52864375rem;top:70.32723rem;left:3.5208358764649rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJEhiqh9TBS1saHve9FPLSad30yBdvJC { display:flex;width:4rem;height:4rem;top:89.15971924805rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #ObFSq4FoV4EiGbPwQxrffK8qQCQJTfgi { display:flex;width:4.5rem;height:4.5rem;top:83.40971924805rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx { display:block; }#aE5Db2FHGBJwJB5yWZRwyWTawCyIBKUx > .row .container { width:20rem;height:203.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXvsHQLeGI4769kBSPTrs8FMWJ8za3Tc { width:12.4375rem;height:4.631075rem;top:5.8827991485596rem;left:2.9375001192093rem;font-size:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvEAqfN9sxzVI9qXkf6Tel1aIESAcwtE { display:flex;width:5.1875rem;height:5.1875rem;top:1.25rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #cAEtv9531GrRRf1Shtsm0wASO5qQTsN0 { width:12.5rem;height:1.94965rem;top:13.9296875rem;left:3.7500001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgmcEpd8qcmRLw5bGmGyeEPV7mqPwqkN { width:20rem;height:3.8993rem;top:20.198785066604rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzUZV1hG5rp4dkaSJqnOHyAGmTTKlEBm { width:20rem;height:3.89930625rem;top:29.098091125488rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOetPBwnk0aJ6cvCwnBSGECbTnUlyPSg { width:20rem;height:3.89930625rem;top:37.309896469116rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3iery3UpyASfF2tXqTLTd8mNvSW4hOS { display:flex;width:2.4375rem;height:2.4375rem;top:11.547742843628rem;left:8.7812501192094rem; }
 }@media only screen and (max-width: 763px) { #sQ87thxGU3qtCLuNg2Uoyx5ovoxsQyNb { display:flex;width:2.5625rem;height:2.5625rem;top:16.816843986511rem;left:8.7187501192094rem; }
 }@media only screen and (max-width: 763px) { #HFeGNdzXxmvQ9JD4lZZC8uuTyGHFNhOD { display:flex;width:2.75rem;height:2.75rem;top:25.535591125488rem;left:8.6250001192094rem; }
 }@media only screen and (max-width: 763px) { #Ho6MFyvHgJQZ20E6xKTdGtQGcAtK2Trd { display:flex;width:2.5625rem;height:2.5625rem;top:33.934896469116rem;left:7.8750001192094rem; }
 }@media only screen and (max-width: 763px) { #yebHrF9UZLhWQLDxiVskxidfMLMvpaDQ { display:flex;width:2.125rem;height:2.125rem;top:42.021701812744rem;left:8.9375001192094rem; }
 }@media only screen and (max-width: 763px) { #TMw9XwPBADefqpqgKN48uvVIIUwqGhCK { width:20rem;height:7.798625rem;top:45.02170625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGhRIJuh9fCSkDnk9n5GSGwngcbkhMRu { top:186.68316841126rem;left:1.9687501192093rem;width:16.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuZnCP5qTtBmE0gSKla1SlGdZKVzir7v { display:block; }
 }@media only screen and (max-width: 763px) { #xkIfnDnxX7dWR6isqHLxBnca7Srrc4Sp { width:20rem;height:11.233333333333rem;top:191.37066650391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfECSTa8531DCWT7No99ozp71PkUflNC { display:block; }#XfECSTa8531DCWT7No99ozp71PkUflNC > .row .container { width:20rem;height:214.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCQWm7F4GxUCGFZaMfFAHkmiOC7CUHy4 { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTFgzqLVJwtvMlUDtukRRRbXCnAgc2Md { width:20rem;height:23.71875rem;top:8.5573080078125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmsbNPKTzu5FugNRElBxHpogzOSC1zo0 { width:20rem;height:12.5rem;top:7.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLJp2eZ6e0NWIdhEHxnrgOztwh17yPGa { width:20rem;height:23.71875rem;top:34.8394125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCIDDmbu26H0uKecSEvozse6yJs8f2Jc { width:20rem;height:12.5rem;top:33.526058007813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9eRUeLnT5Ky7NpPuvEstzF4Vp0rlJaP { width:20rem;height:12.5rem;top:59.8081625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLCv29CDU88imfosuqfFUF8oAAMZpw8x { width:20rem;height:23.71875rem;top:61.1831625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPBuuxFboi8MXtqawpSRq9uIdK9uLgtq { width:20rem;height:12.5rem;top:86.1519125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkr2bXRdeSeIMat0F7FEpxkcGxgdl7iQ { width:20rem;height:12.5rem;top:112.3706625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW5Fw1HgSad4JEPXKIOP9k2c0e328TR8 { width:20rem;height:23.71875rem;top:113.7456625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hH59e1a9gvRUaZykaGzlUvwMvaKzy6Md { width:20rem;height:23.71875rem;top:87.4019125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ws1bx9vaXA4IZBOET86px7hAGGbWMI0D { width:20rem;height:12.5rem;top:138.7144125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPitOEiIcSV4UuTxI9mOPHB8upLpTx9 { width:20rem;height:17.25rem;top:168.92622375488rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yP67NUiqRbATRwEXKJUUsuEvuLezu03u { width:20rem;height:12.5rem;top:166.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TleIxWuSTVXzFwOk2z2WM75Uk5KuD0TV { width:20rem;height:28.03125rem;top:140.87934207916rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhmAZWutI5f5UMSpI1oT4rpFmad5Xab2 { width:2.125rem;height:2.125rem;top:187.42620849609rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Zbf31wHdgqKH1TNolS9B5h07TDkByM { width:2.125rem;height:2.125rem;top:190.80120849609rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNWIHme3Fgr88eiiJmKwxuP9wt5kgqf { width:2.125rem;height:2.125rem;top:194.17620849609rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkryutorseLElXNJrzKidukWCHdDAl4z { width:2.125rem;height:2.125rem;top:197.55120849609rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrIpsfIqV4xTHlxoo33skNONAC0lTrr5 { width:2.125rem;height:2.125rem;top:200.92620849609rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zknoVQe04nBvabFeK6w7xcTuyGLpxRzk { width:2.125rem;height:2.125rem;top:204.30120849609rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQT4PLm3REpDC2HakUdrWadaIwJ81WHb { width:2.125rem;height:2.125rem;top:207.67620849609rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK { display:block; }#HqSkmL6qAnFk60FnUlTtcUyBz0lLHTIK > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No1vgkLw1mT3eGDPXErCUlrld8bcebzr { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkvmMDc4UyT6wtx6qoxdamk6i3kUseJU { display:flex;width:1.625rem;height:1.625rem;top:7.6987875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #FmGxXFZGsxJWu14EBzk5WlNochfkJRXL { width:20rem;height:3.57465rem;top:10.5737875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpcrm4qow39UkI6iHqa9HeAmCpgdUokP { display:flex;width:1.625rem;height:1.625rem;top:15.397575rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #E13tqXEVrGONbUVw77UEN6BKkiDI5X1D { width:20rem;height:5.36198125rem;top:18.272575rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PswBXDf3HGCvumb4pHsrqXczqblTWA04 { width:20rem;height:7.1493125rem;top:27.75955625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFxC8vWzK3UlgKTdSq1VbgX6F2MWE2bt { display:flex;width:1.625rem;height:1.625rem;top:37.94530625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #KRr28Jd3uvd59dTgip6QAV2TiUnbHpQ1 { width:20rem;height:5.36198125rem;top:40.82030625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrPSC5nPGVKiyt9aOPQAle1W0ebcTDao { width:20rem;height:1.46180625rem;top:47.4322875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTFkfOBlbR2ou3lWmrIQoWrfmUmnZaiG { display:flex;width:1.625rem;height:1.625rem;top:50.143263769531rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #hMC4MNtMJtTz56uwNe5qH64SenkxuBcI { width:20rem;height:20rem;top:57.705688476562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QphbTSKb0FgTUnVnbDRdIqV6EnCrqOVF { top:53.018263769531rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyWeLUaWa3SOZd9MH2VmzsqfsFGc78OC { display:block; }
 }@media only screen and (max-width: 763px) { #ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm { display:block; }#ty5487aD9JqUmLeWJfFIubcqqhE3H8Xm > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfCO4qrUBVfE6K6f2UixVvxlb5yVbZw1 { width:20rem;height:15.5989375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnLFzyppTuuqerGDzeZraDVfyqBsScQA { width:20rem;height:6.8627450980394rem;top:18.0980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czcu002TOy29aDsN4Jn78k1G2TvZnaAb { width:20rem;height:7.0014771048744rem;top:37.48175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD9vga8Xv9DbxOdGva2ro82HMG3B4U1c { width:20rem;height:10.022371364653rem;top:26.2100625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRnt4qpR24UQ0A4harowQlwyr81EtJFR { width:20rem;height:10.17316017316rem;top:45.732625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE { display:block; }#tQWZszhx9ZEc8ZMikiHayWBHqbFhH4eE > .row .container { width:20rem;height:88.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lK0BbBQQa8VUql3NPJRg6wQ3pF5c56l9 { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2Nh6hGRAUpRzekevS5EeMWOzH4NeLaf { width:16.5rem;height:19.40625rem;top:11.386284828186rem;left:1.3750001192093rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QclPmTQ1wqa2Cig5766SfPxuABkmruXS { width:17.25rem;height:17.25rem;top:34.066840171814rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHBUIikHd17rzqK7mSDTJImNPoQOUxqf { width:17.25rem;height:15.09375rem;top:57.292535781861rem;left:1rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSnBw6gq9JqMnGI6eUyCyfCsWBQKxwk4 { width:3.75rem;height:3.75rem;top:73.636291503906rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te6eKyw6isQDttoEH5O6MM4A0RfqnNw5 { width:3.75rem;height:3.75rem;top:78.636291503906rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev3prpLBTlFwq4cGofb0Xfz6hrDK7R21 { width:3.75rem;height:3.75rem;top:83.636291503906rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 { display:block; }#dk1VkcW3XVxkAZNa86TT2tPy4dCdyvL5 > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVvHe9l25bsVCmHeL02hTnACxt0uZxPX { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1eiI8yggVv7HiwTWeICcWRDQlUkkBeM { width:20rem;height:69rem;top:5.09895625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ { display:block; }#PerPV50OfAoT2qlqTrz1dLH8A2EHfzLJ > .row .container { width:20rem;height:130.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTUCL4kzy0Nuyu3m0Br6xppJlXppcMB { width:19.375rem;height:53rem;top:36.791687011719rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #EJSsBwXeP8Ih82wugmSHlzKICtLAnqfb { width:19.4375rem;height:32.8125rem;top:2.8750405311584rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #MtqZG6s35ZkukMpq6DCETqwtdC9ieduw { width:17.3125rem;height:1.57465rem;top:6.618945121765rem;left:1.3437501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #o8AGK4HLdp9KPT7309CcPTQ9Tf7HcrLa { width:17.3125rem;height:3.375rem;top:10.118923664093rem;left:2.6866320371628rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GKRyZSAZ892n1eDCO3yQevt7COA8pBwq { width:15.625rem;height:0.125rem;top:61.770832538605rem;left:2.3298606872559rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGM4Ka8Q3nMpcb2MXddw1253oq0GSUmi { top:26.229166269302rem;left:3.2439231872559rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKdWkpHHXSWQz1fBT4ohBFdTEM2BkFa7 { display:block; }
 }@media only screen and (max-width: 763px) { #MtazQvXnIeK53CBJVBQGl7CWNhSAGti8 { width:14.5625rem;height:5.03645625rem;top:3.4071178436279rem;left:3.0243072509766rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #roIsVKNrfqOMaFwL5VayTPJTff76MOpo { display:flex;width:1.8125rem;height:1.8125rem;top:9.4314250946044rem;left:0.9296875rem; }
 }@media only screen and (max-width: 763px) { #mZmiVH6owXRixInsHeI1aTRP1mAvvM4l { display:flex;width:1.8125rem;height:1.8125rem;top:12.806425094604rem;left:0.829861164093rem; }
 }@media only screen and (max-width: 763px) { #b2Pp2Tq5oKuRHhHfroTaoyGn8s1Z5PpC { display:flex;width:1.8125rem;height:1.8125rem;top:16.77170085907rem;left:1.3932285308838rem; }
 }@media only screen and (max-width: 763px) { #Iox9lOzQhHLRv4g4L9BenME75rQoGTBq { width:12.5rem;height:7.1493125rem;top:16.353298187256rem;left:4.0555572509766rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCUw8iVitXaN1cB9s0SU7grbWqGqCaL { width:14.5625rem;height:5.03645625rem;top:38.94878411293rem;left:3.9236106872559rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rBC3nFyaxcTovu9MKMCBhkXgWKTbF6xt { width:15.375rem;height:1.57465rem;top:42.404514312744rem;left:2.6866320371628rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cabW9y9qXRUKyvwnatykgwZRc2LXLlXJ { width:16.625rem;height:3.375rem;top:46.481751441956rem;left:3.3741317987442rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GRJEBfGSDZEaX74Zg9IUtA42t1LKMTUW { width:12.5rem;height:7.1493125rem;top:52.313367128372rem;left:4.9861106872559rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFlvP7w5CHIvHrqxHshM9PNIJEUQxw4g { display:flex;width:1.8125rem;height:1.8125rem;top:46.481769800186rem;left:1.7604141235351rem; }
 }@media only screen and (max-width: 763px) { #hz3u217wke4STxmkAendXL4dlTDSCQn7 { display:flex;width:1.8125rem;height:1.8125rem;top:49.440102815628rem;left:1.7604141235351rem; }
 }@media only screen and (max-width: 763px) { #AUufUQLAdtU1MTgrnVXH5ppCILcW1s81 { display:flex;width:1.8125rem;height:1.8125rem;top:52.313367128372rem;left:1.7604141235351rem; }
 }@media only screen and (max-width: 763px) { #fawllMIqLpAtDapSzKr7hJvqV9fSCetS { width:12.5rem;height:14.29860625rem;top:60.576390504837rem;left:3.7500001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHKfnQ5ww0WXc8HNG11otAr0RCT9wVuJ { top:78.083340644838rem;left:2.3289932012558rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadTqRWmV29sLZcWryAPk1Pe6Zh5wC4K { display:block; }
 }@media only screen and (max-width: 763px) { #s1y0Jk6xrHdl9iMsHiDAOTDl9iLzgGXn { top:82.582468032837rem;left:2.3289932012558rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W21U6leIqxHFtrChX7FNSTfzKr0o0wT3 { display:block; }
 }@media only screen and (max-width: 763px) { #E3fG6LmFO9wErKDT1L9GbpBC9lXhtyJT { width:12.5rem;height:1.787325rem;top:49.452264785767rem;left:4.9930554628373rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX0BlpyfsHe8G14WBDO57BmJXy5lX8ZZ { top:91.708353261719rem;left:1.5625rem;width:16.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb1ddsvJFNXtauvAMCSTmeDe0t4aDt95 { display:block; }
 }@media only screen and (max-width: 763px) { #EOi469deDKyQMT1bxqDkQnaHsh11ASIv { display:flex;width:1.8125rem;height:1.8125rem;top:108.04516576172rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #BEiT4ZQiJGW34P3nGxBSskwmySue3dIA { width:20rem;height:12.99915rem;top:96.395853261719rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc0ozbGsaWUeZ2FE6xmkAds7uleWHSs2 { width:12.5rem;height:2.599825rem;top:111.10766601562rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5rIXWdecBs3KAwvWQhvuaAhCnfiH16b { width:12.5rem;height:2.599825rem;top:114.95662226563rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx { display:block; }#PwG0G3dDnZFgTl215kGioMJRTAU5k2Nx > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HITuWzfxsfdexk5TPLKEfHed8xTkhZ2C { width:20rem;height:48.25779375rem;top:5.09895625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLcWiysAZwBJRC3il7Uy9C6lh0uQnafO { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIykawuQuoExktoTGICk35w0r5AOo2l7 { display:block; }#aIykawuQuoExktoTGICk35w0r5AOo2l7 > .row .container { width:20rem;height:195.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCDaPkZlpTnTPiH4cFhvTo7Vi858wq4Z { width:18.75rem;height:8rem;top:25.9487875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeFrgF76o74KXCNbrpo4NsvXIuP2XVMI { width:18.75rem;height:10rem;top:18.6987875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmuf4IBdVKeqcGhtZrolS8IFsGkMTPhq { width:18.75rem;height:14rem;top:33.1987875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChUBxED0izabp8eOkAr9bUpDsOLbOqoV { width:18.75rem;height:10rem;top:57.6987875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrh5TplLD80S8rXAMEzK0LX3G0dLABuX { width:20rem;height:9.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeNou1im06a6vCKcuTFwgs9nz4UklOQ { width:20rem;height:5.19965rem;top:12.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCq4KoegGo7a9bICALx632iWQSqSTmyJ { width:18.75rem;height:8rem;top:48.4487875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVgpMEN8J0BMxsONnXJ9iQBVTb8ZQENc { width:18.75rem;height:6rem;top:66.9487875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Sw1luyy93p1tBUgDRJGot2L4iGFc0h { width:19.9375rem;height:17.3125rem;top:72.198852539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDXx20CZx1hThQmLWX33GwZ80TGuGUKA { width:20rem;height:18.8125rem;top:112.63635253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq2vQQl5RBJPswAibzFUpfSWIFCxX7rr { width:20rem;height:18.6875rem;top:153.88635253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh5s1EEgkPb2Xn3CGTNhqLwad6uv8Jmw { width:19.9375rem;height:20.625rem;top:90.761352539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGgkAUwRlAsyKA2pQMI9ruhaOC6lSnag { width:19.9375rem;height:19.9375rem;top:132.69885253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu09tk8b1NbpF4SCakdgIzLiTmc91K3d { width:19.9375rem;height:19.25rem;top:173.82385253906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl { display:block; }#TBfXxdkg4Ad3ZwBHtOsIttXTSV8SCThl > .row .container { width:20rem;height:65.05555625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4dnBGG5RUyuvheEKnL1kJrdRt7uivtV { width:20rem;height:0;top:5.58680625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD9iXVLMX3DeI6qmK9IdIC2xxe9MlqFn { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwlCQFaswb4BgCkz7tc611JUFyoNIJR7 { display:flex;width:14.9375rem;height:14.9375rem;top:32.18055625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #FZH8bH4wbX28mreGI34l5D1u010I0XgW { width:20rem;height:0;top:61.36805625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypkR3Ntk724aMcNMrmWUNRoFV73K0XMi { display:flex;width:2rem;height:2rem;top:54.99305625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #ke4dd3ktTObuun01fy0K7ATvSLZXwByu { display:flex;width:2.0625rem;height:2.0625rem;top:51.68055625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #RFZ8Q7nZ2sEzlHbATxVNHsLTl4gP6nwD { display:flex;width:2.0625rem;height:2.0625rem;top:48.36805625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #haETBEpd8kkIg85UWlPn8n368XGFzJaJ { display:flex;width:1.875rem;height:1.875rem;top:58.24305625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #zimtFoxGEeFglbQ628mx22tu4Hl0OAfk { display:block; }#zimtFoxGEeFglbQ628mx22tu4Hl0OAfk > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPfQZC5C4obfMlkPCvsdygQGEXz8wk0l { width:20rem;height:56.0625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7fbzV6fJBg33iaA3fmNumVMKrINWz01 { top:39.0625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILkxC0FBg4WlfC4AJ6m47M7AJkBDK3LS { display:block; }
 }@media only screen and (max-width: 763px) { #Mr4yOk24Xc9NQipCmMMhrEZ74nADs3sn { width:20rem;height:11.218568665377rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4lpkHqBGTScJqvJg02TRiTrZESkbxT { width:20rem;height:0;top:71.031068665375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVTW9xQInJOgOtmvRZV01t1m483ktNyl { display:block; }#SVTW9xQInJOgOtmvRZV01t1m483ktNyl > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL9mTNo4rnmm9hdaE0dI8TesTpdH9J80 { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRPMgkTqCrtVflWbAykxrM4Naw0unsRW { width:19.9375rem;height:37.375rem;top:10.2995rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoS2CyuBxMMbtyP6rACAcLz3spbxlwXG { width:20rem;height:30.080428954424rem;top:48.924560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N25eIBSrVwMyrAcTVJ6ChztafV124UiT { display:block; }#N25eIBSrVwMyrAcTVJ6ChztafV124UiT > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 { display:flex;height:23.125rem;width:17.5rem;top:12.25rem;left:0rem; }
#fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #TGkA03uNqWz1uEIbKAlOcAsHLssM28z6 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #CgdIRUTqAXUIpQ9dsXWloJoIX9ZGvUFW {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #vOIKlhT1s4fQtyTTmz3qgW2E1PCnwUtu {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #ABCKnw5fWPTod6mdhJcHD5T27SmlR6o2 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #TOGWkA708W1dSwKp61xRIR15bxRWfyzd {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #lrrGD4CmvwxIJJKpN9aRlOcgstQSFgs6 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #zXDtg9kZKe96KaOyTRgRctRymoQOcEar {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #U8l3IOlRClz8vtDvRq9n6S07ovAgRyrl {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #odhBhDOk6F415LsnrHNSSNsSRgcML5fm {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #m6uT41Ivvdne60sGtVvvpxQ18RTZpmIc {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #OrR3QkkeJaQvec3QqUThmOP94CtGIxgB {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #ciytys4ibV5Srso9EgpK5hsReu61oR3H {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #CUWWBGS6r40vCSJXVSACmfOM9RnDPpvn {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #C1Npvs4M1MiTmM5zTcbRU3iZpi1WJxVk {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #UpwFR8JMoxl8sQBrmUtl4shUEKgCtiFa {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #SxG4eLTRTTGOM7LNS0B4SfTzL0cTSuk2 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #Z0RbHv4SqPnlwCsAdVc4robh3uuu6UK9 {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #yMhWMT5ZVt35eUonAb4aTpqkv0TF2VuO {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #wfdQ4fkqShZIoqlTgIzidqEZiC1wihFU {  }
 }@media only screen and (max-width: 763px) { #fQMTWUqdsIoMXw3gPoXmfX4qMHI8wao8 #V4HF6she8VB8R0AzIywApecDwM9Ghs6R {  }
 }@media only screen and (max-width: 763px) { #sVUoToJDTpaUOncfRvrSFHMpySlA3KSg { width:16.375rem;height:9.75rem;top:1.25rem;left:1.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0UyUmHiGtTfmTNzxb9cpDZ8zLkI896z { top:39.125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRONo6ls7y1PQQBmXnXhEtCgsG8pB2hZ { display:block; }
 }@media only screen and (max-width: 763px) { #eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk { display:block; }#eCaEMs0sQBkHoW6qiXzA0f71X1z29DQk > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqQVfztJ9VwGw1Zwx72zXnWAMpugcx1A { display:flex;width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #d0J4nRdxQdQdSsFzCT4KeWNEF6rpLpAN { width:12.5rem;height:4.0625rem;top:6.625rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }