.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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1beb184a-17b8-498a-b799-8bf26e50513f/balans.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#mtPON4i7dStENoNl3Z4Owtha9xETv2at { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3116875rem;width:15.1241875rem;top:9.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#M8WhCtoAemmg5s0xOsfTgVS6zEZcdhEk { color:#ffffff;display:block;width:38.124625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.8125rem;left:2.9375rem;height:7.790625rem;display:block; }
#QURtWwQTpzWfAMCsPHfHHTuQqadKTFEx { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:5.0625rem;height:5.6074125rem;font-style:normal;display:block; }
#EUkJTdViMqhAMZFxPp7XtIcUvTaVmf0P { box-sizing:content-box;height:14.25rem;width:42.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(91,196,121,0.79);background-image:none;top:25.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#PRQm84wrF8tysmZP1iH4iKSQeZnoLB67 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5bc479;border-left:0.0625rem solid #5bc479;border-right:0.0625rem solid #5bc479;border-bottom:0.0625rem solid #5bc479;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:#5bc479;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.925326375rem;height:2.863713875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:35.5625rem;left:2.9375rem;display:block; }
#ixTWZWNUlavOgbg5ilKTTD9AJDtCZODG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 { position:relative;display:block; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 { background-color: transparent; background-image: none; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row .container > .video-iframe-container { display: none; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row > .video-iframe-container { display: none; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .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); }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 { border-width: 0; border-radius: 0; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6a52c6;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#EDufgniVTGezPBwNr5LLIL1DhNKEW5f4 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.125rem;left:8.1875rem; }
#EDufgniVTGezPBwNr5LLIL1DhNKEW5f4 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#TrAit505sw9ix9ZLzO0sX3ztJMZ6y0T1 { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.875rem;height:1.2984375rem;text-align:center;text-align-last:center;display:block; }
#yAic46wIgdnvC5Te5kCJ5FCq1SNEgN0k { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.125rem;left:26.9375rem; }
#yAic46wIgdnvC5Te5kCJ5FCq1SNEgN0k > img { max-width: 100%;max-height:100%; width:2.8125rem; height:3rem; }#JEX9DPt7WI5CudDy1STntLIU1TluXuaz { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:20.625rem;height:1.2984375rem;text-align:center;text-align-last:center;display:block; }
#ldiOnG7EShX5ivTcy5ttpkEU7up7lD2k { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.0625rem;left:45.6875rem; }
#ldiOnG7EShX5ivTcy5ttpkEU7up7lD2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#UqGLQfmqViqtB0P4cAiJRocOtMWbnwee { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:39.375rem;height:1.2984375rem;text-align:center;text-align-last:center;display:block; }
#ITI6iRTWVGdfhlK7rEGRBqr8MLyiuoKo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.125rem;left:64.375rem; }
#ITI6iRTWVGdfhlK7rEGRBqr8MLyiuoKo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#EQlg8mMrHCNIQCtfH4WBOip9SAAS5Chg { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:58.125rem;height:2.596875rem;text-align:center;text-align-last:center;display:block; }
#N8BTO0q4lgAlDxZLMF7RCNuHoV5Kok8I { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.5);background-image:none;top:1.5rem;left:18.75rem;display:none; }
#Czsga7TUatL18DzpoZRoPt8ClOCOns2K { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.5);background-image:none;top:1.5rem;left:18.75rem;display:none; }
#KLUywOJLo15yq2JRfSWiKIhLQSXC5PH7 { box-sizing:content-box;height:5.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.5);background-image:none;top:1.5rem;left:18.75rem;display:none; }
#fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz { position:relative;display:none; }#fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz { border-width: 0; border-radius: 0; }#fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz > .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; }#fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz > .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:21.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rllu3IhZZkiHZfs1AwW7z5rzgxZr3xDh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:16.875rem;width:51.75rem;top:1.0926637649536rem;left:9.9978332519531rem;overflow:hidden;display:block; }
#GQLrMJ0nNrcn61tPLGPNObxJcybNkfwE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:40.625rem;display:none; }
#rLJVKrFthi2AMJiq6PN68HRW6gQaKXU8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5730c1;border-left:0.0625rem solid #5730c1;border-right:0.0625rem solid #5730c1;border-bottom:0.0625rem solid #5730c1;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5730c1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.404296875rem;left:32.34375rem;display:block; }
#Cs6acPWVRRdzpPfyAh9ewhs0yf3tGPuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG { position:relative;display:none; }#F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG { border-width: 0; border-radius: 0; }#F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG > .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; }#F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG > .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:18.75rem;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:none; }#HRx6pciJBaHArfwKcsMrW43kWwxqX6ka { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:15.9375rem;width:34.625rem;top:1.40625rem;left:1.4375rem;overflow:hidden;display:block; }
#A5oinsNTG2OdLiuK7G3QBKNg5NUmPsUA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:15.9375rem;width:34.625rem;top:1.40625rem;left:38.9375rem;overflow:hidden;display:block; }
#MuZNaSUbXaonztw3nqf6RbhWAW4PSIFT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:40.625rem;display:none; }
#L3mRAfkUTf2UlQgLr1hEgy4GHbGRwCSM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:40.625rem;display:none; }
#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW { position:relative;display:block; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW { 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 { border-width: 0; border-radius: 0; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .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; }#Jc4xJRNuxSoJZFcufSbnnU0NgivQolRW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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; }
#O1PM1nQeuAAh9FD8k3q3eK6c5J2LBfxs { color:#6a52c6;display:block;width:65.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.25rem;height:5.85rem;font-style:normal;display:block; }
#Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy { position:relative;display:none; }#Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy { border-width: 0; border-radius: 0; }#Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy > .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; }#Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy > .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:21.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kaxrU4knaStO8EfsNi7XRX2S1FAI2plw { position:absolute;display:block;z-index:15011;height:12.4359375rem;width:22.310125rem;top:3.8125rem;left:4.5625rem;display:block; }
#TbwKyeGPtptW42GoMff94SmkKcGfUNhF { position:absolute;display:block;z-index:15013;height:14.8113125rem;width:26.5616875rem;top:2.125rem;left:45.875rem;display:block; }
#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d6ffadd-b2d6-41b0-8c52-bee35a7cb862/Group145.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO.adaptive-delivery-prevent-bg, #lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO.lazyload, #lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO.lazyloading { background-image: none; }#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO > .row .container { border-width: 0; border-radius: 0; }#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO > .row .container { font-size:0.875rem;font-family:arial;height:94.8125rem;width:75rem;position:relative;display:none; }#EUa7TBOEtIxw8fetq63icOqSosKOXk9q { color:#6a52c6;display:block;width:11.9355625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.6875rem;height:2.92448125rem;font-style:normal;display:block; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(193,182,255,0.17);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;color:#6a52c6;font-family:poppins;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;height:auto;color:#4c4c4c;font-family:poppins;line-height:1.6;overflow:hidden; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e9362e164c5da463095f9514caa2ef6cab6c38ae.svg");background-size:contain !important; }#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-trigger.adaptive-delivery-prevent-bg, #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-trigger.lazyload, #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-trigger.lazyloading { background-image: none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u { box-sizing:content-box;height:auto;width:61.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;top:7.375rem;left:2.6875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #JZLS5vg6OVBdOSbZ3XHTqO1hRcW21T1L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OSNU4KZXX2l12PJQReazzlxKnQDsQrnd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OnR3zAP173IvSTxqbgs9IsUJFpTJ5cpp { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #zTgOkEZi6f9aRQSAdQq8TvSCGlksKcqw {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #olMGnaspRUfH9F44Ok0GBwIs3w0lWBEL {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #ZWF0xqDybdzFv0CFkVwDCVM6ZS4eRNyl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #RaMmcOyy2FMXpbksTwDGn6wCmyeTFzVo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MusQAddQxa46viqmnZQLvwWw6JM0FauS { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #l4uZuxwM3k2y2ULiA5ewiDcBdT09Sqz0 {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #hDQpOtLJcAgd1w6slGWvAliI2T8DWPsU { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Lq57SuVytroqlhoJiNhudaslT2D1kSR9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #DHN1S9Naw103RfA7gfMm5D2kNNkXs2a6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #lm9skUie3iTbF0M6gbgsOL0Q9xMD8mcV { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #U8cX5voJLAxyTUFev9R6yabFydoyM5rF {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #FGGTPZF3EIGtH3Wc4vDpkpySnXphbObQ { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bDrzKI7FHhaTHVoeNVa8qEVVBacmZauF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #rb0w8xMAOqHdrI9y0o6z7TDDgU06WDqz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #UgHaNrFfGbFiJcEa03KHTLQC98nJo7Zc { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #t0LhkRxnSxgZXrFPxg8IOXTtdtzIL5Ms {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #peVCiTrGbtA8UWnEzn8oALmUcP1Gw82G { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #zVNwo5JTR4Tm5LIirlU2r3hl8v3WGd3k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #RRvZHc1atrnnkr5ovB6KBvF6NgfKk6f2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EJqrMX9vT5G941g1v7PasF1UMzIrL5u4 { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #me60e6vAP5xOrp3UDkqbL2VQu6aqUxZg {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #KHZMX1Tk8Z1Xktd8hmPLSbMu6iH7fhJX { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OZXTlpihMQCf4wAy9NGJRIBVVfp8LANE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #BC1p2rsC39Jl6BllM8F4HRFdG4Gd2VqL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #h7qnyFb7vUNF4mnXym1r0yDETdF4pJNT { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #eqW0hABtND9aSdJRv8fEqR1IU2EGDPq7 {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Tq2rQMCQlUTStK4uHlq6DWZxZPrFNvUi { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #nyCXAZQ8oiuTW8NILrK608a4WTsxKllZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #SJVrDTkraW4pTaQcqAMfuatVJTCTPEA3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #hcwprTpeQdssCvn8s2OzJ5hmdTNGXkCf { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #tT3ZwocSmZTXvvmQaBK23Uym8zZrQVSb {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Fs3etbNWXh6HA2fpPX3B2QTIWdBovg9Z { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #kVT1S3acp92b8CSOlL3slX4yxs7LZvCB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #waiFlwGQb9MMgrMQS1AllAvF4G5dTk9T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #au67U4qN6CATsnlZeWhpRfFeBywJhh37 { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #srqu4IJI7TiNP2VkioHuJnnta5Ew5OTZ {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #a4yRXqvGGia1a9istiNflt43GKQIQULr { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #BK8FXDtTrtXs9c2CO6rHZtZATQddO4sG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bQVPAw2AXgWLpRqxilnF79rBOT22il7s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #oJoTmfTmyittkLQUn5Sv7ZssDC5yplq1 { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #kzMxg9aU6m0cwATauUtrNUiKrlApxxOK {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MEkH5d41yI744tvKOpNiF2FrCGoXpHT8 { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #dg6gTPA0tdKKNWPA0zJfD7WizELxUCCz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #nOMvqnODCnuDkLLGliTyIqRSUkHnibHe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #B2X1WA5u6EEKCoW6qlSM73pdbWJUTayP { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #iLA2LE1z7PT7bfJi9kKS9KdebGDtNQP1 {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EF98y20aESr7z1k3Tp0sHzZHTRc2ufx0 { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #pNTTI0XtIX2nPSXNzaTK06hDtLPfQKkV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MiFaEX3BJC1vIbQIJ5rXPdJz3Q9aOaFR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #FmBlkA02BDLqBWAw0T8V6utpe0lT8xMz { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #T3inXg83MvhlXgpTdPmdTwiJAuXG7bqi {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #dJMOdwuvDZON8glT54L1NTcfC5L8kQ2n { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #QofvsWuWwVATeKUlpqirrVI1KsU1GRvh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #qdXHqPaEzya0qlgrOT62iCFRRoJqDvyI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #v7kiMD38iaIHHnd9Z2IaaAXDUczl1bdH { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #LWMuPAtvXZVOLB6FWstUk9vsVepVW1wL {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Mtc6xhmLTUOK6W99btu35dq5LFMUpX5m { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #qadSQGTmxUxaHxbJViHMXaeLX9zlT9L1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Wh5An46ZEeLfmFGxouHry1GnzMJhFUMl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Z4P6WrkdfxzWeML99LlKrbmTaGQMBufC { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #uDTxXiKWwPNzGWS6FK8X01m3fq1ph4FV {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Z9qzCK31gA6dV5mhXFwzkJ1QsFIDzVI8 { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #T7a6KrFzC3LT8pb34ZDteLvEBEL68zFx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #PL0CeZ7pA0rTTP9XuzDqCH6IlmNadpwI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #NVPXmchwTaJrXv3vEqWdBLHE8Wbu6QId { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #mGHH58rzsP6ZGW2h84LORWyCMw8CDIrt {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #cZQdsCtKrTvg4qW6QenLlTgwwglNL2VU { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #aiyHn7lCwR2Mt2dGTHMOhv8W7KT5hEKV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #ne1lnesstMB5M7HfZnD6ibLNuc9n9FG0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #oaVq3Jut9v6nC7cmXhXyW3Krvnm2n4mQ { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #rCbn6kRGxTVfwGLb0aF4EAkFJ2dxcUNb {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EfPUs0AotTaCC6whUmUGPGelTbQ63Ksq { display:none; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Rk5PmAIISB7WFTkFUhgCuGxNovmSbgLz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #vNu9dpI4fl4ZNDULWWg7SdvUQG2pBCkK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #p0UF7OnqKGCJvyXKnD3IpIZeVQVaxswQ { display:block;position:relative; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #chSJvhOxWgfKs3FrQEDllCXbvUd1Nt6S {  }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bsigp5RqFyCgqRiAZMQTbiTnphKOk5Rc { display:none; }
#oo9RJ9OA38urSHea8DD3QqwcrhbkNKZI { position:absolute;display:block;z-index:15006;background-color:#5bc479;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.125rem;left:2.6875rem;display:block; }
#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d6ffadd-b2d6-41b0-8c52-bee35a7cb862/Group145.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.adaptive-delivery-prevent-bg, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyload, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyloading { background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { background-color: transparent; background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { border-width: 0; border-radius: 0; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#AqmWPCoADtz97BQWQ3UZGaBa0yJyoT25 { color:#2c2c2c;display:block;width:36.8120625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:16.8125rem;left:3.1875rem;height:7.875rem;display:block; }
#mBhKR2GrRZIqbTmTLFewSwCLqKy8dxOh { color:#6a52c6;display:block;width:35.7498125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:3.1875rem;height:2.925rem;font-style:normal;display:block; }
#bU30DG9BlFOW9RewD3QG1nX2dJgebVJm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.4375rem;left:50.1875rem; }
#fgGVskgfZaFJ9DdqUrSSyKhC1dFT4LDd { position:absolute;display:block;z-index:15006;background-color:#5bc479;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37434875rem;width:8.2498125rem;top:15rem;left:3.1875rem;display:block; }
#u0x8zRKq7WBTu7ZXZ8WiMrxaGVSgwU9x { color:#000000;display:block;width:27.56125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:28.996806144714rem;left:42.998935699463rem;height:6.39375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H1t87hQ7Gq2pBBmofXkzbKgkmXlzwHap { color:#232323;display:block;width:39.1868125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:2.2;letter-spacing:0;top:28.99769115448rem;left:3.1871452331543rem;height:13.190625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVifxhrkAXTqkLHr8GTS30Tc6QuBILBK { color:#343434;display:block;width:27.56125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:26.44442653656rem;left:3.1871452331543rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y2puyTf95CJ0mL0oIqJg39I5L3fU9Kqv { color:#000000;display:block;width:27.56125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:26.191405296326rem;left:43.623935699463rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OSt1AsgETO8GWOBUdgbKDoet8S2MRu0u { box-sizing:content-box;height:33.4375rem;width:70.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:10.374349594116rem;left:1.5625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;display:block; }
#liyJCfo5TpebGmXJa1SU0gizR8BwIAM4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6230625rem;width:19.936rem;top:0.693359375rem;left:49.248046875rem;overflow:hidden;display:block; }
#HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecc00;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:none; }#HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 > .row .container { border-width: 0; border-radius: 0; }#HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#kO55GUoFNiPcDMnpgDBGIyl9EIR5XTyX { color:#000000;display:block;width:42.0621875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1858730316162rem;left:16.468098640442rem;height:8.92944375rem;text-align:center;text-align-last:center;display:block; }
#M7uPKnzsDIRJyAceWosAttdm3x4ZFvpN { 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 #251811;border-left:0.0625rem solid #251811;border-right:0.0625rem solid #251811;border-bottom:0.0625rem solid #251811;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:#251811;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:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.270833375rem;height:2.958170875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:13.210433483124rem;left:30.363768577576rem;display:block; }
#yU3htTio1wJxkrXD26Ab4iLcK2tkvxBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGrwhChvSxS4RLCPZSy7BacVSrRARCf5 { 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:18.75rem;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; }
#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.596875rem;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.790625rem;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; } #bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row .container { background-color: transparent; background-image: none; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row .container > .video-iframe-container { display: none; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row > .video-iframe-container { display: none; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .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); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row .container { border-width: 0; border-radius: 0; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtPON4i7dStENoNl3Z4Owtha9xETv2at { width:15.0625rem;height:12.26126306469rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WhCtoAemmg5s0xOsfTgVS6zEZcdhEk { width:38.0625rem;height:7.75rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QURtWwQTpzWfAMCsPHfHHTuQqadKTFEx { width:12.5625rem;height:5.5625rem;top:12.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUkJTdViMqhAMZFxPp7XtIcUvTaVmf0P { width:42.375rem;height:14.25rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRQm84wrF8tysmZP1iH4iKSQeZnoLB67 { width:8.875rem;height:2.8125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTWZWNUlavOgbg5ilKTTD9AJDtCZODG { display:block; }
 }@media only screen and (max-width: 763px) { #w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 { display:block; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDufgniVTGezPBwNr5LLIL1DhNKEW5f4 { width:2.5rem;height:2.5rem;top:1.125rem;left:4.78125rem;display:block; }
#EDufgniVTGezPBwNr5LLIL1DhNKEW5f4 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #TrAit505sw9ix9ZLzO0sX3ztJMZ6y0T1 { width:15.0625rem;height:1.25rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAic46wIgdnvC5Te5kCJ5FCq1SNEgN0k { width:2.8125rem;height:3rem;top:1.125rem;left:16.71875rem;display:block; }
#yAic46wIgdnvC5Te5kCJ5FCq1SNEgN0k > img { max-width: 100%;max-height:100%; width:2.8125rem; height:3rem; } }@media only screen and (max-width: 763px) { #JEX9DPt7WI5CudDy1STntLIU1TluXuaz { width:15.0625rem;height:1.25rem;top:4.3125rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldiOnG7EShX5ivTcy5ttpkEU7up7lD2k { width:2.5rem;height:2.5rem;top:1.0625rem;left:28.65625rem;display:block; }
#ldiOnG7EShX5ivTcy5ttpkEU7up7lD2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #UqGLQfmqViqtB0P4cAiJRocOtMWbnwee { width:15.0625rem;height:1.25rem;top:4.3125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITI6iRTWVGdfhlK7rEGRBqr8MLyiuoKo { width:2.5rem;height:2.5rem;top:1.125rem;left:40.53125rem;display:block; }
#ITI6iRTWVGdfhlK7rEGRBqr8MLyiuoKo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #EQlg8mMrHCNIQCtfH4WBOip9SAAS5Chg { width:15.0625rem;height:2.5625rem;top:4.375rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8BTO0q4lgAlDxZLMF7RCNuHoV5Kok8I { width:0.0625rem;height:5.8125rem;top:1.5rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Czsga7TUatL18DzpoZRoPt8ClOCOns2K { width:0.0625rem;height:5.8125rem;top:1.5rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLUywOJLo15yq2JRfSWiKIhLQSXC5PH7 { width:0.0625rem;height:5.8125rem;top:1.5rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz { display:none; }#fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rllu3IhZZkiHZfs1AwW7z5rzgxZr3xDh { width:47.75rem;height:15.570652173913rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQLrMJ0nNrcn61tPLGPNObxJcybNkfwE { width:40.625rem;height:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLJVKrFthi2AMJiq6PN68HRW6gQaKXU8 { width:10.25rem;height:2.0625rem;top:18.375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs6acPWVRRdzpPfyAh9ewhs0yf3tGPuN { display:block; }
 }@media only screen and (max-width: 763px) { #F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG { display:none; }#F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRx6pciJBaHArfwKcsMrW43kWwxqX6ka { width:34.625rem;height:15.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5oinsNTG2OdLiuK7G3QBKNg5NUmPsUA { width:34.625rem;height:15.9375rem;top:1.375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuZNaSUbXaonztw3nqf6RbhWAW4PSIFT { width:40.625rem;height:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3mRAfkUTf2UlQgLr1hEgy4GHbGRwCSM { width:40.625rem;height:40.625rem;display:none; }
 }@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) { #O1PM1nQeuAAh9FD8k3q3eK6c5J2LBfxs { width:47.75rem;height:5.875rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy { display:none; }#Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kaxrU4knaStO8EfsNi7XRX2S1FAI2plw { width:22.25rem;height:12.375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwKyeGPtptW42GoMff94SmkKcGfUNhF { width:26.5rem;height:14.75rem;top:2.125rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO { display:block; }#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUa7TBOEtIxw8fetq63icOqSosKOXk9q { width:11.875rem;height:2.875rem;top:3.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u { display:flex;height:auto;width:27.8125rem;top:11.6875rem;left:16.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #JZLS5vg6OVBdOSbZ3XHTqO1hRcW21T1L {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OSNU4KZXX2l12PJQReazzlxKnQDsQrnd {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OnR3zAP173IvSTxqbgs9IsUJFpTJ5cpp {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #zTgOkEZi6f9aRQSAdQq8TvSCGlksKcqw {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #olMGnaspRUfH9F44Ok0GBwIs3w0lWBEL {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #ZWF0xqDybdzFv0CFkVwDCVM6ZS4eRNyl {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #RaMmcOyy2FMXpbksTwDGn6wCmyeTFzVo {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MusQAddQxa46viqmnZQLvwWw6JM0FauS {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #l4uZuxwM3k2y2ULiA5ewiDcBdT09Sqz0 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #hDQpOtLJcAgd1w6slGWvAliI2T8DWPsU {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Lq57SuVytroqlhoJiNhudaslT2D1kSR9 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #DHN1S9Naw103RfA7gfMm5D2kNNkXs2a6 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #lm9skUie3iTbF0M6gbgsOL0Q9xMD8mcV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #U8cX5voJLAxyTUFev9R6yabFydoyM5rF {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #FGGTPZF3EIGtH3Wc4vDpkpySnXphbObQ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bDrzKI7FHhaTHVoeNVa8qEVVBacmZauF {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #rb0w8xMAOqHdrI9y0o6z7TDDgU06WDqz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #UgHaNrFfGbFiJcEa03KHTLQC98nJo7Zc {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #t0LhkRxnSxgZXrFPxg8IOXTtdtzIL5Ms {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #peVCiTrGbtA8UWnEzn8oALmUcP1Gw82G {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #zVNwo5JTR4Tm5LIirlU2r3hl8v3WGd3k {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #RRvZHc1atrnnkr5ovB6KBvF6NgfKk6f2 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EJqrMX9vT5G941g1v7PasF1UMzIrL5u4 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #me60e6vAP5xOrp3UDkqbL2VQu6aqUxZg {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #KHZMX1Tk8Z1Xktd8hmPLSbMu6iH7fhJX {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OZXTlpihMQCf4wAy9NGJRIBVVfp8LANE {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #BC1p2rsC39Jl6BllM8F4HRFdG4Gd2VqL {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #h7qnyFb7vUNF4mnXym1r0yDETdF4pJNT {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #eqW0hABtND9aSdJRv8fEqR1IU2EGDPq7 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Tq2rQMCQlUTStK4uHlq6DWZxZPrFNvUi {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #nyCXAZQ8oiuTW8NILrK608a4WTsxKllZ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #SJVrDTkraW4pTaQcqAMfuatVJTCTPEA3 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #hcwprTpeQdssCvn8s2OzJ5hmdTNGXkCf {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #tT3ZwocSmZTXvvmQaBK23Uym8zZrQVSb {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Fs3etbNWXh6HA2fpPX3B2QTIWdBovg9Z {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #kVT1S3acp92b8CSOlL3slX4yxs7LZvCB {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #waiFlwGQb9MMgrMQS1AllAvF4G5dTk9T {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #au67U4qN6CATsnlZeWhpRfFeBywJhh37 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #srqu4IJI7TiNP2VkioHuJnnta5Ew5OTZ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #a4yRXqvGGia1a9istiNflt43GKQIQULr {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #BK8FXDtTrtXs9c2CO6rHZtZATQddO4sG {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bQVPAw2AXgWLpRqxilnF79rBOT22il7s {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #oJoTmfTmyittkLQUn5Sv7ZssDC5yplq1 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #kzMxg9aU6m0cwATauUtrNUiKrlApxxOK {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MEkH5d41yI744tvKOpNiF2FrCGoXpHT8 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #dg6gTPA0tdKKNWPA0zJfD7WizELxUCCz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #nOMvqnODCnuDkLLGliTyIqRSUkHnibHe {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #B2X1WA5u6EEKCoW6qlSM73pdbWJUTayP {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #iLA2LE1z7PT7bfJi9kKS9KdebGDtNQP1 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EF98y20aESr7z1k3Tp0sHzZHTRc2ufx0 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #pNTTI0XtIX2nPSXNzaTK06hDtLPfQKkV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MiFaEX3BJC1vIbQIJ5rXPdJz3Q9aOaFR {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #FmBlkA02BDLqBWAw0T8V6utpe0lT8xMz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #T3inXg83MvhlXgpTdPmdTwiJAuXG7bqi {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #dJMOdwuvDZON8glT54L1NTcfC5L8kQ2n {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #QofvsWuWwVATeKUlpqirrVI1KsU1GRvh {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #qdXHqPaEzya0qlgrOT62iCFRRoJqDvyI {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #v7kiMD38iaIHHnd9Z2IaaAXDUczl1bdH {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #LWMuPAtvXZVOLB6FWstUk9vsVepVW1wL {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Mtc6xhmLTUOK6W99btu35dq5LFMUpX5m {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #qadSQGTmxUxaHxbJViHMXaeLX9zlT9L1 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Wh5An46ZEeLfmFGxouHry1GnzMJhFUMl {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Z4P6WrkdfxzWeML99LlKrbmTaGQMBufC {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #uDTxXiKWwPNzGWS6FK8X01m3fq1ph4FV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Z9qzCK31gA6dV5mhXFwzkJ1QsFIDzVI8 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #T7a6KrFzC3LT8pb34ZDteLvEBEL68zFx {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #PL0CeZ7pA0rTTP9XuzDqCH6IlmNadpwI {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #NVPXmchwTaJrXv3vEqWdBLHE8Wbu6QId {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #mGHH58rzsP6ZGW2h84LORWyCMw8CDIrt {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #cZQdsCtKrTvg4qW6QenLlTgwwglNL2VU {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #aiyHn7lCwR2Mt2dGTHMOhv8W7KT5hEKV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #ne1lnesstMB5M7HfZnD6ibLNuc9n9FG0 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #oaVq3Jut9v6nC7cmXhXyW3Krvnm2n4mQ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #rCbn6kRGxTVfwGLb0aF4EAkFJ2dxcUNb {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EfPUs0AotTaCC6whUmUGPGelTbQ63Ksq {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Rk5PmAIISB7WFTkFUhgCuGxNovmSbgLz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #vNu9dpI4fl4ZNDULWWg7SdvUQG2pBCkK {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #p0UF7OnqKGCJvyXKnD3IpIZeVQVaxswQ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #chSJvhOxWgfKs3FrQEDllCXbvUd1Nt6S {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bsigp5RqFyCgqRiAZMQTbiTnphKOk5Rc {  }
 }@media only screen and (max-width: 763px) { #oo9RJ9OA38urSHea8DD3QqwcrhbkNKZI { top:6.125rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl { display:block; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqmWPCoADtz97BQWQ3UZGaBa0yJyoT25 { width:36.75rem;height:6.25rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhKR2GrRZIqbTmTLFewSwCLqKy8dxOh { width:35.6875rem;height:2.875rem;top:11.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU30DG9BlFOW9RewD3QG1nX2dJgebVJm { width:7.8125rem;height:7.8125rem;top:16.4375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgGVskgfZaFJ9DdqUrSSyKhC1dFT4LDd { top:15rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0x8zRKq7WBTu7ZXZ8WiMrxaGVSgwU9x { width:27.5rem;height:6.375rem;top:28.9375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1t87hQ7Gq2pBBmofXkzbKgkmXlzwHap { width:39.125rem;height:13.1875rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVifxhrkAXTqkLHr8GTS30Tc6QuBILBK { width:27.5rem;height:1.75rem;top:26.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2puyTf95CJ0mL0oIqJg39I5L3fU9Kqv { width:27.5rem;height:1.75rem;top:26.1875rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSt1AsgETO8GWOBUdgbKDoet8S2MRu0u { width:47.75rem;height:33.4375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyJCfo5TpebGmXJa1SU0gizR8BwIAM4 { width:19.875rem;height:23.550780858121rem;top:0.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 { display:none; }#HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kO55GUoFNiPcDMnpgDBGIyl9EIR5XTyX { width:42rem;height:8.9375rem;top:2.125rem;left:2.8430986404419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uPKnzsDIRJyAceWosAttdm3x4ZFvpN { width:14.25rem;height:2.9375rem;top:13.1875rem;left:16.738768577576rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU3htTio1wJxkrXD26Ab4iLcK2tkvxBf { display:block; }
 }@media only screen and (max-width: 763px) { #TGrwhChvSxS4RLCPZSy7BacVSrRARCf5 { width:3.4375rem;height:3.4375rem;top:18.75rem;left:43.75rem;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; } #bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e189183a-b2eb-4248-af54-b2d3d1bad7c6/youngstrongmanpracticesyogaattheyogastudio20231127051416utc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #mtPON4i7dStENoNl3Z4Owtha9xETv2at { width:7.4373125rem;height:6.0620125rem;top:5.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WhCtoAemmg5s0xOsfTgVS6zEZcdhEk { width:17.1875rem;height:15.58125rem;top:13.688180923462rem;left:1.4062499403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QURtWwQTpzWfAMCsPHfHHTuQqadKTFEx { width:6.875rem;height:2.925rem;top:6.75rem;left:2.5625rem;font-size:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUkJTdViMqhAMZFxPp7XtIcUvTaVmf0P { width:20rem;height:18.4375rem;top:12.735244750976rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#5bc479;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PRQm84wrF8tysmZP1iH4iKSQeZnoLB67 { width:9rem;height:2.9375rem;top:30.733591079712rem;left:5.4984372258186rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixTWZWNUlavOgbg5ilKTTD9AJDtCZODG { display:block; }
 }@media only screen and (max-width: 763px) { #w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 { display:block; }#w7rNuZyeB1Fhedf6LAA2G3OZrNec1k22 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDufgniVTGezPBwNr5LLIL1DhNKEW5f4 { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem; }
#EDufgniVTGezPBwNr5LLIL1DhNKEW5f4 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #TrAit505sw9ix9ZLzO0sX3ztJMZ6y0T1 { width:8.125rem;height:2.596875rem;top:5rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAic46wIgdnvC5Te5kCJ5FCq1SNEgN0k { display:flex;width:2.5rem;height:2.5rem;top:9.25rem;left:8.75rem; }
#yAic46wIgdnvC5Te5kCJ5FCq1SNEgN0k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #JEX9DPt7WI5CudDy1STntLIU1TluXuaz { width:7.5rem;height:2.596875rem;top:13rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldiOnG7EShX5ivTcy5ttpkEU7up7lD2k { display:flex;width:2.5rem;height:2.5rem;top:16.8125rem;left:8.75rem; }
#ldiOnG7EShX5ivTcy5ttpkEU7up7lD2k > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #UqGLQfmqViqtB0P4cAiJRocOtMWbnwee { width:6.8123125rem;height:2.596875rem;top:20.5625rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITI6iRTWVGdfhlK7rEGRBqr8MLyiuoKo { display:flex;width:2.5rem;height:2.5rem;top:24.4375rem;left:8.75rem; }
#ITI6iRTWVGdfhlK7rEGRBqr8MLyiuoKo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #EQlg8mMrHCNIQCtfH4WBOip9SAAS5Chg { width:7.6245rem;height:3.8953125rem;top:28.1875rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8BTO0q4lgAlDxZLMF7RCNuHoV5Kok8I { width:0.0618489375rem;height:3.125rem;top:17.59846875rem;left:9.9375rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Czsga7TUatL18DzpoZRoPt8ClOCOns2K { width:0.0618489375rem;height:3.125rem;top:13.22346875rem;left:9.9375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #KLUywOJLo15yq2JRfSWiKIhLQSXC5PH7 { width:0.0618489375rem;height:3.125rem;top:8.84846875rem;left:9.9375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz { display:none; }#fyTHMpOIvPsEmTeUfNU7HfRAtQgiekGz > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rllu3IhZZkiHZfs1AwW7z5rzgxZr3xDh { width:20rem;height:6.521739130435rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQLrMJ0nNrcn61tPLGPNObxJcybNkfwE { top:2.1744785308838rem;left:0rem;width:20rem;height:20rem;z-index:15002;overflow:hidden;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLJVKrFthi2AMJiq6PN68HRW6gQaKXU8 { width:10.25rem;height:2.0625rem;top:23rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs6acPWVRRdzpPfyAh9ewhs0yf3tGPuN { display:block; }
 }@media only screen and (max-width: 763px) { #F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG { display:none; }#F8meT6qXf5T0R1MSXyJuL2yXCSn4xDJG > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRx6pciJBaHArfwKcsMrW43kWwxqX6ka { width:20rem;height:9.205776173285rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5oinsNTG2OdLiuK7G3QBKNg5NUmPsUA { width:20rem;height:9.205776173285rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuZNaSUbXaonztw3nqf6RbhWAW4PSIFT { top:0.92578125rem;left:0rem;width:20rem;height:20rem;z-index:15002;overflow:hidden;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3mRAfkUTf2UlQgLr1hEgy4GHbGRwCSM { top:21.863285064698rem;left:0rem;width:20rem;height:20rem;z-index:15003;overflow:hidden;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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) { #O1PM1nQeuAAh9FD8k3q3eK6c5J2LBfxs { width:18.75rem;height:8.1269375rem;top:2.8125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy { display:none; }#Lrsm62v9PXF8D5GnvTGmyvSmVknNauvy > .row .container { width:20rem;height:192.43730487061rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kaxrU4knaStO8EfsNi7XRX2S1FAI2plw { width:20rem;height:12.375rem;top:164.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwKyeGPtptW42GoMff94SmkKcGfUNhF { width:20rem;height:14.75rem;top:177.68730487061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d6ffadd-b2d6-41b0-8c52-bee35a7cb862/Group145.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO.adaptive-delivery-prevent-bg, #lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO.lazyload, #lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO.lazyloading { background-image: none; }#lOvvd8TCZNAOqd0HmDKfIfwPKTpnwUEO > .row .container { width:20rem;height:132.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EUa7TBOEtIxw8fetq63icOqSosKOXk9q { width:11.875rem;height:2.6003875rem;top:1.25rem;left:4.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cPHcVaoTM5z2cQ91t218f90qMOPxUu0u { display:flex;height:auto;width:17.499625rem;top:6.723635rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #JZLS5vg6OVBdOSbZ3XHTqO1hRcW21T1L {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OSNU4KZXX2l12PJQReazzlxKnQDsQrnd {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OnR3zAP173IvSTxqbgs9IsUJFpTJ5cpp {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #zTgOkEZi6f9aRQSAdQq8TvSCGlksKcqw {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #olMGnaspRUfH9F44Ok0GBwIs3w0lWBEL {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #ZWF0xqDybdzFv0CFkVwDCVM6ZS4eRNyl {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #RaMmcOyy2FMXpbksTwDGn6wCmyeTFzVo {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MusQAddQxa46viqmnZQLvwWw6JM0FauS {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #l4uZuxwM3k2y2ULiA5ewiDcBdT09Sqz0 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #hDQpOtLJcAgd1w6slGWvAliI2T8DWPsU {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Lq57SuVytroqlhoJiNhudaslT2D1kSR9 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #DHN1S9Naw103RfA7gfMm5D2kNNkXs2a6 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #lm9skUie3iTbF0M6gbgsOL0Q9xMD8mcV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #U8cX5voJLAxyTUFev9R6yabFydoyM5rF {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #FGGTPZF3EIGtH3Wc4vDpkpySnXphbObQ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bDrzKI7FHhaTHVoeNVa8qEVVBacmZauF {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #rb0w8xMAOqHdrI9y0o6z7TDDgU06WDqz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #UgHaNrFfGbFiJcEa03KHTLQC98nJo7Zc {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #t0LhkRxnSxgZXrFPxg8IOXTtdtzIL5Ms {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #peVCiTrGbtA8UWnEzn8oALmUcP1Gw82G {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #zVNwo5JTR4Tm5LIirlU2r3hl8v3WGd3k {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #RRvZHc1atrnnkr5ovB6KBvF6NgfKk6f2 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EJqrMX9vT5G941g1v7PasF1UMzIrL5u4 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #me60e6vAP5xOrp3UDkqbL2VQu6aqUxZg {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #KHZMX1Tk8Z1Xktd8hmPLSbMu6iH7fhJX {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #OZXTlpihMQCf4wAy9NGJRIBVVfp8LANE {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #BC1p2rsC39Jl6BllM8F4HRFdG4Gd2VqL {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #h7qnyFb7vUNF4mnXym1r0yDETdF4pJNT {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #eqW0hABtND9aSdJRv8fEqR1IU2EGDPq7 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Tq2rQMCQlUTStK4uHlq6DWZxZPrFNvUi {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #nyCXAZQ8oiuTW8NILrK608a4WTsxKllZ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #SJVrDTkraW4pTaQcqAMfuatVJTCTPEA3 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #hcwprTpeQdssCvn8s2OzJ5hmdTNGXkCf {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #tT3ZwocSmZTXvvmQaBK23Uym8zZrQVSb {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Fs3etbNWXh6HA2fpPX3B2QTIWdBovg9Z {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #kVT1S3acp92b8CSOlL3slX4yxs7LZvCB {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #waiFlwGQb9MMgrMQS1AllAvF4G5dTk9T {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #au67U4qN6CATsnlZeWhpRfFeBywJhh37 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #srqu4IJI7TiNP2VkioHuJnnta5Ew5OTZ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #a4yRXqvGGia1a9istiNflt43GKQIQULr {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #BK8FXDtTrtXs9c2CO6rHZtZATQddO4sG {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bQVPAw2AXgWLpRqxilnF79rBOT22il7s {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #oJoTmfTmyittkLQUn5Sv7ZssDC5yplq1 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #kzMxg9aU6m0cwATauUtrNUiKrlApxxOK {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MEkH5d41yI744tvKOpNiF2FrCGoXpHT8 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #dg6gTPA0tdKKNWPA0zJfD7WizELxUCCz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #nOMvqnODCnuDkLLGliTyIqRSUkHnibHe {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #B2X1WA5u6EEKCoW6qlSM73pdbWJUTayP {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #iLA2LE1z7PT7bfJi9kKS9KdebGDtNQP1 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EF98y20aESr7z1k3Tp0sHzZHTRc2ufx0 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #pNTTI0XtIX2nPSXNzaTK06hDtLPfQKkV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #MiFaEX3BJC1vIbQIJ5rXPdJz3Q9aOaFR {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #FmBlkA02BDLqBWAw0T8V6utpe0lT8xMz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #T3inXg83MvhlXgpTdPmdTwiJAuXG7bqi {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #dJMOdwuvDZON8glT54L1NTcfC5L8kQ2n {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #QofvsWuWwVATeKUlpqirrVI1KsU1GRvh {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #qdXHqPaEzya0qlgrOT62iCFRRoJqDvyI {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #v7kiMD38iaIHHnd9Z2IaaAXDUczl1bdH {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #LWMuPAtvXZVOLB6FWstUk9vsVepVW1wL {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Mtc6xhmLTUOK6W99btu35dq5LFMUpX5m {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #qadSQGTmxUxaHxbJViHMXaeLX9zlT9L1 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Wh5An46ZEeLfmFGxouHry1GnzMJhFUMl {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Z4P6WrkdfxzWeML99LlKrbmTaGQMBufC {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #uDTxXiKWwPNzGWS6FK8X01m3fq1ph4FV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Z9qzCK31gA6dV5mhXFwzkJ1QsFIDzVI8 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #T7a6KrFzC3LT8pb34ZDteLvEBEL68zFx {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #PL0CeZ7pA0rTTP9XuzDqCH6IlmNadpwI {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #NVPXmchwTaJrXv3vEqWdBLHE8Wbu6QId {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #mGHH58rzsP6ZGW2h84LORWyCMw8CDIrt {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #cZQdsCtKrTvg4qW6QenLlTgwwglNL2VU {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #aiyHn7lCwR2Mt2dGTHMOhv8W7KT5hEKV {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #ne1lnesstMB5M7HfZnD6ibLNuc9n9FG0 {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #oaVq3Jut9v6nC7cmXhXyW3Krvnm2n4mQ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #rCbn6kRGxTVfwGLb0aF4EAkFJ2dxcUNb {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #EfPUs0AotTaCC6whUmUGPGelTbQ63Ksq {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #Rk5PmAIISB7WFTkFUhgCuGxNovmSbgLz {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #vNu9dpI4fl4ZNDULWWg7SdvUQG2pBCkK {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #p0UF7OnqKGCJvyXKnD3IpIZeVQVaxswQ {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #chSJvhOxWgfKs3FrQEDllCXbvUd1Nt6S {  }
 }@media only screen and (max-width: 763px) { #cPHcVaoTM5z2cQ91t218f90qMOPxUu0u #bsigp5RqFyCgqRiAZMQTbiTnphKOk5Rc {  }
 }@media only screen and (max-width: 763px) { #oo9RJ9OA38urSHea8DD3QqwcrhbkNKZI { width:8.2495rem;height:0.37434875rem;top:5.1001rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d6ffadd-b2d6-41b0-8c52-bee35a7cb862/Group145.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.adaptive-delivery-prevent-bg, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyload, #fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl.lazyloading { background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { background-color: transparent; background-image: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row > .video-iframe-container { display: none; }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fuhnO2qKTwC9Tvgdzi3dAE1roKLSuDRl > .row .container { width:20rem;height:85.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqmWPCoADtz97BQWQ3UZGaBa0yJyoT25 { width:17.9980625rem;height:12.59375rem;top:22.620445251465rem;left:1.0004341006279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhKR2GrRZIqbTmTLFewSwCLqKy8dxOh { width:16.749125rem;height:4.3875rem;top:15.123699188233rem;left:1.6243489384651rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU30DG9BlFOW9RewD3QG1nX2dJgebVJm { display:flex;width:4.93706875rem;height:4.93706875rem;top:8.4418411254881rem;left:4.8122833371163rem; }
 }@media only screen and (max-width: 763px) { #fgGVskgfZaFJ9DdqUrSSyKhC1dFT4LDd { width:8.2486875rem;height:0.37326375rem;top:20.625rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0x8zRKq7WBTu7ZXZ8WiMrxaGVSgwU9x { width:16.875rem;height:11.1890625rem;top:39.5rem;left:1rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #H1t87hQ7Gq2pBBmofXkzbKgkmXlzwHap { width:15.5619375rem;height:28.5796875rem;top:54.680395126343rem;left:0.99964487552644rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aVifxhrkAXTqkLHr8GTS30Tc6QuBILBK { width:16.3743125rem;height:1.8rem;top:52.569246292114rem;left:0.99964487552644rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #y2puyTf95CJ0mL0oIqJg39I5L3fU9Kqv { width:11.5625rem;height:1.8rem;top:36.8125rem;left:1rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OSt1AsgETO8GWOBUdgbKDoet8S2MRu0u { width:19.9375rem;height:78.625rem;top:6.3734016418456rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyJCfo5TpebGmXJa1SU0gizR8BwIAM4 { width:11.1870625rem;height:13.311625rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 { display:none; }#HfRPgCASpJlTwesoL2gDcPqldlcZ8Fx3 > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kO55GUoFNiPcDMnpgDBGIyl9EIR5XTyX { width:20rem;height:13.65rem;top:2.2493491172791rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uPKnzsDIRJyAceWosAttdm3x4ZFvpN { width:14.145520875rem;height:2.832845875rem;top:17.402342796326rem;left:2.9264323115349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU3htTio1wJxkrXD26Ab4iLcK2tkvxBf { display:block; }
 }@media only screen and (max-width: 763px) { #TGrwhChvSxS4RLCPZSy7BacVSrRARCf5 { width:3.4375rem;height:3.4375rem;top:21.483609082031rem;left:8.0625rem;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; } #bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row .container { background-color: transparent; background-image: none; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row .container > .video-iframe-container { display: none; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .row > .video-iframe-container { display: none; }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .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); }#bvt77KJwTpmNp1TLPbTfNQKqDQqDn4IP > .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; }
 }