.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:transparent;background-image:url("https://images.assets-landingi.com/uc/7af2a41d-386d-44c4-8d68-a6d5cbd7a63d/Rectangle6.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 { background-color:#ffffff;background-image:none;z-index:auto;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; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row .container { background-color: transparent; background-image: none; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row .container > .video-iframe-container { display: none; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row > .video-iframe-container { display: none; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .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); }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row .container { border-width: 0; border-radius: 0; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;overflow:visible;position:relative;display:block; }#t30hG7VgHoA44q4DmFTpcHid7KgQOoNm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99805rem;width:10.999375rem;top:0.87456601858137rem;left:3.4364147186279rem;overflow:hidden;display:block; }
#Wk0iGQgls2X4Ml2NLZ7R5pnlARyxS4LG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.1875rem;left:56.25rem; }
#GboVKuskNvaQ8EbTUTRcNWbLxSv6IVbz { box-sizing:content-box;height:2.25rem;width:11.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.1875rem;left:59.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#rM5tst6UxwyumdeMsIIK5oH1lTiPpQAu { color:#000000;display:block;width:7.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:61.9375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#K7X5CFEbXDZb4LTQf9Vv5poFpxpVChbV { color:#000000;display:block;width:8.624125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:41.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#aItvodkwrswed4xeB1I02JQcIITok5Gf { color:#000000;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:24.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Dh9FDM7Mm0BiuycOZ0qnJhzw7DSXIrZl { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:33.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#rW00Tg0DFE2a7FgWa0oGNbfXl6D9P0Jd { z-index:;position:relative;display:none; }#rW00Tg0DFE2a7FgWa0oGNbfXl6D9P0Jd { border-width: 0; border-radius: 0; }#rW00Tg0DFE2a7FgWa0oGNbfXl6D9P0Jd > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#TWh0TKisyKImn85rpqKkMP9JsU5h6FwO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ptMDzfaJBR1E7aTyTMTTTMKXz7keX0bX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.0625rem;top:1.374783039093rem;left:3.6924915313721rem;overflow:hidden;display:block; }
#ffAicKUXGsAOBTfWLZ8VVEM4x2Ncsod8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:12rem;top:1.5928820371627rem;left:18.004557609558rem;overflow:hidden;display:block; }
#pENpoBOdVaPy2ThwATKGFuh32Kfu1Pwf { 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:2.0625rem;width:10.0625rem;top:1.5928820371627rem;left:31.499566078186rem;overflow:hidden;display:block; }
#Z1t5TWrzmL8pnQaBCOnpJEeodwAP3iKi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.375rem;top:1.374783039093rem;left:43.561200141907rem;overflow:hidden;display:block; }
#Qnu74r8vXOTiuKg3muwzekOvmwJXfmri { 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:1.9375rem;width:8.3125rem;top:1.6547310352326rem;left:54.560547828674rem;overflow:hidden;display:block; }
#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d674d72b-8a49-4d1a-a828-40b5f0b0f860/cheerfulindianasianyounggroupcollegestudentsfriendslaughingtogetherwhilesittingstandingwalkingcampus21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8.adaptive-delivery-prevent-bg, #mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8.lazyload, #mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8.lazyloading { background-image: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container { background-color: transparent; background-image: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container > .video-iframe-container { display: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row > .video-iframe-container { display: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .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); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container { border-width: 0; border-radius: 0; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#AH94Gzh85i66ltkLnehTmuQCBRIWrec5 { color:#ffffff;display:block;width:29.8730625rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.5rem;left:2.5625rem;height:7.64975rem;font-style:normal;display:block; }
#dwTlDbrfoQytlIOHkxUJU45uy1WX7ATJ { color:#ffffff;display:block;width:29.8730625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:2.5rem;height:3.0859375rem;font-style:normal;display:block; }
#IiPOHMW828zqMmIX243fPTvFNrKWM2Wk { color:#ffffff;display:block;width:29.8730625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:5.25rem;height:1.62435rem;font-style:normal;display:block; }
#qORvrIQqzNgxMQhsdAFcs3Dg6OPnz44w { color:#ffffff;display:block;width:29.8730625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.625rem;left:5.25rem;height:1.62435rem;font-style:normal;display:block; }
#pXRZa5XoeXAQkiVvyiWwy5UmZy3ghgbv { color:#ffffff;display:block;width:29.8730625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.4375rem;height:1.62435rem;font-style:normal;display:block; }
#VauJJRnABeFnWxX0TnVnBHr8wQHJeioD { color:#ffffff;display:block;width:29.8730625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.6875rem;left:5.375rem;height:1.62435rem;font-style:normal;display:block; }
#hxXJC1rqRThPr2gKL4Hxavgbqq3konOf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:21.5rem;top:11rem;left:2.1875rem;overflow:hidden;display:block; }
#RTOMQfUrQ6LSnlzd7F0cvX96Coan0eEl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:1.75rem;top:18.5rem;left:2.5rem;overflow:hidden;display:block; }
#rg7ZcZMFV0osdgleaF58SqmbC4HxUr4A { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.75rem;top:21.375rem;left:2.5625rem;overflow:hidden;display:block; }
#aNreznJh1hl2uTiyX00U4SVZad28cnlB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:24.25rem;left:2.5625rem;overflow:hidden;display:block; }
#XNViPDALbHTihxueKBMMmOWGVRywlP9e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:27.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#ZZtVRXR4uw0z8Uk0lGHt3MCDUD2W3hfk { box-sizing:content-box;height:42.6875rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.625rem;left:47.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#nmKhPdAg60WNn7fOeTCPrCdIEvGHWvDZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:18.5rem;top:1.75rem;left:49.75rem;overflow:hidden;display:block; }
#sRDkulkK6g4uirHELaaQgoFvVgfIKzn0 { color:#04073e;display:block;width:19.3109375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:49.5625rem;height:2.192925rem;font-style:normal;display:block; }
#RrGQ1FVRo9GC1TvTzgyZkvI43KN6TkTp { position:absolute;display:block;z-index:15003;height:21.75rem;width:23.3125rem;top:11.0625rem;left:47.625rem;display:block; }
#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row .container { background-color: transparent; background-image: none; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row .container > .video-iframe-container { display: none; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row > .video-iframe-container { display: none; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .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); }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row .container { border-width: 0; border-radius: 0; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e1f4d, #1e1f4d);background-image: -moz-linear-gradient(180deg, #1e1f4d, #1e1f4d);background-image: -ms-linear-gradient(180deg, #1e1f4d, #1e1f4d);background-image: -o-linear-gradient(180deg, #1e1f4d, #1e1f4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1f4d', endColorstr='#1e1f4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1f4d', endColorstr='#1e1f4d' );";background-image: linear-gradient(180deg, #1e1f4d, #1e1f4d);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row .container { background-color: transparent; background-image: none; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row .container > .video-iframe-container { display: none; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row > .video-iframe-container { display: none; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .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); }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row .container { border-width: 0; border-radius: 0; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;overflow:visible;position:relative;display:block; }#WNRkvbvK90NzE1WIRRg6qKTId3OxU5y3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN { background-color:#ffffff;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; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row .container { background-color: transparent; background-image: none; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row .container > .video-iframe-container { display: none; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row > .video-iframe-container { display: none; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .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); }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row .container { border-width: 0; border-radius: 0; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#aEDTX81aIC2s0y7fVHGfbnfGnNFcgD7b { color:#ff651d;display:block;width:20.811625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3723918199539rem;left:40.499134063721rem;height:2.43706875rem;display:block; }
#zdaTLPOGVQB3uaMbtITcUdsunQKgrLCz { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:2;letter-spacing:0;top:6.8125rem;left:40.5rem;height:11.2521875rem;display:block; }
#FKowFN4fmHP8t9kTaUtE3LbZZSpc2Z2g { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.124375rem;width:34.375rem;top:2.25rem;left:3.0625rem;display:block; }
#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs { background-color:#ffffff;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; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row .container { background-color: transparent; background-image: none; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row .container > .video-iframe-container { display: none; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row > .video-iframe-container { display: none; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .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); }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row .container { border-width: 0; border-radius: 0; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#A2pQ3logVS9yKxFlcDHBxGsOybOe3TFc { color:#ff651d;display:block;width:35.7498125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3422307968139rem;left:20.376520156861rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#BFLwFhn5TEvrzX0M56yIAEsoAoNqcP9E { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:18.9375rem;left:27.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#O5xKlNW4JBVTTLRUVmoDXpcC69x89oxn { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:25.5625rem;left:4.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#lcTrmLTGDlyRes26NUzAX0bgpbsBfZgJ { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.25rem;left:33.4375rem;height:2.76041875rem;display:block; }
#vJA1wKsIOekpTOeittOcWbHsqlNqBPkE { 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:15011;opacity:1;top:19.875rem;left:28.0625rem; }
#gAPzJNZkz0sErUaPKZGOggZFQFneTDAr { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.5625rem;left:10.1875rem;height:1.38020625rem;display:block; }
#HqTbdTTRJrTICzF4txGHSsVahJhkZ0ZV { 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:15012;opacity:1;top:26.625rem;left:4.375rem; }
#sW3nqSbUIoGi4qtR4nOiLc22rPFg6MJ7 { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.375rem;left:10.1875rem;height:1.38020625rem;display:block; }
#bo5k7tGM1yX8I9eOXlaikZ3R2frneU76 { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:5.375rem;left:4.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#h68pIfJukDg1fUiHD7Le1oHdtD8Urv4L { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:10.25rem;height:1.38020625rem;display:block; }
#kIExBe5Iv8i4VATJJLCbzzVR2ScfoV1V { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.5rem;left:33.25rem;height:1.38020625rem;display:block; }
#o4TBbpwJDFfMslmb2aXqBHR4lkWnvScn { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:10.1875rem;height:1.38020625rem;display:block; }
#pTMSbXlD6zNNaJ4y05lu7QOXG2veNo9L { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.25rem;left:33.0625rem;height:1.38020625rem;display:block; }
#TD5ebk4PI398beGxDsTFEzUxJZ8K3p24 { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.3125rem;left:33.0625rem;height:1.38020625rem;display:block; }
#dupSq9xby5yBhZQ3anobopy7WXIpqInk { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.3125rem;left:56.75rem;height:1.38020625rem;display:block; }
#M3VXGsPnE6rLoAMp8FNUitbtUrWKPvgH { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.375rem;left:56.6875rem;height:1.38020625rem;display:block; }
#MkQlqisRAHpVsIM5CpTPtL1ErdPcK8XD { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.9375rem;left:56.8125rem;height:1.38020625rem;display:block; }
#c7UF3PBDfqhp9fuGo97expUxMhMRxzJk { color:#ff651d;display:block;width:14.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.625rem;left:56.75rem;height:1.38020625rem;display:block; }
#tR8UpK6txMHTv9LSOgKgTZqwk3Ic7NVv { 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:15015;opacity:1;top:20rem;left:4.375rem; }
#WRplZU5a64uQWzr8QVIZcrH1fdFNrq9O { 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:15016;opacity:1;top:13.5625rem;left:5rem; }
#VcT2IsOeqKDG9vpMAdDPenesHVhB6UbT { 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:15020;opacity:1;top:20rem;left:51.375rem; }
#XpKNTirLexGW35xTUMbWLzPtWJbRbm6N { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.4375rem;left:4.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#BDBATCbRF4fOh45DxybzDSXFoWb4BEyK { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:25.5rem;left:27.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#DMTkpvAPmhJykTnm8PTGe60GIwn5B0uV { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:19.0625rem;left:4.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#W5y6iaI5rxGdZUzU6M1PVdJQ3BWb6JOF { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:12.25rem;left:27rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#dOBhIiIKvS58OpgRt8pmkc8Jc2eMwBeQ { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:5.3125rem;left:27rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#aPoLlIJHX8lmgL2owLt1btq9SRaGm04I { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:5.3125rem;left:50.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#DT3hzXgSgv7BTsPDbSaA7y5D5N640LfV { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:12.375rem;left:50.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#JEIC6RlxaX8cceFMSqLipGrInreANtml { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:18.9375rem;left:50.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#LOkTxxyg9zeH2cENw6rhfyoRAzNZgzFq { box-sizing:content-box;height:5.0625rem;width:19.75rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:25.625rem;left:50.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.0625rem solid #464aae;border-left:0.0625rem solid #464aae;border-right:0.0625rem solid #464aae;border-bottom:0.0625rem solid #464aae;display:block; }
#mBgfmlK6iMxhTTNKEutdCbPe1UXunWT4 { 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:15030;opacity:1;top:6.5rem;left:5.125rem; }
#nxNlif6h9LUXQQ3knlbR0KEr801DQB59 { 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:6.6875rem;left:28.1875rem; }
#yJPZ1OqClaKFnAtxwoHWvRVTmhyQ1fLh { 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:6.625rem;left:51.5625rem; }
#oTuMhUz2UM4Way2RCFibb98laTT2DIVU { 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:15033;opacity:1;top:13.5625rem;left:28.0625rem; }
#ZCrfDIRPxTAaBHagUUciJFBv51QWe4g5 { 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:15034;opacity:1;top:26.75rem;left:51.5625rem; }
#ETOOLw0qS2yTAHGsKwuQsTzgcUxGCONB { 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:15036;opacity:1;top:26.75rem;left:28.1875rem; }
#nVKKE1BWnUhTN83Kl1kSBHz9NbAAg8yl { 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:15037;opacity:1;top:13.5625rem;left:51.375rem; }
#et2VdikF0KcX50RWki1noITwmB5ZbJdO { background-color:#ffffff;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; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row .container { background-color: transparent; background-image: none; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row .container > .video-iframe-container { display: none; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row > .video-iframe-container { display: none; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .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); }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row .container { border-width: 0; border-radius: 0; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row .container { font-size:0.875rem;font-family:arial;height:100.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#EDZ7oea94GshgE1DGekA1zT0JFRCxyDS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:30rem;width:33.3125rem;top:6.625rem;left:2.75rem;overflow:hidden;display:block; }
#XDLVoCXSz6B9MNksW7eycrei8Gs09Nlg { color:#ff651d;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.56859016418457rem;left:28.899739265442rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#g43UI5OibT11IyReo5mX2RSR35HnehwG { color:#ff651d;display:block;width:35.4980625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7912302017212rem;left:21.617839813233rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#UbrUXdn16oVQOhdLMmZfaM5BOAglb7ns { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.75rem;width:33.1875rem;top:37.903648376465rem;left:2.7484817504883rem;overflow:hidden;display:block; }
#DkCoATuAiQzLqiDEKz2ZRTO6D0QCGSw5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.5rem;width:32.8125rem;top:37.868926048279rem;left:37.780166625976rem;overflow:hidden;display:block; }
#ieruZM5BFkONVqrhqat3UEhB1F4dqtTc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.375rem;width:32.75rem;top:6.9375rem;left:37.625rem;overflow:hidden;display:block; }
#NSkn36wScmzWcIJ7r0NKkEJhzUl91W1l { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.6875rem;width:33.0625rem;top:69.4375rem;left:37.9375rem;overflow:hidden;display:block; }
#l7ibi1wom4hmh4l5ZLFUJtFTgcDL1Kh0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.9375rem;width:33.3125rem;top:69.125rem;left:2.75rem;overflow:hidden;display:block; }
#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW { background-color:#ffffff;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; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row .container { background-color: transparent; background-image: none; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row .container > .video-iframe-container { display: none; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row > .video-iframe-container { display: none; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .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); }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row .container { border-width: 0; border-radius: 0; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#PgULQfufKXPDdMmh0BWP5P8AQ3xqWVAc { color:#ff651d;display:block;width:32.061625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6319446563721rem;left:21.469184875488rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#mytRsXbOqVT9Tv88beVvHX9n9NxnnSBd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:16.5625rem;top:6.15234375rem;left:2.75rem;overflow:hidden;display:block; }
#MPREfM6Rg1AQUKwNbsGz6gOmzRCRkVuK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:16.5625rem;top:6.33984375rem;left:20.249218940735rem;overflow:hidden;display:block; }
#COmOH16mHxcZHAy8ltXqWNT3H5KZnoxE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:16.5625rem;top:6.15234375rem;left:38.016407966614rem;overflow:hidden;display:block; }
#BLmhih564U4K038gxm0HUbF5vOxmtRXo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.25rem;width:16.625rem;top:24.0625rem;left:2.75rem;overflow:hidden;display:block; }
#dkyomW5QF829vBMaODH2tlsA6pwDVhFi { 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:12.6875rem;width:16.4375rem;top:6.33984375rem;left:55.781250953674rem;overflow:hidden;display:block; }
#onI151FUXUpzhRDNpWqTmM0xlnmFKzaM { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.125001192093rem;left:57.750000953674rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#BALJTUCuAZ92BuMi1B5JAUGGDM9nqCm2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.25rem;width:16.625rem;top:24.0625rem;left:20.375rem;overflow:hidden;display:block; }
#PytJSKmURMyb7Hn8FdhnvgOVBaPcVLlX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.25rem;width:16.625rem;top:24.0625rem;left:38.125rem;overflow:hidden;display:block; }
#EeofxoJBrzEF4z92lV4h53LWnncWeUPp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.25rem;width:16.625rem;top:24.068749666214rem;left:55.831254005432rem;overflow:hidden;display:block; }
#ut39vT3BGNLsmM2GbTppXPIBCpmmTTb0 { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.305992126465rem;left:58.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#L9MoqTwx6pdow5kCgHJDMVPgfkG2TfTA { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.309226989746rem;left:40.077041625976rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#va1aBD8GUsGSCThITs7IEzKNfWa2FVo5 { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:35.0625rem;left:4.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Mq2d2DRU2AWTJt2Z7lpn30KGEEot5TNW { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.303821563721rem;left:22.310113906861rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#h5vk6GTkqGpL3lo9OUZ8hUKsousJsF6D { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.25rem;width:15.625rem;top:38.1875rem;left:20.75rem;overflow:hidden;display:block; }
#xZsTs3nkzxD9RvUwwkHGqaRSNiS25ede { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:48.621959686279rem;left:22.310113906861rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ZGckm4w5NgaTZvm5faKw2y2q0rc5WHm8 { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.623048782349rem;left:40.625003814698rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#MfmXdlZ5D3KU3h2XoPZ3EL7ibcKN54Jg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.1875rem;width:15.625rem;top:38.1875rem;left:39.0625rem;overflow:hidden;display:block; }
#lHCPLmphDt4Lf389ex93yFlPVTZkuhhB { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.123698741198rem;left:4.7808170318604rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#VskN4HdCLhB6kDnukexCkV6FcHpaolHN { color:#ff651d;display:block;width:14.561625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.123698741198rem;left:21.247831344604rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#PGK4k9gtKzMaGpLzGzdapPgNhtxQTx5y { color:#ff651d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.123698741198rem;left:40.046661376953rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e623783-1e94-4bbf-ac79-992e1945a960/Rectangle15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq.adaptive-delivery-prevent-bg, #Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq.lazyload, #Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq.lazyloading { background-image: none; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container { background-color: transparent; background-image: none; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container > .video-iframe-container { display: none; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row > .video-iframe-container { display: none; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .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); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container { border-width: 0; border-radius: 0; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#HKwwR9M3dEJGtzu275mTz4OpCbGW9s5v { color:#ffffff;display:block;width:47.874375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.85719919204713rem;left:13.562284469604rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#Fghye80uTxOyggrunB8N8qLqHoRrxiXA { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.168830871582rem;left:20.468751907349rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC { background-color:#ffffff;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; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row .container { background-color: transparent; background-image: none; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row .container > .video-iframe-container { display: none; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row > .video-iframe-container { display: none; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .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); }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row .container { border-width: 0; border-radius: 0; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#NTXmMuhbRbrWvnGbiEWWix9RfdO1PbyN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:34.5rem;width:66.375rem;top:0.37326335906982rem;left:5.5598964691162rem;overflow:hidden;display:block; }
#xZ33e0Dkw6EbntlRRJ2DSGLvQNKIirqs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:20.75rem;top:36.25rem;left:5.5625rem;overflow:hidden;display:block; }
#X8r2AbvJWCNDZm4ym2K7lDqUGOQokUvh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:20.75rem;top:36.25rem;left:28.375rem;overflow:hidden;display:block; }
#RF6z47PTJpA7NLUTBrLVAnAfHIZoueXV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.75rem;width:20.75rem;top:36.25rem;left:51.1875rem;overflow:hidden;display:block; }
#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn { background-color:#ffffff;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; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row .container { background-color: transparent; background-image: none; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row .container > .video-iframe-container { display: none; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row > .video-iframe-container { display: none; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .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); }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row .container { border-width: 0; border-radius: 0; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ykKQ38e38iVP5IGuBKeddn7oDCJKbp5r { color:#ff651d;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.94509506225588rem;left:27.03125rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#ssGut1POtuCL8vyuQw3ORun1SV8HRmH1 { color:#ff651d;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3750104904175rem;left:23.906250953674rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#fnftD3T4B4GqpE0BJPUXFe6yzGDMTlKH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:21rem;width:56.25rem;top:6.9054684638975rem;left:9.374218940735rem;overflow:hidden;display:block; }
#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV { background-color:#ffffff;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; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row .container { background-color: transparent; background-image: none; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row .container > .video-iframe-container { display: none; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row > .video-iframe-container { display: none; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .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); }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row .container { border-width: 0; border-radius: 0; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#rtNtzdDoekK4V9lQFWnAqKftqQGp6yFX { color:#ff651d;display:block;width:26.936875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:24.03076171875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row .container { background-color: transparent; background-image: none; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row .container > .video-iframe-container { display: none; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row > .video-iframe-container { display: none; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .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); }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row .container { border-width: 0; border-radius: 0; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-element-container { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #f2fdfe, #e1def7);background-image: -moz-linear-gradient(120deg, #f2fdfe, #e1def7);background-image: -ms-linear-gradient(120deg, #f2fdfe, #e1def7);background-image: -o-linear-gradient(120deg, #f2fdfe, #e1def7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fdfe', endColorstr='#e1def7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fdfe', endColorstr='#e1def7' );";background-image: linear-gradient(120deg, #f2fdfe, #e1def7);background-size:contain !important;vertical-align:top; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .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; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial;line-height:1.4;overflow:hidden;height:auto; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-trigger.adaptive-delivery-prevent-bg, #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-trigger.lazyload, #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-trigger.lazyloading { background-image: none; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #bVitQ9pQXTQyTZbVmHylPllhmdCUaBiV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #dsGaCXncTlPy5hAc8IS0AKXqmdHd5bJE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #viThwhrAVszi2AIM071i14WAtxHAtgCl { display:block;position:relative; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CktszkkuitHNZ4nkSpRqAtsTddL5J2xo {  }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #tWOXQxb1A7qIQ8IyVVZDznnRAX2cGP5k {  }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #eSlFt2gT1JNCLFkUJaTw3S6zs1ibGTIO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #h7eR0CLSNrRxreVhOxPSmIHG51eyTT5h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #lTaqfZNe9acPlxXUgdBGyyJMBRXWdXcF { display:block;position:relative; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #t1CAuWy2aJgQqpASSXMCwySWQyK2Rprk {  }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CeAtMEeDhFsInHq3JyrHgoXq3qT6J8dq { display:none; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #BvteWwppc22vk7qarBP8V9UUBFEnfSXb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #zb08bdB5FRfS3K1cDCQsJxDqxL1oh6Cb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #E66usOHerI95P9D58MXfNrE5mg7DTtEg { display:block;position:relative; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CWT7t2t62Nhx7kCXH1z3aV8gKhA9dzmi {  }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #nAlunCXlUCF3VTlTTgzr2P6pfLaGG2Pd { display:none; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #zf7nawPqCrQfWpfsgzC04h203S2NzwNl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #a59LR2bc9wfO4XOEWcLOVu69WqFdyg89 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #HAaCJgcS0TcW0hFZrDr3t6xJwoiTkozV { display:block;position:relative; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #nWq02dc8wHkDpT6TzfgGfhz5fv7fluZ4 {  }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #H5DIX0D0TGVKol265dZemBlKBK5yW3lc { display:none; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #cnua89E9tWSlU4cF4qmFSTKgTTctMkGi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #NJJyd6FGEEmrJwkKHRCXZoGhz6XpAcXv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #bc5l8mEaHEmEoOl6vITqWMbTfIS5CMuX { display:block;position:relative; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #kJVPJsqL1UdsywqLs2L1dP81dlOGWmlR {  }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #KoC03UzwLyx2VTsBlwau2Scgos2gthfV { display:none; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #KPqFtmz6mXXDmk8PD8kK1lfJ9WoeqkJV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #tZmy0wFaQHlK6t59zNp6Uq7WaadOHx6A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #FtkLVU7XlaEni8OBGRufebPTHaTgs8gC { display:block;position:relative; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #UxxZq1h8b8r33dxWm5pNsBd6ailC9FC6 {  }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #xS4oBIRcTzKesE4axDPC6GKmvyT5KBWA { display:none; }
#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row .container { background-color: transparent; background-image: none; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row .container > .video-iframe-container { display: none; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row > .video-iframe-container { display: none; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .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); }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row .container { border-width: 0; border-radius: 0; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row .container { background-color: transparent; background-image: none; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row .container > .video-iframe-container { display: none; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row > .video-iframe-container { display: none; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .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); }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row .container { border-width: 0; border-radius: 0; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#EWNZxkrddTm3gnTN98qFSIKQFx2Kcy63 { background-color:#ff651d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0297317504882rem;left:52.875rem;display:block; }
#VbZarK5t4zWTTSO7VXiXESsnwtFHgehn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZCL0G0qFaxfe7TVhxMQs5Trh6HTFvQZ { 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:15001;opacity:1;top:1.1859817504882rem;left:53.873699188233rem; }
#QZCL0G0qFaxfe7TVhxMQs5Trh6HTFvQZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 { display:block; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t30hG7VgHoA44q4DmFTpcHid7KgQOoNm { top:0.8125rem;left:0rem;width:10.9375rem;height:2.9811850105119rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0iGQgls2X4Ml2NLZ7R5pnlARyxS4LG { top:1.1875rem;left:42.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GboVKuskNvaQ8EbTUTRcNWbLxSv6IVbz { top:1.1875rem;left:36.0625rem;width:11.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM5tst6UxwyumdeMsIIK5oH1lTiPpQAu { top:1.6875rem;left:40.25rem;width:7.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7X5CFEbXDZb4LTQf9Vv5poFpxpVChbV { top:1.75rem;left:28.1875rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aItvodkwrswed4xeB1I02JQcIITok5Gf { top:1.75rem;left:10.9375rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9FDM7Mm0BiuycOZ0qnJhzw7DSXIrZl { top:1.75rem;left:19.875rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW00Tg0DFE2a7FgWa0oGNbfXl6D9P0Jd { display:block; }#rW00Tg0DFE2a7FgWa0oGNbfXl6D9P0Jd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWh0TKisyKImn85rpqKkMP9JsU5h6FwO { top:0rem;left:0rem;width:47.75rem;height:3.3822916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptMDzfaJBR1E7aTyTMTTTMKXz7keX0bX { top:1.3125rem;left:0rem;width:12.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffAicKUXGsAOBTfWLZ8VVEM4x2Ncsod8 { top:1.5625rem;left:4.3795576095581rem;width:12rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pENpoBOdVaPy2ThwATKGFuh32Kfu1Pwf { top:1.5625rem;left:17.874566078186rem;width:10.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1t5TWrzmL8pnQaBCOnpJEeodwAP3iKi { top:1.3125rem;left:29.936200141907rem;width:8.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnu74r8vXOTiuKg3muwzekOvmwJXfmri { top:1.625rem;left:39.4375rem;width:8.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 { display:block; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AH94Gzh85i66ltkLnehTmuQCBRIWrec5 { top:3.5rem;left:0rem;width:29.8125rem;height:7.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTlDbrfoQytlIOHkxUJU45uy1WX7ATJ { top:13.75rem;left:0rem;width:29.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiPOHMW828zqMmIX243fPTvFNrKWM2Wk { top:18.875rem;left:0rem;width:29.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qORvrIQqzNgxMQhsdAFcs3Dg6OPnz44w { top:21.625rem;left:0rem;width:29.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXRZa5XoeXAQkiVvyiWwy5UmZy3ghgbv { top:24.5rem;left:0rem;width:29.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VauJJRnABeFnWxX0TnVnBHr8wQHJeioD { top:27.6875rem;left:0rem;width:29.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxXJC1rqRThPr2gKL4Hxavgbqq3konOf { top:11rem;left:0rem;width:21.4375rem;height:1.0592147768995rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTOMQfUrQ6LSnlzd7F0cvX96Coan0eEl { top:18.5rem;left:0rem;width:1.6875rem;height:2.1104226741132rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg7ZcZMFV0osdgleaF58SqmbC4HxUr4A { top:21.375rem;left:0rem;width:1.6875rem;height:2.0497088286685rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNreznJh1hl2uTiyX00U4SVZad28cnlB { top:24.25rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNViPDALbHTihxueKBMMmOWGVRywlP9e { top:27.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZtVRXR4uw0z8Uk0lGHt3MCDUD2W3hfk { top:0.625rem;left:23.6875rem;width:24.0625rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmKhPdAg60WNn7fOeTCPrCdIEvGHWvDZ { top:1.75rem;left:29.3125rem;width:18.4375rem;height:5.0449195918781rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRDkulkK6g4uirHELaaQgoFvVgfIKzn0 { top:8.125rem;left:28.5rem;width:19.25rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrGQ1FVRo9GC1TvTzgyZkvI43KN6TkTp { top:11.0625rem;left:24.5rem;width:23.25rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy { display:block; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX { display:block; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNRkvbvK90NzE1WIRRg6qKTId3OxU5y3 { top:0rem;left:0rem;width:47.75rem;height:15.28rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN { display:block; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEDTX81aIC2s0y7fVHGfbnfGnNFcgD7b { top:3.3125rem;left:26.874134063721rem;width:20.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdaTLPOGVQB3uaMbtITcUdsunQKgrLCz { top:6.75rem;left:13.6875rem;width:34.0625rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKowFN4fmHP8t9kTaUtE3LbZZSpc2Z2g { top:2.25rem;left:0rem;width:34.375rem;height:19.124375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs { display:block; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2pQ3logVS9yKxFlcDHBxGsOybOe3TFc { top:1.3125rem;left:6.7515201568606rem;width:35.6875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLwFhn5TEvrzX0M56yIAEsoAoNqcP9E { top:18.9375rem;left:13.5625rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5xKlNW4JBVTTLRUVmoDXpcC69x89oxn { top:25.5625rem;left:0rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcTrmLTGDlyRes26NUzAX0bgpbsBfZgJ { top:20.25rem;left:19.8125rem;width:14.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJA1wKsIOekpTOeittOcWbHsqlNqBPkE { top:19.875rem;left:14.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAPzJNZkz0sErUaPKZGOggZFQFneTDAr { top:27.5625rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTbdTTRJrTICzF4txGHSsVahJhkZ0ZV { top:26.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3nqSbUIoGi4qtR4nOiLc22rPFg6MJ7 { top:7.375rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5k7tGM1yX8I9eOXlaikZ3R2frneU76 { top:5.375rem;left:0rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68pIfJukDg1fUiHD7Le1oHdtD8Urv4L { top:14.4375rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIExBe5Iv8i4VATJJLCbzzVR2ScfoV1V { top:27.5rem;left:19.625rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TBbpwJDFfMslmb2aXqBHR4lkWnvScn { top:21.0625rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMSbXlD6zNNaJ4y05lu7QOXG2veNo9L { top:14.25rem;left:19.4375rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5ebk4PI398beGxDsTFEzUxJZ8K3p24 { top:7.3125rem;left:19.4375rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupSq9xby5yBhZQ3anobopy7WXIpqInk { top:7.3125rem;left:33.6875rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VXGsPnE6rLoAMp8FNUitbtUrWKPvgH { top:14.375rem;left:33.6875rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkQlqisRAHpVsIM5CpTPtL1ErdPcK8XD { top:20.9375rem;left:33.6875rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7UF3PBDfqhp9fuGo97expUxMhMRxzJk { top:27.625rem;left:33.6875rem;width:14.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR8UpK6txMHTv9LSOgKgTZqwk3Ic7NVv { top:20rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRplZU5a64uQWzr8QVIZcrH1fdFNrq9O { top:13.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcT2IsOeqKDG9vpMAdDPenesHVhB6UbT { top:20rem;left:37.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpKNTirLexGW35xTUMbWLzPtWJbRbm6N { top:12.4375rem;left:0rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDBATCbRF4fOh45DxybzDSXFoWb4BEyK { top:25.5rem;left:13.5625rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMTkpvAPmhJykTnm8PTGe60GIwn5B0uV { top:19.0625rem;left:0rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5y6iaI5rxGdZUzU6M1PVdJQ3BWb6JOF { top:12.25rem;left:13.375rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOBhIiIKvS58OpgRt8pmkc8Jc2eMwBeQ { top:5.3125rem;left:13.375rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoLlIJHX8lmgL2owLt1btq9SRaGm04I { top:5.3125rem;left:27.9375rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT3hzXgSgv7BTsPDbSaA7y5D5N640LfV { top:12.375rem;left:27.9375rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEIC6RlxaX8cceFMSqLipGrInreANtml { top:18.9375rem;left:27.9375rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOkTxxyg9zeH2cENw6rhfyoRAzNZgzFq { top:25.625rem;left:27.9375rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBgfmlK6iMxhTTNKEutdCbPe1UXunWT4 { top:6.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxNlif6h9LUXQQ3knlbR0KEr801DQB59 { top:6.6875rem;left:14.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJPZ1OqClaKFnAtxwoHWvRVTmhyQ1fLh { top:6.625rem;left:37.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTuMhUz2UM4Way2RCFibb98laTT2DIVU { top:13.5625rem;left:14.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCrfDIRPxTAaBHagUUciJFBv51QWe4g5 { top:26.75rem;left:37.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOOLw0qS2yTAHGsKwuQsTzgcUxGCONB { top:26.75rem;left:14.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVKKE1BWnUhTN83Kl1kSBHz9NbAAg8yl { top:13.5625rem;left:37.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #et2VdikF0KcX50RWki1noITwmB5ZbJdO { display:block; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDZ7oea94GshgE1DGekA1zT0JFRCxyDS { top:6.625rem;left:0rem;width:33.25rem;height:29.944501356508rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDLVoCXSz6B9MNksW7eycrei8Gs09Nlg { top:0.5625rem;left:15.273654937744rem;width:20.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g43UI5OibT11IyReo5mX2RSR35HnehwG { top:3.75rem;left:7.9928398132325rem;width:35.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbrUXdn16oVQOhdLMmZfaM5BOAglb7ns { top:37.875rem;left:0rem;width:33.1875rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCoATuAiQzLqiDEKz2ZRTO6D0QCGSw5 { top:37.8125rem;left:14.5rem;width:32.8125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieruZM5BFkONVqrhqat3UEhB1F4dqtTc { top:6.9375rem;left:14.5rem;width:32.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSkn36wScmzWcIJ7r0NKkEJhzUl91W1l { top:69.4375rem;left:14.5rem;width:33.0625rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ibi1wom4hmh4l5ZLFUJtFTgcDL1Kh0 { top:69.125rem;left:0rem;width:33.25rem;height:29.881680288038rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW { display:block; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgULQfufKXPDdMmh0BWP5P8AQ3xqWVAc { top:1.625rem;left:7.8441848754881rem;width:32rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytRsXbOqVT9Tv88beVvHX9n9NxnnSBd { top:6.125rem;left:0rem;width:16.5625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPREfM6Rg1AQUKwNbsGz6gOmzRCRkVuK { top:6.3125rem;left:6.624218940735rem;width:16.5625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COmOH16mHxcZHAy8ltXqWNT3H5KZnoxE { top:6.125rem;left:24.391407966614rem;width:16.5625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLmhih564U4K038gxm0HUbF5vOxmtRXo { top:24.0625rem;left:0rem;width:16.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkyomW5QF829vBMaODH2tlsA6pwDVhFi { top:6.3125rem;left:31.3125rem;width:16.4375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onI151FUXUpzhRDNpWqTmM0xlnmFKzaM { top:20.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BALJTUCuAZ92BuMi1B5JAUGGDM9nqCm2 { top:24.0625rem;left:6.75rem;width:16.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PytJSKmURMyb7Hn8FdhnvgOVBaPcVLlX { top:24.0625rem;left:24.5rem;width:16.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeofxoJBrzEF4z92lV4h53LWnncWeUPp { top:24.0625rem;left:31.125rem;width:16.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut39vT3BGNLsmM2GbTppXPIBCpmmTTb0 { top:35.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9MoqTwx6pdow5kCgHJDMVPgfkG2TfTA { top:35.25rem;left:26.452041625976rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #va1aBD8GUsGSCThITs7IEzKNfWa2FVo5 { top:35.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq2d2DRU2AWTJt2Z7lpn30KGEEot5TNW { top:35.25rem;left:8.6851139068606rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5vk6GTkqGpL3lo9OUZ8hUKsousJsF6D { top:38.1875rem;left:7.125rem;width:15.625rem;height:9.249125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZsTs3nkzxD9RvUwwkHGqaRSNiS25ede { top:48.5625rem;left:8.6851139068606rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGckm4w5NgaTZvm5faKw2y2q0rc5WHm8 { top:48.5625rem;left:27.000003814698rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfmXdlZ5D3KU3h2XoPZ3EL7ibcKN54Jg { top:38.1875rem;left:25.4375rem;width:15.625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCPLmphDt4Lf389ex93yFlPVTZkuhhB { top:20.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskN4HdCLhB6kDnukexCkV6FcHpaolHN { top:20.0625rem;left:7.6228313446044rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGK4k9gtKzMaGpLzGzdapPgNhtxQTx5y { top:20.0625rem;left:26.421661376953rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq { display:block; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKwwR9M3dEJGtzu275mTz4OpCbGW9s5v { top:0.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fghye80uTxOyggrunB8N8qLqHoRrxiXA { top:4.125rem;left:6.8437519073488rem;width:34.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC { display:block; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTXmMuhbRbrWvnGbiEWWix9RfdO1PbyN { top:0.3125rem;left:0rem;width:47.75rem;height:24.819209039548rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ33e0Dkw6EbntlRRJ2DSGLvQNKIirqs { top:36.25rem;left:0rem;width:20.6875rem;height:13.708708211219rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8r2AbvJWCNDZm4ym2K7lDqUGOQokUvh { top:36.25rem;left:14.75rem;width:20.6875rem;height:13.708708211219rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF6z47PTJpA7NLUTBrLVAnAfHIZoueXV { top:36.25rem;left:27.0625rem;width:20.6875rem;height:13.708708211219rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn { display:block; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykKQ38e38iVP5IGuBKeddn7oDCJKbp5r { top:0.9375rem;left:13.40625rem;width:20.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssGut1POtuCL8vyuQw3ORun1SV8HRmH1 { top:4.375rem;left:10.281250953674rem;width:27.1875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnftD3T4B4GqpE0BJPUXFe6yzGDMTlKH { top:6.875rem;left:0rem;width:47.75rem;height:17.826666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV { display:block; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtNtzdDoekK4V9lQFWnAqKftqQGp6yFX { top:0.875rem;left:10.40576171875rem;width:26.875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi { display:block; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ { display:flex;height:auto;width:27.8125rem;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #bVitQ9pQXTQyTZbVmHylPllhmdCUaBiV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #dsGaCXncTlPy5hAc8IS0AKXqmdHd5bJE {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #viThwhrAVszi2AIM071i14WAtxHAtgCl {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CktszkkuitHNZ4nkSpRqAtsTddL5J2xo {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #tWOXQxb1A7qIQ8IyVVZDznnRAX2cGP5k {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #eSlFt2gT1JNCLFkUJaTw3S6zs1ibGTIO {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #h7eR0CLSNrRxreVhOxPSmIHG51eyTT5h {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #lTaqfZNe9acPlxXUgdBGyyJMBRXWdXcF {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #t1CAuWy2aJgQqpASSXMCwySWQyK2Rprk {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CeAtMEeDhFsInHq3JyrHgoXq3qT6J8dq {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #BvteWwppc22vk7qarBP8V9UUBFEnfSXb {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #zb08bdB5FRfS3K1cDCQsJxDqxL1oh6Cb {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #E66usOHerI95P9D58MXfNrE5mg7DTtEg {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CWT7t2t62Nhx7kCXH1z3aV8gKhA9dzmi {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #nAlunCXlUCF3VTlTTgzr2P6pfLaGG2Pd {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #zf7nawPqCrQfWpfsgzC04h203S2NzwNl {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #a59LR2bc9wfO4XOEWcLOVu69WqFdyg89 {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #HAaCJgcS0TcW0hFZrDr3t6xJwoiTkozV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #nWq02dc8wHkDpT6TzfgGfhz5fv7fluZ4 {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #H5DIX0D0TGVKol265dZemBlKBK5yW3lc {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #cnua89E9tWSlU4cF4qmFSTKgTTctMkGi {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #NJJyd6FGEEmrJwkKHRCXZoGhz6XpAcXv {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #bc5l8mEaHEmEoOl6vITqWMbTfIS5CMuX {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #kJVPJsqL1UdsywqLs2L1dP81dlOGWmlR {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #KoC03UzwLyx2VTsBlwau2Scgos2gthfV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #KPqFtmz6mXXDmk8PD8kK1lfJ9WoeqkJV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #tZmy0wFaQHlK6t59zNp6Uq7WaadOHx6A {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #FtkLVU7XlaEni8OBGRufebPTHaTgs8gC {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #UxxZq1h8b8r33dxWm5pNsBd6ailC9FC6 {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #xS4oBIRcTzKesE4axDPC6GKmvyT5KBWA {  }
 }@media only screen and (max-width: 763px) { #v31kvZ3oTxiFzEch6XURoWzn3OqObs8y { display:block; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F { display:block; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWNZxkrddTm3gnTN98qFSIKQFx2Kcy63 { width:22.0625rem;height:3.4375rem;top:1rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbZarK5t4zWTTSO7VXiXESsnwtFHgehn { display:block; }
 }@media only screen and (max-width: 763px) { #QZCL0G0qFaxfe7TVhxMQs5Trh6HTFvQZ { top:1.125rem;left:40.248699188233rem;width:3.125rem;height:3.125rem;display:block; }
#QZCL0G0qFaxfe7TVhxMQs5Trh6HTFvQZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 { position:relative;z-index:auto;display:block; }#lkn3flNlsdPc1MeuxIeonxOgDthM1cc1 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t30hG7VgHoA44q4DmFTpcHid7KgQOoNm { width:8.5625rem;height:2.125rem;top:0.49981689453125rem;left:0.40516501665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0iGQgls2X4Ml2NLZ7R5pnlARyxS4LG { display:flex;width:1.5rem;height:1.5rem;top:0.90625rem;left:10.687283813953rem; }
 }@media only screen and (max-width: 763px) { #GboVKuskNvaQ8EbTUTRcNWbLxSv6IVbz { width:6.75rem;height:1.375rem;top:0.875rem;left:12.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM5tst6UxwyumdeMsIIK5oH1lTiPpQAu { width:7.5rem;height:1.13606875rem;top:1.1868286132812rem;left:12.362197220326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7X5CFEbXDZb4LTQf9Vv5poFpxpVChbV { width:8.5623125rem;height:1.2999125rem;top:3.9973959922791rem;left:11.436632454395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aItvodkwrswed4xeB1I02JQcIITok5Gf { width:8.125rem;height:1.2999125rem;top:3.9985420703888rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9FDM7Mm0BiuycOZ0qnJhzw7DSXIrZl { width:9.1873125rem;height:1.2999125rem;top:3.9973959922791rem;left:5.7183163762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW00Tg0DFE2a7FgWa0oGNbfXl6D9P0Jd { display:none; }#rW00Tg0DFE2a7FgWa0oGNbfXl6D9P0Jd > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWh0TKisyKImn85rpqKkMP9JsU5h6FwO { width:20rem;height:1.4166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptMDzfaJBR1E7aTyTMTTTMKXz7keX0bX { width:10.625rem;height:1.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffAicKUXGsAOBTfWLZ8VVEM4x2Ncsod8 { width:14.124375rem;height:2.24935rem;top:11.620009422303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pENpoBOdVaPy2ThwATKGFuh32Kfu1Pwf { width:12.374125rem;height:2.31228125rem;top:8.7467451095581rem;left:6.2489152550698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1t5TWrzmL8pnQaBCOnpJEeodwAP3iKi { width:10.875rem;height:2.25rem;top:6.0611982345581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnu74r8vXOTiuKg3muwzekOvmwJXfmri { width:13.75rem;height:2.62478125rem;top:3.4375002384186rem;left:6.2489152550698rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d674d72b-8a49-4d1a-a828-40b5f0b0f860/cheerfulindianasianyounggroupcollegestudentsfriendslaughingtogetherwhilesittingstandingwalkingcampus21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8.adaptive-delivery-prevent-bg, #mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8.lazyload, #mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8.lazyloading { background-image: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container { background-color: transparent; background-image: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container > .video-iframe-container { display: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row > .video-iframe-container { display: none; }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .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); }#mvnwNQ0ctcwOygNloHv68FGNO2vuz7F8 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AH94Gzh85i66ltkLnehTmuQCBRIWrec5 { width:20rem;height:3.45051875rem;top:1.279296875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwTlDbrfoQytlIOHkxUJU45uy1WX7ATJ { width:20rem;height:3.0869125rem;top:6.373291015625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiPOHMW828zqMmIX243fPTvFNrKWM2Wk { width:16.499rem;height:1.3rem;top:11.73876953125rem;left:3.5009765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qORvrIQqzNgxMQhsdAFcs3Dg6OPnz44w { width:8.81225rem;height:1.3rem;top:18.7841796875rem;left:3.5009765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXRZa5XoeXAQkiVvyiWwy5UmZy3ghgbv { width:14.6228125rem;height:1.3rem;top:14.28466796875rem;left:3.5009765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VauJJRnABeFnWxX0TnVnBHr8wQHJeioD { width:16.12425rem;height:1.3rem;top:16.456298828125rem;left:3.5009765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxXJC1rqRThPr2gKL4Hxavgbqq3konOf { width:20rem;height:0.8125rem;top:4.6513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTOMQfUrQ6LSnlzd7F0cvX96Coan0eEl { width:1.43676875rem;height:1.811525rem;top:11.358642578125rem;left:0.577392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg7ZcZMFV0osdgleaF58SqmbC4HxUr4A { width:1.5rem;height:1.875rem;top:16.169921875rem;left:0.421142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNreznJh1hl2uTiyX00U4SVZad28cnlB { width:1.811525rem;height:1.811525rem;top:18.529052734375rem;left:0.264404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNViPDALbHTihxueKBMMmOWGVRywlP9e { width:1.6870125rem;height:1.6870125rem;top:13.90625rem;left:0.45166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZtVRXR4uw0z8Uk0lGHt3MCDUD2W3hfk { width:20rem;height:36.3125rem;top:21.561721801757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmKhPdAg60WNn7fOeTCPrCdIEvGHWvDZ { width:12.749rem;height:3.31176875rem;top:21.937255859375rem;left:3.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRDkulkK6g4uirHELaaQgoFvVgfIKzn0 { width:16.93725rem;height:1.86889375rem;top:25.76904296875rem;left:1.53076171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrGQ1FVRo9GC1TvTzgyZkvI43KN6TkTp { width:19.4375rem;height:21.6875rem;top:28.310546875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy { display:block; }#AaUelsCzkTxmFzgVJUD1Zpt7AtOkvUXy > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX { display:block; }#tSUHZyZZUQd3at3mSEcuPTGrgzFPrPaX > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNRkvbvK90NzE1WIRRg6qKTId3OxU5y3 { width:20rem;height:6.375rem;top:0.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN { display:block; }#dwm5ssDBVZS1Vu8qG4zLuXGrtTMWwPeN > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEDTX81aIC2s0y7fVHGfbnfGnNFcgD7b { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdaTLPOGVQB3uaMbtITcUdsunQKgrLCz { width:20rem;height:16.0069375rem;top:4.4368381500244rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKowFN4fmHP8t9kTaUtE3LbZZSpc2Z2g { height:11.205971135061rem;width:20rem;top:22.274305820465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs { display:block; }#z18qVXGZL9FE3RG7g0MP4PEwG6sBsxhs > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2pQ3logVS9yKxFlcDHBxGsOybOe3TFc { width:20rem;height:1.7068125rem;top:0.65212059020994rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFLwFhn5TEvrzX0M56yIAEsoAoNqcP9E { width:19.75rem;height:5.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5xKlNW4JBVTTLRUVmoDXpcC69x89oxn { width:19.75rem;height:5.0625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcTrmLTGDlyRes26NUzAX0bgpbsBfZgJ { width:14.0625rem;height:2.76041875rem;top:4.75rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJA1wKsIOekpTOeittOcWbHsqlNqBPkE { display:flex;width:3.125rem;height:3.125rem;top:4.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #gAPzJNZkz0sErUaPKZGOggZFQFneTDAr { width:14.0625rem;height:1.38020625rem;top:11.8125rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTbdTTRJrTICzF4txGHSsVahJhkZ0ZV { display:flex;width:3.125rem;height:3.125rem;top:10.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #sW3nqSbUIoGi4qtR4nOiLc22rPFg6MJ7 { width:14.0625rem;height:1.38020625rem;top:18.3125rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5k7tGM1yX8I9eOXlaikZ3R2frneU76 { width:19.75rem;height:5.0625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68pIfJukDg1fUiHD7Le1oHdtD8Urv4L { width:14.0625rem;height:1.38020625rem;top:37.4375rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIExBe5Iv8i4VATJJLCbzzVR2ScfoV1V { width:14.0625rem;height:1.38020625rem;top:69.375rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4TBbpwJDFfMslmb2aXqBHR4lkWnvScn { width:14.0625rem;height:1.38020625rem;top:56.625rem;left:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMSbXlD6zNNaJ4y05lu7QOXG2veNo9L { width:14.0625rem;height:1.38020625rem;top:43.8125rem;left:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5ebk4PI398beGxDsTFEzUxJZ8K3p24 { width:14.0625rem;height:1.38020625rem;top:24.6875rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupSq9xby5yBhZQ3anobopy7WXIpqInk { width:14.0625rem;height:1.38020625rem;top:31.125rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3VXGsPnE6rLoAMp8FNUitbtUrWKPvgH { width:14.0625rem;height:1.38020625rem;top:50.25rem;left:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkQlqisRAHpVsIM5CpTPtL1ErdPcK8XD { width:14.0625rem;height:1.38020625rem;top:63.0625rem;left:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7UF3PBDfqhp9fuGo97expUxMhMRxzJk { width:14.0625rem;height:1.38020625rem;top:75.8125rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR8UpK6txMHTv9LSOgKgTZqwk3Ic7NVv { display:flex;width:3.125rem;height:3.125rem;top:55.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #WRplZU5a64uQWzr8QVIZcrH1fdFNrq9O { display:flex;width:3.125rem;height:3.125rem;top:36.5625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #VcT2IsOeqKDG9vpMAdDPenesHVhB6UbT { display:flex;width:3.125rem;height:3.125rem;top:61.875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XpKNTirLexGW35xTUMbWLzPtWJbRbm6N { width:19.75rem;height:5.0625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDBATCbRF4fOh45DxybzDSXFoWb4BEyK { width:19.75rem;height:5.0625rem;top:67.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMTkpvAPmhJykTnm8PTGe60GIwn5B0uV { width:19.75rem;height:5.0625rem;top:54.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5y6iaI5rxGdZUzU6M1PVdJQ3BWb6JOF { width:19.75rem;height:5.0625rem;top:41.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOBhIiIKvS58OpgRt8pmkc8Jc2eMwBeQ { width:19.75rem;height:5.0625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoLlIJHX8lmgL2owLt1btq9SRaGm04I { width:19.75rem;height:5.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT3hzXgSgv7BTsPDbSaA7y5D5N640LfV { width:19.75rem;height:5.0625rem;top:48.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEIC6RlxaX8cceFMSqLipGrInreANtml { width:19.75rem;height:5.0625rem;top:61.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOkTxxyg9zeH2cENw6rhfyoRAzNZgzFq { width:19.75rem;height:5.0625rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBgfmlK6iMxhTTNKEutdCbPe1UXunWT4 { display:flex;width:3.125rem;height:3.125rem;top:17.4375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #nxNlif6h9LUXQQ3knlbR0KEr801DQB59 { display:flex;width:2.8125rem;height:2.8125rem;top:23.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #yJPZ1OqClaKFnAtxwoHWvRVTmhyQ1fLh { display:flex;width:2.8125rem;height:2.8125rem;top:30.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #oTuMhUz2UM4Way2RCFibb98laTT2DIVU { display:flex;width:3.125rem;height:3.125rem;top:42.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ZCrfDIRPxTAaBHagUUciJFBv51QWe4g5 { display:flex;width:2.8125rem;height:2.8125rem;top:75.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ETOOLw0qS2yTAHGsKwuQsTzgcUxGCONB { display:flex;width:2.8125rem;height:2.8125rem;top:68.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #nVKKE1BWnUhTN83Kl1kSBHz9NbAAg8yl { display:flex;width:3.125rem;height:3.125rem;top:49.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #et2VdikF0KcX50RWki1noITwmB5ZbJdO { display:block; }#et2VdikF0KcX50RWki1noITwmB5ZbJdO > .row .container { width:20rem;height:123.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDZ7oea94GshgE1DGekA1zT0JFRCxyDS { width:19.875rem;height:17.9375rem;top:7.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDLVoCXSz6B9MNksW7eycrei8Gs09Nlg { width:20rem;height:2.03125rem;top:0.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g43UI5OibT11IyReo5mX2RSR35HnehwG { width:20rem;height:2.76041875rem;top:3.6230525970459rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbrUXdn16oVQOhdLMmZfaM5BOAglb7ns { width:19.875rem;height:17.9375rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCoATuAiQzLqiDEKz2ZRTO6D0QCGSw5 { width:19.8123125rem;height:17.874375rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieruZM5BFkONVqrhqat3UEhB1F4dqtTc { width:19.875rem;height:17.9375rem;top:27.054693222046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSkn36wScmzWcIJ7r0NKkEJhzUl91W1l { width:19.874125rem;height:17.9373125rem;top:84.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ibi1wom4hmh4l5ZLFUJtFTgcDL1Kh0 { width:19.8123125rem;height:17.874375rem;top:104.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW { display:block; }#KySpx2FOhBnAvLt3h5wV3ZZGoUGcCGNW > .row .container { width:20rem;height:167.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgULQfufKXPDdMmh0BWP5P8AQ3xqWVAc { width:20rem;height:4.0625rem;top:0.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytRsXbOqVT9Tv88beVvHX9n9NxnnSBd { width:15.8125rem;height:12.125rem;top:5.0596785545349rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPREfM6Rg1AQUKwNbsGz6gOmzRCRkVuK { width:15.8125rem;height:12.125rem;top:21.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COmOH16mHxcZHAy8ltXqWNT3H5KZnoxE { width:15.9375rem;height:12.3125rem;top:37.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLmhih564U4K038gxm0HUbF5vOxmtRXo { width:15.875rem;height:12.5rem;top:69.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkyomW5QF829vBMaODH2tlsA6pwDVhFi { width:15.875rem;height:12.5rem;top:53rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onI151FUXUpzhRDNpWqTmM0xlnmFKzaM { width:12.5rem;height:1.2999125rem;top:66.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BALJTUCuAZ92BuMi1B5JAUGGDM9nqCm2 { width:15.875rem;height:12.5rem;top:85.923400878906rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #PytJSKmURMyb7Hn8FdhnvgOVBaPcVLlX { width:15.875rem;height:12.5rem;top:102.02584075927rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeofxoJBrzEF4z92lV4h53LWnncWeUPp { width:15.875rem;height:12.5rem;top:118.26497936249rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut39vT3BGNLsmM2GbTppXPIBCpmmTTb0 { width:12.5rem;height:1.2999125rem;top:132.19184494019rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9MoqTwx6pdow5kCgHJDMVPgfkG2TfTA { width:12.5rem;height:1.2999125rem;top:115.77800369263rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #va1aBD8GUsGSCThITs7IEzKNfWa2FVo5 { width:12.5rem;height:1.2999125rem;top:83rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq2d2DRU2AWTJt2Z7lpn30KGEEot5TNW { width:12.5rem;height:1.2999125rem;top:99.666891098025rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5vk6GTkqGpL3lo9OUZ8hUKsousJsF6D { width:15.875rem;height:12.5rem;top:134.93595123291rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZsTs3nkzxD9RvUwwkHGqaRSNiS25ede { width:12.5rem;height:1.2999125rem;top:148.56124782563rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGckm4w5NgaTZvm5faKw2y2q0rc5WHm8 { width:12.5rem;height:1.2999125rem;top:165.24957084656rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfmXdlZ5D3KU3h2XoPZ3EL7ibcKN54Jg { width:15.875rem;height:12.5rem;top:151.4355506897rem;left:2.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCPLmphDt4Lf389ex93yFlPVTZkuhhB { width:12.5rem;height:1.2999125rem;top:18.124992370606rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VskN4HdCLhB6kDnukexCkV6FcHpaolHN { width:14.4998125rem;height:1.2999125rem;top:34.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGK4k9gtKzMaGpLzGzdapPgNhtxQTx5y { width:12.5rem;height:1.2999125rem;top:50.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq { background-color:#20447b;background-image:none;display:block; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container { background-color: transparent; background-image: none; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container > .video-iframe-container { display: none; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row > .video-iframe-container { display: none; }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .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); }#Vz1JuaEvi6MJGVqEGuk3M6TORVLbbLDq > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKwwR9M3dEJGtzu275mTz4OpCbGW9s5v { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fghye80uTxOyggrunB8N8qLqHoRrxiXA { width:20rem;height:3.2487rem;top:6.1230473518372rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC { display:block; }#PBaWw55w8EVlf2mGLF1ioG8bhpORTqEC > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTXmMuhbRbrWvnGbiEWWix9RfdO1PbyN { width:20rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ33e0Dkw6EbntlRRJ2DSGLvQNKIirqs { width:20rem;height:13.253012048193rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8r2AbvJWCNDZm4ym2K7lDqUGOQokUvh { width:20rem;height:13.253012048193rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF6z47PTJpA7NLUTBrLVAnAfHIZoueXV { width:20rem;height:13.2519375rem;top:41.691603899002rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn { display:block; }#Ce18yxk4GQo1l44B4c83Z5PLbVxeEqZn > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykKQ38e38iVP5IGuBKeddn7oDCJKbp5r { width:20rem;height:2.03125rem;top:0.68684864044187rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssGut1POtuCL8vyuQw3ORun1SV8HRmH1 { width:20rem;height:3.0869125rem;top:3.3094615936279rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnftD3T4B4GqpE0BJPUXFe6yzGDMTlKH { width:19.8123125rem;height:7.436rem;top:7.8060226440431rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV { display:block; }#JRAczLmWSIIWyMTcZtmdaIbAy7ZgzWoV > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtNtzdDoekK4V9lQFWnAqKftqQGp6yFX { width:20rem;height:1.7871125rem;top:0.94076442718506rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi { display:block; }#TSeuWbCFIBgDGpy5MXzJV4Tw6vNfzdUi > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.1;overflow:hidden; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.4;overflow:hidden; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ { display:flex;height:auto;width:20rem;top:0rem;left:0rem; }
#GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #bVitQ9pQXTQyTZbVmHylPllhmdCUaBiV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #dsGaCXncTlPy5hAc8IS0AKXqmdHd5bJE {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #viThwhrAVszi2AIM071i14WAtxHAtgCl {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CktszkkuitHNZ4nkSpRqAtsTddL5J2xo {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #tWOXQxb1A7qIQ8IyVVZDznnRAX2cGP5k {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #eSlFt2gT1JNCLFkUJaTw3S6zs1ibGTIO {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #h7eR0CLSNrRxreVhOxPSmIHG51eyTT5h {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #lTaqfZNe9acPlxXUgdBGyyJMBRXWdXcF {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #t1CAuWy2aJgQqpASSXMCwySWQyK2Rprk {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CeAtMEeDhFsInHq3JyrHgoXq3qT6J8dq {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #BvteWwppc22vk7qarBP8V9UUBFEnfSXb {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #zb08bdB5FRfS3K1cDCQsJxDqxL1oh6Cb {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #E66usOHerI95P9D58MXfNrE5mg7DTtEg {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #CWT7t2t62Nhx7kCXH1z3aV8gKhA9dzmi {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #nAlunCXlUCF3VTlTTgzr2P6pfLaGG2Pd {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #zf7nawPqCrQfWpfsgzC04h203S2NzwNl {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #a59LR2bc9wfO4XOEWcLOVu69WqFdyg89 {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #HAaCJgcS0TcW0hFZrDr3t6xJwoiTkozV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #nWq02dc8wHkDpT6TzfgGfhz5fv7fluZ4 {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #H5DIX0D0TGVKol265dZemBlKBK5yW3lc {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #cnua89E9tWSlU4cF4qmFSTKgTTctMkGi {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #NJJyd6FGEEmrJwkKHRCXZoGhz6XpAcXv {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #bc5l8mEaHEmEoOl6vITqWMbTfIS5CMuX {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #kJVPJsqL1UdsywqLs2L1dP81dlOGWmlR {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #KoC03UzwLyx2VTsBlwau2Scgos2gthfV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #KPqFtmz6mXXDmk8PD8kK1lfJ9WoeqkJV {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #tZmy0wFaQHlK6t59zNp6Uq7WaadOHx6A {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #FtkLVU7XlaEni8OBGRufebPTHaTgs8gC {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #UxxZq1h8b8r33dxWm5pNsBd6ailC9FC6 {  }
 }@media only screen and (max-width: 763px) { #GOcNUuKWuKtIBX31M7yw4hPD4r0TeVHQ #xS4oBIRcTzKesE4axDPC6GKmvyT5KBWA {  }
 }@media only screen and (max-width: 763px) { #v31kvZ3oTxiFzEch6XURoWzn3OqObs8y { position:relative;z-index:auto;display:block; }#v31kvZ3oTxiFzEch6XURoWzn3OqObs8y > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TkzSTmuUNvxzv7uNeSTFOK12QD6zzx7F > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWNZxkrddTm3gnTN98qFSIKQFx2Kcy63 { width:17.5rem;height:3.4375rem;top:1.40625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbZarK5t4zWTTSO7VXiXESsnwtFHgehn { display:block; }
 }@media only screen and (max-width: 763px) { #QZCL0G0qFaxfe7TVhxMQs5Trh6HTFvQZ { display:flex;width:3.125rem;height:3.125rem;top:1.5625190734863rem;left:0rem; }
#QZCL0G0qFaxfe7TVhxMQs5Trh6HTFvQZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }