.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#d4bbdd;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#310e76;display:block;width:28.0625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:14997;line-height:1.1;letter-spacing:0;top:12.75rem;left:0rem;height:12.097625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:#5e376d;display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.15625rem;left:0rem;height:2.15625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;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:30.125rem;width:30.125rem;top:13.75rem;left:29.0625rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#310e76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:10.25rem;left:28.625rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#ffe959;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:7.5rem;width:7.5rem;top:12.1875rem;left:52.5rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:#1f333b;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:15.375rem;left:53.125rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:25.9375rem;left:26.0625rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#310e76;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:26.5rem;left:26.125rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.5rem;width:7.1875rem;top:11rem;left:30.5rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:14.1875rem;width:7.1875rem;top:27.5rem;left:52.8125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#rGTtFFhWGguDcvVtTybul1uacTVzlU6G { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.5rem;top:0.625rem;left:49.633138020833rem;overflow:hidden;display:block; }
#dTcrWmGobQWA6uMGQtyfe3FeSu81Gbca { position:absolute;display:block;z-index:15040;height:9.75rem;width:24.0625rem;top:30.25rem;left:0rem;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#310e76;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.6875rem;left:8.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:#5e376d;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:7.21875rem;left:8.125rem;height:2.8125rem;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { 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; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:#310e76;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.875rem;width:18.75rem;top:0rem;left:0.625rem;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#310e76;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:2.4249992370606rem;left:1.03125rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:#5e376d;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.875rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:#d4bbdd;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.875rem;width:18.75rem;top:0rem;left:40.625rem;display:block; }
#Oh49cLsA00PCAl2TlMm43rrzlau4gdGs { color:#310e76;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:2.4249992370606rem;left:21.34375rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#wp865G3JIrzvmdRDqIr62yKLMtV8EpNc { color:#310e76;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:2.4249992370606rem;left:41.40625rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU { 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; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row .container { background-color: transparent; background-image: none; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row .container > .video-iframe-container { display: none; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row > .video-iframe-container { display: none; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .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); }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row .container { border-width: 0; border-radius: 0; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#JMpmuTeQ0Phoel6FH5T8X732V84togUH { color:#310e76;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.387500762939rem;left:22.363544464111rem;height:14.625rem;display:block; }
#xRSAByW2o3RBosfVyHa6GUoyNXg2GkkC { color:#310e76;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:22.36328125rem;height:6.5800625rem;display:block; }
#Z2Bli5OqkqCqE8viGbc9wRk4vrTSicg5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:21.4375rem;top:1.5874961853028rem;left:0.41092069892472rem;overflow:hidden;display:block; }
#rWswUJqM9DvlSIl2vWX57zTX4FW8xDHp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.6875rem;width:16.0625rem;top:3.1927080154419rem;left:2.9375rem;overflow:hidden;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { 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; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#Ba9hfNWty8wr5dK2N88cPx4aXSxcBpCB { position:absolute;display:block;z-index:15041;height:9.75rem;width:33.3125rem;top:1.21875rem;left:13.3125rem;display:block; }
#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I { position:relative;display:block; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I { background-color: transparent; background-image: none; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .row .container > .video-iframe-container { display: none; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .row > .video-iframe-container { display: none; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .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); }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I { border-width: 0; border-radius: 0; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .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; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NxhK86o9NwE7mfwvkTQkMD82zpoTXLmS { color:#310e76;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.484375rem;left:7.25rem;height:2.84375rem;display:block; }
#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ { 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; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row .container { background-color: transparent; background-image: none; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row .container > .video-iframe-container { display: none; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row > .video-iframe-container { display: none; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .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); }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row .container { border-width: 0; border-radius: 0; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:60rem;position:relative;display:block; }#BvFEdwNGvLL5onrWVGFBxqTOkLIPRw3K { color:#000000;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9729166030884rem;left:27.273960113526rem;height:25.0195375rem;display:block; }
#Q5kKK3vJTTPOGTIrp9D4tB0hkb3L5dsl { color:#2c3241;display:block;width:56.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.837497711182rem;left:2.625rem;height:17.54295625rem;text-align:center;text-align-last:center;display:block; }
#vOS89ZItqQqX7XlWgDtLbIWZkqZVl4aq { 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:29.1875rem;width:21.875rem;top:1.453125rem;left:3.4375rem;overflow:hidden;display:block; }
#kaeCHPpg6yuOLRWMhdSOq6FUWi8dNcXE { background-color:#5e376d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.0625rem;height:3.9375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:52.512500762939rem;left:14.21875rem;display:block; }
#F10auJINuMtOLi25S6ouz2VMNqzBKIbV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm { 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; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row .container { background-color: transparent; background-image: none; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row .container > .video-iframe-container { display: none; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row > .video-iframe-container { display: none; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .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); }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row .container { border-width: 0; border-radius: 0; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#JsbHzfkNFCOVT6ITzgcMSymol7mtK7QN { color:#310e76;display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:3.125rem;left:10.15625rem;height:2.40625rem;text-align:center;text-align-last:center;display:block; }
#UttVHqVUkEgGJ0bkkzHgTTT8Jwucw9yB { 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:8.625rem;width:30.875rem;top:11rem;left:29.124217987061rem;overflow:hidden;display:block; }
#zNmQOgHAIDensTHLncDkEOT4U2oqo8Fl { 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:5.5625rem;width:31rem;top:38.3125rem;left:28.999217987061rem;overflow:hidden;display:block; }
#unGrEzi0NHDCmDrSspPwAq7Olt9NkGbV { 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:6.6875rem;width:30.875rem;top:29.800001144409rem;left:29.124217987061rem;overflow:hidden;display:block; }
#IzZKdU0KGhh9dvJ85le88OsiTPTAb7yt { 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:6.8125rem;width:30.875rem;top:21.46875rem;left:29.124217987061rem;overflow:hidden;display:block; }
#KET3vWCi9cGtlTG26mEEIEqr2eKedVTV { 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:23.875rem;width:22.8125rem;top:10.25rem;left:3.62109375rem;overflow:hidden;display:block; }
#ToToO2U0bFIT4wRRwdgh9JEU48EStOJX { 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:13.9375rem;width:22.5625rem;top:34.125rem;left:3.83984375rem;overflow:hidden;display:block; }
#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#310e76;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; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row .container { background-color: transparent; background-image: none; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row .container > .video-iframe-container { display: none; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row > .video-iframe-container { display: none; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .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); }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row .container { border-width: 0; border-radius: 0; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#baGg0FmEJXCQgTZKOacTbsN7oiK9Txea { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:3.9614658355713rem;left:10.28125rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#xVJuGMGZWWpIESTqMsGTRsprObk43aIC { position:absolute;display:block;z-index:15041;height:9.75rem;width:33.25rem;top:13.281259536743rem;left:13.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:28.0625rem;height:12.0625rem;top:12.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:25.75rem;height:2.125rem;top:8.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:30.125rem;height:30.125rem;top:13.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:10.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:7.5rem;height:7.5rem;top:12.1875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.5625rem;height:1.1875rem;top:15.375rem;left:42.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.875rem;height:5.75rem;top:25.9375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:26.5rem;left:20rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:11rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:27.5rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGTtFFhWGguDcvVtTybul1uacTVzlU6G { top:0.625rem;left:38.25rem;width:9.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTcrWmGobQWA6uMGQtyfe3FeSu81Gbca { top:30.25rem;left:0rem;width:24.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:;top:3.6875rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:43.75rem;height:2.8125rem;top:7.1875rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.5625rem;height:15.75rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh49cLsA00PCAl2TlMm43rrzlau4gdGs { width:17.5625rem;height:15.75rem;top:2.375rem;left:13.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp865G3JIrzvmdRDqIr62yKLMtV8EpNc { width:17.4375rem;height:15.75rem;top:2.375rem;left:29.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU { display:block; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMpmuTeQ0Phoel6FH5T8X732V84togUH { top:14.375rem;left:13.125rem;width:34.625rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRSAByW2o3RBosfVyHa6GUoyNXg2GkkC { top:5.375rem;left:12.1875rem;width:35.5625rem;height:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Bli5OqkqCqE8viGbc9wRk4vrTSicg5 { top:1.5625rem;left:0rem;width:21.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWswUJqM9DvlSIl2vWX57zTX4FW8xDHp { top:3.1875rem;left:0rem;width:16.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ba9hfNWty8wr5dK2N88cPx4aXSxcBpCB { top:1.1875rem;left:7.1875rem;width:33.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I { display:block; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxhK86o9NwE7mfwvkTQkMD82zpoTXLmS { top:2.4375rem;left:1.125rem;width:45.5rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ { display:block; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvFEdwNGvLL5onrWVGFBxqTOkLIPRw3K { top:2.9375rem;left:17.125rem;width:30.625rem;height:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5kKK3vJTTPOGTIrp9D4tB0hkb3L5dsl { top:32.8125rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOS89ZItqQqX7XlWgDtLbIWZkqZVl4aq { top:1.4375rem;left:0rem;width:21.875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaeCHPpg6yuOLRWMhdSOq6FUWi8dNcXE { width:33.0625rem;height:3.9375rem;top:52.5rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F10auJINuMtOLi25S6ouz2VMNqzBKIbV { display:block; }
 }@media only screen and (max-width: 763px) { #sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm { display:block; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsbHzfkNFCOVT6ITzgcMSymol7mtK7QN { top:3.125rem;left:4.03125rem;width:39.6875rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UttVHqVUkEgGJ0bkkzHgTTT8Jwucw9yB { top:11rem;left:16.875rem;width:30.875rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmQOgHAIDensTHLncDkEOT4U2oqo8Fl { top:38.3125rem;left:16.75rem;width:31rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unGrEzi0NHDCmDrSspPwAq7Olt9NkGbV { top:29.75rem;left:16.875rem;width:30.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzZKdU0KGhh9dvJ85le88OsiTPTAb7yt { top:21.4375rem;left:16.875rem;width:30.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KET3vWCi9cGtlTG26mEEIEqr2eKedVTV { top:10.25rem;left:0rem;width:22.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToToO2U0bFIT4wRRwdgh9JEU48EStOJX { top:34.125rem;left:0rem;width:22.5625rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh { display:block; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baGg0FmEJXCQgTZKOacTbsN7oiK9Txea { top:3.9375rem;left:4.15625rem;width:39.4375rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJuGMGZWWpIESTqMsGTRsprObk43aIC { top:13.25rem;left:7.25rem;width:33.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#d4bbdd;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:8.25rem;top:11rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:16.75rem;height:3.375rem;top:6.375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.6875rem;height:14.6875rem;top:33.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:29.8125rem;left:0.6875rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.3125rem;height:6.3125rem;top:29.25rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:31.875rem;left:14.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.375rem;height:5.375rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:2.65625rem;top:42.9375rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:30.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:39.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGTtFFhWGguDcvVtTybul1uacTVzlU6G { width:6.625rem;height:3.0625rem;top:0.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTcrWmGobQWA6uMGQtyfe3FeSu81Gbca { width:20rem;height:5.3125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:1.8rem;top:4.6750030517578rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:10.7988125rem;top:3.375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:15.425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:29.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh49cLsA00PCAl2TlMm43rrzlau4gdGs { width:17.5625rem;height:10.7988125rem;top:17.55rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wp865G3JIrzvmdRDqIr62yKLMtV8EpNc { width:17.4375rem;height:8.999rem;top:31.725rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU { display:block; }#mPS4RUHvCkQCigZtG7xn0BTCToOx7mmU > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMpmuTeQ0Phoel6FH5T8X732V84togUH { width:18.5rem;height:14.29785625rem;top:24.814063072204rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRSAByW2o3RBosfVyHa6GUoyNXg2GkkC { width:18.4375rem;height:4.142575rem;top:1.8750047683716rem;left:0.78125rem;font-size:1.0625rem;color:#2c3241;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Bli5OqkqCqE8viGbc9wRk4vrTSicg5 { width:13rem;height:16.625rem;top:7.625rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWswUJqM9DvlSIl2vWX57zTX4FW8xDHp { width:9.6875rem;height:13.875rem;top:8.65625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ba9hfNWty8wr5dK2N88cPx4aXSxcBpCB { width:20rem;height:9.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I { display:block; }#a3sbUA1Jnk1ms6L7LEmT6KplFMtKFr4I > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxhK86o9NwE7mfwvkTQkMD82zpoTXLmS { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ { display:block; }#rBxn48ce0vJupzL3uzRyGBC82LPTrWJZ > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvFEdwNGvLL5onrWVGFBxqTOkLIPRw3K { width:19.125rem;height:15.9140625rem;top:20.237493515014rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5kKK3vJTTPOGTIrp9D4tB0hkb3L5dsl { width:18.5625rem;height:27.28121875rem;top:37.987501144409rem;left:0.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOS89ZItqQqX7XlWgDtLbIWZkqZVl4aq { width:13.8125rem;height:18.4375rem;top:0.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaeCHPpg6yuOLRWMhdSOq6FUWi8dNcXE { width:19rem;height:3.9375rem;top:67.037492752075rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F10auJINuMtOLi25S6ouz2VMNqzBKIbV { display:block; }
 }@media only screen and (max-width: 763px) { #sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm { display:block; }#sDeWVKgPHbJJn1vmkiBcyAE72uHoyutm > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsbHzfkNFCOVT6ITzgcMSymol7mtK7QN { width:16.375rem;height:2.75rem;top:1.25rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UttVHqVUkEgGJ0bkkzHgTTT8Jwucw9yB { width:20rem;height:5.83828125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmQOgHAIDensTHLncDkEOT4U2oqo8Fl { width:20rem;height:3.834375rem;top:48.72578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unGrEzi0NHDCmDrSspPwAq7Olt9NkGbV { width:20rem;height:4.5640625rem;top:42.91171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzZKdU0KGhh9dvJ85le88OsiTPTAb7yt { width:20rem;height:4.5109375rem;top:24.71328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KET3vWCi9cGtlTG26mEEIEqr2eKedVTV { width:11.5rem;height:12.0625rem;top:5rem;left:4.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToToO2U0bFIT4wRRwdgh9JEU48EStOJX { width:18.0625rem;height:11.1875rem;top:30.47421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh { display:block; }#wJNtrbSeRcM2DbScHLKoewJ3IxZDueRh > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baGg0FmEJXCQgTZKOacTbsN7oiK9Txea { width:16.875rem;height:4.5rem;top:1.1875rem;left:1.5625001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJuGMGZWWpIESTqMsGTRsprObk43aIC { width:20rem;height:9.75rem;top:6.9375rem;left:0rem;display:block; }
 }