.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row .container { background-color: transparent; background-image: none; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row .container > .video-iframe-container { display: none; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row > .video-iframe-container { display: none; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .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); }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row .container { border-width: 0; border-radius: 0; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hsnWwn71cAllhthDu8LC3KC2HqXzmiqt { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -moz-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -ms-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -o-linear-gradient(244deg, #6a52c6, #6a52c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );";background-image: linear-gradient(244deg, #6a52c6, #6a52c6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.625rem;left:70.5rem;display:block; }
#ZmKTCEd0Igao2xkyD4IiDqffwM0P7q8i { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:0.9375rem;left:56.5625rem; }
#ZmKTCEd0Igao2xkyD4IiDqffwM0P7q8i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HXkDvtX49GZ2s1D2XyunzNxFGG6ot4O1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.125rem;left:71rem; }
#HXkDvtX49GZ2s1D2XyunzNxFGG6ot4O1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#Nv5qbPoHDmLLEv4FS7SU95yr18JG0kMC { 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:1.75rem;width:9.625rem;top:1rem;left:2.0537109375rem;overflow:hidden;display:block; }
#VsE6NT65OXr4BXcsJUstEASdPJzoTrAu { color:#6a52c6;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2664061784744rem;left:12.841014862061rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tv8bvyOWpsKQ3JxLk0dAvimvH5eO7UsZ { color:#6a52c6;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:58.8125rem;height:1.1378875rem;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; }
#wEbkOZAgENI0x7dp2gJgri4VNAU1covt { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -moz-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -ms-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -o-linear-gradient(244deg, #6a52c6, #6a52c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );";background-image: linear-gradient(244deg, #6a52c6, #6a52c6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.49960625rem;width:2.49960625rem;top:0.625rem;left:67.4375rem;display:block; }
#WRmK8ccIvhZr5yJ5AfFd7KgDzcPiKxXW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56210625rem;width:1.56210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.0625rem;left:67.875rem; }
#WRmK8ccIvhZr5yJ5AfFd7KgDzcPiKxXW > img { max-width: 100%;max-height:100%; width:1.56210625rem; height:1.56210625rem; }#PedREfdmkraIM6V1r0bQHIwp3sg71iML { color:#ffffff;display:block;width:19.249125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:32.307945251465rem;left:46.469184875488rem;height:7.9625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZXD1gmCpCwTUtLmf00lNUs5cSRxdLFxh { background-color:#6a52c6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6a52c6;border-left:0.0625rem solid #6a52c6;border-right:0.0625rem solid #6a52c6;border-bottom:0.0625rem solid #6a52c6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;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:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.8863125rem;height:2.53671875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:3.9996092319489rem;left:65.186714172362rem;display:block; }
#pUyevyVWbFT8rbNuHs9H7NPnPGZkw1Iu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHb5r1cXIJKH9lB0u2qJFkifLfzNQld6 { background-color:#5bc479;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;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:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.8863125rem;height:2.53671875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:4rem;left:2.0625rem;display:block; }
#xchzJz3FdGuiQBJ6XNeOS3pEn1gruDyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGosgvbiJd0WBraGmFrN6EQpCy8Kyx5x { background-color:#5bc479;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;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:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.8605625rem;height:2.5109375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:4.0625rem;left:10.75rem;display:block; }
#cO8cfif1efyIFCGk4VZPekHJtXfa2Fh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kbaRawlFLI5Q9XQhO16CPk9AWUkQGEhO { background-color:#5bc479;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;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:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.83475rem;height:2.48515625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:4.0625rem;left:19.5rem;display:block; }
#KcJNJ2xeUhSbCamNaAPONxxfPRVRhonr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5bc479;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; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row .container { background-color: transparent; background-image: none; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row .container > .video-iframe-container { display: none; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row > .video-iframe-container { display: none; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .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); }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row .container { border-width: 0; border-radius: 0; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#tRWbuw0Jqq0CFvUTZPsWasiKwAuxMQTb { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:30.562501907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKnTKS9Atrl4Sbn9vREAR228TwRQPdc9 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:13.6875rem;left:32.4375rem;display:block; }
#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 { position:relative;display:block; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 { background-color: transparent; background-image: none; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .row .container > .video-iframe-container { display: none; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .row > .video-iframe-container { display: none; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .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); }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 { border-width: 0; border-radius: 0; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .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; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SERad3870A02q3w4PqF0xzFHbnromyrm { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.625rem;height:3.25rem;display:block; }
#rfNX5hov9zLZvkmIOrWarNOuW2nWOnJw { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875rem;height:7.796875rem;display:block; }
#cVthOOwmDc5w19wkifF96UBJvb4WFqP7 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.185546875rem;left:1.78125rem;height:1.29948125rem;display:block; }
#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU { position:relative;display:block; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU { background-color: transparent; background-image: none; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .row .container > .video-iframe-container { display: none; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .row > .video-iframe-container { display: none; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .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); }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU { border-width: 0; border-radius: 0; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .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; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OrZhXOAwI71oTwIyVpQRNAra0Pf46GSW { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#QhllF4i4z8MpSSJTmXSiN7eGzNWauesw { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875rem;height:9.09635625rem;display:block; }
#w8IGs7WGZ1gzJyZIS0RtpIQiHHEKQnzi { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.51171875rem;left:1.78125rem;height:1.29948125rem;display:block; }
#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x { position:relative;display:block; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x { background-color: transparent; background-image: none; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .row .container > .video-iframe-container { display: none; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .row > .video-iframe-container { display: none; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .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); }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x { border-width: 0; border-radius: 0; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .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; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f050N36TEn3AMbQ8zPluo9bRHEN6UGFC { color:#5730c1;display:block;width:21.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:6.5rem;display:block; }
#VD5PAdP1VduemlAcLSsrh2Hk9HtVa24g { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:9.09635625rem;display:block; }
#XXszVdOVwtyEVWcPEmZI4kB8TNkKwtLK { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.4843740463256rem;left:1.78125rem;height:1.29948125rem;display:block; }
#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh { position:relative;display:block; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh { background-color: transparent; background-image: none; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .row .container > .video-iframe-container { display: none; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .row > .video-iframe-container { display: none; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .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); }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh { border-width: 0; border-radius: 0; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .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; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q9Io00wJeVBnsHkzTbTF8HS60ZepgxHH { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#CO6fOVfZ0AxxFhTCbidxm3ozIBHL8Ea2 { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:9.09635625rem;display:block; }
#wMfiKOXbokHKSxtBSOp2vUKAbf2uOFTn { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.0052080154419rem;left:1.78125rem;height:1.29948125rem;display:block; }
#acZDOq8diP5mQvT6gQlduNJCdKdUom37 { position:relative;display:block; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 { background-color: transparent; background-image: none; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .row .container > .video-iframe-container { display: none; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .row > .video-iframe-container { display: none; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .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); }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 { border-width: 0; border-radius: 0; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .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; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LZHWZeXldzVbqgc4cGCuZ8levw8btJ1i { color:#5730c1;display:block;width:15.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#ZBEtECc5I4d2cvUA8zQZcwy4guiJ7bzg { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:7.796875rem;display:block; }
#vCVqqON2cK5RDSTg5UhwVZpl4HJ0CerP { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.78125rem;height:1.29948125rem;display:block; }
#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV { position:relative;display:block; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV { background-color: transparent; background-image: none; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .row .container > .video-iframe-container { display: none; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .row > .video-iframe-container { display: none; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .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); }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV { border-width: 0; border-radius: 0; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .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; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sx5WWBNZsMDz9OeZrk9NaTgdaRnpyTOh { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#VyNHOqKn6q2JuSsDBkmmwhMrVDpg3ZSP { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:6.4974rem;display:block; }
#tfIH7rNqMUufiGMZP7NIKOvXAJNWqC4C { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.75rem;left:1.78125rem;height:1.29948125rem;display:block; }
#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 { position:relative;display:block; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 { background-color: transparent; background-image: none; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .row .container > .video-iframe-container { display: none; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .row > .video-iframe-container { display: none; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .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); }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 { border-width: 0; border-radius: 0; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .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; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ciBqno0JE3TM8R45Xhqw7pHOZm4SXpEJ { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#ZEEv1qtkMVhnZmTRFEFFhootMHDJsssS { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:5.19791875rem;display:block; }
#XixDQuZgKt7DaXh7SgNcFUXnUTGzrCn6 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.2560768127444rem;left:1.78125rem;height:1.29948125rem;display:block; }
#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT { position:relative;display:block; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT { background-color: transparent; background-image: none; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .row .container > .video-iframe-container { display: none; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .row > .video-iframe-container { display: none; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .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); }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT { border-width: 0; border-radius: 0; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .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; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pbVAmKc9Sn8WFfa85kzHpXkTXFQvk0t0 { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#WmN3xm5z8g9MoyMzA4guFq0kb2TLEOhI { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:6.49739375rem;display:block; }
#c9KOZZRBQTLDPbkpbVMhPQS2LKMqaC3a { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.998046875rem;left:1.78125rem;height:1.29948125rem;display:block; }
#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX { position:relative;display:block; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX { background-color: transparent; background-image: none; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .row .container > .video-iframe-container { display: none; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .row > .video-iframe-container { display: none; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .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); }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX { border-width: 0; border-radius: 0; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .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; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sGTCJe2kZ3UQbnWanXUOee1RHJ9z9tNf { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:4.875rem;display:block; }
#w2919XHFnUtiKgvwyM1JvPcGyFl5T9Il { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:18.1927125rem;display:block; }
#m8W2bwcMlLfhN38FVL6nn9lMAl8Xu6t8 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.78125rem;height:2.59895625rem;display:block; }
#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa { position:relative;display:block; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa { background-color: transparent; background-image: none; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .row .container > .video-iframe-container { display: none; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .row > .video-iframe-container { display: none; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .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); }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa { border-width: 0; border-radius: 0; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .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; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ik0Nh9ctFvzTwRTO6nR6VHeUwC5mvvdA { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#KKAJdZ5QBAqlshqh0m9tqJFet5wiCTEo { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:10.3958125rem;display:block; }
#BmD4bAeI9DcJRkN1XARp5W0TUTMwJyv7 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.8845481872556rem;left:1.78125rem;height:1.29948125rem;display:block; }
#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG { position:relative;display:block; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG { background-color: transparent; background-image: none; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .row .container > .video-iframe-container { display: none; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .row > .video-iframe-container { display: none; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .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); }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG { border-width: 0; border-radius: 0; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .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; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v3G7NHfV0t5PbHd0RgT0xWTM9tATwoql { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#SbzE1G9cukTXbL921pUBUTOmzUrsTh7X { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:10.3958375rem;display:block; }
#rFEK3IMTgEugBuSLMCUereS79pSkbwKQ { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.568359375rem;left:1.78125rem;height:1.29948125rem;display:block; }
#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5730c1;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; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row .container { background-color: transparent; background-image: none; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row .container > .video-iframe-container { display: none; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row > .video-iframe-container { display: none; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .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); }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row .container { border-width: 0; border-radius: 0; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#THyWHbo5iIgcc49g8xATTUu4cPpgX1E6 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.312501907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiQQS7fU6MdOdmRd00TJdGup7UCaLZ4e { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.8125rem;left:33.0625rem;display:block; }
#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R { position:relative;display:block; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R { background-color: transparent; background-image: none; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .row .container > .video-iframe-container { display: none; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .row > .video-iframe-container { display: none; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .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); }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R { border-width: 0; border-radius: 0; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .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; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VgfmIiVqAkwshm7J3cpf0ePIQ5XF9EMb { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#nQoPFo11y6BRruxwEfgVKr7lw4rBrngi { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:9.09635625rem;display:block; }
#kAyZdoZtSgCvuWTQgZBmvTodkuoJkv06 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.8854274749756rem;left:1.78125rem;height:1.29948125rem;display:block; }
#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi { position:relative;display:block; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi { background-color: transparent; background-image: none; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .row .container > .video-iframe-container { display: none; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .row > .video-iframe-container { display: none; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .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); }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi { border-width: 0; border-radius: 0; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .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; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BpG7cn5A3gouM4JRPp17KpL2UHCLytPo { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#Xhm3ez8AZTH2Cs63m7xLlIFtPxdwSpDB { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:6.49739375rem;display:block; }
#HzsmeLnR7BNvETJAFOsuOZUl7VxOb5Z5 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6918411254881rem;left:1.78125rem;height:1.29948125rem;display:block; }
#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW { position:relative;display:block; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW { background-color: transparent; background-image: none; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .row .container > .video-iframe-container { display: none; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .row > .video-iframe-container { display: none; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .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); }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW { border-width: 0; border-radius: 0; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .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; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GOMMlMdBq4e3i9BtgtdwXTlGVvC8TDuX { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#UoyuxIFwgW5ptyptLNSPJ8XrJ1CVEmde { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:9.09635625rem;display:block; }
#WVPKDeQapD4vv9FyqUP3pCfBwDkcpW4V { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.8845443725588rem;left:1.78125rem;height:1.29948125rem;display:block; }
#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI { position:relative;display:block; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI { background-color: transparent; background-image: none; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .row .container > .video-iframe-container { display: none; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .row > .video-iframe-container { display: none; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .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); }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI { border-width: 0; border-radius: 0; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .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; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MXcwf50l4XDSv6gSSH8Eln6dZGRrJTuR { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#e8pEgAD4qV6misIbxqm4hPVv0g44tEPU { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:9.09635625rem;display:block; }
#aGLHcgHTMWGwsHOSW8WV5ZTuHcOHXu22 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.1874961853025rem;left:1.78125rem;height:1.29948125rem;display:block; }
#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 { position:relative;display:block; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 { background-color: transparent; background-image: none; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .row .container > .video-iframe-container { display: none; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .row > .video-iframe-container { display: none; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .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); }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 { border-width: 0; border-radius: 0; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .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; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hN6Lr2wJOA7Qb6qNvGEhJemPKRCmcFfE { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#WKfTLF6NZrmtrK8MDUZCUEiXMXtuUraP { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:7.796875rem;display:block; }
#xyl4gXiNi4QaqZQWWtOw2nRUpgfl3ilH { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9123287200928rem;left:1.78125rem;height:1.29948125rem;display:block; }
#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx { position:relative;display:block; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx { background-color: transparent; background-image: none; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .row .container > .video-iframe-container { display: none; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .row > .video-iframe-container { display: none; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .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); }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx { border-width: 0; border-radius: 0; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .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; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lAmAzfJg9UMJAxxTyHx9zalIHi17mfbl { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#ScSBhTlsp6RuF9zs1eeRZzw2IDWx6gec { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:9.09635625rem;display:block; }
#J8RZJ39bJ8TUAKfFN5W6cPicbP7g39Fp { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9123287200928rem;left:1.78125rem;height:1.29948125rem;display:block; }
#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM { position:relative;display:block; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM { background-color: transparent; background-image: none; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .row .container > .video-iframe-container { display: none; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .row > .video-iframe-container { display: none; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .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); }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM { border-width: 0; border-radius: 0; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .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; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xyMOAvilOcacBAusDawpGGfae3JRaMPN { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#gBscW1Ia0AE7bxsH3v9m842rBmn4ZfKG { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:7.796875rem;display:block; }
#tAiAOe5l2SBPLtmzdpL39hTvb6ggLrXv { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9123287200928rem;left:1.78125rem;height:1.29948125rem;display:block; }
#qZOecw2zimDDen9hc9pWfcwrvv4CG61W { position:relative;display:block; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W { background-color: transparent; background-image: none; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .row .container > .video-iframe-container { display: none; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .row > .video-iframe-container { display: none; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .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); }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W { border-width: 0; border-radius: 0; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .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; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JtE2A66bO3IPpPh6sXEtyN08qzwvF4Zq { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#PGkfx1OPuMFQsgGGHh1g9hdtn2B4QmSz { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:6.4974rem;display:block; }
#CtWrtxqUTnlhEg8db6pAhQW54hto5vT9 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9123287200928rem;left:1.78125rem;height:1.29948125rem;display:block; }
#S7c5h1udTExeQ8KphFtwWgeUCq5177eE { position:relative;display:block; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE { background-color: transparent; background-image: none; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .row .container > .video-iframe-container { display: none; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .row > .video-iframe-container { display: none; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .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); }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE { border-width: 0; border-radius: 0; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .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; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cnGQ63vPQAG9cvn89q2M3lOyJJTXNvg6 { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#CpW3pqTqsTFuV2wG3nFQ0uH6aewqfTyk { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:7.79688125rem;display:block; }
#mKxAVH2HkLFiRn826JLF87exfxT5MDNU { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9123287200928rem;left:1.78125rem;height:1.29948125rem;display:block; }
#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 { position:relative;display:block; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 { background-color: transparent; background-image: none; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .row .container > .video-iframe-container { display: none; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .row > .video-iframe-container { display: none; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .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); }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 { border-width: 0; border-radius: 0; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .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; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fSlKq3kL7bldKIZl21gmihDwI81fmrqz { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:4.875rem;display:block; }
#G3ocs3uPKaiumVOWySlPJfmIcZ4qVZ2u { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:6.49739375rem;display:block; }
#VU08sDVJ3VKv3kVrSpc82kO5hve9b5yo { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.7873268127444rem;left:1.78125rem;height:1.29948125rem;display:block; }
#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG { position:relative;display:block; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG { background-color: transparent; background-image: none; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .row .container > .video-iframe-container { display: none; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .row > .video-iframe-container { display: none; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .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); }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG { border-width: 0; border-radius: 0; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .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; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kbSEeq6Cvgm0cXHgnPfOhWUknmIWDAXT { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#gzOHQlgSTu7qFL0EXz2dFTXys3wMAJyX { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:7.796875rem;display:block; }
#dzWXLN8ul3MaZfv3lWISGhhhxxvHBxlk { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.7873268127444rem;left:1.78125rem;height:1.29948125rem;display:block; }
#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5730c1;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; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row .container { background-color: transparent; background-image: none; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row .container > .video-iframe-container { display: none; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row > .video-iframe-container { display: none; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .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); }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row .container { border-width: 0; border-radius: 0; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#J4eghBEBEMUSfbzub4ikrUPGq5d3DXOt { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:31.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lo4ZuNUwKhVQJBqrXHcXIvkHaEnI5OmC { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.8125rem;left:33.0625rem;display:block; }
#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq { position:relative;display:block; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq { background-color: transparent; background-image: none; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .row .container > .video-iframe-container { display: none; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .row > .video-iframe-container { display: none; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .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); }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq { border-width: 0; border-radius: 0; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .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; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MwU9GiT5EzO2T0ArHKrch41riKrAghqK { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#RFaeBkyabKI3my17iCXvfpsUNshWbhbR { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:9.09635625rem;display:block; }
#wITpDcn6NOCHNDDIfCTslxfTJr5T0DnW { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.7873268127444rem;left:1.78125rem;height:1.29948125rem;display:block; }
#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng { position:relative;display:block; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng { background-color: transparent; background-image: none; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .row .container > .video-iframe-container { display: none; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .row > .video-iframe-container { display: none; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .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); }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng { border-width: 0; border-radius: 0; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .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; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fs7mZML8X6cSke3MAuBfT3mNltVg8Pqa { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:3.25rem;display:block; }
#cyqoEtch7LxZ3JgDxs28lsPhRDaL0ay5 { color:#343434;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:26.875001907349rem;height:7.796875rem;display:block; }
#N0mfymGV3JRNOxt9Q7EofTgPnSxsT6b2 { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.7873268127444rem;left:1.78125rem;height:1.29948125rem;display:block; }
#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH { position:relative;display:block; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH { background-color: transparent; background-image: none; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .row .container > .video-iframe-container { display: none; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .row > .video-iframe-container { display: none; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .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); }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH { border-width: 0; border-radius: 0; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .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; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zWNyP3He78qyoAUfFNkfTWRVcpVRPu6D { color:#5730c1;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.625rem;height:1.625rem;display:block; }
#tBRTTR7aprmiQ9lU1SmC3vxPTWf58W9e { color:#5bc479;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8498439788818rem;left:1.78125rem;height:1.29948125rem;display:block; }
#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d6ffadd-b2d6-41b0-8c52-bee35a7cb862/Group145.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.adaptive-delivery-prevent-bg, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyload, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyloading { background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { background-color: transparent; background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .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); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { border-width: 0; border-radius: 0; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#AqmWPCoADtz97BQWQ3UZGaBa0yJyoT25 { color:#2c2c2c;display:block;width:36.8120625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:16.8125rem;left:3.1875rem;height:6.298625rem;display:block; }
#mBhKR2GrRZIqbTmTLFewSwCLqKy8dxOh { color:#6a52c6;display:block;width:35.7498125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:3.1875rem;height:2.925rem;font-style:normal;display:block; }
#bU30DG9BlFOW9RewD3QG1nX2dJgebVJm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.4375rem;left:50.1875rem; }
#fgGVskgfZaFJ9DdqUrSSyKhC1dFT4LDd { position:absolute;display:block;z-index:15006;background-color:#5bc479;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37434875rem;width:8.2498125rem;top:15rem;left:3.1875rem;display:block; }
#u0x8zRKq7WBTu7ZXZ8WiMrxaGVSgwU9x { color:#000000;display:block;width:27.56125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:28.996806144714rem;left:42.998935699463rem;height:6.3993rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H1t87hQ7Gq2pBBmofXkzbKgkmXlzwHap { color:#232323;display:block;width:39.1868125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:2.2;letter-spacing:0;top:28.99769115448rem;left:3.1871452331543rem;height:13.1979rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVifxhrkAXTqkLHr8GTS30Tc6QuBILBK { color:#343434;display:block;width:27.56125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:26.44442653656rem;left:3.1871452331543rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y2puyTf95CJ0mL0oIqJg39I5L3fU9Kqv { color:#000000;display:block;width:27.56125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:26.191405296326rem;left:43.623935699463rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OSt1AsgETO8GWOBUdgbKDoet8S2MRu0u { box-sizing:content-box;height:33.4375rem;width:70.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:10.374349594116rem;left:1.5625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;display:block; }
#liyJCfo5TpebGmXJa1SU0gizR8BwIAM4 { 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:23.6230625rem;width:19.936rem;top:0.693359375rem;left:49.248046875rem;overflow:hidden;display:block; }
#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 { background-color:#6a52c6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { background-color: transparent; background-image: none; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container > .video-iframe-container { display: none; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row > .video-iframe-container { display: none; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .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); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { border-width: 0; border-radius: 0; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { font-size:0.875rem;font-family:arial;height:80.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NL6v5eTFNzS5u7oAFxWxo8IS715D83fV { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.375rem;height:1.4625rem;display:block; }
#c9e2McezRZHsI0ohvTd4RAszR1bhm0PR { color:#5bc479;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3351564407349rem;left:21.086715698243rem;height:3.49365rem;display:block; }
#NOBhB0WciL2eR4FA8PrSBA6fMpLgQ4sO { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:7.939453125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#eCQ2ut8eDa2L1MzvnXirQ3TTidvcU9SC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:21.9375rem;left:3.0625rem; }
#JxZSfIJ4G36cdp4UT25QWDScNFQXb8xI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:18.75rem;left:3.0625rem; }
#M6r7IWoyTTfpTcKJOntiIMtQmnelxfaU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:25.1875rem;left:3.0625rem; }
#X8KAIkzKdSrRKtswyrpyomkCmkTzJQcz { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:6.375rem;height:1.4619125rem;display:block; }
#ZGzOTioZeeUl6QGkSabRRId3Ula0Q1Fq { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:6.375rem;height:2.9375rem;display:block; }
#TCOvSz8OZrLipxi5wHcpCPlFTH2d4TfI { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.4375rem;left:6.375rem;height:1.4625rem;display:block; }
#BX0Q6fCleGUzW61KyongUxssKgrBaIqX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#M8k7zDlI3ilSgiUgpDrtwTgIRVQbeoxO { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#CaTVmc6wc9gJGfWibBTDI7UHiNpnmwV6 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:0.0625rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#vTyDNPXyNZTEXwZBKkl3g7TT6JzvEn2E { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#L2Ic4eGKBz2fD7T6xXNNGn1m5yT7CpbA { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#xFRNtkJ2a7Wv66N0kbCvpZzpBCEMt5tf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:15.125rem;left:3.0625rem; }
#L3huPSJzTu73afVdpbiCn857vyHCT73c { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:76.6875rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#ssaldpZ3bCHK0aX5gqbWqMR00UUOtfIl { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:72.75rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#QQChCQ1CQezd58oFLPBTGTiId7qGa0tz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:68.8125rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#ZkNeCWTQBzlKTptM0lH7sslJWMVwthdW { box-sizing:content-box;height:3.49921875rem;width:3.49921875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:64.9375rem;left:0.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#L4rxySiaTRKaPPwr4EIhLGu6zXHb91Kb { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:76.6875rem;left:7.875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#piJ9dB95w24nzzmUZnafiP35WDccdznc { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:72.75rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#JDWKHAxQ3pCNkVsoVNNXo19vwA8GkyRS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:72.8125rem;left:66.75rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#G2Hrtt5L6MT5Xx3d6sFP3c87TV3lmeio { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:72.8125rem;left:70.6875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#Ss7QbNTNUM9gQ75FzfvXs4HfAuKqzxhk { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:68.8125rem;left:70.6875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#iveXtbV9020Q2CrsRHNplE2yEteQvZhd { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:76.75rem;left:62.8125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#sWHHKp1n2HzfNCNaKeRFKkE3toReaOSd { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:72.8125rem;left:62.8125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#TOWH8NyOFc3ywTM6eG2RmdeKpwrQOBIE { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:76.75rem;left:66.75rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#vnTbP43hGb0TqvrUezO3iJQla2cdMRHu { box-sizing:content-box;height:19rem;width:25.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(193,182,255,0.23);background-image:none;top:13.3125rem;left:1.1875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:28.6875rem;left:3rem; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#rfaBAHOFimpe19FwaRfuoZVLvEDpNoPM { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.9375rem;left:6.375rem;height:1.4625rem;display:block; }
#wZ8TR98ZHTcuXLwHbOIQ3btmwrpJSUfv { color:#000000;display:block;width:50.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:75.625rem;left:3.375rem;height:2.5989625rem;display:block; }
#kKzpedK1nBUtJBnaQIoc1bOoCsnUoPl1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;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:poppins;font-size:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5109375rem;height:2.1359375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:75.842573165894rem;left:60.830856323243rem;display:block; }
#gImOhsFRPZygsQotTpfeuFOT6CfL3r7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kt5kN1MO8KfnlrQ4AqcwI4VwDu5yw0TX { color:#ffffff;display:block;width:19.2491875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:35.998826026916rem;left:3.0597648620606rem;height:7.79688125rem;font-style:normal;display:block; }
#comx6iIh28PTc1MvqdvZwH3eIFhd6eTM { box-sizing:content-box;height:53.125rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:13.842182159424rem;left:31.686325073243rem;display:block; }
#PVx8RMTbZ2uuIOKRH1QPJbm3oTd1oM0f { position:absolute;display:block;z-index:15015;height:14.810125rem;width:26.5605625rem;top:13.312499046326rem;left:39.898826599121rem;display:block; }
#kvOtuzx3uSteoVuvbDf7dndm9Oa5xKOb { position:absolute;display:block;z-index:15013;height:12.4359375rem;width:22.309rem;top:48.514452934265rem;left:2.2160148620606rem;display:block; }
#Tf9565993fdb1939569eb5d96b0165db.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a52c6;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; } #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection *:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="text"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="email"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="tel"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection textarea:focus-visible { outline: none; } #NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container { background-color: transparent; background-image: none; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container > .video-iframe-container { display: none; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row > .video-iframe-container { display: none; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .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); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container { border-width: 0; border-radius: 0; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L { background-color:#6a52c6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { border-width: 0; border-radius: 0; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#DUPgVgwKToKFKbBtQhXttLBFs8USV26s { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.4375rem;left:11.6875rem;height:1.4619125rem;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-form-header {  }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#ffffff;width:31.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:31.25rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:29.875rem;overflow:hidden;font-style:normal; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-container:first-of-type{padding-top:0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-container:last-of-type{padding-bottom:0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.015625rem;left:39rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.25rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP {display:block;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.015625rem;left:39rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #LxvT9pF182xrT9O8wIfKsiTHbxFRnUk4 { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #swEhTSVJWFRsdyEWDDGnJFUxeOUvI1ep { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #TX3lfti8SUHx3lPvstNBEC7Hyv4CS15B { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #DSvzqPnn59QRWczVIJXW5xTdC9Ace3EX { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #fq9msArOyaDCoS1MJm3ZfLAIkanbFWJL { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #iQIUu7JChHAZimNiOsltTkOaaXc7WLUB { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #O8PNHGGLILLcvZx0i5iSRV2HiPtpdWtC { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #XDS18vaTduA0DJao2u3yS46yxFddzsWe { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #vvK1e2hDr6NG2zgeFNx5Tcrt3Qz32VAN { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #r734E9e0SUTTwN4sF7eXSQLnVEz54eJ9 { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #BdivMVrv1ufQOw86qJtpBrdbVeVuOm8V { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #gRM8q4EUQSdBdxcV8dOeFoiwxQEMJ5nP { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #suu6fkbMUEqQSfMHpW8TNITT6V3zxPP4 { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #JDupIrTBKLMBTvuhHqbd6Hq1xsIffvia { position:relative; }
#sfsmyexgKaDGXUKgaJe4u8TbC1RiXlbs { color:#5bc479;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.513671875rem;left:3.75rem;height:6.9863125rem;display:block; }
#FQru05PqsBsd0LQgzQkz843JLaNuHcVz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:7.939453125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#oQ2EdcBGUbLtlOB9xbZVar470KRFlqVr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:22.3125rem;left:8.375rem; }
#yyVOdF5H2vxlqXzci308bF2QA7P5Iapx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:19.125rem;left:8.375rem; }
#C5q4NFlwoEuybQbaFNC2XB0kMKRy44uP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:25.5625rem;left:8.375rem; }
#cy55ABMqfCKX7A6RZ5Zf6aLZXrMeF4zp { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.3125rem;left:11.6875rem;height:1.4619125rem;display:block; }
#RFLLZaSQOZVEVk3vQpn1H4Xi4uhqNdA9 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:11.6875rem;height:2.9375rem;display:block; }
#bTtzWxRdZJtFfonJozIexXFp4JWhMTKW { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.8125rem;left:11.6875rem;height:1.4619125rem;display:block; }
#PBsOhsdSl18pkgvvCnTx3aT5R4Fc5K6Z { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#iAbCeeRbpODabmo0m7fR2VsV1NW4pfSK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#FlCFL3SSKtXbpK7TZ0EK3hEWP3cyu34s { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:0.0625rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#RlCrGdnlTqVn5qrJ1F6fmCdN8wb5u1sf { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#DJVMLzSiIbkKKbFdn3DoO9PnvbBGNV6L { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#VDLzbeaOcB2HKCrywGCAJWshzTsVVAM9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:15.5rem;left:8.375rem; }
#paOhNx85i7P2uvse1hyeV2hWTh969X79 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:32.4375rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#i6UlJaczbv8W0IAvwkJxfvqwS0iPGiRk { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:28.5rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#VTfiUThoqltTCofMhWVHcOJRhH2lkVA0 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:24.5625rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#GbsITsDe3U7ZpaX8gmuBhgUu2UHlrEKp { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:21rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#LI0Aa3fynRzxt0M2XsHZPM7pyAcrKSMT { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:32.4375rem;left:7.875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#TdJXQrdCT1lX343wO2XnCREkneSiFk3T { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:28.5rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#TKtqlBNTTIerraf7PrZcV3wc95IenkOt { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#d8GKT1Zxus2PGEaH42QMvsbddrNMxETQ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#sMLxxhSUidomTCQe24d2sA4LE9rws54t { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:24.75rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#NUQKeExbk4ygxFny4x56Wk06rNnguPTX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:32.6875rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#us0pBVp44PFxzU5Zy63WxeEnCbUdIqJR { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#uycBsw0zTGImTABxGQfvm6ZebbsJxZhz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:32.6875rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#xb7WRMaUzWRcTUlgkKqhGTDVh6TkWRp3 { box-sizing:content-box;height:15.4375rem;width:27.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(193,182,255,0.23);background-image:none;top:13.5625rem;left:5.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB { display:block; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsnWwn71cAllhthDu8LC3KC2HqXzmiqt { width:2.4375rem;height:2.4375rem;top:0.625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmKTCEd0Igao2xkyD4IiDqffwM0P7q8i { width:1.875rem;height:1.875rem;top:0.9375rem;left:42.9375rem;display:block; }
#ZmKTCEd0Igao2xkyD4IiDqffwM0P7q8i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HXkDvtX49GZ2s1D2XyunzNxFGG6ot4O1 { width:1.5rem;height:1.5rem;top:1.125rem;left:46.25rem;display:block; }
#HXkDvtX49GZ2s1D2XyunzNxFGG6ot4O1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Nv5qbPoHDmLLEv4FS7SU95yr18JG0kMC { width:9.625rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsE6NT65OXr4BXcsJUstEASdPJzoTrAu { width:36.375rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8bvyOWpsKQ3JxLk0dAvimvH5eO7UsZ { width:8.0625rem;height:1.125rem;top:1.3125rem;left:39.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEbkOZAgENI0x7dp2gJgri4VNAU1covt { width:2.4375rem;height:2.4375rem;top:0.625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRmK8ccIvhZr5yJ5AfFd7KgDzcPiKxXW { width:1.5rem;height:1.5rem;top:1.0625rem;left:46.25rem;display:block; }
#WRmK8ccIvhZr5yJ5AfFd7KgDzcPiKxXW > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #PedREfdmkraIM6V1r0bQHIwp3sg71iML { width:19.1875rem;height:7.9375rem;top:32.25rem;left:28.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXD1gmCpCwTUtLmf00lNUs5cSRxdLFxh { width:7.875rem;height:2.5rem;top:3.9375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUyevyVWbFT8rbNuHs9H7NPnPGZkw1Iu { display:block; }
 }@media only screen and (max-width: 763px) { #tHb5r1cXIJKH9lB0u2qJFkifLfzNQld6 { width:7.875rem;height:2.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xchzJz3FdGuiQBJ6XNeOS3pEn1gruDyG { display:block; }
 }@media only screen and (max-width: 763px) { #oGosgvbiJd0WBraGmFrN6EQpCy8Kyx5x { width:7.8125rem;height:2.5rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8cfif1efyIFCGk4VZPekHJtXfa2Fh7 { display:block; }
 }@media only screen and (max-width: 763px) { #kbaRawlFLI5Q9XQhO16CPk9AWUkQGEhO { width:7.8125rem;height:2.4375rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcJNJ2xeUhSbCamNaAPONxxfPRVRhonr { display:block; }
 }@media only screen and (max-width: 763px) { #RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU { display:block; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRWbuw0Jqq0CFvUTZPsWasiKwAuxMQTb { width:12.625rem;height:3.25rem;top:9.875rem;left:16.875001907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKnTKS9Atrl4Sbn9vREAR228TwRQPdc9 { top:13.6875rem;left:18.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 { display:block; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SERad3870A02q3w4PqF0xzFHbnromyrm { width:21.4375rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfNX5hov9zLZvkmIOrWarNOuW2nWOnJw { width:45rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVthOOwmDc5w19wkifF96UBJvb4WFqP7 { width:21.4375rem;height:1.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU { display:block; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrZhXOAwI71oTwIyVpQRNAra0Pf46GSW { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhllF4i4z8MpSSJTmXSiN7eGzNWauesw { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8IGs7WGZ1gzJyZIS0RtpIQiHHEKQnzi { width:21.4375rem;height:1.25rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x { display:block; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f050N36TEn3AMbQ8zPluo9bRHEN6UGFC { width:21.8125rem;height:6.5rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD5PAdP1VduemlAcLSsrh2Hk9HtVa24g { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXszVdOVwtyEVWcPEmZI4kB8TNkKwtLK { width:21.4375rem;height:1.25rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh { display:block; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9Io00wJeVBnsHkzTbTF8HS60ZepgxHH { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO6fOVfZ0AxxFhTCbidxm3ozIBHL8Ea2 { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMfiKOXbokHKSxtBSOp2vUKAbf2uOFTn { width:21.4375rem;height:1.25rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acZDOq8diP5mQvT6gQlduNJCdKdUom37 { display:block; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZHWZeXldzVbqgc4cGCuZ8levw8btJ1i { width:15.9375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBEtECc5I4d2cvUA8zQZcwy4guiJ7bzg { width:45rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCVqqON2cK5RDSTg5UhwVZpl4HJ0CerP { width:21.4375rem;height:1.25rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV { display:block; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx5WWBNZsMDz9OeZrk9NaTgdaRnpyTOh { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyNHOqKn6q2JuSsDBkmmwhMrVDpg3ZSP { width:45rem;height:6.4375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfIH7rNqMUufiGMZP7NIKOvXAJNWqC4C { width:21.4375rem;height:1.25rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 { display:block; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciBqno0JE3TM8R45Xhqw7pHOZm4SXpEJ { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEv1qtkMVhnZmTRFEFFhootMHDJsssS { width:45rem;height:5.1875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XixDQuZgKt7DaXh7SgNcFUXnUTGzrCn6 { width:21.4375rem;height:1.25rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT { display:block; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbVAmKc9Sn8WFfa85kzHpXkTXFQvk0t0 { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmN3xm5z8g9MoyMzA4guFq0kb2TLEOhI { width:45rem;height:6.4375rem;top:1.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9KOZZRBQTLDPbkpbVMhPQS2LKMqaC3a { width:21.4375rem;height:1.25rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX { display:block; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGTCJe2kZ3UQbnWanXUOee1RHJ9z9tNf { width:21.4375rem;height:4.875rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2919XHFnUtiKgvwyM1JvPcGyFl5T9Il { width:45rem;height:18.1875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8W2bwcMlLfhN38FVL6nn9lMAl8Xu6t8 { width:21.4375rem;height:2.5625rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa { display:block; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik0Nh9ctFvzTwRTO6nR6VHeUwC5mvvdA { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKAJdZ5QBAqlshqh0m9tqJFet5wiCTEo { width:45rem;height:10.375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmD4bAeI9DcJRkN1XARp5W0TUTMwJyv7 { width:21.4375rem;height:1.25rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG { display:block; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3G7NHfV0t5PbHd0RgT0xWTM9tATwoql { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbzE1G9cukTXbL921pUBUTOmzUrsTh7X { width:45rem;height:10.375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEK3IMTgEugBuSLMCUereS79pSkbwKQ { width:21.4375rem;height:1.25rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb { display:block; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THyWHbo5iIgcc49g8xATTUu4cPpgX1E6 { width:32.1875rem;height:3.25rem;top:3.6875rem;left:8.6875019073488rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiQQS7fU6MdOdmRd00TJdGup7UCaLZ4e { top:7.8125rem;left:19.4375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnAxnFV5peoF2TgDVxhcx8iQVay5F06R { display:block; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgfmIiVqAkwshm7J3cpf0ePIQ5XF9EMb { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQoPFo11y6BRruxwEfgVKr7lw4rBrngi { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAyZdoZtSgCvuWTQgZBmvTodkuoJkv06 { width:21.4375rem;height:1.25rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi { display:block; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpG7cn5A3gouM4JRPp17KpL2UHCLytPo { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhm3ez8AZTH2Cs63m7xLlIFtPxdwSpDB { width:45rem;height:6.4375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsmeLnR7BNvETJAFOsuOZUl7VxOb5Z5 { width:21.4375rem;height:1.25rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXp9XnL2HqG9Ff2U5UvRatN9im06knkW { display:block; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOMMlMdBq4e3i9BtgtdwXTlGVvC8TDuX { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoyuxIFwgW5ptyptLNSPJ8XrJ1CVEmde { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVPKDeQapD4vv9FyqUP3pCfBwDkcpW4V { width:21.4375rem;height:1.25rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI { display:block; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXcwf50l4XDSv6gSSH8Eln6dZGRrJTuR { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8pEgAD4qV6misIbxqm4hPVv0g44tEPU { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLHcgHTMWGwsHOSW8WV5ZTuHcOHXu22 { width:21.4375rem;height:1.25rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 { display:block; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN6Lr2wJOA7Qb6qNvGEhJemPKRCmcFfE { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfTLF6NZrmtrK8MDUZCUEiXMXtuUraP { width:45rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyl4gXiNi4QaqZQWWtOw2nRUpgfl3ilH { width:21.4375rem;height:1.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx { display:block; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAmAzfJg9UMJAxxTyHx9zalIHi17mfbl { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSBhTlsp6RuF9zs1eeRZzw2IDWx6gec { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8RZJ39bJ8TUAKfFN5W6cPicbP7g39Fp { width:21.4375rem;height:1.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM { display:block; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyMOAvilOcacBAusDawpGGfae3JRaMPN { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBscW1Ia0AE7bxsH3v9m842rBmn4ZfKG { width:45rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAiAOe5l2SBPLtmzdpL39hTvb6ggLrXv { width:21.4375rem;height:1.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZOecw2zimDDen9hc9pWfcwrvv4CG61W { display:block; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtE2A66bO3IPpPh6sXEtyN08qzwvF4Zq { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGkfx1OPuMFQsgGGHh1g9hdtn2B4QmSz { width:45rem;height:6.4375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtWrtxqUTnlhEg8db6pAhQW54hto5vT9 { width:21.4375rem;height:1.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7c5h1udTExeQ8KphFtwWgeUCq5177eE { display:block; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnGQ63vPQAG9cvn89q2M3lOyJJTXNvg6 { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpW3pqTqsTFuV2wG3nFQ0uH6aewqfTyk { width:45rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKxAVH2HkLFiRn826JLF87exfxT5MDNU { width:21.4375rem;height:1.25rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 { display:block; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSlKq3kL7bldKIZl21gmihDwI81fmrqz { width:21.4375rem;height:4.875rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ocs3uPKaiumVOWySlPJfmIcZ4qVZ2u { width:45rem;height:6.4375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU08sDVJ3VKv3kVrSpc82kO5hve9b5yo { width:21.4375rem;height:1.25rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG { display:block; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbSEeq6Cvgm0cXHgnPfOhWUknmIWDAXT { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzOHQlgSTu7qFL0EXz2dFTXys3wMAJyX { width:45rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzWXLN8ul3MaZfv3lWISGhhhxxvHBxlk { width:21.4375rem;height:1.25rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF { display:block; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4eghBEBEMUSfbzub4ikrUPGq5d3DXOt { width:12.625rem;height:3.25rem;top:4rem;left:17.562501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4ZuNUwKhVQJBqrXHcXIvkHaEnI5OmC { top:7.8125rem;left:19.4375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq { display:block; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwU9GiT5EzO2T0ArHKrch41riKrAghqK { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFaeBkyabKI3my17iCXvfpsUNshWbhbR { width:45rem;height:9.0625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITpDcn6NOCHNDDIfCTslxfTJr5T0DnW { width:21.4375rem;height:1.25rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng { display:block; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs7mZML8X6cSke3MAuBfT3mNltVg8Pqa { width:21.4375rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyqoEtch7LxZ3JgDxs28lsPhRDaL0ay5 { width:45rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0mfymGV3JRNOxt9Q7EofTgPnSxsT6b2 { width:21.4375rem;height:1.25rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH { display:block; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWNyP3He78qyoAUfFNkfTWRVcpVRPu6D { width:21.4375rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBRTTR7aprmiQ9lU1SmC3vxPTWf58W9e { width:21.4375rem;height:1.25rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl { display:block; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqmWPCoADtz97BQWQ3UZGaBa0yJyoT25 { width:36.75rem;height:6.25rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhKR2GrRZIqbTmTLFewSwCLqKy8dxOh { width:35.6875rem;height:2.875rem;top:11.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU30DG9BlFOW9RewD3QG1nX2dJgebVJm { width:7.8125rem;height:7.8125rem;top:16.4375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgGVskgfZaFJ9DdqUrSSyKhC1dFT4LDd { top:15rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0x8zRKq7WBTu7ZXZ8WiMrxaGVSgwU9x { width:27.5rem;height:6.375rem;top:28.9375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1t87hQ7Gq2pBBmofXkzbKgkmXlzwHap { width:39.125rem;height:13.1875rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVifxhrkAXTqkLHr8GTS30Tc6QuBILBK { width:27.5rem;height:1.75rem;top:26.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2puyTf95CJ0mL0oIqJg39I5L3fU9Kqv { width:27.5rem;height:1.75rem;top:26.1875rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSt1AsgETO8GWOBUdgbKDoet8S2MRu0u { width:47.75rem;height:33.4375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyJCfo5TpebGmXJa1SU0gizR8BwIAM4 { width:19.875rem;height:23.550780858121rem;top:0.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 { display:block; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NL6v5eTFNzS5u7oAFxWxo8IS715D83fV { width:16.875rem;height:1.4375rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9e2McezRZHsI0ohvTd4RAszR1bhm0PR { width:37.25rem;height:3.5rem;top:3.3125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOBhB0WciL2eR4FA8PrSBA6fMpLgQ4sO { width:3.5rem;height:3.5rem;top:7.9375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCQ2ut8eDa2L1MzvnXirQ3TTidvcU9SC { width:1.875rem;height:1.875rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZSfIJ4G36cdp4UT25QWDScNFQXb8xI { width:1.875rem;height:1.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6r7IWoyTTfpTcKJOntiIMtQmnelxfaU { width:1.875rem;height:1.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KAIkzKdSrRKtswyrpyomkCmkTzJQcz { width:16.875rem;height:1.4375rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzOTioZeeUl6QGkSabRRId3Ula0Q1Fq { width:16.875rem;height:2.9375rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOvSz8OZrLipxi5wHcpCPlFTH2d4TfI { width:18.9375rem;height:1.4375rem;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0Q6fCleGUzW61KyongUxssKgrBaIqX { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8k7zDlI3ilSgiUgpDrtwTgIRVQbeoxO { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTVmc6wc9gJGfWibBTDI7UHiNpnmwV6 { width:3.5rem;height:3.5rem;top:0.0625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyDNPXyNZTEXwZBKkl3g7TT6JzvEn2E { width:3.5rem;height:3.5rem;top:0rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ic4eGKBz2fD7T6xXNNGn1m5yT7CpbA { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRNtkJ2a7Wv66N0kbCvpZzpBCEMt5tf { width:1.875rem;height:1.875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3huPSJzTu73afVdpbiCn857vyHCT73c { width:3.4375rem;height:3.4375rem;top:76.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssaldpZ3bCHK0aX5gqbWqMR00UUOtfIl { width:3.4375rem;height:3.4375rem;top:72.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQChCQ1CQezd58oFLPBTGTiId7qGa0tz { width:3.4375rem;height:3.4375rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkNeCWTQBzlKTptM0lH7sslJWMVwthdW { width:3.4375rem;height:3.4375rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rxySiaTRKaPPwr4EIhLGu6zXHb91Kb { width:3.4375rem;height:3.4375rem;top:76.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #piJ9dB95w24nzzmUZnafiP35WDccdznc { width:3.4375rem;height:3.4375rem;top:72.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDWKHAxQ3pCNkVsoVNNXo19vwA8GkyRS { width:3.4375rem;height:3.4375rem;top:72.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2Hrtt5L6MT5Xx3d6sFP3c87TV3lmeio { width:3.4375rem;height:3.4375rem;top:72.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss7QbNTNUM9gQ75FzfvXs4HfAuKqzxhk { width:3.4375rem;height:3.4375rem;top:68.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iveXtbV9020Q2CrsRHNplE2yEteQvZhd { width:3.4375rem;height:3.4375rem;top:76.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWHHKp1n2HzfNCNaKeRFKkE3toReaOSd { width:3.4375rem;height:3.4375rem;top:72.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOWH8NyOFc3ywTM6eG2RmdeKpwrQOBIE { width:3.4375rem;height:3.4375rem;top:76.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnTbP43hGb0TqvrUezO3iJQla2cdMRHu { width:25.8125rem;height:19rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB { width:1.9375rem;height:1.9375rem;top:28.6875rem;left:0rem;display:block; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #rfaBAHOFimpe19FwaRfuoZVLvEDpNoPM { width:20.8125rem;height:1.4375rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8TR98ZHTcuXLwHbOIQ3btmwrpJSUfv { width:47.75rem;height:2.5625rem;top:75.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKzpedK1nBUtJBnaQIoc1bOoCsnUoPl1 { width:8.5rem;height:2.125rem;top:75.8125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImOhsFRPZygsQotTpfeuFOT6CfL3r7T { display:block; }
 }@media only screen and (max-width: 763px) { #kt5kN1MO8KfnlrQ4AqcwI4VwDu5yw0TX { width:19.1875rem;height:7.75rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #comx6iIh28PTc1MvqdvZwH3eIFhd6eTM { width:0.0625rem;height:53.125rem;top:13.8125rem;left:18.061325073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVx8RMTbZ2uuIOKRH1QPJbm3oTd1oM0f { width:26.5rem;height:14.75rem;top:13.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOtuzx3uSteoVuvbDf7dndm9Oa5xKOb { width:22.25rem;height:12.375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection { display:block; } #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection *:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="text"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="email"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="tel"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection textarea:focus-visible { outline: none; } #NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container { width:47.75rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L { display:none; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DUPgVgwKToKFKbBtQhXttLBFs8USV26s { width:16.875rem;height:1.4375rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-regular-label { width:31.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-textarea { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-button { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-checkbox-label { width:29.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP  { width:31.25rem;height:auto;top:5rem;left:14rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .radio-container { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP {display:block;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP { width:31.25rem;height:auto;top:5rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #LxvT9pF182xrT9O8wIfKsiTHbxFRnUk4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #swEhTSVJWFRsdyEWDDGnJFUxeOUvI1ep {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #TX3lfti8SUHx3lPvstNBEC7Hyv4CS15B {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #DSvzqPnn59QRWczVIJXW5xTdC9Ace3EX {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #fq9msArOyaDCoS1MJm3ZfLAIkanbFWJL {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #iQIUu7JChHAZimNiOsltTkOaaXc7WLUB {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #O8PNHGGLILLcvZx0i5iSRV2HiPtpdWtC {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #XDS18vaTduA0DJao2u3yS46yxFddzsWe {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #vvK1e2hDr6NG2zgeFNx5Tcrt3Qz32VAN {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #r734E9e0SUTTwN4sF7eXSQLnVEz54eJ9 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #BdivMVrv1ufQOw86qJtpBrdbVeVuOm8V {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #gRM8q4EUQSdBdxcV8dOeFoiwxQEMJ5nP {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #suu6fkbMUEqQSfMHpW8TNITT6V3zxPP4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #JDupIrTBKLMBTvuhHqbd6Hq1xsIffvia {  }
 }@media only screen and (max-width: 763px) { #sfsmyexgKaDGXUKgaJe4u8TbC1RiXlbs { width:22.9375rem;height:6.9375rem;top:4.5rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQru05PqsBsd0LQgzQkz843JLaNuHcVz { width:3.5rem;height:3.5rem;top:7.9375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ2EdcBGUbLtlOB9xbZVar470KRFlqVr { width:1.875rem;height:1.875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVOdF5H2vxlqXzci308bF2QA7P5Iapx { width:1.875rem;height:1.875rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5q4NFlwoEuybQbaFNC2XB0kMKRy44uP { width:1.875rem;height:1.875rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy55ABMqfCKX7A6RZ5Zf6aLZXrMeF4zp { width:16.875rem;height:1.4375rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFLLZaSQOZVEVk3vQpn1H4Xi4uhqNdA9 { width:16.875rem;height:2.875rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTtzWxRdZJtFfonJozIexXFp4JWhMTKW { width:19rem;height:1.4375rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBsOhsdSl18pkgvvCnTx3aT5R4Fc5K6Z { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbCeeRbpODabmo0m7fR2VsV1NW4pfSK { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlCFL3SSKtXbpK7TZ0EK3hEWP3cyu34s { width:3.5rem;height:3.5rem;top:0.0625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlCrGdnlTqVn5qrJ1F6fmCdN8wb5u1sf { width:3.5rem;height:3.5rem;top:0rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJVMLzSiIbkKKbFdn3DoO9PnvbBGNV6L { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLzbeaOcB2HKCrywGCAJWshzTsVVAM9 { width:1.875rem;height:1.875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOhNx85i7P2uvse1hyeV2hWTh969X79 { width:3.5rem;height:3.5rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6UlJaczbv8W0IAvwkJxfvqwS0iPGiRk { width:3.5rem;height:3.5rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfiUThoqltTCofMhWVHcOJRhH2lkVA0 { width:3.5rem;height:3.5rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbsITsDe3U7ZpaX8gmuBhgUu2UHlrEKp { width:3.5rem;height:3.5rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI0Aa3fynRzxt0M2XsHZPM7pyAcrKSMT { width:3.5rem;height:3.5rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJXQrdCT1lX343wO2XnCREkneSiFk3T { width:3.5rem;height:3.5rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtqlBNTTIerraf7PrZcV3wc95IenkOt { width:3.5rem;height:3.5rem;top:28.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8GKT1Zxus2PGEaH42QMvsbddrNMxETQ { width:3.5rem;height:3.5rem;top:28.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLxxhSUidomTCQe24d2sA4LE9rws54t { width:3.5rem;height:3.5rem;top:24.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUQKeExbk4ygxFny4x56Wk06rNnguPTX { width:3.5rem;height:3.5rem;top:32.6875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0pBVp44PFxzU5Zy63WxeEnCbUdIqJR { width:3.5rem;height:3.5rem;top:28.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uycBsw0zTGImTABxGQfvm6ZebbsJxZhz { width:3.5rem;height:3.5rem;top:32.6875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7WRMaUzWRcTUlgkKqhGTDVh6TkWRp3 { width:27.1875rem;height:15.4375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB { position:relative;z-index:auto;display:block; }#x1y7Bf3XJLBswTU8SUbeT2Sxuwqc8BgB > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsnWwn71cAllhthDu8LC3KC2HqXzmiqt { width:2.4375rem;height:2.4375rem;top:0.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmKTCEd0Igao2xkyD4IiDqffwM0P7q8i { width:1.875rem;height:1.875rem;top:0.9375rem;left:9.0625rem;display:none; }
#ZmKTCEd0Igao2xkyD4IiDqffwM0P7q8i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HXkDvtX49GZ2s1D2XyunzNxFGG6ot4O1 { width:1.5rem;height:1.5rem;top:1.125rem;left:9.25rem;font-size:1.125rem;display:none; }
#HXkDvtX49GZ2s1D2XyunzNxFGG6ot4O1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Nv5qbPoHDmLLEv4FS7SU95yr18JG0kMC { width:12.312rem;height:2.1875rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsE6NT65OXr4BXcsJUstEASdPJzoTrAu { width:18.186875rem;height:2.59895625rem;top:4.6875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8bvyOWpsKQ3JxLk0dAvimvH5eO7UsZ { width:10.8748125rem;height:1.5434rem;top:8.53596875rem;left:4.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEbkOZAgENI0x7dp2gJgri4VNAU1covt { width:2.4375rem;height:2.4375rem;top:0.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRmK8ccIvhZr5yJ5AfFd7KgDzcPiKxXW { width:1.5rem;height:1.5rem;top:1.0625rem;left:9.25rem;font-size:1.125rem;display:none; }
#WRmK8ccIvhZr5yJ5AfFd7KgDzcPiKxXW > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #PedREfdmkraIM6V1r0bQHIwp3sg71iML { width:18.625rem;height:9.0963625rem;top:14.400000572204rem;left:0.6875rem;font-size:1rem;z-index:15003;color:#6a52c6;display:block; }
 }@media only screen and (max-width: 763px) { #ZXD1gmCpCwTUtLmf00lNUs5cSRxdLFxh { width:9rem;height:2.9375rem;top:24.739086914063rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUyevyVWbFT8rbNuHs9H7NPnPGZkw1Iu { display:block; }
 }@media only screen and (max-width: 763px) { #tHb5r1cXIJKH9lB0u2qJFkifLfzNQld6 { width:7.875rem;height:2.5rem;top:28.926216125488rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xchzJz3FdGuiQBJ6XNeOS3pEn1gruDyG { display:block; }
 }@media only screen and (max-width: 763px) { #oGosgvbiJd0WBraGmFrN6EQpCy8Kyx5x { width:7.8125rem;height:2.5rem;top:32.676216125488rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8cfif1efyIFCGk4VZPekHJtXfa2Fh7 { display:block; }
 }@media only screen and (max-width: 763px) { #kbaRawlFLI5Q9XQhO16CPk9AWUkQGEhO { width:7.8125rem;height:2.4375rem;top:36.426216125488rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcJNJ2xeUhSbCamNaAPONxxfPRVRhonr { display:block; }
 }@media only screen and (max-width: 763px) { #RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU { display:block; }#RTF7XIUcFl385qie8ZHDFSxr6qCiBDNU > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRWbuw0Jqq0CFvUTZPsWasiKwAuxMQTb { width:11.875rem;height:2.599825rem;top:2.5720252990723rem;left:4.0625001192093rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKnTKS9Atrl4Sbn9vREAR228TwRQPdc9 { width:8.25rem;height:0.375rem;top:2.2508678436279rem;left:4.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 { display:block; }#Ma4BtT7uoXiReZK7vT5scxtcn2B0L3E1 > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SERad3870A02q3w4PqF0xzFHbnromyrm { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfNX5hov9zLZvkmIOrWarNOuW2nWOnJw { width:20rem;height:15.59373125rem;top:7.2013893127444rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVthOOwmDc5w19wkifF96UBJvb4WFqP7 { width:20rem;height:1.29948125rem;top:5.1918411254883rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU { display:block; }#z3vLa6NPTmSyg1zNB4ziLe0hIAeXymTU > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrZhXOAwI71oTwIyVpQRNAra0Pf46GSW { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhllF4i4z8MpSSJTmXSiN7eGzNWauesw { width:20rem;height:16.89323125rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8IGs7WGZ1gzJyZIS0RtpIQiHHEKQnzi { width:20rem;height:1.29948125rem;top:5.7482686042786rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x { display:block; }#ZSmihtAJwxHnOfFHkw8igTSb5QgkIK5x > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f050N36TEn3AMbQ8zPluo9bRHEN6UGFC { width:20rem;height:6.5rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD5PAdP1VduemlAcLSsrh2Hk9HtVa24g { width:20rem;height:19.49216875rem;top:10.196181297303rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXszVdOVwtyEVWcPEmZI4kB8TNkKwtLK { width:20rem;height:1.29948125rem;top:7.3741321563719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh { display:block; }#fSZtUJrIuTtKrtC3HStJIlGO4mBfdTUh > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9Io00wJeVBnsHkzTbTF8HS60ZepgxHH { width:20rem;height:3.25rem;top:1.9073486328125E-6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO6fOVfZ0AxxFhTCbidxm3ozIBHL8Ea2 { width:20rem;height:18.19273125rem;top:7.1814231872556rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMfiKOXbokHKSxtBSOp2vUKAbf2uOFTn { width:20rem;height:1.29948125rem;top:4.4071178436279rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acZDOq8diP5mQvT6gQlduNJCdKdUom37 { display:block; }#acZDOq8diP5mQvT6gQlduNJCdKdUom37 > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZHWZeXldzVbqgc4cGCuZ8levw8btJ1i { width:20rem;height:3.25rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBEtECc5I4d2cvUA8zQZcwy4guiJ7bzg { width:20rem;height:19.49216875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCVqqON2cK5RDSTg5UhwVZpl4HJ0CerP { width:20rem;height:1.29948125rem;top:4.2534723281861rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV { display:block; }#BQAKHT6rWJzAN3N1yc7Kex4KCTWSh1TV > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx5WWBNZsMDz9OeZrk9NaTgdaRnpyTOh { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyNHOqKn6q2JuSsDBkmmwhMrVDpg3ZSP { width:20rem;height:14.29425rem;top:10.637159347534rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfIH7rNqMUufiGMZP7NIKOvXAJNWqC4C { width:20rem;height:1.29948125rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 { display:block; }#BVt89L7lHkTebWCrTXtKzfdzcTDJNwS7 > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciBqno0JE3TM8R45Xhqw7pHOZm4SXpEJ { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEv1qtkMVhnZmTRFEFFhootMHDJsssS { width:20rem;height:11.69529375rem;top:9.360243320465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XixDQuZgKt7DaXh7SgNcFUXnUTGzrCn6 { width:20rem;height:1.29948125rem;top:6.3038201332094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT { display:block; }#Wvb0uvn6FQSs1Wn6yn1SNygbmdPPbGpT > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbVAmKc9Sn8WFfa85kzHpXkTXFQvk0t0 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmN3xm5z8g9MoyMzA4guFq0kb2TLEOhI { width:20rem;height:11.69529375rem;top:7.4097228050231rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9KOZZRBQTLDPbkpbVMhPQS2LKMqaC3a { width:20rem;height:1.29948125rem;top:4.5442800521851rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX { display:block; }#s8SrBFNi3CTGhtx5rzqgqltuPA5FyFiX > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGTCJe2kZ3UQbnWanXUOee1RHJ9z9tNf { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2919XHFnUtiKgvwyM1JvPcGyFl5T9Il { width:20rem;height:35.08594375rem;top:12.812495231628rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8W2bwcMlLfhN38FVL6nn9lMAl8Xu6t8 { width:20rem;height:2.59895625rem;top:7.6874914169313rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa { display:block; }#Ow6wJF7SND9VO18MtkWUhMspd4lqQcfa > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik0Nh9ctFvzTwRTO6nR6VHeUwC5mvvdA { width:20rem;height:3.25rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKAJdZ5QBAqlshqh0m9tqJFet5wiCTEo { width:20rem;height:22.09110625rem;top:6.9722223281863rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmD4bAeI9DcJRkN1XARp5W0TUTMwJyv7 { width:20rem;height:1.29948125rem;top:4.5121526718139rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG { display:block; }#mQQ4GVRBOgrzEQLkdXrCrwSemhB3fEoG > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3G7NHfV0t5PbHd0RgT0xWTM9tATwoql { width:20rem;height:1.625rem;top:7.62939453125E-6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbzE1G9cukTXbL921pUBUTOmzUrsTh7X { width:20rem;height:20.79166875rem;top:5.6744794845581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEK3IMTgEugBuSLMCUereS79pSkbwKQ { width:20rem;height:1.29948125rem;top:3.0581598281861rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb { display:block; }#tOZ8xsaKoxQpHdm0UtpVsEm9377TfDTb > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THyWHbo5iIgcc49g8xATTUu4cPpgX1E6 { width:13.8125rem;height:1.94965rem;top:2.9366312026977rem;left:1.4375001192093rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XiQQS7fU6MdOdmRd00TJdGup7UCaLZ4e { width:8.25rem;height:0.375rem;top:6.6241312026975rem;left:5.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnAxnFV5peoF2TgDVxhcx8iQVay5F06R { display:block; }#LnAxnFV5peoF2TgDVxhcx8iQVay5F06R > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgfmIiVqAkwshm7J3cpf0ePIQ5XF9EMb { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQoPFo11y6BRruxwEfgVKr7lw4rBrngi { width:20rem;height:16.8932125rem;top:8.9487845897675rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAyZdoZtSgCvuWTQgZBmvTodkuoJkv06 { width:20rem;height:1.29948125rem;top:6.1206595897674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi { display:block; }#iTTI6E6UebS9N5MEnu0W3FWB5ix6IfPi > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpG7cn5A3gouM4JRPp17KpL2UHCLytPo { width:20rem;height:3.25rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhm3ez8AZTH2Cs63m7xLlIFtPxdwSpDB { width:20rem;height:11.69531875rem;top:6.9869794845581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzsmeLnR7BNvETJAFOsuOZUl7VxOb5Z5 { width:20rem;height:1.29948125rem;top:4.4557294845581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXp9XnL2HqG9Ff2U5UvRatN9im06knkW { display:block; }#RXp9XnL2HqG9Ff2U5UvRatN9im06knkW > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOMMlMdBq4e3i9BtgtdwXTlGVvC8TDuX { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoyuxIFwgW5ptyptLNSPJ8XrJ1CVEmde { width:20rem;height:18.1927125rem;top:7.671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVPKDeQapD4vv9FyqUP3pCfBwDkcpW4V { width:20rem;height:1.29948125rem;top:5.6197910308838rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI { display:block; }#lfLP1lQ3Tqz07Vs8mvobyBm59chLLlHI > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXcwf50l4XDSv6gSSH8Eln6dZGRrJTuR { width:20rem;height:3.25rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8pEgAD4qV6misIbxqm4hPVv0g44tEPU { width:20rem;height:20.79166875rem;top:7.5494790077213rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLHcgHTMWGwsHOSW8WV5ZTuHcOHXu22 { width:20rem;height:1.29948125rem;top:4.6293406486511rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 { display:block; }#C3NEEekyEbyd2DelUGG0uQzHBUTSK3O9 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hN6Lr2wJOA7Qb6qNvGEhJemPKRCmcFfE { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfTLF6NZrmtrK8MDUZCUEiXMXtuUraP { width:20rem;height:14.29429375rem;top:6.41015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyl4gXiNi4QaqZQWWtOw2nRUpgfl3ilH { width:20rem;height:1.29948125rem;top:3.953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx { display:block; }#S0V2Kcz2kTkJy6VsOusy7a1i16ITrndx > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAmAzfJg9UMJAxxTyHx9zalIHi17mfbl { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScSBhTlsp6RuF9zs1eeRZzw2IDWx6gec { width:20rem;height:19.4922125rem;top:6.41015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8RZJ39bJ8TUAKfFN5W6cPicbP7g39Fp { width:20rem;height:1.29948125rem;top:4.1519203186035rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM { display:block; }#o6xi5HRC0kZlPifW2XQfQlKUU5EQR1oM > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyMOAvilOcacBAusDawpGGfae3JRaMPN { width:20rem;height:1.625rem;top:7.62939453125E-6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBscW1Ia0AE7bxsH3v9m842rBmn4ZfKG { width:20rem;height:15.593775rem;top:5.7838535308838rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAiAOe5l2SBPLtmzdpL39hTvb6ggLrXv { width:20rem;height:1.29948125rem;top:3.0642356872559rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZOecw2zimDDen9hc9pWfcwrvv4CG61W { display:block; }#qZOecw2zimDDen9hc9pWfcwrvv4CG61W > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtE2A66bO3IPpPh6sXEtyN08qzwvF4Zq { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGkfx1OPuMFQsgGGHh1g9hdtn2B4QmSz { width:20rem;height:11.6953125rem;top:5.5338535308838rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtWrtxqUTnlhEg8db6pAhQW54hto5vT9 { width:20rem;height:1.29948125rem;top:2.664909362793rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7c5h1udTExeQ8KphFtwWgeUCq5177eE { display:block; }#S7c5h1udTExeQ8KphFtwWgeUCq5177eE > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnGQ63vPQAG9cvn89q2M3lOyJJTXNvg6 { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpW3pqTqsTFuV2wG3nFQ0uH6aewqfTyk { width:20rem;height:16.89325rem;top:5.0833330154419rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKxAVH2HkLFiRn826JLF87exfxT5MDNU { width:20rem;height:1.29948125rem;top:2.7387151718139rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 { display:block; }#yzKPT2MwlT5yLyf9Dr0XfhyNuAMI8st0 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSlKq3kL7bldKIZl21gmihDwI81fmrqz { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ocs3uPKaiumVOWySlPJfmIcZ4qVZ2u { width:20rem;height:12.994775rem;top:10.325520515442rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU08sDVJ3VKv3kVrSpc82kO5hve9b5yo { width:20rem;height:1.29948125rem;top:6.7777776718137rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG { display:block; }#VtnEkyE0I0s2sHTsN1vQWQX3MztzG4BG > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbSEeq6Cvgm0cXHgnPfOhWUknmIWDAXT { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzOHQlgSTu7qFL0EXz2dFTXys3wMAJyX { width:20rem;height:11.69529375rem;top:6.1597225666046rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzWXLN8ul3MaZfv3lWISGhhhxxvHBxlk { width:20rem;height:1.29948125rem;top:3.1024305820465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF { display:block; }#b52psF2AxrEQQrMyoX8kTNLCpK9wuzfF > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4eghBEBEMUSfbzub4ikrUPGq5d3DXOt { width:12.625rem;height:2.599825rem;top:3.2309036254883rem;left:6.8125001192094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4ZuNUwKhVQJBqrXHcXIvkHaEnI5OmC { width:8.25rem;height:0.375rem;top:2.3489589691162rem;left:4.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq { display:block; }#pg6smJUZu0bLSKt8dgaTAqs0RuthiEpq > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwU9GiT5EzO2T0ArHKrch41riKrAghqK { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFaeBkyabKI3my17iCXvfpsUNshWbhbR { width:20rem;height:18.1927125rem;top:9.3472223281863rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITpDcn6NOCHNDDIfCTslxfTJr5T0DnW { width:20rem;height:1.29948125rem;top:7.2873277664188rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng { display:block; }#hhzvKkPhl2fNf7BzXpOPISlwiTeTiGng > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs7mZML8X6cSke3MAuBfT3mNltVg8Pqa { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyqoEtch7LxZ3JgDxs28lsPhRDaL0ay5 { width:20rem;height:15.59373125rem;top:8.4097218513488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0mfymGV3JRNOxt9Q7EofTgPnSxsT6b2 { width:20rem;height:1.29948125rem;top:5.1641092300415rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH { display:block; }#cSw3CV6bVxIS7V0VQuONdr4Sevq1fkDH > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWNyP3He78qyoAUfFNkfTWRVcpVRPu6D { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBRTTR7aprmiQ9lU1SmC3vxPTWf58W9e { width:20rem;height:1.29948125rem;top:3.9999585151673rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d6ffadd-b2d6-41b0-8c52-bee35a7cb862/Group145.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.adaptive-delivery-prevent-bg, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyload, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyloading { background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { background-color: transparent; background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .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); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqmWPCoADtz97BQWQ3UZGaBa0yJyoT25 { width:17.9980625rem;height:12.59375rem;top:22.620445251465rem;left:1.0004341006279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhKR2GrRZIqbTmTLFewSwCLqKy8dxOh { width:16.749125rem;height:4.3875rem;top:15.123699188233rem;left:1.6243489384651rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU30DG9BlFOW9RewD3QG1nX2dJgebVJm { display:flex;width:4.93706875rem;height:4.93706875rem;top:8.4418411254881rem;left:4.8122833371163rem; }
 }@media only screen and (max-width: 763px) { #fgGVskgfZaFJ9DdqUrSSyKhC1dFT4LDd { width:8.2486875rem;height:0.37326375rem;top:20.625rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0x8zRKq7WBTu7ZXZ8WiMrxaGVSgwU9x { width:16.875rem;height:11.198775rem;top:39.5rem;left:1rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #H1t87hQ7Gq2pBBmofXkzbKgkmXlzwHap { width:15.5619375rem;height:28.59546875rem;top:54.680395126343rem;left:0.99964487552644rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aVifxhrkAXTqkLHr8GTS30Tc6QuBILBK { width:16.3743125rem;height:1.8rem;top:52.569246292114rem;left:0.99964487552644rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #y2puyTf95CJ0mL0oIqJg39I5L3fU9Kqv { width:11.5625rem;height:1.8rem;top:36.8125rem;left:1rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OSt1AsgETO8GWOBUdgbKDoet8S2MRu0u { width:19.9375rem;height:78.625rem;top:6.3734016418456rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyJCfo5TpebGmXJa1SU0gizR8BwIAM4 { width:11.1870625rem;height:13.311625rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 { display:block; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { width:20rem;height:125.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NL6v5eTFNzS5u7oAFxWxo8IS715D83fV { width:16.875rem;height:1.29980625rem;top:41.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9e2McezRZHsI0ohvTd4RAszR1bhm0PR { width:15.68675rem;height:5.19965rem;top:2.7679700851441rem;left:2.1562500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOBhB0WciL2eR4FA8PrSBA6fMpLgQ4sO { width:3.49935rem;height:3.49935rem;top:61.028472900391rem;left:12.749023139477rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCQ2ut8eDa2L1MzvnXirQ3TTidvcU9SC { width:2.5rem;height:2.5rem;top:38.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZSfIJ4G36cdp4UT25QWDScNFQXb8xI { width:2.5rem;height:2.5rem;top:31.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6r7IWoyTTfpTcKJOntiIMtQmnelxfaU { width:2.5rem;height:2.5rem;top:44.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KAIkzKdSrRKtswyrpyomkCmkTzJQcz { width:16.875rem;height:1.29980625rem;top:35.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzOTioZeeUl6QGkSabRRId3Ula0Q1Fq { width:16.875rem;height:2.625rem;top:27.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCOvSz8OZrLipxi5wHcpCPlFTH2d4TfI { width:18.999rem;height:1.29980625rem;top:47.75rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BX0Q6fCleGUzW61KyongUxssKgrBaIqX { width:3.49935rem;height:3.49935rem;top:53.092447280884rem;left:12.749836623669rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8k7zDlI3ilSgiUgpDrtwTgIRVQbeoxO { width:3.49935rem;height:3.49935rem;top:57.049957275391rem;left:12.749023139477rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTVmc6wc9gJGfWibBTDI7UHiNpnmwV6 { width:3.49935rem;height:3.49935rem;top:1.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyDNPXyNZTEXwZBKkl3g7TT6JzvEn2E { width:3.49935rem;height:3.49935rem;top:1.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ic4eGKBz2fD7T6xXNNGn1m5yT7CpbA { width:3.49935rem;height:3.49935rem;top:53.091644287109rem;left:8.8841139674188rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRNtkJ2a7Wv66N0kbCvpZzpBCEMt5tf { width:2.5rem;height:2.5rem;top:23.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3huPSJzTu73afVdpbiCn857vyHCT73c { width:3.49935rem;height:3.49935rem;top:128.6784275rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssaldpZ3bCHK0aX5gqbWqMR00UUOtfIl { width:3.49935rem;height:3.49935rem;top:99.6029025rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQChCQ1CQezd58oFLPBTGTiId7qGa0tz { width:3.49935rem;height:3.49935rem;top:61.090179443359rem;left:8.883951842785rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZkNeCWTQBzlKTptM0lH7sslJWMVwthdW { width:3.49935rem;height:3.49935rem;top:53.091644287109rem;left:5.0100910067558rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rxySiaTRKaPPwr4EIhLGu6zXHb91Kb { width:3.49935rem;height:3.49935rem;top:133.84444375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #piJ9dB95w24nzzmUZnafiP35WDccdznc { width:3.49935rem;height:3.49935rem;top:104.76891875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDWKHAxQ3pCNkVsoVNNXo19vwA8GkyRS { width:3.49935rem;height:3.49935rem;top:118.346395rem;left:8.0625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #G2Hrtt5L6MT5Xx3d6sFP3c87TV3lmeio { width:3.49935rem;height:3.49935rem;top:123.51241125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss7QbNTNUM9gQ75FzfvXs4HfAuKqzxhk { width:3.49935rem;height:3.49935rem;top:94.43688625rem;left:8.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #iveXtbV9020Q2CrsRHNplE2yEteQvZhd { width:3.49935rem;height:3.49935rem;top:139.01046rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWHHKp1n2HzfNCNaKeRFKkE3toReaOSd { width:3.49935rem;height:3.49935rem;top:113.18037875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOWH8NyOFc3ywTM6eG2RmdeKpwrQOBIE { width:3.49935rem;height:3.49935rem;top:144.17647625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnTbP43hGb0TqvrUezO3iJQla2cdMRHu { width:20rem;height:37.125rem;top:21.525000765919rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB { width:2.8125rem;height:2.8125rem;top:51.0625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #rfaBAHOFimpe19FwaRfuoZVLvEDpNoPM { width:20rem;height:1.29980625rem;top:54.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8TR98ZHTcuXLwHbOIQ3btmwrpJSUfv { width:18.5609375rem;height:9.09635625rem;top:110.125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKzpedK1nBUtJBnaQIoc1bOoCsnUoPl1 { width:7.240625rem;height:1.86523125rem;top:121.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImOhsFRPZygsQotTpfeuFOT6CfL3r7T { display:block; }
 }@media only screen and (max-width: 763px) { #kt5kN1MO8KfnlrQ4AqcwI4VwDu5yw0TX { width:18.5625rem;height:7.79688125rem;top:10.646875575185rem;left:0.71875005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #comx6iIh28PTc1MvqdvZwH3eIFhd6eTM { width:19.9991875rem;height:35.0625rem;top:62.714057922362rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVx8RMTbZ2uuIOKRH1QPJbm3oTd1oM0f { width:20rem;height:14.75rem;top:72.933980941775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOtuzx3uSteoVuvbDf7dndm9Oa5xKOb { width:20rem;height:12.375rem;top:59.560544490814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection { background-color:#6a52c6;background-image:none;display:block; } #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection *:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="text"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="email"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="tel"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection textarea:focus-visible { outline: none; } #NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container { background-color: transparent; background-image: none; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container > .video-iframe-container { display: none; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row > .video-iframe-container { display: none; }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .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); }#NgMMmVkpLAAMsU6qikyFMRe1vAXpQ21Z > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L { display:none; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { width:20rem;height:157.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DUPgVgwKToKFKbBtQhXttLBFs8USV26s { width:16.875rem;height:2.5996125rem;top:99.7742475rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP  { width:17.5rem;height:auto;top:40.75rem;left:0rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP {display:block;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP { width:17.5rem;height:22.625rem;top:18.03060125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #LxvT9pF182xrT9O8wIfKsiTHbxFRnUk4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #swEhTSVJWFRsdyEWDDGnJFUxeOUvI1ep {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #TX3lfti8SUHx3lPvstNBEC7Hyv4CS15B {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #DSvzqPnn59QRWczVIJXW5xTdC9Ace3EX {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #fq9msArOyaDCoS1MJm3ZfLAIkanbFWJL {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #iQIUu7JChHAZimNiOsltTkOaaXc7WLUB {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #O8PNHGGLILLcvZx0i5iSRV2HiPtpdWtC {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #XDS18vaTduA0DJao2u3yS46yxFddzsWe {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #vvK1e2hDr6NG2zgeFNx5Tcrt3Qz32VAN {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #r734E9e0SUTTwN4sF7eXSQLnVEz54eJ9 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #BdivMVrv1ufQOw86qJtpBrdbVeVuOm8V {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #gRM8q4EUQSdBdxcV8dOeFoiwxQEMJ5nP {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #suu6fkbMUEqQSfMHpW8TNITT6V3zxPP4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #JDupIrTBKLMBTvuhHqbd6Hq1xsIffvia {  }
 }@media only screen and (max-width: 763px) { #sfsmyexgKaDGXUKgaJe4u8TbC1RiXlbs { width:15.6875rem;height:5.19921875rem;top:11.5820325rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQru05PqsBsd0LQgzQkz843JLaNuHcVz { width:3.5rem;height:3.5rem;top:59.90315rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ2EdcBGUbLtlOB9xbZVar470KRFlqVr { width:2.5rem;height:2.5rem;top:99.6492475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVOdF5H2vxlqXzci308bF2QA7P5Iapx { width:2.5rem;height:2.5rem;top:96.4617475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5q4NFlwoEuybQbaFNC2XB0kMKRy44uP { width:2.5rem;height:2.5rem;top:102.8992475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy55ABMqfCKX7A6RZ5Zf6aLZXrMeF4zp { width:16.875rem;height:1.29980625rem;top:96.6492475rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFLLZaSQOZVEVk3vQpn1H4Xi4uhqNdA9 { width:16.875rem;height:2.5996125rem;top:92.3367475rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTtzWxRdZJtFfonJozIexXFp4JWhMTKW { width:19rem;height:1.29980625rem;top:103.1492475rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBsOhsdSl18pkgvvCnTx3aT5R4Fc5K6Z { width:3.5rem;height:3.5rem;top:49.5711175rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbCeeRbpODabmo0m7fR2VsV1NW4pfSK { width:3.5rem;height:3.5rem;top:54.73713375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlCFL3SSKtXbpK7TZ0EK3hEWP3cyu34s { width:3.5rem;height:3.5rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlCrGdnlTqVn5qrJ1F6fmCdN8wb5u1sf { width:3.5rem;height:3.5rem;top:6.41601625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJVMLzSiIbkKKbFdn3DoO9PnvbBGNV6L { width:3.5rem;height:3.5rem;top:44.40510125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLzbeaOcB2HKCrywGCAJWshzTsVVAM9 { width:2.5rem;height:2.5rem;top:92.8367475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOhNx85i7P2uvse1hyeV2hWTh969X79 { width:3.5rem;height:3.5rem;top:137.27229625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6UlJaczbv8W0IAvwkJxfvqwS0iPGiRk { width:3.5rem;height:3.5rem;top:80.567215rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfiUThoqltTCofMhWVHcOJRhH2lkVA0 { width:3.5rem;height:3.5rem;top:70.2351825rem;left:8.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GbsITsDe3U7ZpaX8gmuBhgUu2UHlrEKp { width:3.5rem;height:3.5rem;top:65.06916625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI0Aa3fynRzxt0M2XsHZPM7pyAcrKSMT { width:3.5rem;height:3.5rem;top:142.4383125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJXQrdCT1lX343wO2XnCREkneSiFk3T { width:3.5rem;height:3.5rem;top:85.73323125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtqlBNTTIerraf7PrZcV3wc95IenkOt { width:3.5rem;height:3.5rem;top:126.94026375rem;left:8.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #d8GKT1Zxus2PGEaH42QMvsbddrNMxETQ { width:3.5rem;height:3.5rem;top:132.10628rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLxxhSUidomTCQe24d2sA4LE9rws54t { width:3.5rem;height:3.5rem;top:75.40119875rem;left:8.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NUQKeExbk4ygxFny4x56Wk06rNnguPTX { width:3.5rem;height:3.5rem;top:147.60432875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0pBVp44PFxzU5Zy63WxeEnCbUdIqJR { width:3.5rem;height:3.5rem;top:121.7742475rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uycBsw0zTGImTABxGQfvm6ZebbsJxZhz { width:3.5rem;height:3.5rem;top:152.770345rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7WRMaUzWRcTUlgkKqhGTDVh6TkWRp3 { width:20rem;height:29.625rem;top:90.8992475rem;left:0rem;z-index:15000;display:block; }
 }