.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:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#594ad1;background-image:url("https://images.assets-landingi.com/uc/5402cd16-1ed0-4e8b-a454-66e854f86324/MAILINGgrafikiwiksze8.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN.adaptive-delivery-prevent-bg, #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN.lazyload, #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN.lazyloading { background-image: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { background-color: transparent; background-image: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .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); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { border-width: 0; border-radius: 0; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#FxvC5A0hipH7Fe3kd6WfqvSQ0WTxXThx { 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:12.937rem;width:12.937rem;top:1.5625rem;left:10.748697280884rem;overflow:hidden;display:block; }
#EBD1K9TmzcmWoTsD3f1K9wDymq3FzWls { background-color:#ffaaa5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.6728515625rem;left:32.246908187866rem;display:block; }
#BvvB7CL91zB3zmDfbfbxbFIXqpPgkDMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;color:#ffffff;padding-top:0.61625rem;padding-right:0.536875rem;padding-bottom:0.61625rem;padding-left:0.536875rem;display:block;align-items:center;width:3.2225rem;min-width:3.2225rem;height:3.311875rem;position:relative;font-family:"open sans";font-size:2.464375rem;font-weight:700;line-height:52.99px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-label { background-color:;background-image:none;color:#594ad1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.29625rem;height:1.309375rem;position:relative;font-family:"open sans";font-size:0.924375rem;font-weight:400;line-height:20.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.8748125rem;height:6.23860625rem;padding-top:0.77rem;padding-right:0.7675rem;padding-bottom:0.77rem;padding-left:0.7675rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.0625rem;left:34.323728561401rem;z-index:15019; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Blwm8aShcLZBuExZ4w8znaysKh5Kc8tM { display:flex;position:relative;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #s5vneSPXSXwpvLKt4MkQRCF0dRFVGqnh { width:auto; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Cyl87VJ2yqOSKHDcgDTuidyl6ZXVOzKz {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #LWpKM1XxnaZsd6nFvFVtqxStgFu0Hw2J { display:flex;position:relative;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #wxTEpcfnZB2nLbWbggKNcNqUl4x9M5HV {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #FC1rhqNBgXh34x4IBCuzioxaTrM3nWxw {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #o8qy8awN1cus0MSdmdNRvyEbLPZ14rTc { display:flex;position:relative;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #w8DzIwqN7DD1v5Fuiv0uQGEyhRrUt8w9 {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #EGg6AKg769XshZBzDZLT9TAMxzt3b3tB {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Ankdb4WLcRGzhxKatuA0E5kvP9bKduFC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Qfn88sCBIuE8PlTReryGhExgHpxLvKH3 {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #RSFLTRH9TK3eGraODvzgboWdmDJgegXt {  }
#vdPpmHmMxt6x25Q9D9dA1DiHUULgEyh1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:29.75rem;top:13.624347686767rem;left:0rem;overflow:hidden;display:block; }
#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#ffffff;display:block;width:33.9371875rem;position:absolute;font-family:"times new roman";font-size:4.3125rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:19.114582061767rem;left:26.062009811401rem;height:11.6430625rem;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#a06OFh6pHotmm7KFtZgPPFpepFI3bCaZ { color:#594ad1;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.668620109558rem;left:28.447916030884rem;height:1.4615875rem;text-align:center;text-align-last:center;display:block; }
#r5ChJ7xzAOwEF9PtMTTJzSuDgPBbA2at { color:#594ad1;display:block;width:30.1871875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.749185562134rem;left:1.5584316253662rem;height:10.97005rem;text-align:center;text-align-last:center;display:block; }
#w8ETvDIRvW1i8HWa9Xs2dRn4kTbcPy1U { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.436359405517rem;left:5.8723964691162rem;display:block; }
#AauE6GS6F6kEntvHbLK9E8XXWhpfXh6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stp8VWuFwCEZytzTUeGyTeZ4ZmRbxhn2 { box-sizing:content-box;height:9.625rem;width:33.75rem;position:absolute;display:block;z-index:14999;background-color:#ffaaa5;background-image:none;top:11.868489265442rem;left:-0.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#xT9hVFUkUhwd6ee3bxIRkzbSaPWfTqyB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:1.5958690643311rem;left:37.591958999634rem;overflow:hidden;display:block; }
#XxtTW3QhmbzwW1ENTMSmlqIIVAoBzsXp { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:29.6875rem;top:13.124999046326rem;left:30.311685562134rem;overflow:hidden;display:block; }
#ytbxNmAtKTbHt1XV2RgtdZWMaG7s4O67 { color:#594ad1;display:block;width:32.312rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4687490463257rem;left:0.49886131286621rem;height:15.35809375rem;text-align:center;text-align-last:center;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffaaa5;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; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#sBVi3DDuie432LS2DnUX1FPMlELulJhq { color:#594ad1;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.189127326012rem;left:0.87158203125rem;height:12.109375rem;font-style:normal;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; }
#iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { position:absolute;display:block;z-index:15001;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;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:28.1875rem;width:46.6875rem;top:1.1656799316406rem;left:0rem;display:block; }
#IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { 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:19.4375rem;width:19.4375rem;top:2.7291669845581rem;left:37.625001907349rem;overflow:hidden;display:block; }
#Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { 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:12.9996875rem;width:15.061875rem;top:29.747712612152rem;left:44.937337875366rem;overflow:hidden;display:block; }
#ouGK0Ax3HAW3VrK4y6ezDqIrLnszWVz2 { color:#594ad1;display:block;width:35.437rem;position:absolute;font-family:"times new roman";font-size:2.5625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:2.7286783456803rem;left:0.810546875rem;height:7.688rem;text-align:left;text-align-last:left;display:block; }
#DB3vMSyhZ91FEiiZ6fsvSdWTaXice4lL { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9996875rem;height:4.249675rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.185213088989rem;left:3.4993495941162rem;display:block; }
#wvFicbwUpIdtgq3PA6mZpalcaF0JUCOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCX0cTDKUIzcfchKrBARg5kbe0bTMvny { color:#594ad1;display:block;width:46.4371875rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.727538466454rem;left:0.87158203125rem;height:2.6001rem;display:block; }
#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { position:relative;display:block; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { background-color: transparent; background-image: none; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container > .video-iframe-container { display: none; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row > .video-iframe-container { display: none; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .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); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { border-width: 0; border-radius: 0; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .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; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;background-image:none;font-size:0.875rem;font-family:arial;height:12rem;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; }#OQ6H1Iv0sKwk1aD812osbtV69iyGBwfI { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:7.6875rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#zxJgxFlaDevIpdc7e5Dd2yIHPFUFW0pS { box-sizing:content-box;height:6.5rem;width:47.625rem;position:absolute;display:block;z-index:14999;background-color:#594ad1;background-image:none;top:2.6875rem;left:6.1875rem;display:block; }
#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol { position:relative;display:block; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol { background-color: transparent; background-image: none; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .row .container > .video-iframe-container { display: none; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .row > .video-iframe-container { display: none; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .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); }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol { border-width: 0; border-radius: 0; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .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; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;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; }#rRULMUCtrT8hgKmed8FFWNNMSHi5hVE5 { 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:18.125rem;width:18.125rem;top:3.4993457794189rem;left:0rem;overflow:hidden;display:block; }
#TNpgC63TruTX3fLLh00LnR3rQvlRxZBL { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:19.1875rem;width:40.25rem;top:4.3125rem;left:18.875rem;display:block; }
#AyR7CW2rQ5P4X5tqsMTeNfTKsdTckxAk { color:#594ad1;display:block;width:35.8125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:4.8125rem;left:23.125rem;height:17.8767875rem;text-align:left;text-align-last:left;display:block; }
#TF5HDAFThT839pAC4lwe9T7JLPWPEspB { position:absolute;display:block;z-index:15017;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:2.9375rem;left:17.0625rem;display:block; }
#d0Twc7ZxP0Otv2NPcy4rLoknGSEomKoq { position:absolute;display:block;z-index:15036;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.937175rem;width:3.937175rem;top:3.5rem;left:17.625rem;overflow:hidden;display:block; }
#N9oDmr4TMNNGtxhQWQkqnB5IEhhD0xhe { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:10.030110359192rem;left:17.062173843384rem;display:block; }
#qbWz2IyWHRBUbcLZOzqy9hXD1fggc1eT { 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:3.937175rem;width:3.937175rem;top:10.592448234558rem;left:17.623697280884rem;overflow:hidden;display:block; }
#F3D4WLzKvKr68hDSalQOprtMqbTErDsl { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:16.625rem;left:17.125rem;display:block; }
#h1hdbGJdz3ueNgNsdbi0c2v1QxiXswg0 { 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:3.937175rem;width:3.937175rem;top:17.1875rem;left:17.6875rem;overflow:hidden;display:block; }
#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb { position:relative;display:block; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb { background-color: transparent; background-image: none; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .row .container > .video-iframe-container { display: none; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .row > .video-iframe-container { display: none; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .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); }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb { border-width: 0; border-radius: 0; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .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; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffaaa5;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;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; }#hlzfpHK2gW3CGeK0fuTDtWHlqHGLoFJs { 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:18.125rem;width:18.125rem;top:3.4993457794189rem;left:0rem;overflow:hidden;display:block; }
#CUbTa3FbTR7JdIyI2XJ8oKkWt7g62wpp { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:19.1875rem;width:40.25rem;top:4.3125rem;left:18.875rem;display:block; }
#AqWdouiBBtchBL3MT8d403AcT1b7XcQC { color:#594ad1;display:block;width:35.8125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:4.8125rem;left:23.125rem;height:17.8767875rem;text-align:left;text-align-last:left;display:block; }
#pTurGeyPLn1Pz9GhZIbH4nm0sX7bZdlR { position:absolute;display:block;z-index:15017;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:2.9375rem;left:17.0625rem;display:block; }
#uxyTBlfzyEvflff2J4gHtcMGiuPEg8BG { position:absolute;display:block;z-index:15036;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.937175rem;width:3.937175rem;top:3.5rem;left:17.625rem;overflow:hidden;display:block; }
#VECV1XssBbgO5IhTxZrJOsJ9DWJwcuPS { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:10.030110359192rem;left:17.062173843384rem;display:block; }
#DmzeQB8R6TJ1AKM4b7wBJL0nI8LIksR4 { 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:3.937175rem;width:3.937175rem;top:10.592448234558rem;left:17.623697280884rem;overflow:hidden;display:block; }
#oKqlZoTbVrswI26JrRopD6fsKvkBceyq { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:16.625rem;left:17.125rem;display:block; }
#mTiI9fw2TQ7uHQqA3vyJEr5XZT8pxdyo { 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:3.937175rem;width:3.937175rem;top:17.1875rem;left:17.6875rem;overflow:hidden;display:block; }
#VgToxM60L4cvyOQKw1lDabomTeJteLr0 { position:relative;display:block; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 { background-color: transparent; background-image: none; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .row .container > .video-iframe-container { display: none; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .row > .video-iframe-container { display: none; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .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); }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 { border-width: 0; border-radius: 0; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .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; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;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; }#iIssvx8CqoSgkOw00fXwaPQkxDJIXfSL { 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:18.125rem;width:18.125rem;top:3.4993457794189rem;left:0rem;overflow:hidden;display:block; }
#qJqvwvyXAXoFSDdcUyu9U9VvtqyUVKrt { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:21.375rem;width:40.25rem;top:4.3123397827149rem;left:18.874509811401rem;display:block; }
#r6lqqhkbNHfo5srr1k7OziaxH8lNUnpV { color:#594ad1;display:block;width:35.8125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:4.8125rem;left:23.125rem;height:19.501925rem;text-align:left;text-align-last:left;display:block; }
#dJATMtMTEfgqTbiC4AwzdIiVsJAD0TDA { position:absolute;display:block;z-index:15017;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:2.9375rem;left:17.0625rem;display:block; }
#eTlrUf2LGsKqSonqTT7I0NqnLdirNlcL { position:absolute;display:block;z-index:15036;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.937175rem;width:3.937175rem;top:3.5rem;left:17.625rem;overflow:hidden;display:block; }
#WgzS7wMJkJvea3IUPEyKKH96RGWi2T3S { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:11.404622077942rem;left:17.062173843384rem;display:block; }
#CREgVSpqdNz8IZI6JplPZdIBlsu7hpfN { 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:3.937175rem;width:3.937175rem;top:11.966959953308rem;left:17.623697280884rem;overflow:hidden;display:block; }
#LNkx2MsuMQTUzJUg5ytmBpXX51fJ5H2a { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:17.999674797058rem;left:17.062173843384rem;display:block; }
#u4947JTiNM905LqpWhd09bPFoCNyAJd0 { 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:3.937175rem;width:3.937175rem;top:18.562010765076rem;left:17.623697280884rem;overflow:hidden;display:block; }
#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP { position:relative;display:block; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP { background-color: transparent; background-image: none; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .row .container > .video-iframe-container { display: none; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .row > .video-iframe-container { display: none; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .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); }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP { border-width: 0; border-radius: 0; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .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; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffaaa5;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;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; }#EvRFPTQoTDnyqRo7DnFeRTSSqBZpInkZ { 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:18.125rem;width:18.125rem;top:3.4993457794189rem;left:0rem;overflow:hidden;display:block; }
#cysuShTvrtM95UXSepT0txUQaHVmGuWu { position:absolute;display:block;z-index:15010;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:19.1875rem;width:40.25rem;top:4.3125rem;left:18.875rem;display:block; }
#PlPx46oyzBArEQVQOzMp07T9agwQ5Lte { color:#594ad1;display:block;width:35.3125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:4.81201171875rem;left:23.124998092651rem;height:17.8767875rem;text-align:left;text-align-last:left;display:block; }
#OVTcn5WTkl2xCk9TNpaMBQx1QFBvpz2m { position:absolute;display:block;z-index:15017;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:2.9375rem;left:17.0625rem;display:block; }
#W8SR0DQBZlmfJSnFgKtSuXtKnyttSQow { position:absolute;display:block;z-index:15036;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.937175rem;width:3.937175rem;top:3.5rem;left:17.625rem;overflow:hidden;display:block; }
#WJ6oWW2iFCcgnotalX1dk55JrSCoqLay { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:10.030110359192rem;left:17.062173843384rem;display:block; }
#TtTbSDevRHVMFtiFfdm0WOzMVsXmo1aw { 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:3.937175rem;width:3.937175rem;top:10.592448234558rem;left:17.623697280884rem;overflow:hidden;display:block; }
#lXTIEQ33PfpnfGe6vOGk0tad9xo1rxMV { position:absolute;display:block;z-index:15020;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.06185rem;width:5.06185rem;top:16.625rem;left:17.125rem;display:block; }
#PRo9qVP4OBCeWoeAKTuinANhX2SmHlLJ { 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:3.937175rem;width:3.937175rem;top:17.1875rem;left:17.6875rem;overflow:hidden;display:block; }
#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { background-color: transparent; background-image: none; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container > .video-iframe-container { display: none; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row > .video-iframe-container { display: none; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .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); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { border-width: 0; border-radius: 0; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#uQgb5ESNg4befUU2qtTddQn5sy8G7Rq2 { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.4375rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#D6khPtSTqQL8qabmEFX2FsiT3IZmI8lg { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.4375rem;left:4.25rem;display:block; }
#oDn9J10lBDO5QMIv3Nls9rmtQPQ505ck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1mFIHCnO2NnTR68K3i0PM99ABhuucXn { color:#594ad1;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.3125rem;left:4.375rem;height:4.14306875rem;text-align:left;text-align-last:left;display:block; }
#Weo4OMvcnERcCoinxJmpINrHPBlbZvuT { position:absolute;display:block;z-index:15033;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.937175rem;width:3.937175rem;top:10.5rem;left:0rem;overflow:hidden;display:block; }
#xGOdtXSvHz8E3h3FzT4p1p13ZMCLJNTX { color:#594ad1;display:block;width:25.5615rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:27.125rem;left:4.25rem;height:2.76204375rem;display:block; }
#SLDwNgPv26uHPFuxXTsbsBogUWkK4hXH { color:#594ad1;display:block;width:25.8121875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:21.625rem;left:4.1875rem;height:2.76204375rem;display:block; }
#yVOv8F5v5dEFuTDannsU40OTxbTHD72v { color:#594ad1;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.5625rem;left:4.375rem;height:2.76204375rem;display:block; }
#GuoT9HGmAD0iRySXrbfpI5iOUTkxvpOr { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937175rem;width:3.937175rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#QkNsC4dg1hZnEu1c21zilCH6OVskHFiw { position:absolute;display:block;z-index:15035;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.937175rem;width:3.937175rem;top:21rem;left:0rem;overflow:hidden;display:block; }
#JQmEbztWyO2xrZmGbuV4plsmkErSzCto { position:absolute;display:block;z-index:15036;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.937175rem;width:3.937175rem;top:26.5625rem;left:0rem;overflow:hidden;display:block; }
#aKXUQf2Plu7wIrmqI7Rk2UXk6QP6Q1ZH { box-sizing:content-box;height:5.8125rem;width:27.8125rem;position:absolute;display:block;z-index:15013;background-color:#594ad1;background-image:none;top:3rem;left:1.375rem;display:block; }
#MRQmR47EodaMGVJntDyb1dd8d9rchiMM { position:absolute;display:block;z-index:15025;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.6875rem;width:29.6875rem;top:13.498534917831rem;left:30.311685562134rem;overflow:hidden;display:block; }
#WePmtS9TwxgO1XflLwE3BG46uoyMspgR { 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:14.8095625rem;width:17.122375rem;top:16.562499523163rem;left:42.877603530884rem;overflow:hidden;display:block; }
#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#594ad1;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; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row .container { background-color: transparent; background-image: none; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row .container > .video-iframe-container { display: none; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row > .video-iframe-container { display: none; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .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); }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row .container { border-width: 0; border-radius: 0; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#pNTVTT8FkIF1NWfTbVU1keb5syuiyXue { 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.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:32.1875rem;width:13.875rem;top:8.7499993641394rem;left:0.375rem;display:block; }
#ikwio5xoG8fpSqAbDnG7Rs3hFEObODrH { color:#594ad1;display:block;width:13.125rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.375rem;height:5.36376875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTWidqx0lL8V9p35ClnNn222KFPH3RCy { color:#594ad1;display:block;width:13.2495rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.948891878128rem;left:0.87483787536619rem;height:18.700375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0nEv4EgNqIMxf0HxqrnaG0MeKC1BkDi { 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 #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:30.0625rem;width:13.5rem;top:8.7499993641394rem;left:15.437009811401rem;display:block; }
#nM4pnm8AQasCC0fy6Rn5i8qCd0Hi0DTh { color:#594ad1;display:block;width:12.937rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:20.948891878128rem;left:16.031087875366rem;height:17.0003125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWNeXwGTPwo49x3d5necKwzFMrkn6PJp { color:#594ad1;display:block;width:13.125rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.8125rem;height:5.36376875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgJpbXKRhpNZ3NwImIwGXZkuph4OvCrM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:4.12435rem;top:9.6769194602969rem;left:20.437826156616rem;overflow:hidden;display:block; }
#TQ9aFDgwreKkxcBiwE58GJWgdpu7xzlR { 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 #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:29.1875rem;width:13.5rem;top:8.7499993641394rem;left:30.874837875366rem;display:block; }
#ze0idZtJinhpfTQ048lQ4D2pOrpKoJzX { color:#594ad1;display:block;width:12.6245rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:20.948891878128rem;left:31.186521530151rem;height:17.0003125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oB3ImqeFPFdKukIr0FNXV6zu7qJMF8nL { color:#594ad1;display:block;width:13.125rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:31.25rem;height:5.36376875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4TTCHpnu55GykdAtTlIrVq4lJDnkE6x { position:absolute;display:block;z-index:14999;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:28.5rem;width:13.5rem;top:8.7499993641394rem;left:46.124670028686rem;display:block; }
#JXoCPBhQpQsvuhENvkPqLoJe0mPGwO76 { color:#594ad1;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:21.595865249634rem;left:46.655111312866rem;height:15.3003125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJlItQSzxyX4NVBdF2rbIeLkxiCoBeK1 { color:#594ad1;display:block;width:13.125rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:46.5rem;height:5.36376875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnqSnUmx5uBOmfrz6rLg1tMovqF0Drt2 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVs95t6I4U3a4eTocZfUK1oPQQKGGyq7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:4.12435rem;top:9.6761066913606rem;left:35.437826156616rem;overflow:hidden;display:block; }
#Raymo9INqB4vkEGIExPRqHttRqxaQziH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:4.12435rem;top:9.6761066913606rem;left:50.437826156616rem;overflow:hidden;display:block; }
#PBwJRBSOGcFlUDN1fbHPxXSlrz5iXulh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:4.12435rem;top:9.6761066913606rem;left:5.43701171875rem;overflow:hidden;display:block; }
#SzC6lHB7lHdX4FfwMp7TIF7Lf6hfXdsd { color:#ffffff;display:block;width:56.372875rem;position:absolute;font-family:"times new roman";font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.0001627206802rem;left:3.0208339691162rem;height:6.5983125rem;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; }
#Pb1mTTZ7d9xmcTAtrqi7ftdaI1ivlHr5 { background-color:#ffaaa5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9996875rem;height:4.249675rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:43.872871398926rem;left:18.499349594116rem;display:block; }
#TVJc1qyxa6toO7nTRDvqkrzfWQ8Zmr4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { position:relative;display:block; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { background-color: transparent; background-image: none; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container > .video-iframe-container { display: none; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row > .video-iframe-container { display: none; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .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); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { border-width: 0; border-radius: 0; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .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; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;background-image:none;font-size:0.875rem;font-family:arial;height:50.125rem;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; }#KBziuW6pVBXPn1vL8Qv7Tyz7ntBDFV5K { 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:22.5rem;width:60rem;top:10.375rem;left:0rem;overflow:hidden;display:block; }
#lzL1pzh4GFO2sU25NMsI7coVBDTWqLDt { color:#594ad1;display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:40rem;left:3.75rem;height:8.9396125rem;display:block; }
#NKprVHDeE8xS5HJw90ahzvMVXE4k9xRA { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.6875rem;left:4.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#hOqNiZeauIgeybDqKvlIahrw5S8MR7n0 { box-sizing:content-box;height:4.75rem;width:47.625rem;position:absolute;display:block;z-index:15000;background-color:#594ad1;background-image:none;top:33.75rem;left:6.1875rem;display:block; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;color:#ffffff;padding-top:0.61625rem;padding-right:0.536875rem;padding-bottom:0.61625rem;padding-left:0.536875rem;display:block;align-items:center;width:3.2225rem;min-width:3.2225rem;height:3.311875rem;position:relative;font-family:"open sans";font-size:2.464375rem;font-weight:700;line-height:52.99px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-text.counter-label { background-color:;background-image:none;color:#594ad1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.29625rem;height:1.309375rem;position:relative;font-family:"open sans";font-size:0.924375rem;font-weight:400;line-height:20.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.874rem;height:6.23779375rem;padding-top:0.77rem;padding-right:0.7675rem;padding-bottom:0.77rem;padding-left:0.7675rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.89762306213381rem;left:22.263181686401rem;z-index:15020; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #oy8BIEblENESbMNDhIxNTaokPQUnb4FG { display:flex;position:relative;top:0rem;left:0rem; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #yvPdoO8lMVBEvwQgF5dMLJrNpaMPii2t { width:auto; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #Cr9Pg4eahJZrlV14mDqaaJr0cLOGBCQ9 {  }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #PQffRRx3X8W0KEUMBy6nDXb1Q2lcwu0I { display:flex;position:relative;top:0rem;left:0rem; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #FI3cnpbNGMhUzyHKrMDRzimSXUMhklpi {  }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #TxSEATTUXTZxMqfv0aOtve0v8ip4Dcxr {  }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #ly6PucZRXiNQvRMTaviQdCRB4KNcVKTs { display:flex;position:relative;top:0rem;left:0rem; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #NDrxPTRswg8VaCHU9CFl7o3bDz8ntRTG {  }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #ppF0ox04bh10af1L4EoGePs5I6nVX2Z1 {  }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #vHrNGOF3ifxq9QkQzXvvuxFSqFgRO2bw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #O6ILbhIweaOTgZnVHxaXs3m7qLPAi0va {  }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #GZPG1OBnkJmvz6cde9Q944XyMnweCO5p {  }
#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49d3e7ea-22e0-47cc-9863-529894d44957/joannaw30.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.adaptive-delivery-prevent-bg, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyload, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyloading { background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { background-color: transparent; background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.6); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.6); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .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); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { border-width: 0; border-radius: 0; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;position:relative;display:block; }#swfTewMN7NgVzX2BlX2Rzdfn8rlrVGOc { color:#ffffff;display:block;width:28.6873125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.559407711029rem;left:0.37353515625rem;height:8.997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wU0tI8qTZSH2LX0HNA61KV6MFq86QkCX { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:12.561847686767rem;left:30.686849594116rem;height:8.997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SySCVk8rDWf6I7qEW4wWzl0keG8aEpDo { color:#ffffff;display:block;width:27.9996875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:35.186360359192rem;left:1.11083984375rem;height:11.24675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCOTowAAoMfEWusQEH5KBR0GssniXqD1 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:35.1875rem;left:31.4375rem;height:11.24675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o337ak0d6srMWDzxQEIdFdwRSaKNecV7 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.4160213470459rem;left:41.312501907349rem; }
#UnadAJHqPMBu9wustUGuIfHefqloG3vs { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.4160159528256rem;left:11.59375rem; }
#gTkUTBsKKcbPuLH1RX1MUIv1lzvWq0ud { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:27.875rem;left:11.6875rem; }
#tRnGwWTfsVCRrKqo9bcmRo2UHnpcLL3U { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:27.875rem;left:41.375rem; }
#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;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; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { background-color: transparent; background-image: none; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container > .video-iframe-container { display: none; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row > .video-iframe-container { display: none; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .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); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { border-width: 0; border-radius: 0; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#HikizxtyRLxfcMQSbryZWRJnGAMzlMkg { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.8125rem;left:34.1875rem;display:block; }
#ZdZQu5apxbDqH1V2zy4p1GGiVEqUvS71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Px8xkT9hIDBBMucLAhDpiRCpVfPiX86k { position:absolute;display:block;z-index:15017;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:26.5625rem;width:26.5625rem;top:1.3435873985291rem;left:1.68701171875rem;overflow:hidden;display:block; }
#i7bPKXRKQ0NfdX1FuqTmcTBEvwIIqP9E { color:#58bb47;display:block;width:18.6873125rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18rem;left:37.125rem;height:5.0374375rem;text-align:center;text-align-last:center;display:block; }
#lnH4G4xdki3uTHzoQ0PeeFQq14ZgEIOd { color:#ffffff;display:block;width:25.872375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:9.0038757324219rem;left:32.062986373901rem;height:2.4755875rem;font-style:normal;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; }
#gNwuEp8FZMQM3aq04u6ZMbhcZyqaTy1X { box-sizing:content-box;height:2.999675rem;width:26.311875rem;position:absolute;display:block;z-index:15014;background-color:#594ad1;background-image:none;top:8.7402038574219rem;left:31.811521530151rem;display:block; }
#NP5kgGuLAsSCDETnkC8owXh8ScowJ9TT { color:#ee2524;display:block;width:16.1246875rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.5625rem;left:37.8125rem;height:4.305825rem;text-align:center;text-align-last:center;display:block; }
#FsUseeu9c6w9EO5xEmOzoZzCiAgl7N72 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.4375rem;left:34.1875rem; }
#JrJKA2odTmo9thha8Fw6EVUcllT9H86q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.9375rem;left:34.6875rem; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;color:#ffffff;padding-top:0.540625rem;padding-right:0.469375rem;padding-bottom:0.540625rem;padding-left:0.469375rem;display:block;align-items:center;width:2.816875rem;min-width:2.816875rem;height:2.904375rem;position:relative;font-family:"open sans";font-size:2.16125rem;font-weight:700;line-height:46.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-text.counter-label { background-color:;background-image:none;color:#594ad1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.755625rem;height:1.148125rem;position:relative;font-family:"open sans";font-size:0.810625rem;font-weight:400;line-height:18.37px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.75rem;height:5.37435rem;padding-top:0.675625rem;padding-right:0.67125rem;padding-bottom:0.675625rem;padding-left:0.67125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.50862598419189rem;left:37.452798843384rem;z-index:15021; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #mfxXgq7rexa1PaGzkxZDbtIG7kEDL9ki { display:flex;position:relative;top:0rem;left:0rem; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Kcdz98IqrWOqrCKws8yRXZ9DeN1xa81L { width:auto; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #iuJ33c9vnG8yRpL64AeOwJg3UqF6qTZ2 {  }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Fli3qAXrePg8wvwpp7IlBRcDuX6kXzuD { display:flex;position:relative;top:0rem;left:0rem; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #BhvuBAKv5MHe9JO2hUbTFLt1KGeSxnoM {  }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #BXbig1bZJLvOlS1m2LaBAOs2tSzmZ1WT {  }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Tog8l93L36TRTzM0ufeFsMb1ySPaM2U2 { display:flex;position:relative;top:0rem;left:0rem; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #x0GWKoCOCEXROEEAdUoI9riim9psAipO {  }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #hSLc8XZn8Zbgroa8TEIB53FCEv4WG20G {  }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #W62Lt5HuCcESFVyASt0qvTglpyTa5VZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #EuuP0AodAwN4zbD32c8cLonaHp0OTJDi {  }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #k0o0ypBASA9I3k8vHcbH6sIN47J7af05 {  }
#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 { background-color:#594ad1;background-image:none;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;display:block; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container { background-color: transparent; background-image: none; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container > .video-iframe-container { display: none; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row > .video-iframe-container { display: none; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .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); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container { border-width: 0; border-radius: 0; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container { width:60rem;height:35.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .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:#ffaaa5;background-image:none;vertical-align:top; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .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; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#594ad1;font-family:raleway; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .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;color:#594ad1;font-family:raleway; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .accordion-trigger.adaptive-delivery-prevent-bg, #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .accordion-trigger.lazyload, #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .accordion-trigger.lazyloading { background-image: none; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 { box-sizing:content-box;height:auto;width:54.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.6304244995117rem;left:1.0677080154419rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #XP0mOfww1NlhD96GEkhEA2hp2VplKfSU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #XgSJZWR9T7hBw7WVU3VlPQ07G00GDdJz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #w8y0Q1G1vE0V18xMnTeK5TqPXembNfVS { display:block;position:relative; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #TuocJEN1d49K3i9TFE4BuySnrt1lr3wk {  }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #MoFakI6u3HET3Wd4avUsWLM2m9mlPlLv {  }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #vGcnWEMq1HoEyEkUDkrIxBg77OcZJ8T3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #lXPGANRwuaryQUTJV7EAawURbxTtbNEP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #QGVWGikk3GwQchqVmcArkfb970pcvt9N { display:block;position:relative; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #zAAW2zfVIvRxlUdlgLAKe7ynETltoW8b {  }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #WluOEH7y7u0tod1rL1i5NGgQOHqWFUHX { display:none; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #amSuRi9aXOcuex14IUDIp8MRxawnMdFH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #SgTRkofcDuEGsd5yPD7RgT2VISM3tiID { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #nqOI9JAdXzuQpUGTTFBzNSmWulDT8EWC { display:block;position:relative; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #OUtHXugx665xT7CcIso7maWuQ0Tc0RnJ {  }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #Di1JDIVuUzL5wcvyQ9Ev5ZDyxVAoOkAJ { display:none; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #e33eI7vanacR1h4JgTlU8G7gXPbdQlOV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #M360UJaWhpt2WSfmbBBeR3uVsyetCBgF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #hDC8NWE9vAdBO0DnGd4Fwav3JopGnsVq { display:block;position:relative; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #zqxwdHGIZnzmLEZBM3Qlb3CwOMTbOpxc {  }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #BgBlESpWf657MWwi08fk1eec8MD8Lrwv { display:none; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #KvKPzWnticaA4SU6fnZarMpk32LVGIsP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #TfeccUXTKBX9CTZKOwpu9pBXrRhLmIro { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #ETxOIqrdkhI1O6ldzZ8qrWRggNsWaSBC { display:block;position:relative; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #hosc6t34bM217xqVhJlWVX4HZnfkObwK {  }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #fcPwAQbrkw3RJle72O6ymTm4s5tQWsQ0 { display:none; }
#tQNx0wueyouCUZV8rh8kEgRTSoT6zpHT { color:#ffffff;display:block;width:4.74935rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9466133117676rem;left:28.123373031616rem;height:2.4373375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffaaa5;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; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row .container { background-color: transparent; background-image: none; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row .container > .video-iframe-container { display: none; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row > .video-iframe-container { display: none; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .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); }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row .container { border-width: 0; border-radius: 0; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#ZcqGW5wRSABcqXQLATe7JSmRBz0U5NC5 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.787109375rem;left:7.03125rem;height:6.9856875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB { 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; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row .container { background-color: transparent; background-image: none; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row .container > .video-iframe-container { display: none; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row > .video-iframe-container { display: none; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .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); }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row .container { border-width: 0; border-radius: 0; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#ZNvGkz85glUtFxx8v20MgDmMJTr2hWtm { 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:2.9375rem;width:18.75rem;top:8.0078125rem;left:18.755428314209rem;overflow:hidden;display:block; }
#O99t1aVrOSQWJlvTRKwHHhuhrVJiiOuC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:18.75rem;top:2.0724830627441rem;left:18.755428314209rem;overflow:hidden;display:block; }
#T8qhZM9hSsbbstT1erERLJgwiXe2EzRH { 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:5rem;width:17.25rem;top:1.7914638519287rem;left:1.5060768127441rem;overflow:hidden;display:block; }
#LsZa6Gbol6vTpe7NimcbAXicFA0PpKlb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:18.75rem;top:8.1043834686281rem;left:0.888671875rem;overflow:hidden;display:block; }
#TDw1QAKlMH5lFJ3LGgL48TpMg4VDhoxD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:20.999375rem;top:2.8852005004883rem;left:38.319232940674rem;overflow:hidden;display:block; }
#tmIPXhJOFpO7TthrUpKINJrQdtONROEf { 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:3.56228125rem;width:18.75rem;top:7.6953125rem;left:39.443363189698rem;overflow:hidden;display:block; }
#g7o1RSiiL3piJxLwypb70MvTQG1iREhH { 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:2.5rem;width:17rem;top:12.316623687744rem;left:19.629993438721rem;overflow:hidden;display:block; }
#G1uvXKzbd9UfGaJ65427M6VVmkPnlAEv { 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.6875rem;width:17.875rem;top:12.222221374512rem;left:0.94943618774412rem;overflow:hidden;display:block; }
#G08OmohvgVXwu1T0FBCDvXH60miaMplf { 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.625rem;width:18.75rem;top:12.252605438233rem;left:39.443363189698rem;overflow:hidden;display:block; }
#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { background-color: transparent; background-image: none; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container > .video-iframe-container { display: none; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row > .video-iframe-container { display: none; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .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); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { border-width: 0; border-radius: 0; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#gso2eZtQrQSbt8NqbxbzZU9APGRnATVV { color:#594ad1;display:block;width:25.0625rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9375005960464rem;left:32.468751907349rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#DmlTRQ8sQXhSa3RP9U49MoOah5BoDwog { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.7174472808837rem;left:34.218748092651rem;display:block; }
#fT2FoPuDl0zBTMAO2PgCHiWzg3IIZ6il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8UmsqGzlyPoxxItpQUQ8in4N3Rw4iaD { position:absolute;display:block;z-index:15018;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:11.1246875rem;width:11.1246875rem;top:23.56282556057rem;left:39.436849594116rem;overflow:hidden;display:block; }
#A2ToGHrhdKFCsvaMCF49PmagdDSFgiGR { 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:14.8111875rem;width:17.124rem;top:1.4363632202149rem;left:12.2998046875rem;overflow:hidden;display:block; }
#ma5SsqzSgIk1vepyCmiybBNnrTn0fzqZ { color:#594ad1;display:block;width:26.936875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.357095122337rem;left:31.530759811401rem;height:9.2578125rem;text-align:center;text-align-last:center;display:block; }
#wcVLzkm3P98R7pTPKOK3rE2gs8OSdtfh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:28.75rem;top:5.9366912841797rem;left:1.31103515625rem;overflow:hidden;display:block; }
#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { position:relative;display:block; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { background-color: transparent; background-image: none; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container > .video-iframe-container { display: none; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row > .video-iframe-container { display: none; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .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); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { border-width: 0; border-radius: 0; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .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; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;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; }#L45tgp7ot3O3MdAoxZNiuN5cgZSsIlLr { color:#ffffff;display:block;width:53.9998125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8172187805176rem;left:2.9996738433838rem;height:12.59359375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN { display:block; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxvC5A0hipH7Fe3kd6WfqvSQ0WTxXThx { top:1.5625rem;left:4.6236972808838rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBD1K9TmzcmWoTsD3f1K9wDymq3FzWls { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvB7CL91zB3zmDfbfbxbFIXqpPgkDMq { display:block; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g { display:flex;width:13.5rem;height:5.0625rem;top:32.25rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Blwm8aShcLZBuExZ4w8znaysKh5Kc8tM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #s5vneSPXSXwpvLKt4MkQRCF0dRFVGqnh {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Cyl87VJ2yqOSKHDcgDTuidyl6ZXVOzKz {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #LWpKM1XxnaZsd6nFvFVtqxStgFu0Hw2J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #wxTEpcfnZB2nLbWbggKNcNqUl4x9M5HV {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #FC1rhqNBgXh34x4IBCuzioxaTrM3nWxw {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #o8qy8awN1cus0MSdmdNRvyEbLPZ14rTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #w8DzIwqN7DD1v5Fuiv0uQGEyhRrUt8w9 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #EGg6AKg769XshZBzDZLT9TAMxzt3b3tB {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Ankdb4WLcRGzhxKatuA0E5kvP9bKduFC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Qfn88sCBIuE8PlTReryGhExgHpxLvKH3 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #RSFLTRH9TK3eGraODvzgboWdmDJgegXt {  }
 }@media only screen and (max-width: 763px) { #vdPpmHmMxt6x25Q9D9dA1DiHUULgEyh1 { top:13.5625rem;left:0rem;width:29.75rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:19.0625rem;left:13.875rem;width:33.875rem;height:11.625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a06OFh6pHotmm7KFtZgPPFpepFI3bCaZ { top:16.625rem;left:22.322263717651rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ChJ7xzAOwEF9PtMTTJzSuDgPBbA2at { top:23.6875rem;left:0rem;width:30.125rem;height:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ETvDIRvW1i8HWa9Xs2dRn4kTbcPy1U { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AauE6GS6F6kEntvHbLK9E8XXWhpfXh6i { display:block; }
 }@media only screen and (max-width: 763px) { #stp8VWuFwCEZytzTUeGyTeZ4ZmRbxhn2 { top:11.8125rem;left:0rem;width:33.75rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT9hVFUkUhwd6ee3bxIRkzbSaPWfTqyB { top:1.5625rem;left:31.466958999634rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtTW3QhmbzwW1ENTMSmlqIIVAoBzsXp { top:13.0625rem;left:18.0625rem;width:29.6875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytbxNmAtKTbHt1XV2RgtdZWMaG7s4O67 { top:5.4375rem;left:0rem;width:32.25rem;height:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { top:12.1875rem;left:0rem;width:35.3125rem;height:12.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:1.125rem;left:0rem;width:46.6875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { top:2.6875rem;left:28.1875rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { top:29.6875rem;left:32.6875rem;width:15rem;height:12.946284078178rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouGK0Ax3HAW3VrK4y6ezDqIrLnszWVz2 { top:2.6875rem;left:0rem;width:35.375rem;height:7.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB3vMSyhZ91FEiiZ6fsvSdWTaXice4lL { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvFicbwUpIdtgq3PA6mZpalcaF0JUCOr { display:block; }
 }@media only screen and (max-width: 763px) { #GCX0cTDKUIzcfchKrBARg5kbe0bTMvny { top:25.6875rem;left:0rem;width:46.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { display:block; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQ6H1Iv0sKwk1aD812osbtV69iyGBwfI { top:3rem;left:1.5621738433838rem;width:44.6875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJgxFlaDevIpdc7e5Dd2yIHPFUFW0pS { top:2.6875rem;left:0.0625rem;width:47.5625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol { display:block; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRULMUCtrT8hgKmed8FFWNNMSHi5hVE5 { top:3.4375rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpgC63TruTX3fLLh00LnR3rQvlRxZBL { top:4.3125rem;left:7.5rem;width:40.25rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyR7CW2rQ5P4X5tqsMTeNfTKsdTckxAk { top:4.8125rem;left:11.9375rem;width:35.8125rem;height:17.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5HDAFThT839pAC4lwe9T7JLPWPEspB { top:2.9375rem;left:10.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Twc7ZxP0Otv2NPcy4rLoknGSEomKoq { top:3.5rem;left:11.5rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9oDmr4TMNNGtxhQWQkqnB5IEhhD0xhe { top:10rem;left:10.937173843384rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWz2IyWHRBUbcLZOzqy9hXD1fggc1eT { top:10.5625rem;left:11.498697280884rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3D4WLzKvKr68hDSalQOprtMqbTErDsl { top:16.625rem;left:11rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1hdbGJdz3ueNgNsdbi0c2v1QxiXswg0 { top:17.1875rem;left:11.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb { display:block; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlzfpHK2gW3CGeK0fuTDtWHlqHGLoFJs { top:3.4375rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUbTa3FbTR7JdIyI2XJ8oKkWt7g62wpp { top:4.3125rem;left:7.5rem;width:40.25rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqWdouiBBtchBL3MT8d403AcT1b7XcQC { top:4.75rem;left:12rem;width:35.75rem;height:17.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTurGeyPLn1Pz9GhZIbH4nm0sX7bZdlR { top:2.9375rem;left:10.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxyTBlfzyEvflff2J4gHtcMGiuPEg8BG { top:3.5rem;left:11.5rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VECV1XssBbgO5IhTxZrJOsJ9DWJwcuPS { top:10rem;left:10.937173843384rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmzeQB8R6TJ1AKM4b7wBJL0nI8LIksR4 { top:10.5625rem;left:11.498697280884rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKqlZoTbVrswI26JrRopD6fsKvkBceyq { top:16.625rem;left:11rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTiI9fw2TQ7uHQqA3vyJEr5XZT8pxdyo { top:17.1875rem;left:11.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgToxM60L4cvyOQKw1lDabomTeJteLr0 { display:block; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIssvx8CqoSgkOw00fXwaPQkxDJIXfSL { top:3.4375rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJqvwvyXAXoFSDdcUyu9U9VvtqyUVKrt { top:4.25rem;left:7.5rem;width:40.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6lqqhkbNHfo5srr1k7OziaxH8lNUnpV { top:4.75rem;left:12rem;width:35.75rem;height:19.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJATMtMTEfgqTbiC4AwzdIiVsJAD0TDA { top:2.9375rem;left:10.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTlrUf2LGsKqSonqTT7I0NqnLdirNlcL { top:3.5rem;left:11.5rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgzS7wMJkJvea3IUPEyKKH96RGWi2T3S { top:11.375rem;left:10.937173843384rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CREgVSpqdNz8IZI6JplPZdIBlsu7hpfN { top:11.9375rem;left:11.498697280884rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNkx2MsuMQTUzJUg5ytmBpXX51fJ5H2a { top:17.9375rem;left:10.937173843384rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4947JTiNM905LqpWhd09bPFoCNyAJd0 { top:18.5rem;left:11.498697280884rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu16dIaXaKIK0BcieG1clLhUTB8rCoyP { display:block; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvRFPTQoTDnyqRo7DnFeRTSSqBZpInkZ { top:3.4375rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cysuShTvrtM95UXSepT0txUQaHVmGuWu { top:4.3125rem;left:7.5rem;width:40.25rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlPx46oyzBArEQVQOzMp07T9agwQ5Lte { top:4.75rem;left:12rem;width:35.3125rem;height:17.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTcn5WTkl2xCk9TNpaMBQx1QFBvpz2m { top:2.9375rem;left:10.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8SR0DQBZlmfJSnFgKtSuXtKnyttSQow { top:3.5rem;left:11.5rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ6oWW2iFCcgnotalX1dk55JrSCoqLay { top:10rem;left:10.937173843384rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTbSDevRHVMFtiFfdm0WOzMVsXmo1aw { top:10.5625rem;left:11.498697280884rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTIEQ33PfpnfGe6vOGk0tad9xo1rxMV { top:16.625rem;left:11rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRo9qVP4OBCeWoeAKTuinANhX2SmHlLJ { top:17.1875rem;left:11.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKLS1THhdIZfooyc3OdyW3UnwHRckk { display:block; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQgb5ESNg4befUU2qtTddQn5sy8G7Rq2 { top:3.0625rem;left:0rem;width:25rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6khPtSTqQL8qabmEFX2FsiT3IZmI8lg { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDn9J10lBDO5QMIv3Nls9rmtQPQ505ck { display:block; }
 }@media only screen and (max-width: 763px) { #T1mFIHCnO2NnTR68K3i0PM99ABhuucXn { top:11.3125rem;left:0rem;width:25.625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weo4OMvcnERcCoinxJmpINrHPBlbZvuT { top:10.5rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGOdtXSvHz8E3h3FzT4p1p13ZMCLJNTX { top:27.125rem;left:0rem;width:25.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDwNgPv26uHPFuxXTsbsBogUWkK4hXH { top:21.625rem;left:0rem;width:25.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOv8F5v5dEFuTDannsU40OTxbTHD72v { top:16.5625rem;left:0rem;width:24.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuoT9HGmAD0iRySXrbfpI5iOUTkxvpOr { top:16rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkNsC4dg1hZnEu1c21zilCH6OVskHFiw { top:21rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmEbztWyO2xrZmGbuV4plsmkErSzCto { top:26.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXUQf2Plu7wIrmqI7Rk2UXk6QP6Q1ZH { top:3rem;left:0rem;width:27.8125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQmR47EodaMGVJntDyb1dd8d9rchiMM { top:13.4375rem;left:18.0625rem;width:29.6875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WePmtS9TwxgO1XflLwE3BG46uoyMspgR { top:16.5rem;left:30.6875rem;width:17.0625rem;height:14.75777514254rem;display:block; }
 }@media only screen and (max-width: 763px) { #b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C { display:block; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNTVTT8FkIF1NWfTbVU1keb5syuiyXue { width:13.875rem;height:32.1875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwio5xoG8fpSqAbDnG7Rs3hFEObODrH { width:13.125rem;height:5.3125rem;top:14.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWidqx0lL8V9p35ClnNn222KFPH3RCy { width:13.1875rem;height:18.6875rem;top:20.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nEv4EgNqIMxf0HxqrnaG0MeKC1BkDi { width:13.5rem;height:30.0625rem;top:8.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM4pnm8AQasCC0fy6Rn5i8qCd0Hi0DTh { width:12.875rem;height:17rem;top:20.9375rem;left:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNeXwGTPwo49x3d5necKwzFMrkn6PJp { width:13.125rem;height:5.3125rem;top:14.5625rem;left:10.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgJpbXKRhpNZ3NwImIwGXZkuph4OvCrM { width:4.0625rem;height:4.0625rem;top:9.625rem;left:15.844076156616rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9aFDgwreKkxcBiwE58GJWgdpu7xzlR { width:13.5rem;height:29.1875rem;top:8.6875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0idZtJinhpfTQ048lQ4D2pOrpKoJzX { width:12.5625rem;height:17rem;top:20.9375rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB3ImqeFPFdKukIr0FNXV6zu7qJMF8nL { width:13.125rem;height:5.3125rem;top:14.5625rem;left:22.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TTCHpnu55GykdAtTlIrVq4lJDnkE6x { width:13.5rem;height:28.5rem;top:8.6875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXoCPBhQpQsvuhENvkPqLoJe0mPGwO76 { width:12.6875rem;height:15.3125rem;top:21.5625rem;left:35.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJlItQSzxyX4NVBdF2rbIeLkxiCoBeK1 { width:13.125rem;height:5.3125rem;top:14.5625rem;left:34.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnqSnUmx5uBOmfrz6rLg1tMovqF0Drt2 { width:47.75rem;height:2.875rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVs95t6I4U3a4eTocZfUK1oPQQKGGyq7 { width:4.0625rem;height:4.0625rem;top:9.625rem;left:27.781576156616rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raymo9INqB4vkEGIExPRqHttRqxaQziH { width:4.0625rem;height:4.0625rem;top:9.625rem;left:39.719076156616rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBwJRBSOGcFlUDN1fbHPxXSlrz5iXulh { width:4.0625rem;height:4.0625rem;top:9.625rem;left:3.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzC6lHB7lHdX4FfwMp7TIF7Lf6hfXdsd { top:1rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1mTTZ7d9xmcTAtrqi7ftdaI1ivlHr5 { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJc1qyxa6toO7nTRDvqkrzfWQ8Zmr4x { display:block; }
 }@media only screen and (max-width: 763px) { #CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { display:block; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBziuW6pVBXPn1vL8Qv7Tyz7ntBDFV5K { top:10.375rem;left:0rem;width:47.75rem;height:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzL1pzh4GFO2sU25NMsI7coVBDTWqLDt { top:40rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKprVHDeE8xS5HJw90ahzvMVXE4k9xRA { top:34.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOqNiZeauIgeybDqKvlIahrw5S8MR7n0 { top:33.75rem;left:0.0625rem;width:47.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs { display:flex;width:13.5rem;height:5.0625rem;top:32.25rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #oy8BIEblENESbMNDhIxNTaokPQUnb4FG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #yvPdoO8lMVBEvwQgF5dMLJrNpaMPii2t {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #Cr9Pg4eahJZrlV14mDqaaJr0cLOGBCQ9 {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #PQffRRx3X8W0KEUMBy6nDXb1Q2lcwu0I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #FI3cnpbNGMhUzyHKrMDRzimSXUMhklpi {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #TxSEATTUXTZxMqfv0aOtve0v8ip4Dcxr {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #ly6PucZRXiNQvRMTaviQdCRB4KNcVKTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #NDrxPTRswg8VaCHU9CFl7o3bDz8ntRTG {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #ppF0ox04bh10af1L4EoGePs5I6nVX2Z1 {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #vHrNGOF3ifxq9QkQzXvvuxFSqFgRO2bw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #O6ILbhIweaOTgZnVHxaXs3m7qLPAi0va {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #GZPG1OBnkJmvz6cde9Q944XyMnweCO5p {  }
 }@media only screen and (max-width: 763px) { #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk { display:block; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swfTewMN7NgVzX2BlX2Rzdfn8rlrVGOc { width:28.625rem;height:8.9375rem;top:12.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0tI8qTZSH2LX0HNA61KV6MFq86QkCX { width:29.125rem;height:9rem;top:12.5rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySCVk8rDWf6I7qEW4wWzl0keG8aEpDo { width:27.9375rem;height:11.1875rem;top:35.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTowAAoMfEWusQEH5KBR0GssniXqD1 { width:28.75rem;height:11.25rem;top:35.1875rem;left:19rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o337ak0d6srMWDzxQEIdFdwRSaKNecV7 { top:5.375rem;left:35.187501907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnadAJHqPMBu9wustUGuIfHefqloG3vs { top:5.375rem;left:5.46875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTkUTBsKKcbPuLH1RX1MUIv1lzvWq0ud { top:27.875rem;left:5.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRnGwWTfsVCRrKqo9bcmRo2UHnpcLL3U { top:27.875rem;left:35.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzHcWstBPWI10uvttmsDLu3B8bnpvo8k { display:block; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HikizxtyRLxfcMQSbryZWRJnGAMzlMkg { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdZQu5apxbDqH1V2zy4p1GGiVEqUvS71 { display:block; }
 }@media only screen and (max-width: 763px) { #Px8xkT9hIDBBMucLAhDpiRCpVfPiX86k { top:1.3125rem;left:0rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7bPKXRKQ0NfdX1FuqTmcTBEvwIIqP9E { top:18rem;left:27.9375rem;width:18.625rem;height:5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnH4G4xdki3uTHzoQ0PeeFQq14ZgEIOd { width:25.8125rem;height:2.4375rem;top:9rem;left:21.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNwuEp8FZMQM3aq04u6ZMbhcZyqaTy1X { top:8.6875rem;left:21.4375rem;width:26.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5kgGuLAsSCDETnkC8owXh8ScowJ9TT { top:12.5625rem;left:28.625rem;width:16.0625rem;height:4.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsUseeu9c6w9EO5xEmOzoZzCiAgl7N72 { top:12.4375rem;left:25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJKA2odTmo9thha8Fw6EVUcllT9H86q { top:18.9375rem;left:25.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r { display:flex;width:13.5rem;height:5.0625rem;top:32.25rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #mfxXgq7rexa1PaGzkxZDbtIG7kEDL9ki { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Kcdz98IqrWOqrCKws8yRXZ9DeN1xa81L {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #iuJ33c9vnG8yRpL64AeOwJg3UqF6qTZ2 {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Fli3qAXrePg8wvwpp7IlBRcDuX6kXzuD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #BhvuBAKv5MHe9JO2hUbTFLt1KGeSxnoM {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #BXbig1bZJLvOlS1m2LaBAOs2tSzmZ1WT {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Tog8l93L36TRTzM0ufeFsMb1ySPaM2U2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #x0GWKoCOCEXROEEAdUoI9riim9psAipO {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #hSLc8XZn8Zbgroa8TEIB53FCEv4WG20G {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #W62Lt5HuCcESFVyASt0qvTglpyTa5VZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #EuuP0AodAwN4zbD32c8cLonaHp0OTJDi {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #k0o0ypBASA9I3k8vHcbH6sIN47J7af05 {  }
 }@media only screen and (max-width: 763px) { #yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 { display:block; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 { display:flex;height:auto;width:45.25rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #XP0mOfww1NlhD96GEkhEA2hp2VplKfSU {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #XgSJZWR9T7hBw7WVU3VlPQ07G00GDdJz {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #w8y0Q1G1vE0V18xMnTeK5TqPXembNfVS {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #TuocJEN1d49K3i9TFE4BuySnrt1lr3wk {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #MoFakI6u3HET3Wd4avUsWLM2m9mlPlLv {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #vGcnWEMq1HoEyEkUDkrIxBg77OcZJ8T3 {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #lXPGANRwuaryQUTJV7EAawURbxTtbNEP {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #QGVWGikk3GwQchqVmcArkfb970pcvt9N {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #zAAW2zfVIvRxlUdlgLAKe7ynETltoW8b {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #WluOEH7y7u0tod1rL1i5NGgQOHqWFUHX {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #amSuRi9aXOcuex14IUDIp8MRxawnMdFH {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #SgTRkofcDuEGsd5yPD7RgT2VISM3tiID {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #nqOI9JAdXzuQpUGTTFBzNSmWulDT8EWC {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #OUtHXugx665xT7CcIso7maWuQ0Tc0RnJ {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #Di1JDIVuUzL5wcvyQ9Ev5ZDyxVAoOkAJ {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #e33eI7vanacR1h4JgTlU8G7gXPbdQlOV {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #M360UJaWhpt2WSfmbBBeR3uVsyetCBgF {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #hDC8NWE9vAdBO0DnGd4Fwav3JopGnsVq {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #zqxwdHGIZnzmLEZBM3Qlb3CwOMTbOpxc {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #BgBlESpWf657MWwi08fk1eec8MD8Lrwv {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #KvKPzWnticaA4SU6fnZarMpk32LVGIsP {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #TfeccUXTKBX9CTZKOwpu9pBXrRhLmIro {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #ETxOIqrdkhI1O6ldzZ8qrWRggNsWaSBC {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #hosc6t34bM217xqVhJlWVX4HZnfkObwK {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #fcPwAQbrkw3RJle72O6ymTm4s5tQWsQ0 {  }
 }@media only screen and (max-width: 763px) { #tQNx0wueyouCUZV8rh8kEgRTSoT6zpHT { width:4.6875rem;height:2.375rem;top:1.9375rem;left:21.998373031616rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk { display:block; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcqGW5wRSABcqXQLATe7JSmRBz0U5NC5 { top:1.75rem;left:0.90625rem;width:45.9375rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB { display:block; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNvGkz85glUtFxx8v20MgDmMJTr2hWtm { top:8rem;left:12.630428314209rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O99t1aVrOSQWJlvTRKwHHhuhrVJiiOuC { top:2.0625rem;left:12.630428314209rem;width:18.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qhZM9hSsbbstT1erERLJgwiXe2EzRH { top:1.75rem;left:0rem;width:17.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsZa6Gbol6vTpe7NimcbAXicFA0PpKlb { top:8.0625rem;left:0rem;width:18.75rem;height:2.74956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDw1QAKlMH5lFJ3LGgL48TpMg4VDhoxD { top:2.875rem;left:26.8125rem;width:20.9375rem;height:3.1774598946398rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmIPXhJOFpO7TthrUpKINJrQdtONROEf { top:7.6875rem;left:29rem;width:18.75rem;height:3.56228125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7o1RSiiL3piJxLwypb70MvTQG1iREhH { top:12.3125rem;left:13.504993438721rem;width:17rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1uvXKzbd9UfGaJ65427M6VVmkPnlAEv { top:12.1875rem;left:0rem;width:17.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G08OmohvgVXwu1T0FBCDvXH60miaMplf { top:12.25rem;left:29rem;width:18.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat { display:block; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gso2eZtQrQSbt8NqbxbzZU9APGRnATVV { top:1.9375rem;left:22.6875rem;width:25.0625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmlTRQ8sQXhSa3RP9U49MoOah5BoDwog { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT2FoPuDl0zBTMAO2PgCHiWzg3IIZ6il { display:block; }
 }@media only screen and (max-width: 763px) { #U8UmsqGzlyPoxxItpQUQ8in4N3Rw4iaD { top:23.5625rem;left:30.249349594116rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ToGHrhdKFCsvaMCF49PmagdDSFgiGR { top:1.375rem;left:6.8125rem;width:17.0625rem;height:14.757993851831rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma5SsqzSgIk1vepyCmiybBNnrTn0fzqZ { top:14.3125rem;left:20.875rem;width:26.875rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVLzkm3P98R7pTPKOK3rE2gs8OSdtfh { top:5.875rem;left:0rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { display:block; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L45tgp7ot3O3MdAoxZNiuN5cgZSsIlLr { top:1.8125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN { background-color:#594ad1;background-image:url("https://images.assets-landingi.com/uc/5402cd16-1ed0-4e8b-a454-66e854f86324/MAILINGgrafikiwiksze8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN.adaptive-delivery-prevent-bg, #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN.lazyload, #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN.lazyloading { background-image: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { background-color: transparent; background-image: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .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); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { border-width: 0; border-radius: 0; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { width:20rem;height:50.5615234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxvC5A0hipH7Fe3kd6WfqvSQ0WTxXThx { width:8.8745rem;height:8.8745rem;top:0rem;left:9.1764320135119rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBD1K9TmzcmWoTsD3f1K9wDymq3FzWls { width:13.9371875rem;height:3.125rem;top:26.136880874634rem;left:3.0305989980697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvB7CL91zB3zmDfbfbxbFIXqpPgkDMq { display:block; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-number { padding-top:0.4225rem;padding-right:0.3675rem;padding-bottom:0.4225rem;padding-left:0.3675rem;width:2.205rem;min-width:2.205rem;height:2.27rem;font-size:1.689375rem;line-height:36.32px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.94rem;height:0.8975rem;font-size:0.63375rem;line-height:14.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g { display:flex;width:11.8115rem;height:4.27571875rem;top:10.999348640442rem;left:3.4488929510117rem;padding-top:0.650625rem;padding-right:0.644375rem;padding-bottom:0.650625rem;padding-left:0.644375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Blwm8aShcLZBuExZ4w8znaysKh5Kc8tM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #s5vneSPXSXwpvLKt4MkQRCF0dRFVGqnh {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Cyl87VJ2yqOSKHDcgDTuidyl6ZXVOzKz {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #LWpKM1XxnaZsd6nFvFVtqxStgFu0Hw2J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #wxTEpcfnZB2nLbWbggKNcNqUl4x9M5HV {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #FC1rhqNBgXh34x4IBCuzioxaTrM3nWxw {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #o8qy8awN1cus0MSdmdNRvyEbLPZ14rTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #w8DzIwqN7DD1v5Fuiv0uQGEyhRrUt8w9 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #EGg6AKg769XshZBzDZLT9TAMxzt3b3tB {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Ankdb4WLcRGzhxKatuA0E5kvP9bKduFC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Qfn88sCBIuE8PlTReryGhExgHpxLvKH3 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #RSFLTRH9TK3eGraODvzgboWdmDJgegXt {  }
 }@media only screen and (max-width: 763px) { #vdPpmHmMxt6x25Q9D9dA1DiHUULgEyh1 { width:15.999375rem;height:20rem;top:30.5615234375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:18.499375rem;height:6.000975rem;top:18.262532234192rem;left:0.74951171875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a06OFh6pHotmm7KFtZgPPFpepFI3bCaZ { width:11.7496875rem;height:1.4615875rem;top:44.172355529785rem;left:-1.8644218444824rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5ChJ7xzAOwEF9PtMTTJzSuDgPBbA2at { width:20rem;height:8.52864375rem;top:21.787922620773rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8ETvDIRvW1i8HWa9Xs2dRn4kTbcPy1U { width:18.999rem;height:3.125rem;top:33.12743639946rem;left:0.49967443943024rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AauE6GS6F6kEntvHbLK9E8XXWhpfXh6i { display:block; }
 }@media only screen and (max-width: 763px) { #stp8VWuFwCEZytzTUeGyTeZ4ZmRbxhn2 { width:20rem;height:9.8125rem;top:9.3123366832731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT9hVFUkUhwd6ee3bxIRkzbSaPWfTqyB { width:9.749375rem;height:9.6875rem;top:37.251790046692rem;left:5.1245115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtTW3QhmbzwW1ENTMSmlqIIVAoBzsXp { width:20rem;height:20rem;top:42.50244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytbxNmAtKTbHt1XV2RgtdZWMaG7s4O67 { width:20rem;height:15.35154375rem;top:3.0615231990814rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { width:18.125rem;height:15.30031875rem;top:13.397623300552rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:32.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { width:18.811875rem;height:18.811875rem;top:40.746254920959rem;left:0.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { width:8.6246875rem;height:7.3746875rem;top:15.620930910111rem;left:11.374511122704rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouGK0Ax3HAW3VrK4y6ezDqIrLnszWVz2 { width:18.8736875rem;height:9.0616875rem;top:2.8133087158203rem;left:0.810546875rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DB3vMSyhZ91FEiiZ6fsvSdWTaXice4lL { width:18.997375rem;height:4.249675rem;top:35.060228347778rem;left:0.50048828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvFicbwUpIdtgq3PA6mZpalcaF0JUCOr { display:block; }
 }@media only screen and (max-width: 763px) { #GCX0cTDKUIzcfchKrBARg5kbe0bTMvny { width:19.124375rem;height:1.867675rem;top:30.123696804047rem;left:0.43701171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { display:block; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQ6H1Iv0sKwk1aD812osbtV69iyGBwfI { width:19.8746875rem;height:7.312rem;top:2.93701171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxJgxFlaDevIpdc7e5Dd2yIHPFUFW0pS { width:20rem;height:9.8746875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol { display:block; }#NbkhfI4dOgDhprShluLPSWVFN9h3z2Ol > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRULMUCtrT8hgKmed8FFWNNMSHi5hVE5 { width:18.125rem;height:18.125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpgC63TruTX3fLLh00LnR3rQvlRxZBL { width:20rem;height:23.625rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyR7CW2rQ5P4X5tqsMTeNfTKsdTckxAk { width:16.4371875rem;height:22.3152625rem;top:20.8125rem;left:3.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TF5HDAFThT839pAC4lwe9T7JLPWPEspB { width:3.0623375rem;height:3.0623375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Twc7ZxP0Otv2NPcy4rLoknGSEomKoq { width:3.25rem;height:3.25rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9oDmr4TMNNGtxhQWQkqnB5IEhhD0xhe { width:2.5rem;height:2.5rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWz2IyWHRBUbcLZOzqy9hXD1fggc1eT { width:2.9370125rem;height:2.9370125rem;top:20.812173843384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3D4WLzKvKr68hDSalQOprtMqbTErDsl { width:2.8125rem;height:2.8125rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1hdbGJdz3ueNgNsdbi0c2v1QxiXswg0 { width:3.312175rem;height:3.312175rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb { display:block; }#W1P5QCXROpPoq0Mfbiog0LFPf6HfCTQb > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlzfpHK2gW3CGeK0fuTDtWHlqHGLoFJs { width:18.125rem;height:18.125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUbTa3FbTR7JdIyI2XJ8oKkWt7g62wpp { width:20rem;height:26.875rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqWdouiBBtchBL3MT8d403AcT1b7XcQC { width:15.9375rem;height:24.9406375rem;top:22.5625rem;left:3.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTurGeyPLn1Pz9GhZIbH4nm0sX7bZdlR { width:3.5625rem;height:3.5625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxyTBlfzyEvflff2J4gHtcMGiuPEg8BG { width:3.8745125rem;height:3.8745125rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VECV1XssBbgO5IhTxZrJOsJ9DWJwcuPS { width:3.3125rem;height:3.3125rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmzeQB8R6TJ1AKM4b7wBJL0nI8LIksR4 { width:3.8745125rem;height:3.8745125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKqlZoTbVrswI26JrRopD6fsKvkBceyq { width:3.6873375rem;height:3.6873375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTiI9fw2TQ7uHQqA3vyJEr5XZT8pxdyo { width:3.8745125rem;height:3.8745125rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgToxM60L4cvyOQKw1lDabomTeJteLr0 { display:block; }#VgToxM60L4cvyOQKw1lDabomTeJteLr0 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIssvx8CqoSgkOw00fXwaPQkxDJIXfSL { width:18.125rem;height:18.125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJqvwvyXAXoFSDdcUyu9U9VvtqyUVKrt { width:20rem;height:27.625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6lqqhkbNHfo5srr1k7OziaxH8lNUnpV { width:15.6875rem;height:26.253325rem;top:21.375rem;left:4.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJATMtMTEfgqTbiC4AwzdIiVsJAD0TDA { width:3.2495125rem;height:3.2495125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTlrUf2LGsKqSonqTT7I0NqnLdirNlcL { width:3.8745125rem;height:3.8745125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgzS7wMJkJvea3IUPEyKKH96RGWi2T3S { width:3.8125rem;height:3.8125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CREgVSpqdNz8IZI6JplPZdIBlsu7hpfN { width:3.8745125rem;height:3.8745125rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNkx2MsuMQTUzJUg5ytmBpXX51fJ5H2a { width:3.6873375rem;height:3.6873375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4947JTiNM905LqpWhd09bPFoCNyAJd0 { width:3.8745125rem;height:3.8745125rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu16dIaXaKIK0BcieG1clLhUTB8rCoyP { display:block; }#bu16dIaXaKIK0BcieG1clLhUTB8rCoyP > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvRFPTQoTDnyqRo7DnFeRTSSqBZpInkZ { width:18.125rem;height:18.125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cysuShTvrtM95UXSepT0txUQaHVmGuWu { width:20rem;height:26.1875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlPx46oyzBArEQVQOzMp07T9agwQ5Lte { width:15.686875rem;height:24.940575rem;top:21.75rem;left:4.3125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OVTcn5WTkl2xCk9TNpaMBQx1QFBvpz2m { width:3.2495125rem;height:3.2495125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8SR0DQBZlmfJSnFgKtSuXtKnyttSQow { width:3.8745125rem;height:3.8745125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ6oWW2iFCcgnotalX1dk55JrSCoqLay { width:3.3125rem;height:3.3125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTbSDevRHVMFtiFfdm0WOzMVsXmo1aw { width:3.8745125rem;height:3.8745125rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTIEQ33PfpnfGe6vOGk0tad9xo1rxMV { width:3.5rem;height:3.5rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRo9qVP4OBCeWoeAKTuinANhX2SmHlLJ { width:3.8745125rem;height:3.8745125rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKLS1THhdIZfooyc3OdyW3UnwHRckk { display:block; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQgb5ESNg4befUU2qtTddQn5sy8G7Rq2 { width:20rem;height:4.874675rem;top:1.7179365158081rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6khPtSTqQL8qabmEFX2FsiT3IZmI8lg { width:18.9965625rem;height:3.125rem;top:40.686848163605rem;left:0.50130212306976rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDn9J10lBDO5QMIv3Nls9rmtQPQ505ck { display:block; }
 }@media only screen and (max-width: 763px) { #T1mFIHCnO2NnTR68K3i0PM99ABhuucXn { width:20rem;height:5.52409375rem;top:12.185846328736rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Weo4OMvcnERcCoinxJmpINrHPBlbZvuT { width:3.8745125rem;height:3.8745125rem;top:8.312175rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGOdtXSvHz8E3h3FzT4p1p13ZMCLJNTX { width:20rem;height:2.76204375rem;top:35.930988967419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLDwNgPv26uHPFuxXTsbsBogUWkK4hXH { width:20rem;height:2.76204375rem;top:29.539387404919rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVOv8F5v5dEFuTDannsU40OTxbTHD72v { width:20rem;height:4.14306875rem;top:20.959471702576rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuoT9HGmAD0iRySXrbfpI5iOUTkxvpOr { width:3.8745125rem;height:3.8745125rem;top:17.085774421692rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkNsC4dg1hZnEu1c21zilCH6OVskHFiw { width:3.8745125rem;height:3.8745125rem;top:25.665690124035rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmEbztWyO2xrZmGbuV4plsmkErSzCto { width:3.8745125rem;height:3.8745125rem;top:32.299803435803rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXUQf2Plu7wIrmqI7Rk2UXk6QP6Q1ZH { width:20rem;height:5.812175rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQmR47EodaMGVJntDyb1dd8d9rchiMM { width:20rem;height:20rem;top:45.874835968017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WePmtS9TwxgO1XflLwE3BG46uoyMspgR { width:17.122375rem;height:14.8095625rem;top:44.876301288605rem;left:2.8784178495407rem;display:block; }
 }@media only screen and (max-width: 763px) { #b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C { display:block; }#b332vwHhI8K5IWIMCmSn8S5F1Z5B6T0C > .row .container { width:20rem;height:133.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNTVTT8FkIF1NWfTbVU1keb5syuiyXue { width:18.6875rem;height:27.8125rem;top:12.9354rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwio5xoG8fpSqAbDnG7Rs3hFEObODrH { width:13.125rem;height:5.36376875rem;top:18.810247412109rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWidqx0lL8V9p35ClnNn222KFPH3RCy { width:17.249375rem;height:15.3003125rem;top:24.883625984192rem;left:1.3736978769302rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0nEv4EgNqIMxf0HxqrnaG0MeKC1BkDi { width:18.5rem;height:24.9375rem;top:45.084658056641rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM4pnm8AQasCC0fy6Rn5i8qCd0Hi0DTh { width:18.0623125rem;height:11.90025rem;top:57.657875061035rem;left:0.96842443943025rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNeXwGTPwo49x3d5necKwzFMrkn6PJp { width:13.125rem;height:5.36376875rem;top:51.083982467651rem;left:3.1249998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgJpbXKRhpNZ3NwImIwGXZkuph4OvCrM { width:4.4995125rem;height:4.4995125rem;top:45.698240280151rem;left:7.74983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9aFDgwreKkxcBiwE58GJWgdpu7xzlR { width:18.5rem;height:25.6875rem;top:72.407221317294rem;left:0.46826159954071rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0idZtJinhpfTQ048lQ4D2pOrpKoJzX { width:18.5625rem;height:11.90025rem;top:85.6689453125rem;left:0.49967443943024rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB3ImqeFPFdKukIr0FNXV6zu7qJMF8nL { width:13.125rem;height:5.36376875rem;top:78.6572265625rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4TTCHpnu55GykdAtTlIrVq4lJDnkE6x { width:18.5625rem;height:24.0625rem;top:99.833984375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXoCPBhQpQsvuhENvkPqLoJe0mPGwO76 { width:18.75rem;height:10.2001875rem;top:112.939453125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJlItQSzxyX4NVBdF2rbIeLkxiCoBeK1 { width:13.125rem;height:5.36376875rem;top:106.28092384338rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnqSnUmx5uBOmfrz6rLg1tMovqF0Drt2 { width:20rem;height:2.4373375rem;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) { #vVs95t6I4U3a4eTocZfUK1oPQQKGGyq7 { width:4.0625rem;height:4.0625rem;top:73.583165168763rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raymo9INqB4vkEGIExPRqHttRqxaQziH { width:4.0625rem;height:4.0625rem;top:101.33219337463rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBwJRBSOGcFlUDN1fbHPxXSlrz5iXulh { width:4.0625rem;height:4.0625rem;top:13.861516943359rem;left:8.1876621246337rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzC6lHB7lHdX4FfwMp7TIF7Lf6hfXdsd { width:20rem;height:6.7480625rem;top:2.8743486404419rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1mTTZ7d9xmcTAtrqi7ftdaI1ivlHr5 { width:18.9998125rem;height:4.1870125rem;top:126.28173828125rem;left:0.49967443943024rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJc1qyxa6toO7nTRDvqkrzfWQ8Zmr4x { display:block; }
 }@media only screen and (max-width: 763px) { #CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { display:block; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBziuW6pVBXPn1vL8Qv7Tyz7ntBDFV5K { width:20rem;height:7.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzL1pzh4GFO2sU25NMsI7coVBDTWqLDt { width:20rem;height:12.42919375rem;top:26.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NKprVHDeE8xS5HJw90ahzvMVXE4k9xRA { width:20rem;height:7.8003125rem;top:16.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOqNiZeauIgeybDqKvlIahrw5S8MR7n0 { width:20rem;height:8.9998125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-text.counter-number { padding-top:0.4225rem;padding-right:0.3675rem;padding-bottom:0.4225rem;padding-left:0.3675rem;width:2.205rem;min-width:2.205rem;height:2.27rem;font-size:1.689375rem;line-height:36.32px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.94rem;height:0.8975rem;font-size:0.63375rem;line-height:14.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LODR7JF9OVSeHUKviEORFMCdBJvcgTfs { display:flex;width:11.8106875rem;height:4.27571875rem;top:0.999348282814rem;left:3.4497069120407rem;padding-top:0.650625rem;padding-right:0.644375rem;padding-bottom:0.650625rem;padding-left:0.644375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #oy8BIEblENESbMNDhIxNTaokPQUnb4FG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #yvPdoO8lMVBEvwQgF5dMLJrNpaMPii2t {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #Cr9Pg4eahJZrlV14mDqaaJr0cLOGBCQ9 {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #PQffRRx3X8W0KEUMBy6nDXb1Q2lcwu0I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #FI3cnpbNGMhUzyHKrMDRzimSXUMhklpi {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #TxSEATTUXTZxMqfv0aOtve0v8ip4Dcxr {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #ly6PucZRXiNQvRMTaviQdCRB4KNcVKTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #NDrxPTRswg8VaCHU9CFl7o3bDz8ntRTG {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #ppF0ox04bh10af1L4EoGePs5I6nVX2Z1 {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #vHrNGOF3ifxq9QkQzXvvuxFSqFgRO2bw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #O6ILbhIweaOTgZnVHxaXs3m7qLPAi0va {  }
 }@media only screen and (max-width: 763px) { #LODR7JF9OVSeHUKviEORFMCdBJvcgTfs #GZPG1OBnkJmvz6cde9Q944XyMnweCO5p {  }
 }@media only screen and (max-width: 763px) { #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49d3e7ea-22e0-47cc-9863-529894d44957/joannaw30.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.adaptive-delivery-prevent-bg, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyload, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyloading { background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { background-color: transparent; background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.7); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.7); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .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); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swfTewMN7NgVzX2BlX2Rzdfn8rlrVGOc { width:16.624375rem;height:10.1220625rem;top:8.9998369216919rem;left:1.6870115995407rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0tI8qTZSH2LX0HNA61KV6MFq86QkCX { width:16.499rem;height:10.1220625rem;top:27.672525405884rem;left:1.7496744394302rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySCVk8rDWf6I7qEW4wWzl0keG8aEpDo { width:18.3121875rem;height:10.1220625rem;top:46.303709983826rem;left:0.84309899806975rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTowAAoMfEWusQEH5KBR0GssniXqD1 { width:18.247875rem;height:10.1220625rem;top:65.36375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o337ak0d6srMWDzxQEIdFdwRSaKNecV7 { display:flex;width:6.25rem;height:6.25rem;top:21.422526359558rem;left:6.8749998807906rem; }
 }@media only screen and (max-width: 763px) { #UnadAJHqPMBu9wustUGuIfHefqloG3vs { display:flex;width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #gTkUTBsKKcbPuLH1RX1MUIv1lzvWq0ud { display:flex;width:6.25rem;height:6.25rem;top:38.9925rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #tRnGwWTfsVCRrKqo9bcmRo2UHnpcLL3U { display:flex;width:6.25rem;height:6.25rem;top:59.165037155151rem;left:6.8749998807906rem; }
 }@media only screen and (max-width: 763px) { #zzHcWstBPWI10uvttmsDLu3B8bnpvo8k { display:block; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HikizxtyRLxfcMQSbryZWRJnGAMzlMkg { width:16.80825rem;height:2.687175rem;top:45.9375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdZQu5apxbDqH1V2zy4p1GGiVEqUvS71 { display:block; }
 }@media only screen and (max-width: 763px) { #Px8xkT9hIDBBMucLAhDpiRCpVfPiX86k { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7bPKXRKQ0NfdX1FuqTmcTBEvwIIqP9E { width:15.9375rem;height:3.4928375rem;top:39.625rem;left:3.5625rem;font-size:2.6875rem;text-align:center;text-align-last:center;color:#58bb47;display:block; }
 }@media only screen and (max-width: 763px) { #lnH4G4xdki3uTHzoQ0PeeFQq14ZgEIOd { width:17.874375rem;height:4.951175rem;top:28rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNwuEp8FZMQM3aq04u6ZMbhcZyqaTy1X { width:20rem;height:5.25rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5kgGuLAsSCDETnkC8owXh8ScowJ9TT { width:16.0611875rem;height:2.6001rem;top:35.1875rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #FsUseeu9c6w9EO5xEmOzoZzCiAgl7N72 { display:flex;width:4.4995125rem;height:4.4995125rem;top:34.25rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #JrJKA2odTmo9thha8Fw6EVUcllT9H86q { display:flex;width:3.125rem;height:3.125rem;top:39.8125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-text.counter-number { padding-top:0.349375rem;padding-right:0.30375rem;padding-bottom:0.349375rem;padding-left:0.30375rem;width:1.82125rem;min-width:1.82125rem;height:1.87875rem;font-size:1.398125rem;line-height:30.06px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.218125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.428125rem;height:0.7425rem;font-size:0.524375rem;line-height:11.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r { display:flex;width:9.6248125rem;height:3.4375rem;top:22.124836921692rem;left:4.6541341543197rem;padding-top:0.53875rem;padding-right:0.5325rem;padding-bottom:0.53875rem;padding-left:0.5325rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #mfxXgq7rexa1PaGzkxZDbtIG7kEDL9ki { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Kcdz98IqrWOqrCKws8yRXZ9DeN1xa81L {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #iuJ33c9vnG8yRpL64AeOwJg3UqF6qTZ2 {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Fli3qAXrePg8wvwpp7IlBRcDuX6kXzuD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #BhvuBAKv5MHe9JO2hUbTFLt1KGeSxnoM {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #BXbig1bZJLvOlS1m2LaBAOs2tSzmZ1WT {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #Tog8l93L36TRTzM0ufeFsMb1ySPaM2U2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #x0GWKoCOCEXROEEAdUoI9riim9psAipO {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #hSLc8XZn8Zbgroa8TEIB53FCEv4WG20G {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #W62Lt5HuCcESFVyASt0qvTglpyTa5VZN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #EuuP0AodAwN4zbD32c8cLonaHp0OTJDi {  }
 }@media only screen and (max-width: 763px) { #THNQNS5TRLDx1Qr4pMIXxyNwFty4O40r #k0o0ypBASA9I3k8vHcbH6sIN47J7af05 {  }
 }@media only screen and (max-width: 763px) { #yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 { background-color:#594ad1;background-image:none;display:block; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container { background-color: transparent; background-image: none; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container > .video-iframe-container { display: none; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row > .video-iframe-container { display: none; }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .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); }#yIithRR0bQQ0p23bGFTzsSCsomKNdSF4 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 { display:flex;height:40.62175rem;width:17.5rem;top:4.9373375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #XP0mOfww1NlhD96GEkhEA2hp2VplKfSU {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #XgSJZWR9T7hBw7WVU3VlPQ07G00GDdJz {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #w8y0Q1G1vE0V18xMnTeK5TqPXembNfVS {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #TuocJEN1d49K3i9TFE4BuySnrt1lr3wk {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #MoFakI6u3HET3Wd4avUsWLM2m9mlPlLv {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #vGcnWEMq1HoEyEkUDkrIxBg77OcZJ8T3 {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #lXPGANRwuaryQUTJV7EAawURbxTtbNEP {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #QGVWGikk3GwQchqVmcArkfb970pcvt9N {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #zAAW2zfVIvRxlUdlgLAKe7ynETltoW8b {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #WluOEH7y7u0tod1rL1i5NGgQOHqWFUHX {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #amSuRi9aXOcuex14IUDIp8MRxawnMdFH {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #SgTRkofcDuEGsd5yPD7RgT2VISM3tiID {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #nqOI9JAdXzuQpUGTTFBzNSmWulDT8EWC {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #OUtHXugx665xT7CcIso7maWuQ0Tc0RnJ {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #Di1JDIVuUzL5wcvyQ9Ev5ZDyxVAoOkAJ {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #e33eI7vanacR1h4JgTlU8G7gXPbdQlOV {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #M360UJaWhpt2WSfmbBBeR3uVsyetCBgF {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #hDC8NWE9vAdBO0DnGd4Fwav3JopGnsVq {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #zqxwdHGIZnzmLEZBM3Qlb3CwOMTbOpxc {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #BgBlESpWf657MWwi08fk1eec8MD8Lrwv {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #KvKPzWnticaA4SU6fnZarMpk32LVGIsP {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #TfeccUXTKBX9CTZKOwpu9pBXrRhLmIro {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #ETxOIqrdkhI1O6ldzZ8qrWRggNsWaSBC {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #hosc6t34bM217xqVhJlWVX4HZnfkObwK {  }
 }@media only screen and (max-width: 763px) { #BVKpJ477mBGLC14EVE3BmhEIcs5D55X6 #fcPwAQbrkw3RJle72O6ymTm4s5tQWsQ0 {  }
 }@media only screen and (max-width: 763px) { #tQNx0wueyouCUZV8rh8kEgRTSoT6zpHT { width:4.6875rem;height:2.4373375rem;top:1.25rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk { display:block; }#F2UTiam7GQhKB6Pbz3fDFl3SV87HNxJk > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcqGW5wRSABcqXQLATe7JSmRBz0U5NC5 { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB { display:block; }#lQU0cZU1iyPExUZsNlZeLxLJyBmDKugB > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNvGkz85glUtFxx8v20MgDmMJTr2hWtm { width:18.75rem;height:2.9370125rem;top:21.5616875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O99t1aVrOSQWJlvTRKwHHhuhrVJiiOuC { width:18.75rem;height:4.43685rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qhZM9hSsbbstT1erERLJgwiXe2EzRH { width:17.249375rem;height:5rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsZa6Gbol6vTpe7NimcbAXicFA0PpKlb { width:18.75rem;height:2.7498375rem;top:17.56185rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDw1QAKlMH5lFJ3LGgL48TpMg4VDhoxD { width:20rem;height:3.125rem;top:13.18685rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmIPXhJOFpO7TthrUpKINJrQdtONROEf { width:18.75rem;height:3.5620125rem;top:25.7487rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7o1RSiiL3piJxLwypb70MvTQG1iREhH { width:16.9995rem;height:2.5rem;top:34.4978875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1uvXKzbd9UfGaJ65427M6VVmkPnlAEv { width:17.874375rem;height:2.687175rem;top:30.5607125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G08OmohvgVXwu1T0FBCDvXH60miaMplf { width:18.75rem;height:2.6245125rem;top:38.2478875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat { display:block; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gso2eZtQrQSbt8NqbxbzZU9APGRnATVV { width:20rem;height:4.874675rem;top:8.9835608899594rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmlTRQ8sQXhSa3RP9U49MoOah5BoDwog { width:18.9965625rem;height:3.125rem;top:15.743814468384rem;left:0.50130212306976rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT2FoPuDl0zBTMAO2PgCHiWzg3IIZ6il { display:block; }
 }@media only screen and (max-width: 763px) { #U8UmsqGzlyPoxxItpQUQ8in4N3Rw4iaD { width:11.1246875rem;height:11.1246875rem;top:35.318195343017rem;left:8.4228509664537rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ToGHrhdKFCsvaMCF49PmagdDSFgiGR { width:11.5625rem;height:10rem;top:1.435546875rem;left:7.4845374822619rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma5SsqzSgIk1vepyCmiybBNnrTn0fzqZ { width:20rem;height:13.88671875rem;top:20.431314468384rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcVLzkm3P98R7pTPKOK3rE2gs8OSdtfh { width:19.124375rem;height:19.124375rem;top:39.312335968017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { display:block; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L45tgp7ot3O3MdAoxZNiuN5cgZSsIlLr { width:20rem;height:13.64585625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }