.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { 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; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:14px;font-family:arial;height:79px;width:960px;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { 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:45.9943px;width:197.997px;top:16.477272033691px;left:380.98007202148px;overflow:hidden;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/18b21861-d93e-482a-abcb-7d00dab669be/portraitwomanblackjacketlaughingisolatedbackgroundhappyyoungshorthairedladysmileswhitebackdrop.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:14px;font-family:arial;height:550px;width:960px;overflow:visible;position:relative;display:block; }#NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { color:#444444;display:block;width:301px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:62.44792175293px;left:102.96875px;height:142.448px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { box-sizing:content-box;height:2px;width:200px;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:459px;left:124px;display:none; }
#kA4RGQImHTq3Dubs6ySEVwfMzT7if64v { background-color:#08cd62;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:187px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:460px;left:706px;display:none; }
#ETE79DMoR4Q5SH2cwshmSfxuZqwfPdAr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ctuEEduVByHkvTlBF5XfmWdNM2b1DTwa { 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:310px;width:386px;top:320.98960876465px;left:505.98962402344px;overflow:hidden;display:block; }
#ODIS1PVu5spcoLwqkSvlUbAzrFbPUZ7J { color:#444444;display:block;width:199px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:241.97917175293px;left:102.96875px;height:227.917px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zoI9OJ11KT4SJzkxMLrza2ZrHbSuDL9q { position:absolute;display:block;z-index:15014;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:160.99px;width:135px;top:0.99652862548828px;left:719.96533203125px;overflow:hidden;display:block; }
#vUOOeRaAh0VWD8kZtcttUhfK0o6raefw { 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:512px;width:691px;display:none; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#f1f1f1;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; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:14px;font-family:arial;height:379px;width:960px;overflow:visible;position:relative;display:block; }#H50Tb37BX5Ucor4E8odVyJqmcoB9GBTU { 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:65px;width:65px;top:308px;left:150px;overflow:hidden;display:none; }
#ndnHPRhOhrtPbsS1D7r9lovoNC7ht50G { color:#000000;display:block;width:280px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:326px;left:240px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yfMUsESzfUawv3pdaxG7VFs10tBlkcBJ { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:313px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:none; }
#BCuCMyWA0zcCTcEiVn7fiXmRWDTL49Kl { 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:65px;width:65px;top:385px;left:152px;overflow:hidden;display:none; }
#hTOMVTOGMlaBUHAGskFanIHOeTo2SM8n { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:403px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LyVqx5Nri6kmcoXHN6vCqScEzgTBNu3c { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:486px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HqdbmMcTh5RnqPRMdmXI9uUyxXl3I3lT { position:absolute;display:block;z-index:15013;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:65px;width:65px;top:467px;left:152px;overflow:hidden;display:none; }
#skMzeIecVMW1i5i02GlnlcTyT72P5V1h { position:absolute;display:block;z-index:15016;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:65px;width:65px;top:547px;left:152px;overflow:hidden;display:none; }
#ZFT6w0DQ3Iaow2bTo85X6LLssf7nXKiL { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:565px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BHK5LFfkOxmuwGioZ2MEM7zBgL3Pd3Pn { position:absolute;display:block;z-index:15019;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:65px;width:65px;top:627px;left:152px;overflow:hidden;display:none; }
#p85NVhbIsPfUr1HswKFWm1aNZa2wWU17 { color:#000000;display:block;width:550px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:645px;left:241px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#morIeDHZ5LXnxAanWy4ZkRDc5xVkNTNJ { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:391px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:none; }
#iRPfely4fKMwK1A0pbKXw45eO28huUlG { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:473px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:none; }
#QlSJMwrCDf1GC9M5xKaideXcgvrQw00L { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:553px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:none; }
#bnymrvZ4xVziEXnegO79znGCKeFGXc1o { box-sizing:content-box;height:50px;width:652px;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:633px;left:158px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:none; }
#Qbvw88XfWQI9lHhWkzhVEuX1WIAc2cka { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:63px;left:113px;height:28.5px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghsUa6scCTvLq4hHvTQVqNMIR3cNGTro { color:#444444;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:130px;left:113px;height:147.448px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#ghsUa6scCTvLq4hHvTQVqNMIR3cNGTro li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ghsUa6scCTvLq4hHvTQVqNMIR3cNGTro li:before{  }
#aRSDZOfTUhRwBpRlOVcOWPatOyWTQ449 { color:#000000;display:block;width:736.992px;position:absolute;font-family:lato;font-size:12px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:325px;left:144px;height:18px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WywFcyTbzqAD8hnZQppRFErukaJiq5gG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5e9cc;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; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row .container { background-color: transparent; background-image: none; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row .container > .video-iframe-container { display: none; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row > .video-iframe-container { display: none; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .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); }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row .container { border-width: 0; border-radius: 0; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row .container { font-size:14px;font-family:arial;height:424px;width:960px;position:relative;display:block; }#GR2onKolPUTCoN0I5GyvgvxU9OZZWzuq { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:370px;left:112px;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s0tlAJv4Hn0bSnJGKkC7I2S6avrgxTHi { color:#444444;display:block;width:736.992px;position:absolute;font-family:lato;font-size:13px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:344.98046875px;left:137.48046875px;height:38.993px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RUbVg0PhuV6umG2dNDkqzpqW4JZT1vsm { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:122px;left:112px;height:209.4276px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#RUbVg0PhuV6umG2dNDkqzpqW4JZT1vsm li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RUbVg0PhuV6umG2dNDkqzpqW4JZT1vsm li:before{  }
#DQyiUkw4PbXJEL91XkraGK7kkMTa1hsz { color:#000000;display:block;width:737px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:64px;left:112px;height:28.4896px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { 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; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:14px;font-family:arial;height:671px;width:960px;overflow:visible;position:relative;display:block; }#g8XPRqKdEbeZp9rsk1Xbtv63ZUVkqUJb { color:#000000;display:block;width:476px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:435.99609375px;left:330.98828125px;height:108px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#N8Trkw1tD1TxQaE5sqIdaWh10e5viAK2 { color:#f5e9cc;display:block;width:737px;position:absolute;font-family:lato;font-size:32px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:37.25px;left:111.5px;height:48px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aiPAygtcKxX9nmGxfCzLrOvbaqAFbprr { color:#000000;display:block;width:668px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:189px;left:147px;height:27px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Pm5H6wMyKiIT6XKnEDt7MQdEbq7t8KIB { box-sizing:content-box;height:50px;width:733px;position:absolute;display:block;z-index:15005;background-color:#efefef;background-image:none;top:176px;left:112px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#smVvLK3ETPpKCDQzpaM6QplTXCtzuCiA { box-sizing:content-box;height:50px;width:733px;position:absolute;display:block;z-index:15007;background-color:#efefef;background-image:none;top:246px;left:115px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#h1xxWZP6gy2BNwAmQh7AG0ry0rTUDpqA { color:#000000;display:block;width:668px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:259px;left:149px;height:27px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NALzgIl5mTVhEL765ztSEuvIiRTRxIwi { box-sizing:content-box;height:50px;width:733px;position:absolute;display:block;z-index:15009;background-color:#efefef;background-image:none;top:316px;left:113px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#r1oHCvDB7Cx9ILThHXgUGnRHyKqZCboq { color:#000000;display:block;width:668px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:329px;left:147px;height:27px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hNLGEhkaNbD0KUvpVN4GpMmo3QTCiB1P { box-sizing:content-box;height:153.984px;width:728.984px;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:411.7578125px;left:114.23828125px;border-top-right-radius:40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px;border-top-left-radius:40px;border-top:2px solid #808082;border-left:2px solid #808082;border-right:2px solid #808082;border-bottom:2px solid #808082;display:none; }
#M2yHXyN04PBbe42T0dkqLfBTnf6rI4c0 { color:#000000;display:block;width:136.973px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:498.51953125px;left:154.96484375px;height:30px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JVWQpBMynDgGILinSi9mM8U4mmEURenE { color:#000000;display:block;width:136.973px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:444.31251525879px;left:156.95834350586px;height:67.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QZA3TMALhg1ZcdCbyxy17u0yBprLpHqa { color:#585858;display:block;width:146px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:224px;left:144.53750610352px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pxKgT6AMDyCgCyC6kexmmUNgoWx6GRTm { color:#585858;display:block;width:146px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:224px;left:398.43753051758px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ueuyE3CVEMWZN08ihcNPK8b70Te79fBa { color:#585858;display:block;width:146px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:223.99999694526px;left:650.19998168945px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yIp7eNzirlLPUdaXtSxoRrnHTgOc0diD { color:#585858;display:block;width:960px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:635px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZI6Vpagp3nR6PR78FGWhrJacVN3OISKM { 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:282px;width:227px;top:282px;left:108.03811989076px;overflow:hidden;display:block; }
#TB1wZnXGA3x0GTqh3cm1BcQ6mtzzvmEW { position:absolute;display:block;z-index:15013;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:269px;width:217px;top:282.00001220405px;left:362.93753051758px;overflow:hidden;display:block; }
#M2zQpa4MKtOckReeQPQ7JRvp0n8xoT2T { position:absolute;display:block;z-index:15015;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:258px;width:208px;top:282.00001220405px;left:619.19998168945px;overflow:hidden;display:block; }
#Trrpf7U2O1VcTJ4GTXefsZgvaZuFCwT5 { box-sizing:content-box;height:122px;width:740px;position:absolute;display:block;z-index:15003;background-color:#444444;background-image:none;top:0px;left:110px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:50px;border-top-left-radius:4px;display:block; }
#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt { background-color:#f5e9cc;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; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { background-color: transparent; background-image: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .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); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { border-width: 0; border-radius: 0; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { font-size:14px;font-family:arial;height:761px;width:960px;overflow:visible;position:relative;display:block; }#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px;font-family:lato;color:#444444; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px;font-family:lato;color:#444444; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-trigger { width:20px;min-width:20px;height:20px;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; }#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-trigger.adaptive-delivery-prevent-bg, #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-trigger.lazyload, #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-trigger.lazyloading { background-image: none; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor { box-sizing:content-box;height:auto;width:740px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:#f5e9cc;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:131px;left:98.5px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #NxiVeIQbe8ROf9WeoAQvruP1xZvwHmoV { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #FpmlnByDbcUnTaX9xlK4TGIMDt2WKXf1 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #edfrf41ye4Nxe285LnZclL2Gn8LgoPb2 { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #CtV7nTfmGDfRQJgBhLAi3TRqIJUkUoVQ {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #c7EWay2ntER4413s42ENEh55hsd4kWWg {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #nTWSWozmZno9miiTGObXEMy3wLQwiv6O { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #n1T8Pl3yRWUlFKHyHTThGm96shu96d7E { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #OsWdiZbEP5VXa3t35rHziSHAyJLhDHoB { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #h7BgX5T9HmVl6tkaEs9nqdtTFDMwaapC {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #F03bEsq80UIaFzG7qPJSw9mArzF4ByyL { display:none; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #T6PKLmhGpHyHDlbIlxwA8aPwwf4pSo8a { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cZeHKF4OH6t07T42qK2gMnoKelv8fOGu { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #DwQEcoXwDTxVRvvg47sGpPDrHeE0cy8A { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #phokxeBMpTIz41cZT5IElFqpSRQD593P {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cgFI2VIEMIRNIFnK8LSWSB4Q3aLnsiiP { display:none; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #Acnfs34yXTek16o14IJ5JLspgbaVmzbl { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #E3KsdLz2OpUSioMoPQt65RmfaggqdfVZ { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #uwuoXOXwTvIJnotcvzBDn31THOyUuTTq { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cFPCTqUCMuQTuOcrcvHLnsZzy130vvkE {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #woeH8LJ1d9H1M06ZPSZhdF5SItbnKgfU { display:none; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #vKrB0iSZ1k5URuKL8FggsZp18hMLpUPh { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #GybpJTXLXnDuICFRs6ehzB40d223HTw6 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #rIT89xRhqnE4UT8OIdWG9oKyTUXhE6M0 { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #XtyQOiFH0cgHubCIhVBhWBo2O1KMXnfK {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #loGGBfzqnfHMILKln4dUZESmcVDiRi8f { display:none; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #BMWFFdmp0EpFhPodcGnx993ybvMEEnS1 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #n2aNw8F3yWdZUvsrgFLfEmH0OJ3sbTbz { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #R1TzdssZrNqB7EidCncHDJgxsv0U9FQ4 { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #pbueQzEBf0nmk7xMDW1dqLGteoPVxplx {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #KVmvkObAlRv48KdlkU0WiJiUMrGqslCR { display:none; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #icWg3PvZT70OtvfNszghUUQ9dv5XT622 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #VJLITfsyBX8DZc0xz9KBoQA5KZHgmsEU { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #s3Zqd62Oni1p2C3RykpTwLUASky9IrZi { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #mNzTQ6x07ky6RmX9UMMR7nAWeB5F6i15 {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #KGc4uJzIG1ADiQxvzbadJis79pdWfWLt { display:none; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #tASJrPTZViTz9qGXyLVRT37eAO0bdXFC { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #gEK5TGVTT23H1TvCGTQOWZuWgB1C7wiu { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #Pbg7Gm4nBGQ4VMAlHZToTuKln5UsBbm7 { display:block;position:relative; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #hL8BTwSfwblxbXNWHZDrhWOkeUF01Jup {  }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #uRg4GXS2TZtbt4wL2vDawmFpWgFmE9Zv { display:none; }
#mcSAOz5TLx1CPC2gBPI7nXI0gkQ476dF { color:#f5e9cc;display:block;width:737px;position:absolute;font-family:lato;font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:37px;left:111.5px;height:48px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nOq0XpDiRMwwB9pCQsC8S1xdmvDTcNv6 { box-sizing:content-box;height:122px;width:740px;position:absolute;display:block;z-index:14999;background-color:#444444;background-image:none;top:0px;left:110px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:50px;border-bottom-right-radius:4px;display:block; }
#uWUrO0eXp0TAVgE46RWNi5nQ0QW140Ge { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w { background-color:#f5e9cc;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; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container { background-color: transparent; background-image: none; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container > .video-iframe-container { display: none; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row > .video-iframe-container { display: none; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .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); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container { border-width: 0; border-radius: 0; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container { font-size:14px;font-family:arial;height:241px;width:960px;overflow:visible;position:relative;display:block; }#KntbLK9cq7RZwDfRkpr6uDo0dcm6l4cf { color:#000000;display:block;width:293px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:220px;left:151px;height:285px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dI9430lxdUHwma7AazHKqlLTAvI9xFIG { color:#000000;display:block;width:293px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:220px;left:525px;height:285px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qXbqI4XbgMu1DmIyTRSAGG2VPNztxThf { box-sizing:content-box;height:352px;width:355px;position:absolute;display:block;z-index:15006;background-color:#f4f4f4;background-image:none;top:189px;left:494px;display:none; }
#l7suwvyTFnEMpOaxIlUww5hN8DXxTOh8 { box-sizing:content-box;height:352px;width:355px;position:absolute;display:block;z-index:15005;background-color:#f4f4f4;background-image:none;top:186px;left:120px;display:none; }
#dQKiiqlBdSAQsxnioXsg7IdgERPSX928 { position:absolute;display:block;z-index:15013;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:260px;width:350px;top:39px;left:75px;overflow:hidden;display:block; }
#mHHcZRAIhuxx8hgzkTsqeEl2Ns1625xO { position:absolute;display:block;z-index:15013;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:261px;width:350px;top:38.5px;left:457px;overflow:hidden;display:block; }
#plPTBZd8ED0bL9PisXasFvJieNK2O1ND { 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; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { background-color: transparent; background-image: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .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); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { border-width: 0; border-radius: 0; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;overflow:visible;position:relative;display:block; }#CBtnQIe5TvfFeVaJ1qZ2Jn1xPtqVlv9a { color:#585858;display:block;width:266px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:60px;left:132px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nrV6ChahuwzAy1SK0Tbwp7UtTXTvEMec { color:#000000;display:block;width:280px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:94.75px;left:125px;height:28.4896px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XG0znpCKtvJ2dWKp58aaLW8D5x6cHkc8 { color:#000000;display:block;width:278px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:94.5px;left:503px;height:56.9792px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkN2yCxl0A51oKJeNQHI6GJTszptzNMQ { color:#585858;display:block;width:280px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:60px;left:502px;height:34.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwTaN3mIIeuwbk5e77le4mzoGV1ZdVpR { 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:250px;width:335px;display:none; }
#AlFeEVa5wnktxR0mSFVc5SAlkzyp1MJR { 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:250px;width:335px;display:none; }
#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#444444;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; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row .container { background-color: transparent; background-image: none; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row .container > .video-iframe-container { display: none; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row > .video-iframe-container { display: none; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .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); }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row .container { border-width: 0; border-radius: 0; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row .container { font-size:14px;font-family:arial;height:265px;width:960px;position:relative;display:block; }#Ol3eybp3ClWCSauwoScMxu31BTgnMRTc { background-color:#f5e9cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#444444;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:154.984375px;left:280px;display:block; }
#TSfcCGshQN3n0fmoZfkGB0yb2yJq7inH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#B7pOqrRBnQJLTuzVPT4h9GiyKn73FMPq { color:#ffffff;display:block;width:378.969px;position:absolute;font-family:lato;font-size:28px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:49.984375px;left:290.5px;height:84px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP { background-color:#f5e9cc;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; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { background-color: transparent; background-image: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .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); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { border-width: 0; border-radius: 0; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { font-size:14px;font-family:arial;height:239px;width:960px;overflow:visible;position:relative;display:block; }#zzyRAvyOyNwO6ul2WmqUTRzmrwbpJJme { color:#444444;display:block;width:736.984px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:62.984375px;left:111.5px;height:45px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KiJFHoLNM86dG9dWiLZcNrpVaypoy9OZ { color:#000000;display:block;width:293px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:220px;left:151px;height:285px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rSaanyJcbMhqcAsrTrn6Pe0ivU7ETkDK { color:#000000;display:block;width:293px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:220px;left:525px;height:285px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NZtumeu2mETvbg4zxDrpznN00xdQTfcG { box-sizing:content-box;height:352px;width:355px;position:absolute;display:block;z-index:15006;background-color:#f4f4f4;background-image:none;top:189px;left:494px;display:none; }
#KQI2T8qvkV3MwSzBLGC6BAZxiZTs31C5 { box-sizing:content-box;height:352px;width:355px;position:absolute;display:block;z-index:15005;background-color:#f4f4f4;background-image:none;top:186px;left:120px;display:none; }
#B3DKLnbO4X1RxQOGTJE8hyNl9VeAsiwo { background-color:#444444;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:400px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:122.96875px;left:280px;display:block; }
#il8xONy1bcOkbfQS9hzMpmhqsXMniHqs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZOTQeMubZqU3alANr333KMuJaLSaSVTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#444444;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; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row .container { background-color: transparent; background-image: none; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row .container > .video-iframe-container { display: none; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row > .video-iframe-container { display: none; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .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); }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row .container { border-width: 0; border-radius: 0; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row .container { font-size:14px;font-family:arial;height:380px;width:960px;position:relative;display:block; }#C7U4rEzpc6oMEoU2vO4SVe4tsnVaRRVq { background-color:#f5e9cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#444444;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:251px;left:142.5px;display:block; }
#Z1aOS1HUCt8NzhRb4kXgaVSO5PNkXGbb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z9yxIvNtobNouwTgNOvyciGqvTcDWTOx { color:#ffffff;display:block;width:299px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:166px;left:143px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AK7llHp5UpWc7ovwVT5QcG8IgXMPZBGl { color:#ffffff;display:block;width:455px;position:absolute;font-family:lato;font-size:28px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:59px;left:257.5px;height:84px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M9flcx6v6ObruvrxWB0rS1iPEwebmihf { background-color:#f5e9cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#444444;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:251px;left:529px;display:block; }
#TwhyciyxCgT8VPpJ3isdgsb7bgwfc0Sd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lDAtBmv06nXtoO9SwutHfpzlpuIVAa4u { color:#ffffff;display:block;width:300px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:166px;left:529px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { 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; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { background-color: transparent; background-image: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .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); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { border-width: 0; border-radius: 0; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { font-size:14px;font-family:arial;height:230px;width:960px;position:relative;display:block; }#k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { color:#ffffff;display:block;width:385px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:47.000015258789px;left:115px;height:56.9792px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KeV00So5OxTem539LmZaozxqhRCF1zuG { 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:30px;width:30px;top:53px;left:615px;overflow:hidden;display:block; }
#ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { 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:30px;width:30px;top:100px;left:615px;overflow:hidden;display:block; }
#DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { 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:29px;width:30px;top:150px;left:615px;overflow:hidden;display:block; }
#rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { color:#ffffff;display:block;width:156px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:52.9921875px;left:660px;height:28.4896px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { color:#ffffff;display:block;width:135px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:101px;left:659px;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { color:#ffffff;display:block;width:216px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:151px;left:660px;height:28.4896px;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { 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:50px;width:217px;top:133.50001525879px;left:115px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:16px;left:282.98007202148px;width:197px;height:45.762698929782px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:301px;height:142px;top:62px;left:4.96875px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { top:459px;left:26px;width:200px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #kA4RGQImHTq3Dubs6ySEVwfMzT7if64v { width:187px;height:55px;top:460px;left:577px;display:block; }
 }@media only screen and (max-width: 763px) { #ETE79DMoR4Q5SH2cwshmSfxuZqwfPdAr { display:block; }
 }@media only screen and (max-width: 763px) { #ctuEEduVByHkvTlBF5XfmWdNM2b1DTwa { top:320px;left:378px;width:386px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { #ODIS1PVu5spcoLwqkSvlUbAzrFbPUZ7J { width:199px;height:227px;top:241px;left:4.96875px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zoI9OJ11KT4SJzkxMLrza2ZrHbSuDL9q { top:0px;left:621.96533203125px;width:135px;height:160.99px;display:block; }
 }@media only screen and (max-width: 763px) { #vUOOeRaAh0VWD8kZtcttUhfK0o6raefw { width:691px;height:512px;display:none; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H50Tb37BX5Ucor4E8odVyJqmcoB9GBTU { top:308px;left:52px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ndnHPRhOhrtPbsS1D7r9lovoNC7ht50G { width:280px;height:28px;top:326px;left:142px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yfMUsESzfUawv3pdaxG7VFs10tBlkcBJ { top:313px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #BCuCMyWA0zcCTcEiVn7fiXmRWDTL49Kl { top:385px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #hTOMVTOGMlaBUHAGskFanIHOeTo2SM8n { width:550px;height:28px;top:403px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LyVqx5Nri6kmcoXHN6vCqScEzgTBNu3c { width:550px;height:28px;top:486px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HqdbmMcTh5RnqPRMdmXI9uUyxXl3I3lT { top:467px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #skMzeIecVMW1i5i02GlnlcTyT72P5V1h { top:547px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFT6w0DQ3Iaow2bTo85X6LLssf7nXKiL { width:550px;height:28px;top:565px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BHK5LFfkOxmuwGioZ2MEM7zBgL3Pd3Pn { top:627px;left:54px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #p85NVhbIsPfUr1HswKFWm1aNZa2wWU17 { width:550px;height:28px;top:645px;left:143px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #morIeDHZ5LXnxAanWy4ZkRDc5xVkNTNJ { top:391px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #iRPfely4fKMwK1A0pbKXw45eO28huUlG { top:473px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QlSJMwrCDf1GC9M5xKaideXcgvrQw00L { top:553px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bnymrvZ4xVziEXnegO79znGCKeFGXc1o { top:633px;left:60px;width:652px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Qbvw88XfWQI9lHhWkzhVEuX1WIAc2cka { width:737px;height:28px;top:63px;left:15px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ghsUa6scCTvLq4hHvTQVqNMIR3cNGTro { width:737px;height:147px;top:130px;left:15px;font-size:19px;display:block; }#ghsUa6scCTvLq4hHvTQVqNMIR3cNGTro li:before{  }
 }@media only screen and (max-width: 763px) { #aRSDZOfTUhRwBpRlOVcOWPatOyWTQ449 { width:736px;height:18px;top:325px;left:28px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WywFcyTbzqAD8hnZQppRFErukaJiq5gG { display:block; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GR2onKolPUTCoN0I5GyvgvxU9OZZWzuq { width:737px;height:;top:370px;left:14px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #s0tlAJv4Hn0bSnJGKkC7I2S6avrgxTHi { width:736px;height:39px;top:344px;left:27px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #RUbVg0PhuV6umG2dNDkqzpqW4JZT1vsm { width:737px;height:;top:122px;left:14px;font-size:19px;display:block; }#RUbVg0PhuV6umG2dNDkqzpqW4JZT1vsm li:before{  }
 }@media only screen and (max-width: 763px) { #DQyiUkw4PbXJEL91XkraGK7kkMTa1hsz { width:737px;height:;top:64px;left:14px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8XPRqKdEbeZp9rsk1Xbtv63ZUVkqUJb { width:476px;height:108px;top:435px;left:232.98828125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N8Trkw1tD1TxQaE5sqIdaWh10e5viAK2 { width:737px;height:48px;top:37px;left:13.5px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #aiPAygtcKxX9nmGxfCzLrOvbaqAFbprr { width:668px;height:27px;top:189px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pm5H6wMyKiIT6XKnEDt7MQdEbq7t8KIB { top:176px;left:14px;width:733px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #smVvLK3ETPpKCDQzpaM6QplTXCtzuCiA { top:246px;left:17px;width:733px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #h1xxWZP6gy2BNwAmQh7AG0ry0rTUDpqA { width:668px;height:27px;top:259px;left:51px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NALzgIl5mTVhEL765ztSEuvIiRTRxIwi { top:316px;left:15px;width:733px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #r1oHCvDB7Cx9ILThHXgUGnRHyKqZCboq { width:668px;height:27px;top:329px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hNLGEhkaNbD0KUvpVN4GpMmo3QTCiB1P { top:411px;left:16.23828125px;width:728px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #M2yHXyN04PBbe42T0dkqLfBTnf6rI4c0 { width:136px;height:30px;top:498px;left:56.96484375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JVWQpBMynDgGILinSi9mM8U4mmEURenE { width:136px;height:67px;top:444px;left:58.958343505859px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #QZA3TMALhg1ZcdCbyxy17u0yBprLpHqa { width:146px;height:34px;top:224px;left:46.537506103516px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #pxKgT6AMDyCgCyC6kexmmUNgoWx6GRTm { width:146px;height:34px;top:224px;left:300.43753051758px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ueuyE3CVEMWZN08ihcNPK8b70Te79fBa { width:146px;height:34px;top:223px;left:552.19998168945px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #yIp7eNzirlLPUdaXtSxoRrnHTgOc0diD { width:764px;height:;top:635px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ZI6Vpagp3nR6PR78FGWhrJacVN3OISKM { top:282px;left:10.038119890762px;width:227px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #TB1wZnXGA3x0GTqh3cm1BcQ6mtzzvmEW { top:282px;left:264.93753051758px;width:217px;height:269px;display:block; }
 }@media only screen and (max-width: 763px) { #M2zQpa4MKtOckReeQPQ7JRvp0n8xoT2T { top:282px;left:521.19998168945px;width:208px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #Trrpf7U2O1VcTJ4GTXefsZgvaZuFCwT5 { top:0px;left:12px;width:740px;height:122px;display:block; }
 }@media only screen and (max-width: 763px) { #cVxTWblx4z6IimqS6TGEX63fy5ve6gbt { display:block; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor { display:flex;height:auto;width:445px;top:72px;left:139.5px; }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #NxiVeIQbe8ROf9WeoAQvruP1xZvwHmoV {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #FpmlnByDbcUnTaX9xlK4TGIMDt2WKXf1 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #edfrf41ye4Nxe285LnZclL2Gn8LgoPb2 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #CtV7nTfmGDfRQJgBhLAi3TRqIJUkUoVQ {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #c7EWay2ntER4413s42ENEh55hsd4kWWg {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #nTWSWozmZno9miiTGObXEMy3wLQwiv6O {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #n1T8Pl3yRWUlFKHyHTThGm96shu96d7E {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #OsWdiZbEP5VXa3t35rHziSHAyJLhDHoB {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #h7BgX5T9HmVl6tkaEs9nqdtTFDMwaapC {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #F03bEsq80UIaFzG7qPJSw9mArzF4ByyL {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #T6PKLmhGpHyHDlbIlxwA8aPwwf4pSo8a {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cZeHKF4OH6t07T42qK2gMnoKelv8fOGu {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #DwQEcoXwDTxVRvvg47sGpPDrHeE0cy8A {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #phokxeBMpTIz41cZT5IElFqpSRQD593P {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cgFI2VIEMIRNIFnK8LSWSB4Q3aLnsiiP {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #Acnfs34yXTek16o14IJ5JLspgbaVmzbl {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #E3KsdLz2OpUSioMoPQt65RmfaggqdfVZ {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #uwuoXOXwTvIJnotcvzBDn31THOyUuTTq {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cFPCTqUCMuQTuOcrcvHLnsZzy130vvkE {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #woeH8LJ1d9H1M06ZPSZhdF5SItbnKgfU {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #vKrB0iSZ1k5URuKL8FggsZp18hMLpUPh {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #GybpJTXLXnDuICFRs6ehzB40d223HTw6 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #rIT89xRhqnE4UT8OIdWG9oKyTUXhE6M0 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #XtyQOiFH0cgHubCIhVBhWBo2O1KMXnfK {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #loGGBfzqnfHMILKln4dUZESmcVDiRi8f {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #BMWFFdmp0EpFhPodcGnx993ybvMEEnS1 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #n2aNw8F3yWdZUvsrgFLfEmH0OJ3sbTbz {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #R1TzdssZrNqB7EidCncHDJgxsv0U9FQ4 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #pbueQzEBf0nmk7xMDW1dqLGteoPVxplx {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #KVmvkObAlRv48KdlkU0WiJiUMrGqslCR {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #icWg3PvZT70OtvfNszghUUQ9dv5XT622 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #VJLITfsyBX8DZc0xz9KBoQA5KZHgmsEU {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #s3Zqd62Oni1p2C3RykpTwLUASky9IrZi {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #mNzTQ6x07ky6RmX9UMMR7nAWeB5F6i15 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #KGc4uJzIG1ADiQxvzbadJis79pdWfWLt {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #tASJrPTZViTz9qGXyLVRT37eAO0bdXFC {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #gEK5TGVTT23H1TvCGTQOWZuWgB1C7wiu {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #Pbg7Gm4nBGQ4VMAlHZToTuKln5UsBbm7 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #hL8BTwSfwblxbXNWHZDrhWOkeUF01Jup {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #uRg4GXS2TZtbt4wL2vDawmFpWgFmE9Zv {  }
 }@media only screen and (max-width: 763px) { #mcSAOz5TLx1CPC2gBPI7nXI0gkQ476dF { width:737px;height:48px;top:37px;left:13.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nOq0XpDiRMwwB9pCQsC8S1xdmvDTcNv6 { top:0px;left:12px;width:740px;height:122px;display:block; }
 }@media only screen and (max-width: 763px) { #uWUrO0eXp0TAVgE46RWNi5nQ0QW140Ge { display:none; }
 }@media only screen and (max-width: 763px) { #ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w { display:block; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KntbLK9cq7RZwDfRkpr6uDo0dcm6l4cf { width:293px;height:285px;top:220px;left:53px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dI9430lxdUHwma7AazHKqlLTAvI9xFIG { width:293px;height:285px;top:220px;left:427px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qXbqI4XbgMu1DmIyTRSAGG2VPNztxThf { top:189px;left:396px;width:355px;height:352px;display:block; }
 }@media only screen and (max-width: 763px) { #l7suwvyTFnEMpOaxIlUww5hN8DXxTOh8 { top:186px;left:22px;width:355px;height:352px;display:block; }
 }@media only screen and (max-width: 763px) { #dQKiiqlBdSAQsxnioXsg7IdgERPSX928 { top:39px;left:0px;width:350px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #mHHcZRAIhuxx8hgzkTsqeEl2Ns1625xO { top:38px;left:359px;width:350px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #plPTBZd8ED0bL9PisXasFvJieNK2O1ND { display:block; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtnQIe5TvfFeVaJ1qZ2Jn1xPtqVlv9a { width:266px;height:34px;top:60px;left:34px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nrV6ChahuwzAy1SK0Tbwp7UtTXTvEMec { width:280px;height:28px;top:94px;left:27px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XG0znpCKtvJ2dWKp58aaLW8D5x6cHkc8 { width:278px;height:57px;top:94px;left:405px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #RkN2yCxl0A51oKJeNQHI6GJTszptzNMQ { width:280px;height:34px;top:60px;left:404px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lwTaN3mIIeuwbk5e77le4mzoGV1ZdVpR { width:335px;height:250px;display:none; }
 }@media only screen and (max-width: 763px) { #AlFeEVa5wnktxR0mSFVc5SAlkzyp1MJR { width:335px;height:250px;display:none; }
 }@media only screen and (max-width: 763px) { #lz4RUmtDlswOusezuTiKsSuzKFFBiKMi { display:block; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ol3eybp3ClWCSauwoScMxu31BTgnMRTc { width:400px;height:55px;top:154px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #TSfcCGshQN3n0fmoZfkGB0yb2yJq7inH { display:block; }
 }@media only screen and (max-width: 763px) { #B7pOqrRBnQJLTuzVPT4h9GiyKn73FMPq { width:378px;height:84px;top:49px;left:192.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP { display:block; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzyRAvyOyNwO6ul2WmqUTRzmrwbpJJme { width:736px;height:45px;top:62px;left:13.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KiJFHoLNM86dG9dWiLZcNrpVaypoy9OZ { width:293px;height:285px;top:220px;left:53px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rSaanyJcbMhqcAsrTrn6Pe0ivU7ETkDK { width:293px;height:285px;top:220px;left:427px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NZtumeu2mETvbg4zxDrpznN00xdQTfcG { top:189px;left:396px;width:355px;height:352px;display:block; }
 }@media only screen and (max-width: 763px) { #KQI2T8qvkV3MwSzBLGC6BAZxiZTs31C5 { top:186px;left:22px;width:355px;height:352px;display:block; }
 }@media only screen and (max-width: 763px) { #B3DKLnbO4X1RxQOGTJE8hyNl9VeAsiwo { width:400px;height:55px;top:122px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #il8xONy1bcOkbfQS9hzMpmhqsXMniHqs { display:block; }
 }@media only screen and (max-width: 763px) { #ZOTQeMubZqU3alANr333KMuJaLSaSVTi { display:block; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7U4rEzpc6oMEoU2vO4SVe4tsnVaRRVq { width:300px;height:55px;top:251px;left:44.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1aOS1HUCt8NzhRb4kXgaVSO5PNkXGbb { display:block; }
 }@media only screen and (max-width: 763px) { #Z9yxIvNtobNouwTgNOvyciGqvTcDWTOx { width:299px;height:;top:166px;left:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AK7llHp5UpWc7ovwVT5QcG8IgXMPZBGl { width:455px;height:84px;top:59px;left:159.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #M9flcx6v6ObruvrxWB0rS1iPEwebmihf { width:300px;height:55px;top:251px;left:431px;display:block; }
 }@media only screen and (max-width: 763px) { #TwhyciyxCgT8VPpJ3isdgsb7bgwfc0Sd { display:block; }
 }@media only screen and (max-width: 763px) { #lDAtBmv06nXtoO9SwutHfpzlpuIVAa4u { width:300px;height:;top:166px;left:431px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:385px;height:57px;top:47px;left:17px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KeV00So5OxTem539LmZaozxqhRCF1zuG { top:53px;left:517px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { top:100px;left:517px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { top:150px;left:517px;width:30px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { width:156px;height:29px;top:52px;left:562px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:135px;height:;top:100px;left:560.9921875px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:216px;height:28px;top:151px;left:548px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { top:133px;left:17px;width:217px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:195px;height:41.9886px;top:21.49147605896px;left:62.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32684170-74a8-4e85-87e6-7a03384f2138/portraitwomanblackjacketlaughingisolatedbackgroundhappyyoungshorthairedladysmileswhitebackdrop.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:320px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:194px;height:116.979px;top:187.92015075684px;left:12.98611164093px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IeACSo1Glfw3nUt49eEHIy0xA4LbfbSf { width:100px;height:1.98438px;top:623.922px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #kA4RGQImHTq3Dubs6ySEVwfMzT7if64v { width:186.969px;height:54.9844px;top:858.90638px;left:133.031px;display:none; }
 }@media only screen and (max-width: 763px) { #ETE79DMoR4Q5SH2cwshmSfxuZqwfPdAr { display:block; }
 }@media only screen and (max-width: 763px) { #ctuEEduVByHkvTlBF5XfmWdNM2b1DTwa { width:320px;height:256.99481865285px;top:320px;left:0px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ODIS1PVu5spcoLwqkSvlUbAzrFbPUZ7J { width:125.99px;height:155.972px;top:320.52432250977px;left:12.98611164093px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #zoI9OJ11KT4SJzkxMLrza2ZrHbSuDL9q { width:78.9931px;height:95px;top:78.020835876465px;left:9.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #vUOOeRaAh0VWD8kZtcttUhfK0o6raefw { top:389.73959350586px;left:76.26736164093px;width:205px;height:150.99px;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#f1f1f1;background-image:none;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H50Tb37BX5Ucor4E8odVyJqmcoB9GBTU { width:50px;height:50px;top:784.5px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #ndnHPRhOhrtPbsS1D7r9lovoNC7ht50G { width:139.984px;height:57px;top:867.5px;left:110px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #yfMUsESzfUawv3pdaxG7VFs10tBlkcBJ { width:260px;height:100px;top:854.5px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #BCuCMyWA0zcCTcEiVn7fiXmRWDTL49Kl { width:50px;height:50px;top:978.5px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #hTOMVTOGMlaBUHAGskFanIHOeTo2SM8n { width:237px;height:85.5px;top:1060.5px;left:83px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #LyVqx5Nri6kmcoXHN6vCqScEzgTBNu3c { width:235px;height:28.5px;top:1290.5px;left:85px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #HqdbmMcTh5RnqPRMdmXI9uUyxXl3I3lT { width:50px;height:50px;top:1207.5px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #skMzeIecVMW1i5i02GlnlcTyT72P5V1h { width:50px;height:50px;top:1381.5px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #ZFT6w0DQ3Iaow2bTo85X6LLssf7nXKiL { width:153.969px;height:57px;top:1463.5px;left:111px;text-align:center;text-align-last:center;font-size:19px;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #BHK5LFfkOxmuwGioZ2MEM7zBgL3Pd3Pn { width:50px;height:50px;top:1575.5px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #p85NVhbIsPfUr1HswKFWm1aNZa2wWU17 { width:180px;height:57px;top:1657.5px;left:108px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #morIeDHZ5LXnxAanWy4ZkRDc5xVkNTNJ { width:260px;height:135px;top:1048.5px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #iRPfely4fKMwK1A0pbKXw45eO28huUlG { width:260px;height:80px;top:1277.5px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #QlSJMwrCDf1GC9M5xKaideXcgvrQw00L { width:260px;height:100px;top:1451.5px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #bnymrvZ4xVziEXnegO79znGCKeFGXc1o { width:265px;height:100px;top:1645.5px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #Qbvw88XfWQI9lHhWkzhVEuX1WIAc2cka { width:320px;height:28.4896px;top:59.46875px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ghsUa6scCTvLq4hHvTQVqNMIR3cNGTro { width:320px;height:318.385px;top:122.48046875px;left:0px;text-align:left;text-align-last:left;font-size:19px;display:block; }#ghsUa6scCTvLq4hHvTQVqNMIR3cNGTro li:before{  }
 }@media only screen and (max-width: 763px) { #aRSDZOfTUhRwBpRlOVcOWPatOyWTQ449 { width:285.996px;height:16.5104px;top:474.47265625px;left:34.00390625px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WywFcyTbzqAD8hnZQppRFErukaJiq5gG { display:block; }#WywFcyTbzqAD8hnZQppRFErukaJiq5gG > .row .container { width:320px;height:596.4758060546875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GR2onKolPUTCoN0I5GyvgvxU9OZZWzuq { width:294px;height:28.4896px;top:568px;left:14px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #s0tlAJv4Hn0bSnJGKkC7I2S6avrgxTHi { width:261.992px;height:49.5312px;top:496.9140625px;left:29.00390625px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #RUbVg0PhuV6umG2dNDkqzpqW4JZT1vsm { width:320px;height:351.8746px;top:136.2109375px;left:0px;text-align:left;text-align-last:left;font-size:19px;display:block; }#RUbVg0PhuV6umG2dNDkqzpqW4JZT1vsm li:before{  }
 }@media only screen and (max-width: 763px) { #DQyiUkw4PbXJEL91XkraGK7kkMTa1hsz { width:320px;height:28.4896px;top:67.98828125px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:320px;height:1305px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8XPRqKdEbeZp9rsk1Xbtv63ZUVkqUJb { width:235.984px;height:189px;top:1018.484375px;left:84.016px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #N8Trkw1tD1TxQaE5sqIdaWh10e5viAK2 { width:271.984px;height:95.6875px;top:13.15625px;left:24px;text-align:center;text-align-last:center;font-size:29px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aiPAygtcKxX9nmGxfCzLrOvbaqAFbprr { width:211.984px;height:108px;top:234.25px;left:62px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #Pm5H6wMyKiIT6XKnEDt7MQdEbq7t8KIB { width:265px;height:150px;top:221.25px;left:27px;display:none; }
 }@media only screen and (max-width: 763px) { #smVvLK3ETPpKCDQzpaM6QplTXCtzuCiA { width:265px;height:107px;top:413.25px;left:27px;display:none; }
 }@media only screen and (max-width: 763px) { #h1xxWZP6gy2BNwAmQh7AG0ry0rTUDpqA { width:213px;height:81px;top:426.25px;left:61px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #NALzgIl5mTVhEL765ztSEuvIiRTRxIwi { width:265px;height:100px;top:874.25px;left:27px;display:none; }
 }@media only screen and (max-width: 763px) { #r1oHCvDB7Cx9ILThHXgUGnRHyKqZCboq { width:186.969px;height:54px;top:887.25px;left:61px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #hNLGEhkaNbD0KUvpVN4GpMmo3QTCiB1P { width:265px;height:286px;top:994.25px;left:25px;display:none; }
 }@media only screen and (max-width: 763px) { #M2yHXyN04PBbe42T0dkqLfBTnf6rI4c0 { width:135.969px;height:30px;top:1081.015625px;left:65.71875px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #JVWQpBMynDgGILinSi9mM8U4mmEURenE { width:135.969px;height:48px;top:1026.8125px;left:67.71875px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #QZA3TMALhg1ZcdCbyxy17u0yBprLpHqa { width:146px;height:34.5px;top:214px;left:87px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #pxKgT6AMDyCgCyC6kexmmUNgoWx6GRTm { width:146px;height:34.5px;top:571px;left:87px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ueuyE3CVEMWZN08ihcNPK8b70Te79fBa { width:146px;height:34.5px;top:929px;left:87px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #yIp7eNzirlLPUdaXtSxoRrnHTgOc0diD { width:320px;height:34.5px;top:1246px;left:0px;text-align:center;text-align-last:center;font-size:23px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZI6Vpagp3nR6PR78FGWhrJacVN3OISKM { width:227px;height:280px;top:262.5px;left:46.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #TB1wZnXGA3x0GTqh3cm1BcQ6mtzzvmEW { width:241px;height:298px;top:618.80001831055px;left:39.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #M2zQpa4MKtOckReeQPQ7JRvp0n8xoT2T { width:217px;height:268px;top:979px;left:51.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Trrpf7U2O1VcTJ4GTXefsZgvaZuFCwT5 { width:320px;height:122px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cVxTWblx4z6IimqS6TGEX63fy5ve6gbt { background-color:#f1f1f1;background-image:none;display:block; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { background-color: transparent; background-image: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row > .video-iframe-container { display: none; }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .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); }#cVxTWblx4z6IimqS6TGEX63fy5ve6gbt > .row .container { width:320px;height:900px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TuGlvUMrF77bFhrgsadqSuTHLmcHoXor { display:flex;height:auto;width:280px;top:157px;left:0px; }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #NxiVeIQbe8ROf9WeoAQvruP1xZvwHmoV {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #FpmlnByDbcUnTaX9xlK4TGIMDt2WKXf1 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #edfrf41ye4Nxe285LnZclL2Gn8LgoPb2 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #CtV7nTfmGDfRQJgBhLAi3TRqIJUkUoVQ {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #c7EWay2ntER4413s42ENEh55hsd4kWWg {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #nTWSWozmZno9miiTGObXEMy3wLQwiv6O {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #n1T8Pl3yRWUlFKHyHTThGm96shu96d7E {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #OsWdiZbEP5VXa3t35rHziSHAyJLhDHoB {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #h7BgX5T9HmVl6tkaEs9nqdtTFDMwaapC {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #F03bEsq80UIaFzG7qPJSw9mArzF4ByyL {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #T6PKLmhGpHyHDlbIlxwA8aPwwf4pSo8a {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cZeHKF4OH6t07T42qK2gMnoKelv8fOGu {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #DwQEcoXwDTxVRvvg47sGpPDrHeE0cy8A {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #phokxeBMpTIz41cZT5IElFqpSRQD593P {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cgFI2VIEMIRNIFnK8LSWSB4Q3aLnsiiP {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #Acnfs34yXTek16o14IJ5JLspgbaVmzbl {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #E3KsdLz2OpUSioMoPQt65RmfaggqdfVZ {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #uwuoXOXwTvIJnotcvzBDn31THOyUuTTq {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #cFPCTqUCMuQTuOcrcvHLnsZzy130vvkE {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #woeH8LJ1d9H1M06ZPSZhdF5SItbnKgfU {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #vKrB0iSZ1k5URuKL8FggsZp18hMLpUPh {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #GybpJTXLXnDuICFRs6ehzB40d223HTw6 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #rIT89xRhqnE4UT8OIdWG9oKyTUXhE6M0 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #XtyQOiFH0cgHubCIhVBhWBo2O1KMXnfK {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #loGGBfzqnfHMILKln4dUZESmcVDiRi8f {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #BMWFFdmp0EpFhPodcGnx993ybvMEEnS1 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #n2aNw8F3yWdZUvsrgFLfEmH0OJ3sbTbz {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #R1TzdssZrNqB7EidCncHDJgxsv0U9FQ4 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #pbueQzEBf0nmk7xMDW1dqLGteoPVxplx {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #KVmvkObAlRv48KdlkU0WiJiUMrGqslCR {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #icWg3PvZT70OtvfNszghUUQ9dv5XT622 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #VJLITfsyBX8DZc0xz9KBoQA5KZHgmsEU {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #s3Zqd62Oni1p2C3RykpTwLUASky9IrZi {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #mNzTQ6x07ky6RmX9UMMR7nAWeB5F6i15 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #KGc4uJzIG1ADiQxvzbadJis79pdWfWLt {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #tASJrPTZViTz9qGXyLVRT37eAO0bdXFC {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #gEK5TGVTT23H1TvCGTQOWZuWgB1C7wiu {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #Pbg7Gm4nBGQ4VMAlHZToTuKln5UsBbm7 {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #hL8BTwSfwblxbXNWHZDrhWOkeUF01Jup {  }
 }@media only screen and (max-width: 763px) { #TuGlvUMrF77bFhrgsadqSuTHLmcHoXor #uRg4GXS2TZtbt4wL2vDawmFpWgFmE9Zv {  }
 }@media only screen and (max-width: 763px) { #mcSAOz5TLx1CPC2gBPI7nXI0gkQ476dF { width:320px;height:48px;top:37px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nOq0XpDiRMwwB9pCQsC8S1xdmvDTcNv6 { width:320px;height:122px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uWUrO0eXp0TAVgE46RWNi5nQ0QW140Ge { top:0px;left:0px;width:320px;height:160px;z-index:14998;background-color:#f5e9cc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w { background-color:#f5e9cc;background-image:none;display:block; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container { background-color: transparent; background-image: none; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container > .video-iframe-container { display: none; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row > .video-iframe-container { display: none; }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .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); }#ToiTGZasvVdbKNpu3Zrg8QhT07GHTK7w > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KntbLK9cq7RZwDfRkpr6uDo0dcm6l4cf { width:292.969px;height:285px;top:157.1875px;left:27.031px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #dI9430lxdUHwma7AazHKqlLTAvI9xFIG { width:292.969px;height:285px;top:601.1875px;left:27.031px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #qXbqI4XbgMu1DmIyTRSAGG2VPNztxThf { width:320px;height:352px;top:570.1875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #l7suwvyTFnEMpOaxIlUww5hN8DXxTOh8 { width:320px;height:352px;top:123.1875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dQKiiqlBdSAQsxnioXsg7IdgERPSX928 { width:320px;height:237.71428571429px;top:39px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mHHcZRAIhuxx8hgzkTsqeEl2Ns1625xO { width:320px;height:239px;top:1191.46875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #plPTBZd8ED0bL9PisXasFvJieNK2O1ND { background-color:rgba(255,255,255,0.3);background-image:none;display:block; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { background-color: transparent; background-image: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row > .video-iframe-container { display: none; }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .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); }#plPTBZd8ED0bL9PisXasFvJieNK2O1ND > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtnQIe5TvfFeVaJ1qZ2Jn1xPtqVlv9a { width:319.969px;height:34.5px;top:207px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nrV6ChahuwzAy1SK0Tbwp7UtTXTvEMec { width:282px;height:28.4896px;top:241.5px;left:19px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XG0znpCKtvJ2dWKp58aaLW8D5x6cHkc8 { width:278px;height:56.9792px;top:546px;left:21px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #RkN2yCxl0A51oKJeNQHI6GJTszptzNMQ { width:280px;height:34.5px;top:496.5px;left:20px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #lwTaN3mIIeuwbk5e77le4mzoGV1ZdVpR { top:22px;left:35px;width:248px;height:186px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AlFeEVa5wnktxR0mSFVc5SAlkzyp1MJR { top:310.5px;left:35px;width:250px;height:186px;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lz4RUmtDlswOusezuTiKsSuzKFFBiKMi { display:block; }#lz4RUmtDlswOusezuTiKsSuzKFFBiKMi > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ol3eybp3ClWCSauwoScMxu31BTgnMRTc { width:263.984px;height:55px;top:192.98828125px;left:27.98828125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TSfcCGshQN3n0fmoZfkGB0yb2yJq7inH { display:block; }
 }@media only screen and (max-width: 763px) { #B7pOqrRBnQJLTuzVPT4h9GiyKn73FMPq { width:320px;height:65.9722px;top:86.97265625px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP { background-color:#f5e9cc;background-image:none;display:block; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { background-color: transparent; background-image: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row > .video-iframe-container { display: none; }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .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); }#D0No3uiwQSTZOeqL52Jm8p9LQtw0lqcP > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzyRAvyOyNwO6ul2WmqUTRzmrwbpJJme { width:292.969px;height:28.6px;top:72.98828125px;left:13.49609375px;text-align:center;text-align-last:center;font-size:22px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KiJFHoLNM86dG9dWiLZcNrpVaypoy9OZ { width:292.969px;height:285px;top:157.1875px;left:27.031px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #rSaanyJcbMhqcAsrTrn6Pe0ivU7ETkDK { width:292.969px;height:285px;top:601.1875px;left:27.031px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #NZtumeu2mETvbg4zxDrpznN00xdQTfcG { width:320px;height:352px;top:570.1875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KQI2T8qvkV3MwSzBLGC6BAZxiZTs31C5 { width:320px;height:352px;top:123.1875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #B3DKLnbO4X1RxQOGTJE8hyNl9VeAsiwo { width:276.992px;height:55px;top:133.984375px;left:21.484375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #il8xONy1bcOkbfQS9hzMpmhqsXMniHqs { display:block; }
 }@media only screen and (max-width: 763px) { #ZOTQeMubZqU3alANr333KMuJaLSaSVTi { display:block; }#ZOTQeMubZqU3alANr333KMuJaLSaSVTi > .row .container { width:320px;height:585px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7U4rEzpc6oMEoU2vO4SVe4tsnVaRRVq { width:250px;height:55px;top:295.984375px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1aOS1HUCt8NzhRb4kXgaVSO5PNkXGbb { display:block; }
 }@media only screen and (max-width: 763px) { #Z9yxIvNtobNouwTgNOvyciGqvTcDWTOx { width:250px;height:72.0312px;top:208.984375px;left:35px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AK7llHp5UpWc7ovwVT5QcG8IgXMPZBGl { width:320px;height:112.5px;top:57.98828125px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #M9flcx6v6ObruvrxWB0rS1iPEwebmihf { width:250px;height:55px;top:464.984375px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TwhyciyxCgT8VPpJ3isdgsb7bgwfc0Sd { display:block; }
 }@media only screen and (max-width: 763px) { #lDAtBmv06nXtoO9SwutHfpzlpuIVAa4u { width:248px;height:72.0312px;top:378.984375px;left:36px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:252.988px;height:56.9792px;top:52.98828125px;left:33.49609375px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KeV00So5OxTem539LmZaozxqhRCF1zuG { width:30px;height:30px;top:233.984375px;left:62.98828125px;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { width:30px;height:30px;top:233.984375px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { width:30px;height:28.9844px;top:234.4921875px;left:226.97265625px;display:block; }
 }@media only screen and (max-width: 763px) { #rCG6lh3mTbANN9XZMkJkoU9zFaCCnqnN { width:156px;height:28.5px;top:147px;left:82px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:135px;height:28.5px;top:245.5px;left:92px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:216px;height:28.5px;top:346px;left:52px;text-align:center;text-align-last:center;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { width:210.996px;height:48.9844px;top:145.9765625px;left:54.4921875px;display:block; }
 }