.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); }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL { 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; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row .container { background-color: transparent; background-image: none; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row .container > .video-iframe-container { display: none; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row > .video-iframe-container { display: none; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .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); }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row .container { border-width: 0; border-radius: 0; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#CRByCtIdZaEBLd2qiQtvI1eT9KDhoBQC { 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; }
#OuAC7eZ8zRmyKRIOVWUVFz0Vq9R3TAgo { 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; }
#OuAC7eZ8zRmyKRIOVWUVFz0Vq9R3TAgo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#lkPnSvsW8ZwM9KIVMNNCRtwOSplZH7QI { 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; }
#lkPnSvsW8ZwM9KIVMNNCRtwOSplZH7QI > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#DzRf96cvkz9OuX3tQLvWu41ZctCMMiFt { 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; }
#BZbbFF1pAyV503LzNsoPzZmuvJWZi6ro { 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.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6o7NA2pWW4PVv3EIV1HnvSE3NHQLn7z { 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; }
#UWNMBWGXL8vIxDLOgF4FIpb3wOal2N2F { 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; }
#Pl5A8dQFGqw6SDlRwHRPRcC2tGUoSat6 { 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; }
#Pl5A8dQFGqw6SDlRwHRPRcC2tGUoSat6 > img { max-width: 100%;max-height:100%; width:1.56210625rem; height:1.56210625rem; }#Vdh6gNJLebK2GApaswdrAxygclA9r8Ec { 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; }
#QQTRcl8zR9gTKcGcOcI591hQLP978IXD { 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; }
#rJTNsqdT4lHvxPnASXwnG38ZlHrMVwU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTITiUpA9cDyV3anm6fhW033L6wLZ0vm { 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; }
#mJl6CA7I3Mpqkg2PnuT9F0HUmCS6WdLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzS1KWNxioIKbqrr44nvcaVa6QSgkaGI { 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; }
#f3byWnBR5BqVtLUJVEOvThoRM4MwnmBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQLHUFozlbtEMAkh5rmFmVtfZ6xxkfaC { 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; }
#XlxRvl1KEPFLw1fTc4vZkF1zLFxHhM3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW { 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; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container { background-color: transparent; background-image: none; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container > .video-iframe-container { display: none; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row > .video-iframe-container { display: none; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .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); }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container { border-width: 0; border-radius: 0; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#Hdnkh5uITAmeeau0HigqXQIdW0rrEZVx { position:absolute;display:block;z-index:15008;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.375rem;width:8.25rem;top:1.6875rem;left:2.25rem;display:block; }
#olbd3S4p0DRFQ0kQqqnHL61K6D9StoXH { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:20.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jt5UvT7itknSZxGpDEcqpwhVnlQtzM2p { position:absolute;display:block;z-index:15006;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.373828125rem;width:8.2488125rem;top:14.0625rem;left:32.125rem;display:block; }
#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc { position:relative;display:block; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc { background-color: transparent; background-image: none; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .row .container > .video-iframe-container { display: none; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .row > .video-iframe-container { display: none; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .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); }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc { border-width: 0; border-radius: 0; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .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; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .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:36.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; }#Sd7b0C2wABUTQl0lqkMs1Qwfs0dIi92x { background-color:#7e6cc3;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:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:6.2496125rem;height:2.1246125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.5rem;left:2.625rem;display:block; }
#VTmUg1qqfGGnf1qaNlm1CFsnhZ81bUMS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W49VJ8H3AMlTfUnG1U3lRs25e9SwZrH2 { background-color:#7e6cc3;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:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:6.2496125rem;height:2.1246125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:20rem;left:2.625rem;display:block; }
#tdpSuMWJLhhCg9b24suC2fNzVMDyo7NA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiUIVyHFPtse9Ey2LwsdtmOr5QTBm9Zd { 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:7.9375rem;left:67.1875rem;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; }
#tNCfhRFDDbB3qV5Ur42QSQrM9UTQN4sD { 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:4rem;left:63.25rem;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; }
#miKy88JZIDpBi4E3qR7l2HMuWRJJlL4e { 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:4rem;left:67.1875rem;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; }
#CmQWAX7NTfzu6B1To1mUbt83mlkP54Vl { 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:0.0625rem;left:67.1875rem;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; }
#cTbT3VLWn7WggQlEtUZd31cpdBlQRwR2 { 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:4rem;left:71.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; }
#aEGQWdzTyhFEJVfZ4Ag2AlA5yzGeAX9r { 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:15023;background-color:rgba(0,0,0,0);background-image:none;top:32.6875rem;left:63.1875rem;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; }
#hoKULl9exx8JZnOa3ZXZUQoomK6zUskH { 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:15025;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:63.1875rem;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; }
#FacTOhxbknIFUivUUnZyw9MrVOibyzfL { 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:15023;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:67.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; }
#SAf8IWP4Mm76S3kuIOZ9PQ4XWtikVFyU { 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:15022;background-color:rgba(0,0,0,0);background-image:none;top:32.6875rem;left:67.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; }
#JO4WlhGnlFCxxqucErVAoeTOWB37NPtX { 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:15024;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:71.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; }
#mi9HPNzK23NChsvsqNe2FTPNFZ6QGEzX { 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:15024;background-color:rgba(0,0,0,0);background-image:none;top:24.75rem;left:71.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; }
#nH25Ork1AwJxWRlNTVic2s4IsMlUnAQw { color:#7e6cc3;display:block;width:20.437rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.8125rem;left:10.875rem;height:1.6253875rem;display:block; }
#ehykzIVERrUDnJ0bOgSOybf6xiBGTT51 { color:#7e6cc3;display:block;width:20.437rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.3125rem;left:10.6875rem;height:1.6253875rem;display:block; }
#lhMe0Nwf363FR88s3Khrlydy5esgyIHf { color:#7e6cc3;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.3125rem;left:10.6875rem;height:1.6253875rem;display:block; }
#pTxl5Tvd6JtUx4ZyhvLAxsHZVEkpw5Gq { color:#7e6cc3;display:block;width:36.62475rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:10.5rem;left:10.875rem;height:1.6253875rem;display:block; }
#BimAJ9As5F70Oyq49I9rusKKwZ9gcLRZ { color:#7e6cc3;display:block;width:20.437rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:7.5rem;left:10.875rem;height:1.6253875rem;display:block; }
#ThITlPhyftZ4nuMvv9oEzGTgL7TGlG15 { background-color:#7e6cc3;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:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:6.2496125rem;height:2.1246125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4rem;left:2.625rem;display:block; }
#SxuoFt0UvwTKZ4BnVquNLmLcBI3Xby38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOlUvgXmGfQdAhucRcdmps0SI5AZL66e { background-color:#7e6cc3;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:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:6.2496125rem;height:2.1246125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:10.25rem;left:2.625rem;display:block; }
#zJpk3bLCpPvmnWJTS4kPSd6LCoKkWKJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qLUJkmdBXu06fdKbiuTZmgdrCetO7f9l { background-color:#7e6cc3;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:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:6.2496125rem;height:2.1246125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:7.25rem;left:2.625rem;display:block; }
#Da2PHTTAAbQTtOhRORoeyJsLMWJgyLBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBo5iO6oP5S06TpnvNhhB2VVcfDRI8Ci { color:#7e6cc3;display:block;width:29.43725rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:17rem;left:10.875rem;height:1.6253875rem;display:block; }
#ql8m019mTupT5AGCVr7S2aaZRn0EXg6D { background-color:#7e6cc3;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:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:6.2496125rem;height:2.1246125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:16.75rem;left:2.625rem;display:block; }
#QblOdD9loLWv8t8rI43kERot7sHBFXt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WSQxcHz1mdfqiN0avxuqipvGD394sC4u { color:#5bc479;display:block;width:20.437rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:30.9375rem;left:10.6875rem;height:1.6253875rem;display:block; }
#oVTlTkCSURmW8pZuaPlEci5IoqTl2a4e { 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:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:6.2496125rem;height:2.1246125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.625rem;left:2.625rem;display:block; }
#XIKlNkOcKBwOWHCgaceATdiv1Ugc5b0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rxVzllBwAggRsxqr3iv3gEsEuyfVxefd { color:#7e6cc3;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.3125rem;left:2.625rem;height:2.925rem;font-style:normal;display:block; }
#mLcWrfrV852ozPZuSLdpdLp6ZfXIQaI9 { position:absolute;display:block;z-index:15008;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.374755625rem;width:8.2495rem;top:28.5rem;left:2.625rem;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.49305625rem;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.4625rem;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; } #TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row .container { background-color: transparent; background-image: none; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row .container > .video-iframe-container { display: none; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row > .video-iframe-container { display: none; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .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); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row .container { border-width: 0; border-radius: 0; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .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) { #kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL { display:block; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRByCtIdZaEBLd2qiQtvI1eT9KDhoBQC { width:2.4375rem;height:2.4375rem;top:0.625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuAC7eZ8zRmyKRIOVWUVFz0Vq9R3TAgo { width:1.875rem;height:1.875rem;top:0.9375rem;left:42.9375rem;display:block; }
#OuAC7eZ8zRmyKRIOVWUVFz0Vq9R3TAgo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lkPnSvsW8ZwM9KIVMNNCRtwOSplZH7QI { width:1.5rem;height:1.5rem;top:1.125rem;left:46.25rem;display:block; }
#lkPnSvsW8ZwM9KIVMNNCRtwOSplZH7QI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #DzRf96cvkz9OuX3tQLvWu41ZctCMMiFt { width:9.625rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZbbFF1pAyV503LzNsoPzZmuvJWZi6ro { width:36.375rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6o7NA2pWW4PVv3EIV1HnvSE3NHQLn7z { 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) { #UWNMBWGXL8vIxDLOgF4FIpb3wOal2N2F { width:2.4375rem;height:2.4375rem;top:0.625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl5A8dQFGqw6SDlRwHRPRcC2tGUoSat6 { width:1.5rem;height:1.5rem;top:1.0625rem;left:46.25rem;display:block; }
#Pl5A8dQFGqw6SDlRwHRPRcC2tGUoSat6 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Vdh6gNJLebK2GApaswdrAxygclA9r8Ec { 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) { #QQTRcl8zR9gTKcGcOcI591hQLP978IXD { width:7.875rem;height:2.5rem;top:3.9375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTNsqdT4lHvxPnASXwnG38ZlHrMVwU4 { display:block; }
 }@media only screen and (max-width: 763px) { #oTITiUpA9cDyV3anm6fhW033L6wLZ0vm { width:7.875rem;height:2.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJl6CA7I3Mpqkg2PnuT9F0HUmCS6WdLT { display:block; }
 }@media only screen and (max-width: 763px) { #qzS1KWNxioIKbqrr44nvcaVa6QSgkaGI { width:7.8125rem;height:2.5rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3byWnBR5BqVtLUJVEOvThoRM4MwnmBR { display:block; }
 }@media only screen and (max-width: 763px) { #SQLHUFozlbtEMAkh5rmFmVtfZ6xxkfaC { width:7.8125rem;height:2.4375rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxRvl1KEPFLw1fTc4vZkF1zLFxHhM3N { display:block; }
 }@media only screen and (max-width: 763px) { #Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW { display:none; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hdnkh5uITAmeeau0HigqXQIdW0rrEZVx { top:1.6875rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olbd3S4p0DRFQ0kQqqnHL61K6D9StoXH { width:30.9375rem;height:3.1875rem;top:10.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt5UvT7itknSZxGpDEcqpwhVnlQtzM2p { top:14.0625rem;left:15.6875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc { display:block; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd7b0C2wABUTQl0lqkMs1Qwfs0dIi92x { width:6.1875rem;height:2.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTmUg1qqfGGnf1qaNlm1CFsnhZ81bUMS { display:block; }
 }@media only screen and (max-width: 763px) { #W49VJ8H3AMlTfUnG1U3lRs25e9SwZrH2 { width:6.1875rem;height:2.0625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdpSuMWJLhhCg9b24suC2fNzVMDyo7NA { display:block; }
 }@media only screen and (max-width: 763px) { #aiUIVyHFPtse9Ey2LwsdtmOr5QTBm9Zd { width:3.4375rem;height:3.4375rem;top:7.9375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNCfhRFDDbB3qV5Ur42QSQrM9UTQN4sD { width:3.4375rem;height:3.4375rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miKy88JZIDpBi4E3qR7l2HMuWRJJlL4e { width:3.4375rem;height:3.4375rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQWAX7NTfzu6B1To1mUbt83mlkP54Vl { width:3.4375rem;height:3.4375rem;top:0.0625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbT3VLWn7WggQlEtUZd31cpdBlQRwR2 { width:3.4375rem;height:3.4375rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGQWdzTyhFEJVfZ4Ag2AlA5yzGeAX9r { width:3.4375rem;height:3.4375rem;top:32.6875rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoKULl9exx8JZnOa3ZXZUQoomK6zUskH { width:3.4375rem;height:3.4375rem;top:28.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FacTOhxbknIFUivUUnZyw9MrVOibyzfL { width:3.4375rem;height:3.4375rem;top:28.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAf8IWP4Mm76S3kuIOZ9PQ4XWtikVFyU { width:3.4375rem;height:3.4375rem;top:32.6875rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO4WlhGnlFCxxqucErVAoeTOWB37NPtX { width:3.4375rem;height:3.4375rem;top:28.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mi9HPNzK23NChsvsqNe2FTPNFZ6QGEzX { width:3.4375rem;height:3.4375rem;top:24.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH25Ork1AwJxWRlNTVic2s4IsMlUnAQw { width:20.375rem;height:1.625rem;top:13.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehykzIVERrUDnJ0bOgSOybf6xiBGTT51 { width:20.375rem;height:1.625rem;top:20.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhMe0Nwf363FR88s3Khrlydy5esgyIHf { width:38.0625rem;height:1.625rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxl5Tvd6JtUx4ZyhvLAxsHZVEkpw5Gq { width:36.5625rem;height:1.625rem;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimAJ9As5F70Oyq49I9rusKKwZ9gcLRZ { width:20.375rem;height:1.625rem;top:7.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThITlPhyftZ4nuMvv9oEzGTgL7TGlG15 { width:6.1875rem;height:2.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxuoFt0UvwTKZ4BnVquNLmLcBI3Xby38 { display:block; }
 }@media only screen and (max-width: 763px) { #tOlUvgXmGfQdAhucRcdmps0SI5AZL66e { width:6.1875rem;height:2.0625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpk3bLCpPvmnWJTS4kPSd6LCoKkWKJw { display:block; }
 }@media only screen and (max-width: 763px) { #qLUJkmdBXu06fdKbiuTZmgdrCetO7f9l { width:6.1875rem;height:2.0625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2PHTTAAbQTtOhRORoeyJsLMWJgyLBF { display:block; }
 }@media only screen and (max-width: 763px) { #TBo5iO6oP5S06TpnvNhhB2VVcfDRI8Ci { width:29.375rem;height:1.625rem;top:17rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql8m019mTupT5AGCVr7S2aaZRn0EXg6D { width:6.1875rem;height:2.0625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QblOdD9loLWv8t8rI43kERot7sHBFXt4 { display:block; }
 }@media only screen and (max-width: 763px) { #WSQxcHz1mdfqiN0avxuqipvGD394sC4u { width:20.375rem;height:1.625rem;top:30.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVTlTkCSURmW8pZuaPlEci5IoqTl2a4e { width:6.1875rem;height:2.0625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKlNkOcKBwOWHCgaceATdiv1Ugc5b0R { display:block; }
 }@media only screen and (max-width: 763px) { #rxVzllBwAggRsxqr3iv3gEsEuyfVxefd { width:30.9375rem;height:2.875rem;top:25.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLcWrfrV852ozPZuSLdpdLp6ZfXIQaI9 { top:28.5rem;left:0rem;width:8.1875rem;height:0.3125rem;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; } #TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .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) { #kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL { position:relative;z-index:auto;display:block; }#kVnRFJQZgD3RaiEba822zJH7Ww8bvCAL > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRByCtIdZaEBLd2qiQtvI1eT9KDhoBQC { width:2.4375rem;height:2.4375rem;top:0.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuAC7eZ8zRmyKRIOVWUVFz0Vq9R3TAgo { width:1.875rem;height:1.875rem;top:0.9375rem;left:9.0625rem;display:none; }
#OuAC7eZ8zRmyKRIOVWUVFz0Vq9R3TAgo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lkPnSvsW8ZwM9KIVMNNCRtwOSplZH7QI { width:1.5rem;height:1.5rem;top:1.125rem;left:9.25rem;font-size:1.125rem;display:none; }
#lkPnSvsW8ZwM9KIVMNNCRtwOSplZH7QI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #DzRf96cvkz9OuX3tQLvWu41ZctCMMiFt { width:12.312rem;height:2.1875rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZbbFF1pAyV503LzNsoPzZmuvJWZi6ro { width:18.186875rem;height:2.596875rem;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) { #L6o7NA2pWW4PVv3EIV1HnvSE3NHQLn7z { width:10.8748125rem;height:1.5421875rem;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) { #UWNMBWGXL8vIxDLOgF4FIpb3wOal2N2F { width:2.4375rem;height:2.4375rem;top:0.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pl5A8dQFGqw6SDlRwHRPRcC2tGUoSat6 { width:1.5rem;height:1.5rem;top:1.0625rem;left:9.25rem;font-size:1.125rem;display:none; }
#Pl5A8dQFGqw6SDlRwHRPRcC2tGUoSat6 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Vdh6gNJLebK2GApaswdrAxygclA9r8Ec { width:18.624625rem;height:9.0890625rem;top:12.212108612061rem;left:0.68554681539537rem;font-size:1rem;z-index:15003;color:#6a52c6;display:block; }
 }@media only screen and (max-width: 763px) { #QQTRcl8zR9gTKcGcOcI591hQLP978IXD { width:8.975rem;height:2.91171875rem;top:33.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTNsqdT4lHvxPnASXwnG38ZlHrMVwU4 { display:block; }
 }@media only screen and (max-width: 763px) { #oTITiUpA9cDyV3anm6fhW033L6wLZ0vm { width:7.875rem;height:2.5rem;top:22.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJl6CA7I3Mpqkg2PnuT9F0HUmCS6WdLT { display:block; }
 }@media only screen and (max-width: 763px) { #qzS1KWNxioIKbqrr44nvcaVa6QSgkaGI { width:7.8125rem;height:2.5rem;top:26.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3byWnBR5BqVtLUJVEOvThoRM4MwnmBR { display:block; }
 }@media only screen and (max-width: 763px) { #SQLHUFozlbtEMAkh5rmFmVtfZ6xxkfaC { width:7.8125rem;height:2.4375rem;top:30.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxRvl1KEPFLw1fTc4vZkF1zLFxHhM3N { display:block; }
 }@media only screen and (max-width: 763px) { #Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW { display:block; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hdnkh5uITAmeeau0HigqXQIdW0rrEZVx { width:8.25rem;height:0.375rem;top:1.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olbd3S4p0DRFQ0kQqqnHL61K6D9StoXH { width:19.99925rem;height:2.1128875rem;top:2.5734372138977rem;left:0rem;font-size:1.625rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jt5UvT7itknSZxGpDEcqpwhVnlQtzM2p { width:8.18725rem;height:0.3125rem;top:5.57373046875rem;left:5.904541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc { display:block; }#qmdLXRUqOcdVLTDH6FmThQyTCF4Vg6mc > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sd7b0C2wABUTQl0lqkMs1Qwfs0dIi92x { width:7.6860625rem;height:2.0610375rem;top:43.62451171875rem;left:6.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTmUg1qqfGGnf1qaNlm1CFsnhZ81bUMS { display:block; }
 }@media only screen and (max-width: 763px) { #W49VJ8H3AMlTfUnG1U3lRs25e9SwZrH2 { width:7.6860625rem;height:2.0610375rem;top:50.8740234375rem;left:6.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdpSuMWJLhhCg9b24suC2fNzVMDyo7NA { display:block; }
 }@media only screen and (max-width: 763px) { #aiUIVyHFPtse9Ey2LwsdtmOr5QTBm9Zd { width:3.4371125rem;height:3.4371125rem;top:32.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNCfhRFDDbB3qV5Ur42QSQrM9UTQN4sD { width:3.4371125rem;height:3.4371125rem;top:29.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miKy88JZIDpBi4E3qR7l2HMuWRJJlL4e { width:3.4371125rem;height:3.4371125rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQWAX7NTfzu6B1To1mUbt83mlkP54Vl { width:3.4371125rem;height:3.4371125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbT3VLWn7WggQlEtUZd31cpdBlQRwR2 { width:3.4371125rem;height:3.4371125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGQWdzTyhFEJVfZ4Ag2AlA5yzGeAX9r { width:3.4375rem;height:3.4375rem;top:32.6875rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoKULl9exx8JZnOa3ZXZUQoomK6zUskH { width:3.4375rem;height:3.4375rem;top:28.75rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #FacTOhxbknIFUivUUnZyw9MrVOibyzfL { width:3.4375rem;height:3.4375rem;top:28.75rem;left:8rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #SAf8IWP4Mm76S3kuIOZ9PQ4XWtikVFyU { width:3.4375rem;height:3.4375rem;top:32.6875rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO4WlhGnlFCxxqucErVAoeTOWB37NPtX { width:3.4375rem;height:3.4375rem;top:28.75rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #mi9HPNzK23NChsvsqNe2FTPNFZ6QGEzX { width:3.4375rem;height:3.4375rem;top:24.75rem;left:8rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #nH25Ork1AwJxWRlNTVic2s4IsMlUnAQw { width:18.25rem;height:1.5421875rem;top:41.25rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehykzIVERrUDnJ0bOgSOybf6xiBGTT51 { width:19.2480625rem;height:1.5421875rem;top:48.375rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhMe0Nwf363FR88s3Khrlydy5esgyIHf { width:17.124625rem;height:3.084375rem;top:7.375rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxl5Tvd6JtUx4ZyhvLAxsHZVEkpw5Gq { width:13.4985625rem;height:3.084375rem;top:23.6875rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimAJ9As5F70Oyq49I9rusKKwZ9gcLRZ { width:17.6245rem;height:1.5421875rem;top:16.625rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThITlPhyftZ4nuMvv9oEzGTgL7TGlG15 { width:7.6860625rem;height:2.0610375rem;top:11.3115234375rem;left:6.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxuoFt0UvwTKZ4BnVquNLmLcBI3Xby38 { display:block; }
 }@media only screen and (max-width: 763px) { #tOlUvgXmGfQdAhucRcdmps0SI5AZL66e { width:7.6860625rem;height:2.0610375rem;top:27.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpk3bLCpPvmnWJTS4kPSd6LCoKkWKJw { display:block; }
 }@media only screen and (max-width: 763px) { #qLUJkmdBXu06fdKbiuTZmgdrCetO7f9l { width:7.6860625rem;height:2.0610375rem;top:18.9990234375rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2PHTTAAbQTtOhRORoeyJsLMWJgyLBF { display:block; }
 }@media only screen and (max-width: 763px) { #TBo5iO6oP5S06TpnvNhhB2VVcfDRI8Ci { width:18.81225rem;height:3.084375rem;top:32.8125rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ql8m019mTupT5AGCVr7S2aaZRn0EXg6D { width:7.6860625rem;height:2.0610375rem;top:36.685546875rem;left:6.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QblOdD9loLWv8t8rI43kERot7sHBFXt4 { display:block; }
 }@media only screen and (max-width: 763px) { #WSQxcHz1mdfqiN0avxuqipvGD394sC4u { width:20rem;height:1.5421875rem;top:62.356775522232rem;left:0.030381977558136rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVTlTkCSURmW8pZuaPlEci5IoqTl2a4e { width:6.1875rem;height:2.0625rem;top:65.295141458513rem;left:6.905382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKlNkOcKBwOWHCgaceATdiv1Ugc5b0R { display:block; }
 }@media only screen and (max-width: 763px) { #rxVzllBwAggRsxqr3iv3gEsEuyfVxefd { width:20rem;height:2.1128875rem;top:56.6875rem;left:0rem;font-size:1.625rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLcWrfrV852ozPZuSLdpdLp6ZfXIQaI9 { width:8.1875rem;height:0.3125rem;top:60.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 { display:block; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { width:20rem;height:125.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NL6v5eTFNzS5u7oAFxWxo8IS715D83fV { width:16.875rem;height:1.29948125rem;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.20078125rem;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.29948125rem;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.29948125rem;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.29948125rem;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.0890625rem;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.790625rem;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; } #TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row .container { background-color: transparent; background-image: none; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row .container > .video-iframe-container { display: none; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .row > .video-iframe-container { display: none; }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .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); }#TETSwwUHP0oSoxgiKX0yECyiVa3fCI8z > .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; }
 }