.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); }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg { background-color:#ebebeb;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; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row .container { background-color: transparent; background-image: none; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row .container > .video-iframe-container { display: none; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row > .video-iframe-container { display: none; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .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); }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row .container { border-width: 0; border-radius: 0; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row .container { font-size:0.875rem;font-family:lato;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#lEFoxL727S0EziLz8RTEJahm5sivOkow { background-color:#0066ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#mnTl3UTFhT2ILZNeZNzo9xANUfIVTJ1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1VUM1JAnSPzTxFVdkhI0y9Wf5FG9AeO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0066ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.8125rem;left:53.1875rem;display:block; }
#dnOqPAqgudzmu5QKgrKpMGGpmeVVluqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9Zhc3MDqOtpB2qG8dTaruCipUu3BJ2W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0066ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.8125rem;left:44.5rem;display:block; }
#EDGWnAa3nVd0ehJfLAftcszdyM0289zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udw0VAHOwsmJ2NK9yKnP1nTlqs6k0L4s { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.0625rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf { background-color:#ebebeb;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; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { background-color: transparent; background-image: none; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container > .video-iframe-container { display: none; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row > .video-iframe-container { display: none; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .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); }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { border-width: 0; border-radius: 0; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { font-size:0.875rem;font-family:lato;height:54.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#TEacTi9gt9D2ogi0aS0ugqx0zTx07Oc7 { color:#2f2f2f;display:block;width:42.8125rem;position:absolute;font-family:lato;font-size:6.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:2.2265625rem;left:32.25rem;height:6.7373125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7F25T62cxTu3ERVaQa2BpwJ9cFBx3yA { color:#5e5e5e;display:block;width:42.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.625rem;left:32.21875rem;height:3rem;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; }
#J6fWdwiyoHVwr2xboPlktOs38o19VlLT { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5db31, #fefae0);background-image: -moz-linear-gradient(180deg, #f5db31, #fefae0);background-image: -ms-linear-gradient(180deg, #f5db31, #fefae0);background-image: -o-linear-gradient(180deg, #f5db31, #fefae0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#fefae0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#fefae0' );";background-image: linear-gradient(180deg, #f5db31, #fefae0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:23.9375rem;top:2.2265625rem;left:51.0625rem;display:block; }
#WOwaspsGQZKo9TsATEgKCCqdQ46a5p10 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.875rem;width:29.75rem;top:9.1875rem;left:0rem;overflow:hidden;display:block; }
#g6LBDdKnMkCyH04oM4nm4baudMlKJtGA { position:absolute;display:block;z-index:15013;height:31.9375rem;width:38.75rem;top:22.09375rem;left:32.25rem;display:block; }
#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { background-color:#ebebeb;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; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { background-color: transparent; background-image: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container > .video-iframe-container { display: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container { display: none; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .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); }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { border-width: 0; border-radius: 0; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { font-size:0.875rem;font-family:lato;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#LfLypWVThLXNyoaXwTWPivaPUskEFZaT { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:4.79980625rem;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:left;text-align-last:left;display:block; }
#ailorpeKTs1DCuoTfMTm2n3N06mfd9QI { background-color:#0066ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:30.875rem;left:48.5rem;display:block; }
#E6KPU4aCORRmzLKhJ4KZzZTKq2anmm8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cgyUizwMKALn8fxnr0bgtgRugDLvO7Jb { color:#2f2f2f;display:block;width:32.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14.125rem;left:42.625rem;height:10.5rem;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; }
#abBJotQXBQtOx3WEJOLu5dQtA0TJB4qZ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:31.1875rem;left:42.6875rem; }
#CESdTkFxtxLGzTScuzk1VVUWnixK5AOT { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5db31, #ebebeb);background-image: -moz-linear-gradient(180deg, #f5db31, #ebebeb);background-image: -ms-linear-gradient(180deg, #f5db31, #ebebeb);background-image: -o-linear-gradient(180deg, #f5db31, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db31', endColorstr='#ebebeb' );";background-image: linear-gradient(180deg, #f5db31, #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:17.625rem;width:25.125rem;top:3.9375rem;left:32rem;display:block; }
#zUriNVGhfPDrJ2TTFZJasG9glWa7e0hI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:13.3125rem;left:0rem;display:block; }
#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { background-color:#ebebeb;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; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { background-color: transparent; background-image: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { display: none; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .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); }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { border-width: 0; border-radius: 0; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { font-size:0.875rem;font-family:lato;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.75rem;left:0rem;height:4.79980625rem;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; }
#mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.6748046875rem;left:60.9375rem; }
#KlEorazsQWQ42n4052ZKfqz646SQLsUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.6748046875rem;left:10.9375rem; }
#XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:23.25rem;left:52.5rem;height:1.79980625rem;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; }
#D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:23.25rem;left:27.5rem;height:1.79980625rem;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; }
#dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.125rem;left:35.9375rem; }
#cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:25.65625rem;left:52.5rem;height:4.5rem;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; }
#urgI1itdplflaP3TcAp5CXt6JZSON0XB { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.5rem;height:4.5rem;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; }
#vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:25.65625rem;left:2.5rem;height:4.5rem;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; }
#p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { color:#2f2f2f;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:23.25rem;left:2.5rem;height:1.79980625rem;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; }
#UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { background-color:transparent;background-image:none;border-top:0.125rem solid #0066ff;border-left:0.125rem solid #0066ff;border-right:0.125rem solid #0066ff;border-bottom:0.125rem solid #0066ff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0066ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.59375rem;left:30.9375rem;display:block; }
#ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { position:absolute;display:block;z-index:15009;background-color:#faed98;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:36.625rem;left:0rem;display:block; }
#Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -moz-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -ms-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -o-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e8ff', endColorstr='#80b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e8ff', endColorstr='#80b3ff' );";background-image: linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.1123046875rem;left:9.375rem;display:block; }
#ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -moz-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -ms-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -o-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e8ff', endColorstr='#80b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e8ff', endColorstr='#80b3ff' );";background-image: linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.5625rem;left:34.375rem;display:block; }
#phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -moz-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -ms-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-image: -o-linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e8ff', endColorstr='#80b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add9e8ff', endColorstr='#80b3ff' );";background-image: linear-gradient(180deg, rgba(217,232,255,0.68), #80b3ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.1123046875rem;left:59.375rem;display:block; }
#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS { background-color:#ebebeb;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; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row .container { background-color: transparent; background-image: none; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row .container > .video-iframe-container { display: none; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row > .video-iframe-container { display: none; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .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); }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row .container { border-width: 0; border-radius: 0; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row .container { font-size:0.875rem;font-family:lato;height:48.75rem;width:75rem;overflow:visible;position:relative;display:block; }#MEBMApIyzKhQILhWb6CvAioEu6kwLCUR { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.5rem;left:0.0625rem;height:4.79980625rem;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:left;text-align-last:left;display:block; }
#B6dL3DJH1QsgIOpsRuDd5P1yhDuhUCkR { background-color:#0066ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:38.3125rem;left:39.375rem;display:block; }
#DoHLXJdT8v7DKfH1AcPVEV6gMLtT4QkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waSexCo8ZmONlyHdHT0ZH632uPF5w6T5 { color:#5e5e5e;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0.0625rem;height:3rem;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:left;text-align-last:left;display:block; }
#L8emQ6BFrcDh8iSPf1y4HNiXf2ygJtQN { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:13.3125rem;left:3.5rem;height:2.69970625rem;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:left;text-align-last:left;display:block; }
#SVz4B7CKQtXrmQkdiHchdgf0Fdf0mTky { color:#5e5e5e;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:17rem;left:39.375rem;height:3rem;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:left;text-align-last:left;display:block; }
#kEF8xqTvJuV6loATIX37fg073aoCsxJH { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:13.3125rem;left:42.9375rem;height:2.69970625rem;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:left;text-align-last:left;display:block; }
#pQB9m2RQrsnoex9i2rhspIF4Ku3wVZtK { color:#5e5e5e;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:30.5625rem;left:0rem;height:3rem;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:left;text-align-last:left;display:block; }
#vEO1xymO2Qyciv5vaDFfcTKkALECzQoc { color:#5e5e5e;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:30.625rem;left:39.3125rem;height:3rem;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:left;text-align-last:left;display:block; }
#gZpmIxyyP6sToekgTWdSh3LBacsaHb3P { color:#2f2f2f;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:26.9375rem;left:3.5rem;height:2.69970625rem;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:left;text-align-last:left;display:block; }
#oVLIRtof7M3hWQbsU4dwbW0HM018z623 { color:#2f2f2f;display:block;width:30rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:26.9375rem;left:42.9375rem;height:2.69970625rem;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:left;text-align-last:left;display:block; }
#B4eAQZ0Vof9UMm4tuBKcKKPTTFy0RHaI { 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:13.412109375rem;left:0rem; }
#C1T9JxgHiFt9Krcx47iEhd759LuzbzqC { 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:15008;opacity:1;top:13.3125rem;left:39.375rem; }
#GlC4lJkqeWcRUmXOzpRuCAux6FoFy9s6 { 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:15009;opacity:1;top:27.0625rem;left:39.375rem; }
#J6pJDNWco8aqrUuxU6isDa7JumJztiSB { 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:15010;opacity:1;top:27.037109375rem;left:0rem; }
#fVFvIc9gZnc9W1WOeJ1kaWb8TUim8NKJ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faed98, #ebebeb);background-image: -moz-linear-gradient(180deg, #faed98, #ebebeb);background-image: -ms-linear-gradient(180deg, #faed98, #ebebeb);background-image: -o-linear-gradient(180deg, #faed98, #ebebeb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed98', endColorstr='#ebebeb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed98', endColorstr='#ebebeb' );";background-image: linear-gradient(180deg, #faed98, #ebebeb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:26.9375rem;width:38.1875rem;top:10.4375rem;left:36.875rem;display:block; }
#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM { background-color:#ebebeb;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; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row .container { background-color: transparent; background-image: none; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row .container > .video-iframe-container { display: none; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row > .video-iframe-container { display: none; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .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); }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row .container { border-width: 0; border-radius: 0; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row .container { font-size:0.875rem;font-family:lato;height:32.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#VVmBEHz9J1DshtFO7wzvzknUMpLLxrmc { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:4.79980625rem;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; }
#tJxlBasT3buX2fdtNvJvUivPEO02pPa3 { position:absolute;display:block;z-index:15005;background-color:#bcbcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.21875rem;left:4.9375rem;display:block; }
#I7tNHiiZEmQloTocfNSI1DVKE7OFRzOE { color:#5e5e5e;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:23.4375rem;left:0rem;height:1.5rem;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; }
#Rf2gnXMB2ul3VVzdbyxlWgmGrMc0TRby { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.25rem;left:44.1875rem;display:block; }
#zTrNxkB83tqBJuEfIbDtGCDIHEuZUMmn { color:#5e5e5e;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:23.5rem;left:39.25rem;height:1.5rem;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; }
#VflacPvZSGRVTpeTOKwBHKQDhqDHxReP { position:absolute;display:block;z-index:15013;background-color:#bcbcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.21875rem;left:24.5625rem;display:block; }
#dkASaZiW93lTsauuIP4dEIz0dUptTQeL { color:#5e5e5e;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:23.5rem;left:19.625rem;height:1.5rem;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; }
#s5T5POBnlVfP3AKBAqpLyOpzq5fLZydr { color:#5e5e5e;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:23.5rem;left:58.875rem;height:1.5rem;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; }
#LCQVv6C84Q4McRHJu2eJS5UcImn89G1x { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.25rem;left:63.8125rem;display:block; }
#gflgt4KSXhNyiQHpVHhvLzArg7nNMIgb { color:#2f2f2f;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:20.9375rem;left:39.25rem;height:2.25rem;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; }
#HF0NGwlw6BdkIWkuuSeOnAQmW4mw61kT { color:#2f2f2f;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:20.9375rem;left:58.875rem;height:2.25rem;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; }
#TnfwlkcHxvkTnAZBu3FuhDDB5gpeXrhk { color:#2f2f2f;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:20.9375rem;left:0rem;height:2.25rem;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; }
#rattMD6Ut3NTtweOoNTA3KDifhv1URCR { color:#2f2f2f;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:20.9375rem;left:19.625rem;height:2.25rem;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; }
#epb6NFpKHkdF94NJlSgcuwm0PpL7qSWA { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:14.8125rem;left:6.59375rem; }
#G5Jm4uHFTvHbxaJ7wS6rWZUz65dNNGN1 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:14.9375rem;left:26.15625rem; }
#beKwDugQJnAnp6JOoHyyqy3XvynSO3tE { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.75rem;left:45.75rem; }
#ZdlkUH2XClg6uTi34QSnZ1ZImSb09y3B { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.875rem;left:65.5rem; }
#qIGlhFR2xdN02lxTfLDSs2F5FiysHt2U { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem dotted #0066ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.25rem;top:16.15625rem;left:6.1875rem;display:block; }
#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 { background-color:#ebebeb;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; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { background-color: transparent; background-image: none; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container > .video-iframe-container { display: none; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row > .video-iframe-container { display: none; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .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); }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { border-width: 0; border-radius: 0; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { font-size:0.875rem;font-family:lato;height:90.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#tWsul7a2wouz7R8XNrJMVZIQGn1MeFNi { color:#2f2f2f;display:block;width:61.4375rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5244140625rem;left:13.5625rem;height:4.79980625rem;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; }
#lW28oUrQTl1pysx2mnSRvFE4wbx2kbDn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faed98, #80b3ff);background-image: -moz-linear-gradient(180deg, #faed98, #80b3ff);background-image: -ms-linear-gradient(180deg, #faed98, #80b3ff);background-image: -o-linear-gradient(180deg, #faed98, #80b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed98', endColorstr='#80b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed98', endColorstr='#80b3ff' );";background-image: linear-gradient(180deg, #faed98, #80b3ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4rem;left:62.5rem;display:block; }
#iskn3R5Pm7x8ATdEWJhsT63KEPiQsImg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.6875rem;width:34.3125rem;top:18.5625rem;left:0rem;overflow:hidden;display:block; }
#oSRcVQRSF0IMr1JNeAWw4uiVEJZQAza4 { color:#5e5e5e;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:24.125rem;left:37.25rem;height:1.79980625rem;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; }
#nvPZfEEzdZSn2MHRKABwVvIrGVf8mPOJ { color:#2f2f2f;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:20.9375rem;left:37.25rem;height:;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; }
#GZmSH4kSkFrc8qaKFt6zIDHeErhmT0kV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.25rem;left:45.75rem; }
#wqaaDfc579Z0L2LMwteJF9nwBx2fc8ri { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:34.5rem;left:41.1875rem; }
#JfliL5qh5Vc4oGH9V8TrN4JuOZqaQdIx { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:34.875rem;left:37.25rem; }
#PivIBR3qVSB4trFqRBcnXscaS6Gv6TJu { color:#5e5e5e;display:block;width:33.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:28.875rem;left:37.25rem;height:3rem;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; }
#iWyP6slinC0LBgiANblfK5aT8ui9RWyK { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.6875rem;width:34.3125rem;top:41.3125rem;left:0rem;overflow:hidden;display:block; }
#EqFg42sDTNM33aF2WuIftQTb6TGN0aOm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:57rem;left:45.75rem; }
#vNBFeVqudeCfT4I2k4MzG1kr6OdoB50u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:57.25rem;left:41.1875rem; }
#raxudPUsapBLDJgZacLBMTk1aPqNwuRc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:57.625rem;left:37.25rem; }
#RVifH0XZfy54VRAw0qmLopTMitlOQU2K { color:#5e5e5e;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:51.6875rem;left:37.25rem;height:3rem;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; }
#xSg53CqbgA1hobg1BtduDhEw6d54qulO { color:#5e5e5e;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:46.875rem;left:37.25rem;height:1.79980625rem;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; }
#ACQaaVxoCTNnqAUTKVzDeFJZdNd6xVQN { color:#2f2f2f;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:43.6875rem;left:37.25rem;height:;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; }
#ETfdKTnL3330lCQl559RsSOOe5MF2LFR { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.6875rem;width:34.3125rem;top:64.0625rem;left:0rem;overflow:hidden;display:block; }
#EgsL31A6nOFshvn7iKL2VzliPgmMNqtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:79.75rem;left:45.75rem; }
#EAQNSHIdFzAuiVupQXirc7bhcSxTQaKq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:80rem;left:41.1875rem; }
#NcLqabu4fJzNLFKmfOZLAOS9ekS0ATNe { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:80.375rem;left:37.25rem; }
#Dwmu4p0lAStPUyMA9oEunLTZ9abuxyZN { color:#5e5e5e;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:74.4375rem;left:37.25rem;height:3rem;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; }
#Qa89kZa0vrpe7ZfLgOMdTbEho2a97m39 { color:#5e5e5e;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:69.625rem;left:37.25rem;height:1.79980625rem;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; }
#pbPSkQOXMXABLzibRJMEb7MJ9pVTFtCV { color:#2f2f2f;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:66.4375rem;left:37.25rem;height:;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; }
#xTPLwChRKn5k9ligE1B20wkJoqf4NPty { position:absolute;display:block;z-index:15028;background-color:#faed98;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:31.25rem;top:11.6875rem;left:0rem;display:block; }
#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 { background-color:#0066ff;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; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row .container { background-color: transparent; background-image: none; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row .container > .video-iframe-container { display: none; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row > .video-iframe-container { display: none; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .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); }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row .container { border-width: 0; border-radius: 0; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row .container { font-size:0.875rem;font-family:lato;height:28.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#frrpBaOJiZcMeEM4gMTghMgb6d63MQw4 { color:#ebebeb;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:8.25rem;left:41.3125rem;height:3.5996125rem;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; }
#ycHJziITky1MzmwPiiKA8rP6sxiB2FTu { color:#bcbcbc;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:12.1875rem;left:41.3125rem;height:1.19970625rem;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; }
#V5QSEKmukrVQBmPfvLi0fWedCPDrc2Gi { color:#bcbcbc;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:12.1875rem;left:58.125rem;height:1.19970625rem;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; }
#BsegI9umZxRohbTE2wCyd1iQGUolS9NR { color:#ebebeb;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:8.25rem;left:58.125rem;height:3.5996125rem;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; }
#fP0q1H4yrmUr1TW224SfMGL9KTbogmbn { color:#ebebeb;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:16.5rem;left:41.3125rem;height:3.5996125rem;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; }
#RfD7qkZyGHkViXlFgJxJyzbou2dy5A13 { color:#bcbcbc;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:20.4375rem;left:41.3125rem;height:1.19970625rem;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; }
#gLHQNBL1KnPls6q40um1cS4kzG7XGJaB { color:#bcbcbc;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:20.4375rem;left:58.125rem;height:1.19970625rem;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; }
#TTtL3oy72bco2Sk4PSDcFoc8t1NofesE { color:#ebebeb;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:16.5rem;left:58.125rem;height:3.5996125rem;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; }
#yTc8vRSofJcAnm5SQHq3fpk1zBBs5y3i { color:#ebebeb;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:7.6494140625rem;left:0rem;height:4.79980625rem;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:left;text-align-last:left;display:block; }
#H8qTaw1XSd3s8c4Po2aNtplc30GkVRx3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #faed98, #0066ff);background-image: -moz-linear-gradient(270deg, #faed98, #0066ff);background-image: -ms-linear-gradient(270deg, #faed98, #0066ff);background-image: -o-linear-gradient(270deg, #faed98, #0066ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed98', endColorstr='#0066ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faed98', endColorstr='#0066ff' );";background-image: linear-gradient(270deg, #faed98, #0066ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.375rem;width:12.375rem;top:5.0625rem;left:23.6875rem;display:block; }
#NOuV3FHAmfGWyKXsd2sZA3P9u7Gm1i3B { color:#ebebeb;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:14.0810546875rem;left:0rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#qPNHJJrQRG08k0lRyG2StUkczApL2gzl { background-color:#ebebeb;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; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { background-color: transparent; background-image: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container > .video-iframe-container { display: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container { display: none; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .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); }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { border-width: 0; border-radius: 0; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { font-size:0.875rem;font-family:lato;height:53.25rem;width:75rem;overflow:visible;position:relative;display:block; }#wnTRT6aAl9xLJOPzS3a4nTZoZimHfeyt { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:4.79980625rem;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:right;text-align-last:right;display:block; }
#uRLbwsgzUdwoADO79sxxlECPCslzraV6 { position:absolute;display:block;z-index:15032;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:7.5625rem;width:33.4375rem;top:4.7998046875rem;left:0rem;overflow:hidden;display:block; }
#dMJFEhG5fTveW9dpWlwwr3JP3rT33E9g { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:33.75rem;top:27.2373046875rem;left:0rem;overflow:hidden;display:block; }
#KqxFZNMaTT3Um3LpXUP2mwmUdUrqkKmB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:34.3125rem;top:12.3623046875rem;left:0rem;overflow:hidden;display:block; }
#k5vlgSAc0LGKRwq91uLA6mPZqRJ7Es5l { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:41.8125rem;top:4.7998046875rem;left:33.1875rem;overflow:hidden;display:block; }
#MapPO61NOEGuMTiCQdRMqueopsOy6fMR { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:47.5625rem;top:42.2998046875rem;left:0rem;overflow:hidden;display:block; }
#Xe34ILr8DA5T3tmBxirdzlV9lWKcRil1 { position:absolute;display:block;z-index:15038;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:9.5rem;width:41.6875rem;top:24.0185546875rem;left:33.3125rem;overflow:hidden;display:block; }
#TPrzC4q6nrcOL0rcQ2fTqDzEVUEEXL9x { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:40.6875rem;top:15.4248046875rem;left:34.3125rem;overflow:hidden;display:block; }
#QQSKObRXC5nhPtCdnrg46bchqyckI2c9 { position:absolute;display:block;z-index:15038;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:7.875rem;width:33.5rem;top:34.4248046875rem;left:0rem;overflow:hidden;display:block; }
#TvDDLTOMDnvIqz93zEngMkehazhcDWr3 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:41.4375rem;top:33.5185546875rem;left:33.455687830688rem;overflow:hidden;display:block; }
#KIPddO35s7Tg59NnMn54zPGxeSDK1R1R { background-color:#0066ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:47rem;left:53rem;display:block; }
#fk0ARUE97ZnPPHd9GOR0DlFq7OcIPE7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM { background-color:#ebebeb;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; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row .container { background-color: transparent; background-image: none; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row .container > .video-iframe-container { display: none; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row > .video-iframe-container { display: none; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .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); }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row .container { border-width: 0; border-radius: 0; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row .container { font-size:0.875rem;font-family:lato;height:41.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#TCU2lU7pVW9g5cXI6maLruFKsr1PyeTb { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:4.79980625rem;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:left;text-align-last:left;display:block; }
#iVO3ktHZOMvEHbTwqm2obqWu8pOOof84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:15.5625rem;left:19.0625rem; }
#uN83ToTO5TRI8WCey9rRyRUwzTsy7b74 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.0625rem;left:15.5rem; }
#OpyIOEwt9Zl5eZm9P2sa10z6SSaKPOBr { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #80b3ff, #faed98);background-image: -moz-linear-gradient(180deg, #80b3ff, #faed98);background-image: -ms-linear-gradient(180deg, #80b3ff, #faed98);background-image: -o-linear-gradient(180deg, #80b3ff, #faed98);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b3ff', endColorstr='#faed98' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b3ff', endColorstr='#faed98' );";background-image: linear-gradient(180deg, #80b3ff, #faed98);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:21.6875rem;left:8.5625rem;display:block; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#ebebeb;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#2f2f2f;line-height:1.5;overflow:hidden;height:auto; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .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;font-family:lato;color:#5e5e5e;height:auto;line-height:1.6;overflow:hidden; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .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_f353a98f3fe2786ceee47232d30bbcc2b218c05c.svg");background-size:contain !important; }#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-trigger.adaptive-delivery-prevent-bg, #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-trigger.lazyload, #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-trigger.lazyloading { background-image: none; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C { box-sizing:content-box;height:auto;width:34.8125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15072;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:14.30078125rem;left:37.75rem; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #ry24B4tOrs1cVCdaxQptKtZBZ6tIzXkz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #oQbVl3M7MXPJmnEpbMngetuSENMIoqG8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #NLoAWJPD0Gu3bTznmWaFkbTSbRshT8rT { display:block;position:relative; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #x91HUsd4ENmTvR5iSr2OxWkTnfyrw3cE {  }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #dhbsANNF7PiwHJu2vETIrmUQZhwDiVt6 {  }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #q7LmrBeJPvT0DXucxELGwN0RudfGo96J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #h2XUq05bFPMzTEs7kODVJ0oBK7W4Hfer { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #WO7UVy2xvbwKpVENb6NGFytqaskUXLtU { display:block;position:relative; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #UTEMGVgCuRXuH3P0SbWJKiVXOcrX99eP {  }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #ITxM0elo1tpbRzcVSk6eqbKMpMgn5rPE { display:none; }
#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl { background-color:#ebebeb;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; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { background-color: transparent; background-image: none; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container > .video-iframe-container { display: none; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row > .video-iframe-container { display: none; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .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); }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { border-width: 0; border-radius: 0; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { font-size:0.875rem;font-family:lato;height:13.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#UO2xRPN9TCihDzhg6QxcGMSDbbI9SVqN { color:#8d8d8d;display:block;width:75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3.8623046875rem;left:0rem;height:1.5rem;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; }
#HEkCmWT3z9PQFhAhUTR0LbBVO4cHcKuA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:8.125rem;left:32.8125rem;display:block; }
#yIHnZP3WokTdxoUGBPQECGE0VUnZ1TrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTfOc4UkEuzQOctwBFwaA8WD3nwZaTbK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.125rem;left:22.8125rem;display:block; }
#uAPg36gITTHZPsZvwXKPiw989G5NlHZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rugHGwCBW1VGbsUhchkRSpa2QM4UpyXc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:8.125rem;left:42.8125rem;display:block; }
#ygVvm1264zdGl7n9wQTPX02OcXDEOt29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTiilboiaqkHUvTDFPxUykk5pG15q1DF { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:6.5625rem;left:0rem;display:block; }
#Cdi3NHHzU1ncSaEcM7RWXms8abydVGWI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.0625rem;top:1.34375rem;left:36.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg { display:block; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEFoxL727S0EziLz8RTEJahm5sivOkow { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTl3UTFhT2ILZNeZNzo9xANUfIVTJ1I { display:block; }
 }@media only screen and (max-width: 763px) { #s1VUM1JAnSPzTxFVdkhI0y9Wf5FG9AeO { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOqPAqgudzmu5QKgrKpMGGpmeVVluqv { display:block; }
 }@media only screen and (max-width: 763px) { #b9Zhc3MDqOtpB2qG8dTaruCipUu3BJ2W { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDGWnAa3nVd0ehJfLAftcszdyM0289zp { display:block; }
 }@media only screen and (max-width: 763px) { #udw0VAHOwsmJ2NK9yKnP1nTlqs6k0L4s { top:0.8125rem;left:0rem;width:4.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf { display:block; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEacTi9gt9D2ogi0aS0ugqx0zTx07Oc7 { top:2.1875rem;left:4.9375rem;width:42.8125rem;height:13.4375rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7F25T62cxTu3ERVaQa2BpwJ9cFBx3yA { top:17.625rem;left:5rem;width:42.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6fWdwiyoHVwr2xboPlktOs38o19VlLT { top:2.1875rem;left:23.8125rem;width:23.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwaspsGQZKo9TsATEgKCCqdQ46a5p10 { top:9.1875rem;left:0rem;width:29.75rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LBDdKnMkCyH04oM4nm4baudMlKJtGA { top:22.0625rem;left:9rem;width:38.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { display:block; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { top:5.625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ailorpeKTs1DCuoTfMTm2n3N06mfd9QI { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6KPU4aCORRmzLKhJ4KZzZTKq2anmm8R { display:block; }
 }@media only screen and (max-width: 763px) { #cgyUizwMKALn8fxnr0bgtgRugDLvO7Jb { top:14.125rem;left:15.375rem;width:32.375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abBJotQXBQtOx3WEJOLu5dQtA0TJB4qZ { top:31.1875rem;left:29.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CESdTkFxtxLGzTScuzk1VVUWnixK5AOT { top:3.9375rem;left:18.375rem;width:25.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUriNVGhfPDrJ2TTFZJasG9glWa7e0hI { top:13.3125rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { top:6.75rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { top:16.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { top:16.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { top:23.25rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { top:23.25rem;left:13.875rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { top:17.125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { top:25.625rem;left:27.75rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { top:25.625rem;left:13.875rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { top:25.625rem;left:0rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { top:23.25rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { top:36.625rem;left:0rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { top:15.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { top:15.5625rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { top:15.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS { display:block; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEBMApIyzKhQILhWb6CvAioEu6kwLCUR { top:4.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6dL3DJH1QsgIOpsRuDd5P1yhDuhUCkR { width:13.125rem;height:4.375rem;top:38.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoHLXJdT8v7DKfH1AcPVEV6gMLtT4QkK { display:block; }
 }@media only screen and (max-width: 763px) { #waSexCo8ZmONlyHdHT0ZH632uPF5w6T5 { top:16.9375rem;left:0rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8emQ6BFrcDh8iSPf1y4HNiXf2ygJtQN { top:13.3125rem;left:0rem;width:30rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVz4B7CKQtXrmQkdiHchdgf0Fdf0mTky { top:17rem;left:14rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEF8xqTvJuV6loATIX37fg073aoCsxJH { top:13.3125rem;left:15.5625rem;width:30rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQB9m2RQrsnoex9i2rhspIF4Ku3wVZtK { top:30.5625rem;left:0rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEO1xymO2Qyciv5vaDFfcTKkALECzQoc { top:30.625rem;left:14rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZpmIxyyP6sToekgTWdSh3LBacsaHb3P { top:26.9375rem;left:0rem;width:29.1875rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLIRtof7M3hWQbsU4dwbW0HM018z623 { top:26.9375rem;left:15.5625rem;width:30rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eAQZ0Vof9UMm4tuBKcKKPTTFy0RHaI { top:13.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1T9JxgHiFt9Krcx47iEhd759LuzbzqC { top:13.3125rem;left:25.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlC4lJkqeWcRUmXOzpRuCAux6FoFy9s6 { top:27.0625rem;left:25.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6pJDNWco8aqrUuxU6isDa7JumJztiSB { top:27rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVFvIc9gZnc9W1WOeJ1kaWb8TUim8NKJ { top:10.4375rem;left:9.5625rem;width:38.1875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM { display:block; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVmBEHz9J1DshtFO7wzvzknUMpLLxrmc { top:4.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJxlBasT3buX2fdtNvJvUivPEO02pPa3 { top:13.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7tNHiiZEmQloTocfNSI1DVKE7OFRzOE { top:23.4375rem;left:0rem;width:16.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf2gnXMB2ul3VVzdbyxlWgmGrMc0TRby { top:13.25rem;left:30.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrNxkB83tqBJuEfIbDtGCDIHEuZUMmn { top:23.5rem;left:25.625rem;width:16.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VflacPvZSGRVTpeTOKwBHKQDhqDHxReP { top:13.1875rem;left:10.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkASaZiW93lTsauuIP4dEIz0dUptTQeL { top:23.5rem;left:6rem;width:16.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5T5POBnlVfP3AKBAqpLyOpzq5fLZydr { top:23.5rem;left:31.625rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCQVv6C84Q4McRHJu2eJS5UcImn89G1x { top:13.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gflgt4KSXhNyiQHpVHhvLzArg7nNMIgb { top:20.9375rem;left:25.625rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0NGwlw6BdkIWkuuSeOnAQmW4mw61kT { top:20.9375rem;left:31.625rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfwlkcHxvkTnAZBu3FuhDDB5gpeXrhk { top:20.9375rem;left:0rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rattMD6Ut3NTtweOoNTA3KDifhv1URCR { top:20.9375rem;left:6rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epb6NFpKHkdF94NJlSgcuwm0PpL7qSWA { top:14.8125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Jm4uHFTvHbxaJ7wS6rWZUz65dNNGN1 { top:14.9375rem;left:12.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beKwDugQJnAnp6JOoHyyqy3XvynSO3tE { top:14.75rem;left:32.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdlkUH2XClg6uTi34QSnZ1ZImSb09y3B { top:14.875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGlhFR2xdN02lxTfLDSs2F5FiysHt2U { top:16.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 { display:block; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWsul7a2wouz7R8XNrJMVZIQGn1MeFNi { top:4.5rem;left:0rem;width:47.75rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW28oUrQTl1pysx2mnSRvFE4wbx2kbDn { top:4rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskn3R5Pm7x8ATdEWJhsT63KEPiQsImg { top:18.5625rem;left:0rem;width:34.3125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSRcVQRSF0IMr1JNeAWw4uiVEJZQAza4 { top:24.125rem;left:9.9375rem;width:37.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvPZfEEzdZSn2MHRKABwVvIrGVf8mPOJ { top:20.9375rem;left:9.9375rem;width:37.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZmSH4kSkFrc8qaKFt6zIDHeErhmT0kV { top:34.25rem;left:32.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqaaDfc579Z0L2LMwteJF9nwBx2fc8ri { top:34.5rem;left:27.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfliL5qh5Vc4oGH9V8TrN4JuOZqaQdIx { top:34.875rem;left:23.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PivIBR3qVSB4trFqRBcnXscaS6Gv6TJu { top:28.875rem;left:14.375rem;width:33.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyP6slinC0LBgiANblfK5aT8ui9RWyK { top:41.3125rem;left:0rem;width:34.3125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFg42sDTNM33aF2WuIftQTb6TGN0aOm { top:57rem;left:32.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNBFeVqudeCfT4I2k4MzG1kr6OdoB50u { top:57.25rem;left:27.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raxudPUsapBLDJgZacLBMTk1aPqNwuRc { top:57.625rem;left:23.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVifH0XZfy54VRAw0qmLopTMitlOQU2K { top:51.6875rem;left:14.4375rem;width:33.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSg53CqbgA1hobg1BtduDhEw6d54qulO { top:46.875rem;left:9.9375rem;width:37.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACQaaVxoCTNnqAUTKVzDeFJZdNd6xVQN { top:43.6875rem;left:9.9375rem;width:37.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfdKTnL3330lCQl559RsSOOe5MF2LFR { top:64.0625rem;left:0rem;width:34.3125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgsL31A6nOFshvn7iKL2VzliPgmMNqtL { top:79.75rem;left:32.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAQNSHIdFzAuiVupQXirc7bhcSxTQaKq { top:80rem;left:27.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLqabu4fJzNLFKmfOZLAOS9ekS0ATNe { top:80.375rem;left:23.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwmu4p0lAStPUyMA9oEunLTZ9abuxyZN { top:74.4375rem;left:14.4375rem;width:33.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa89kZa0vrpe7ZfLgOMdTbEho2a97m39 { top:69.625rem;left:9.9375rem;width:37.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPSkQOXMXABLzibRJMEb7MJ9pVTFtCV { top:66.4375rem;left:9.9375rem;width:37.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPLwChRKn5k9ligE1B20wkJoqf4NPty { top:11.6875rem;left:0rem;width:31.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 { display:block; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frrpBaOJiZcMeEM4gMTghMgb6d63MQw4 { top:8.25rem;left:27.6875rem;width:16.875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycHJziITky1MzmwPiiKA8rP6sxiB2FTu { top:12.1875rem;left:27.6875rem;width:16.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5QSEKmukrVQBmPfvLi0fWedCPDrc2Gi { top:12.1875rem;left:30.875rem;width:16.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsegI9umZxRohbTE2wCyd1iQGUolS9NR { top:8.25rem;left:30.875rem;width:16.875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0q1H4yrmUr1TW224SfMGL9KTbogmbn { top:16.5rem;left:27.6875rem;width:16.875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfD7qkZyGHkViXlFgJxJyzbou2dy5A13 { top:20.4375rem;left:27.6875rem;width:16.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLHQNBL1KnPls6q40um1cS4kzG7XGJaB { top:20.4375rem;left:30.875rem;width:16.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtL3oy72bco2Sk4PSDcFoc8t1NofesE { top:16.5rem;left:30.875rem;width:16.875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTc8vRSofJcAnm5SQHq3fpk1zBBs5y3i { top:7.625rem;left:0rem;width:41.25rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8qTaw1XSd3s8c4Po2aNtplc30GkVRx3 { top:5.0625rem;left:10.0625rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOuV3FHAmfGWyKXsd2sZA3P9u7Gm1i3B { top:14.0625rem;left:0rem;width:41.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPNHJJrQRG08k0lRyG2StUkczApL2gzl { display:block; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnTRT6aAl9xLJOPzS3a4nTZoZimHfeyt { top:0rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLbwsgzUdwoADO79sxxlECPCslzraV6 { top:4.75rem;left:0rem;width:33.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMJFEhG5fTveW9dpWlwwr3JP3rT33E9g { top:27.1875rem;left:0rem;width:33.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqxFZNMaTT3Um3LpXUP2mwmUdUrqkKmB { top:12.3125rem;left:0rem;width:34.3125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5vlgSAc0LGKRwq91uLA6mPZqRJ7Es5l { top:4.75rem;left:5.9375rem;width:41.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MapPO61NOEGuMTiCQdRMqueopsOy6fMR { top:42.25rem;left:0rem;width:47.5625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe34ILr8DA5T3tmBxirdzlV9lWKcRil1 { top:24rem;left:6.0625rem;width:41.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrzC4q6nrcOL0rcQ2fTqDzEVUEEXL9x { top:15.375rem;left:7.0625rem;width:40.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQSKObRXC5nhPtCdnrg46bchqyckI2c9 { top:34.375rem;left:0rem;width:33.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDDLTOMDnvIqz93zEngMkehazhcDWr3 { top:33.5rem;left:4.375rem;width:41.4375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIPddO35s7Tg59NnMn54zPGxeSDK1R1R { width:13.125rem;height:4.375rem;top:47rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk0ARUE97ZnPPHd9GOR0DlFq7OcIPE7M { display:block; }
 }@media only screen and (max-width: 763px) { #lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM { display:block; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCU2lU7pVW9g5cXI6maLruFKsr1PyeTb { top:5.375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVO3ktHZOMvEHbTwqm2obqWu8pOOof84 { top:15.5625rem;left:5.4375rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN83ToTO5TRI8WCey9rRyRUwzTsy7b74 { top:19.0625rem;left:1.875rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpyIOEwt9Zl5eZm9P2sa10z6SSaKPOBr { top:21.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #ry24B4tOrs1cVCdaxQptKtZBZ6tIzXkz {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #oQbVl3M7MXPJmnEpbMngetuSENMIoqG8 {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #NLoAWJPD0Gu3bTznmWaFkbTSbRshT8rT {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #x91HUsd4ENmTvR5iSr2OxWkTnfyrw3cE {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #dhbsANNF7PiwHJu2vETIrmUQZhwDiVt6 {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #q7LmrBeJPvT0DXucxELGwN0RudfGo96J {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #h2XUq05bFPMzTEs7kODVJ0oBK7W4Hfer {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #WO7UVy2xvbwKpVENb6NGFytqaskUXLtU {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #UTEMGVgCuRXuH3P0SbWJKiVXOcrX99eP {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #ITxM0elo1tpbRzcVSk6eqbKMpMgn5rPE {  }
 }@media only screen and (max-width: 763px) { #DkLK1T36kO7QF34T3sCyxfWBZeozNKTl { display:block; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2xRPN9TCihDzhg6QxcGMSDbbI9SVqN { top:3.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEkCmWT3z9PQFhAhUTR0LbBVO4cHcKuA { width:9.375rem;height:3.75rem;top:8.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHnZP3WokTdxoUGBPQECGE0VUnZ1TrB { display:block; }
 }@media only screen and (max-width: 763px) { #LTfOc4UkEuzQOctwBFwaA8WD3nwZaTbK { width:9.375rem;height:3.75rem;top:8.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAPg36gITTHZPsZvwXKPiw989G5NlHZU { display:block; }
 }@media only screen and (max-width: 763px) { #rugHGwCBW1VGbsUhchkRSpa2QM4UpyXc { width:9.375rem;height:3.75rem;top:8.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygVvm1264zdGl7n9wQTPX02OcXDEOt29 { display:block; }
 }@media only screen and (max-width: 763px) { #eTiilboiaqkHUvTDFPxUykk5pG15q1DF { top:6.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdi3NHHzU1ncSaEcM7RWXms8abydVGWI { width:2.0625rem;height:1.875rem;top:1.3125rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg { display:block; }#h3TfKyrfbVTaUHNM2vDJOuUxISAuycOg > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEFoxL727S0EziLz8RTEJahm5sivOkow { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTl3UTFhT2ILZNeZNzo9xANUfIVTJ1I { display:block; }
 }@media only screen and (max-width: 763px) { #s1VUM1JAnSPzTxFVdkhI0y9Wf5FG9AeO { width:4.6875rem;height:2.1875rem;top:4.375rem;left:14.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnOqPAqgudzmu5QKgrKpMGGpmeVVluqv { display:block; }
 }@media only screen and (max-width: 763px) { #b9Zhc3MDqOtpB2qG8dTaruCipUu3BJ2W { width:4.6875rem;height:2.1875rem;top:4.375rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDGWnAa3nVd0ehJfLAftcszdyM0289zp { display:block; }
 }@media only screen and (max-width: 763px) { #udw0VAHOwsmJ2NK9yKnP1nTlqs6k0L4s { width:2.0625rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf { display:block; }#Go2qcCPTW2FTTSN6DUvBXJEU0AuWJprf > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEacTi9gt9D2ogi0aS0ugqx0zTx07Oc7 { width:20rem;height:2.4746125rem;top:3rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7F25T62cxTu3ERVaQa2BpwJ9cFBx3yA { width:20rem;height:4.5rem;top:38.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6fWdwiyoHVwr2xboPlktOs38o19VlLT { width:13.1875rem;height:8.375rem;top:2.1875rem;left:6.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwaspsGQZKo9TsATEgKCCqdQ46a5p10 { width:20rem;height:30.168rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LBDdKnMkCyH04oM4nm4baudMlKJtGA { width:20rem;height:31.9375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOVdJayUozaoapbS6HEm4ywNfbECeqa4 { display:block; }#rOVdJayUozaoapbS6HEm4ywNfbECeqa4 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfLypWVThLXNyoaXwTWPivaPUskEFZaT { width:15.125rem;height:4.79980625rem;top:2.9375rem;left:4.875rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ailorpeKTs1DCuoTfMTm2n3N06mfd9QI { width:13.125rem;height:4.375rem;top:43.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6KPU4aCORRmzLKhJ4KZzZTKq2anmm8R { display:block; }
 }@media only screen and (max-width: 763px) { #cgyUizwMKALn8fxnr0bgtgRugDLvO7Jb { width:18rem;height:16.5rem;top:32.75rem;left:1rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #abBJotQXBQtOx3WEJOLu5dQtA0TJB4qZ { display:flex;width:2.3125rem;height:2.3125rem;top:5.484375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #CESdTkFxtxLGzTScuzk1VVUWnixK5AOT { width:20rem;height:20.9375rem;top:29.6875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUriNVGhfPDrJ2TTFZJasG9glWa7e0hI { height:11.25rem;width:20rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh { display:block; }#ypwRWMzhzPzXxDoefigNxTZQgTbK3pZh > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZPDGAVvoitZyZ8Z0i8aNi1lo7628Qw5 { width:20rem;height:2.3999rem;top:3.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mZXfKVGWzeAaCeAlX5NKm3083kBN3pOu { display:flex;width:2.5rem;height:2.5rem;top:37.01171875rem;left:1rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KlEorazsQWQ42n4052ZKfqz646SQLsUB { display:flex;width:2.5rem;height:2.5rem;top:9.2734375rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XZEUaS11dWRGLJsc5Zd95ufaD7hC5lOU { width:14.375rem;height:1.6499rem;top:37.4375rem;left:5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D31M8HlZWCvgcubTNiD7a4BK3pbTWOLw { width:12.5rem;height:1.6499rem;top:23.6875rem;left:5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkrf7hUJHpzJ6Noee0eKoL22EHZm0vic { display:flex;width:2.5rem;height:2.5rem;top:23.26171875rem;left:1rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cMUTfrvElWHSnLgK7fSQwci49UICuWAQ { width:20rem;height:4.5rem;top:41.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urgI1itdplflaP3TcAp5CXt6JZSON0XB { width:20rem;height:4.5rem;top:27.32421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vy2oPzog0AN4vkF3fRTMW2NnvTNxB38f { width:20rem;height:4.5rem;top:13.3359375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1q6stdvoJdcpFTPzTZK1OivlJZCBcvG { width:12.5rem;height:1.6499rem;top:9.623046875rem;left:5.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UHJwW3oP6h1FOUJwnd5iUoZNpyU25hZl { width:13.125rem;height:4.375rem;top:49.1484375rem;left:0rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ypyztJRbxDCmWbT2TmuGZ438dLzfZWf5 { display:block; }
 }@media only screen and (max-width: 763px) { #zrIBv3kCX3fllWUybhT6NJGd9AGtcIsz { width:20rem;height:0.3125rem;top:55.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh95bxDzc6HpKcyRDMk4XPiqTbJDkxrR { width:4.375rem;height:4.375rem;top:8.3359375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImlxfCV5ToeaK1d7OniXpGHt11vL2Ptf { width:4.375rem;height:4.375rem;top:22.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phg1cFBqm9BbisqC0bmcGqTWzgACRGCW { width:4.375rem;height:4.375rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS { display:block; }#BrXAUGl1iePhFP3QThpU2RLnTJEl4wTS > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEBMApIyzKhQILhWb6CvAioEu6kwLCUR { width:20rem;height:2.3999rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6dL3DJH1QsgIOpsRuDd5P1yhDuhUCkR { width:13.125rem;height:4.375rem;top:62.4453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoHLXJdT8v7DKfH1AcPVEV6gMLtT4QkK { display:block; }
 }@media only screen and (max-width: 763px) { #waSexCo8ZmONlyHdHT0ZH632uPF5w6T5 { width:20rem;height:4.5rem;top:10.5859375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #L8emQ6BFrcDh8iSPf1y4HNiXf2ygJtQN { width:16.875rem;height:1.6499rem;top:7.88671875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVz4B7CKQtXrmQkdiHchdgf0Fdf0mTky { width:20rem;height:4.5rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEF8xqTvJuV6loATIX37fg073aoCsxJH { width:16.875rem;height:1.6499rem;top:22rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQB9m2RQrsnoex9i2rhspIF4Ku3wVZtK { width:20rem;height:4.5rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEO1xymO2Qyciv5vaDFfcTKkALECzQoc { width:20rem;height:4.5rem;top:52.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZpmIxyyP6sToekgTWdSh3LBacsaHb3P { width:16.875rem;height:1.6499rem;top:36.11328125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVLIRtof7M3hWQbsU4dwbW0HM018z623 { width:16.875rem;height:1.6499rem;top:50.23828125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eAQZ0Vof9UMm4tuBKcKKPTTFy0RHaI { display:flex;width:2.5rem;height:2.5rem;top:7.4609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C1T9JxgHiFt9Krcx47iEhd759LuzbzqC { display:flex;width:2.5rem;height:2.5rem;top:21.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GlC4lJkqeWcRUmXOzpRuCAux6FoFy9s6 { display:flex;width:2.5rem;height:2.5rem;top:49.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J6pJDNWco8aqrUuxU6isDa7JumJztiSB { display:flex;width:2.5rem;height:2.5rem;top:35.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fVFvIc9gZnc9W1WOeJ1kaWb8TUim8NKJ { width:19.625rem;height:12.5rem;top:56.9453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM { display:block; }#UguDXyn8L6HBC1GbTUpdlmLc83lMGLXM > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVmBEHz9J1DshtFO7wzvzknUMpLLxrmc { width:20rem;height:2.3999rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJxlBasT3buX2fdtNvJvUivPEO02pPa3 { width:3.125rem;height:3.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7tNHiiZEmQloTocfNSI1DVKE7OFRzOE { width:16rem;height:1.5rem;top:11.3125rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rf2gnXMB2ul3VVzdbyxlWgmGrMc0TRby { width:3.125rem;height:3.125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrNxkB83tqBJuEfIbDtGCDIHEuZUMmn { width:16rem;height:1.5rem;top:31.0625rem;left:4rem;font-size:1rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VflacPvZSGRVTpeTOKwBHKQDhqDHxReP { width:3.125rem;height:3.125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkASaZiW93lTsauuIP4dEIz0dUptTQeL { width:16rem;height:1.5rem;top:21.1875rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5T5POBnlVfP3AKBAqpLyOpzq5fLZydr { width:16rem;height:1.5rem;top:40.9375rem;left:4rem;font-size:1rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LCQVv6C84Q4McRHJu2eJS5UcImn89G1x { width:3.125rem;height:3.125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gflgt4KSXhNyiQHpVHhvLzArg7nNMIgb { width:16rem;height:2.0625rem;top:28.75rem;left:4rem;font-size:1.375rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HF0NGwlw6BdkIWkuuSeOnAQmW4mw61kT { width:16rem;height:2.0625rem;top:38.625rem;left:4rem;font-size:1.375rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnfwlkcHxvkTnAZBu3FuhDDB5gpeXrhk { width:16rem;height:2.0625rem;top:9rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rattMD6Ut3NTtweOoNTA3KDifhv1URCR { width:16rem;height:2.0625rem;top:18.875rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epb6NFpKHkdF94NJlSgcuwm0PpL7qSWA { display:flex;width:1.875rem;height:1.875rem;top:9.1875rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #G5Jm4uHFTvHbxaJ7wS6rWZUz65dNNGN1 { display:flex;width:1.875rem;height:1.875rem;top:19.0625rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #beKwDugQJnAnp6JOoHyyqy3XvynSO3tE { display:flex;width:1.875rem;height:1.875rem;top:28.9375rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZdlkUH2XClg6uTi34QSnZ1ZImSb09y3B { display:flex;width:1.875rem;height:1.875rem;top:38.8125rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qIGlhFR2xdN02lxTfLDSs2F5FiysHt2U { width:0.4375rem;height:28.125rem;top:10.25rem;left:1.3125rem;border-top:0;border-left:0.375rem dotted #6d20f7;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 { display:block; }#fUrllgcxy85fJQH7vv1fCKVETEQWTVg1 > .row .container { width:20rem;height:109.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWsul7a2wouz7R8XNrJMVZIQGn1MeFNi { width:20rem;height:2.3999rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW28oUrQTl1pysx2mnSRvFE4wbx2kbDn { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskn3R5Pm7x8ATdEWJhsT63KEPiQsImg { width:20rem;height:10.892531876138rem;top:11.98486328125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSRcVQRSF0IMr1JNeAWw4uiVEJZQAza4 { width:20rem;height:1.5rem;top:25.7626953125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvPZfEEzdZSn2MHRKABwVvIrGVf8mPOJ { width:20rem;height:1.94970625rem;top:23.5009765625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZmSH4kSkFrc8qaKFt6zIDHeErhmT0kV { display:flex;width:2.875rem;height:2.875rem;top:36.625rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #wqaaDfc579Z0L2LMwteJF9nwBx2fc8ri { display:flex;width:2.875rem;height:2.875rem;top:36.8125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #JfliL5qh5Vc4oGH9V8TrN4JuOZqaQdIx { display:flex;width:2.0625rem;height:2.0625rem;top:37.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PivIBR3qVSB4trFqRBcnXscaS6Gv6TJu { width:20rem;height:6rem;top:28.5126953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWyP6slinC0LBgiANblfK5aT8ui9RWyK { width:20rem;height:10.892531876138rem;top:44.5rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFg42sDTNM33aF2WuIftQTb6TGN0aOm { display:flex;width:2.875rem;height:2.875rem;top:69.125rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #vNBFeVqudeCfT4I2k4MzG1kr6OdoB50u { display:flex;width:2.875rem;height:2.875rem;top:69.3125rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #raxudPUsapBLDJgZacLBMTk1aPqNwuRc { display:flex;width:2.0625rem;height:2.0625rem;top:69.75rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #RVifH0XZfy54VRAw0qmLopTMitlOQU2K { width:20rem;height:6rem;top:61rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSg53CqbgA1hobg1BtduDhEw6d54qulO { width:20rem;height:1.5rem;top:58.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACQaaVxoCTNnqAUTKVzDeFJZdNd6xVQN { width:20rem;height:1.94970625rem;top:56rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfdKTnL3330lCQl559RsSOOe5MF2LFR { width:20rem;height:10.892531876138rem;top:77rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgsL31A6nOFshvn7iKL2VzliPgmMNqtL { display:flex;width:2.875rem;height:2.875rem;top:101.6875rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #EAQNSHIdFzAuiVupQXirc7bhcSxTQaKq { display:flex;width:2.875rem;height:2.875rem;top:101.875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #NcLqabu4fJzNLFKmfOZLAOS9ekS0ATNe { display:flex;width:2.0625rem;height:2.0625rem;top:102.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dwmu4p0lAStPUyMA9oEunLTZ9abuxyZN { width:20rem;height:4.5rem;top:93.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa89kZa0vrpe7ZfLgOMdTbEho2a97m39 { width:20rem;height:1.5rem;top:90.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPSkQOXMXABLzibRJMEb7MJ9pVTFtCV { width:20rem;height:1.94970625rem;top:88.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPLwChRKn5k9ligE1B20wkJoqf4NPty { width:20rem;height:0.1875rem;top:8.328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 { display:block; }#RQWOU33Fk8u2bW06J1hwTtFV3SVLbPW0 > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frrpBaOJiZcMeEM4gMTghMgb6d63MQw4 { width:20rem;height:2.3999rem;top:19.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycHJziITky1MzmwPiiKA8rP6sxiB2FTu { width:20rem;height:1.19970625rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5QSEKmukrVQBmPfvLi0fWedCPDrc2Gi { width:20rem;height:1.19970625rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsegI9umZxRohbTE2wCyd1iQGUolS9NR { width:20rem;height:2.3999rem;top:27rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0q1H4yrmUr1TW224SfMGL9KTbogmbn { width:20rem;height:2.3999rem;top:34.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfD7qkZyGHkViXlFgJxJyzbou2dy5A13 { width:20rem;height:1.19970625rem;top:36.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLHQNBL1KnPls6q40um1cS4kzG7XGJaB { width:20rem;height:1.19970625rem;top:43.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtL3oy72bco2Sk4PSDcFoc8t1NofesE { width:20rem;height:2.3999rem;top:41.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTc8vRSofJcAnm5SQHq3fpk1zBBs5y3i { width:20rem;height:2.3999rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8qTaw1XSd3s8c4Po2aNtplc30GkVRx3 { width:7.9375rem;height:7.9375rem;top:11.9375rem;left:12.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NOuV3FHAmfGWyKXsd2sZA3P9u7Gm1i3B { width:20rem;height:6rem;top:5.28515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qPNHJJrQRG08k0lRyG2StUkczApL2gzl { display:block; }#qPNHJJrQRG08k0lRyG2StUkczApL2gzl > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnTRT6aAl9xLJOPzS3a4nTZoZimHfeyt { width:20rem;height:2.3999rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRLbwsgzUdwoADO79sxxlECPCslzraV6 { width:20rem;height:4.5233644859813rem;top:6.9619125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMJFEhG5fTveW9dpWlwwr3JP3rT33E9g { width:20rem;height:4.2592592592593rem;top:34.62745625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqxFZNMaTT3Um3LpXUP2mwmUdUrqkKmB { width:20rem;height:8.6703096539162rem;top:12.7348625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5vlgSAc0LGKRwq91uLA6mPZqRJ7Es5l { width:20rem;height:5.1718983557549rem;top:22.6548rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MapPO61NOEGuMTiCQdRMqueopsOy6fMR { width:20rem;height:4.5466491458607rem;top:51.8950375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe34ILr8DA5T3tmBxirdzlV9lWKcRil1 { width:20rem;height:4.5577211394303rem;top:40.13624375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrzC4q6nrcOL0rcQ2fTqDzEVUEEXL9x { width:20rem;height:4.3010752688172rem;top:29.076675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQSKObRXC5nhPtCdnrg46bchqyckI2c9 { width:20rem;height:4.7014925373134rem;top:45.9438625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvDDLTOMDnvIqz93zEngMkehazhcDWr3 { width:20rem;height:5.4600301659125rem;top:57.691425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIPddO35s7Tg59NnMn54zPGxeSDK1R1R { width:13.125rem;height:4.375rem;top:64.378925rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk0ARUE97ZnPPHd9GOR0DlFq7OcIPE7M { display:block; }
 }@media only screen and (max-width: 763px) { #lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM { display:block; }#lBVNLy4TT22FZCASBHHuPAI8HqwTLVRM > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCU2lU7pVW9g5cXI6maLruFKsr1PyeTb { width:20rem;height:2.3999rem;top:5.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVO3ktHZOMvEHbTwqm2obqWu8pOOof84 { display:flex;width:3.75rem;height:3.75rem;top:10.3125rem;left:16.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #uN83ToTO5TRI8WCey9rRyRUwzTsy7b74 { display:flex;width:3.75rem;height:3.75rem;top:8.625rem;left:14.625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #OpyIOEwt9Zl5eZm9P2sa10z6SSaKPOBr { width:10.0625rem;height:10.0625rem;top:2.5546875rem;left:9.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -moz-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -ms-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -o-linear-gradient(180deg, #f8eb95, #b48dfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb95', endColorstr='#b48dfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb95', endColorstr='#b48dfa' );";background-image: linear-gradient(180deg, #f8eb95, #b48dfa);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C { display:flex;height:auto;width:20rem;top:15.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #ry24B4tOrs1cVCdaxQptKtZBZ6tIzXkz {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #oQbVl3M7MXPJmnEpbMngetuSENMIoqG8 {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #NLoAWJPD0Gu3bTznmWaFkbTSbRshT8rT {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #x91HUsd4ENmTvR5iSr2OxWkTnfyrw3cE {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #dhbsANNF7PiwHJu2vETIrmUQZhwDiVt6 {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #q7LmrBeJPvT0DXucxELGwN0RudfGo96J {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #h2XUq05bFPMzTEs7kODVJ0oBK7W4Hfer {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #WO7UVy2xvbwKpVENb6NGFytqaskUXLtU {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #UTEMGVgCuRXuH3P0SbWJKiVXOcrX99eP {  }
 }@media only screen and (max-width: 763px) { #UPvyn5OEZ66wxR5fLolGqSZsy6GvxR7C #ITxM0elo1tpbRzcVSk6eqbKMpMgn5rPE {  }
 }@media only screen and (max-width: 763px) { #DkLK1T36kO7QF34T3sCyxfWBZeozNKTl { display:block; }#DkLK1T36kO7QF34T3sCyxfWBZeozNKTl > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO2xRPN9TCihDzhg6QxcGMSDbbI9SVqN { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEkCmWT3z9PQFhAhUTR0LbBVO4cHcKuA { width:9.375rem;height:3.125rem;top:12.0498046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHnZP3WokTdxoUGBPQECGE0VUnZ1TrB { display:block; }
 }@media only screen and (max-width: 763px) { #LTfOc4UkEuzQOctwBFwaA8WD3nwZaTbK { width:9.375rem;height:3.125rem;top:8.2998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAPg36gITTHZPsZvwXKPiw989G5NlHZU { display:block; }
 }@media only screen and (max-width: 763px) { #rugHGwCBW1VGbsUhchkRSpa2QM4UpyXc { width:9.375rem;height:3.125rem;top:15.7998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygVvm1264zdGl7n9wQTPX02OcXDEOt29 { display:block; }
 }@media only screen and (max-width: 763px) { #eTiilboiaqkHUvTDFPxUykk5pG15q1DF { width:20rem;height:0.125rem;top:7.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdi3NHHzU1ncSaEcM7RWXms8abydVGWI { width:2.0625rem;height:1.875rem;top:1.3623046875rem;left:5.9375rem;display:block; }
 }