.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); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE { background-color:rgba(238,242,241,0.94);background-image:none;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; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container { background-color: transparent; background-image: none; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container > .video-iframe-container { display: none; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row > .video-iframe-container { display: none; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .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); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container { border-width: 0; border-radius: 0; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container { font-size:14px;font-family:arial;height:1002px;width:960px;overflow:visible;position:relative;display:block; }#gwyRz7FsZMA3BBDFwbLUZo8gt8VPUSyF { color:#1f333b;display:block;width:564px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:193px;left:0px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gJOtoa0BtUVFm1DH35I9o3HThczKymTl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68px;width:181px;top:25px;left:0px;overflow:hidden;display:block; }
#UFr2MSn4CpsK89lGCuekeGiqMfWnlPBa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:100px;height:36px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25px;left:417px;display:block; }
#mCWCxbTy8uRNppSOqfn5RQA5OrmgmB29 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mvM5gUVaMCTENxMiW4r3KKtmzJCH9dp7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:96px;height:36px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25px;left:542px;display:block; }
#DPcnZT6uZMhM2noEHweof6gDXmNvrp5d { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aqrcr2mW2L6VZ2HKKtde4iQTgKXJ5sU0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:97px;height:36px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25px;left:647px;display:block; }
#w3d1pMpgHH4y84ac0daUOOZ3PQGLNVzA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hKNSCKDM6o3k5murIXI63d8Z1h0DZPXR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71px;height:36px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25px;left:760px;display:block; }
#gfRZp7NXMQtJlaIcG9V0l2cTn2S3NcMs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BiP10s1BpqQcpsWIDh8VAHIDXhwNiLz9 { background-color:transparent;background-image:none;border-top:2px solid #1f333b;border-left:2px solid #1f333b;border-right:2px solid #1f333b;border-bottom:2px solid #1f333b;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:101px;height:38px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25px;left:859px;display:block; }
#QGlheQCUbTcBznT3pi1BekoWLJqpPPHO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZpzRVuO7FEuvxXuCVyuXbud7aZ1FViu4 { color:rgba(31,51,59,0.8);display:block;width:405px;position:absolute;font-family:lato;font-size:23px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:326px;left:0px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gFanR5adtXqEAvOqyRGHCrkmWgSc9bUN { position:absolute;display:block;z-index:14992;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:798px;width:530px;top:164px;left:430px;overflow:hidden;display:block; }
#DeC7lZl5sJrVH6t248FL1srM1T6IwZXp { position:absolute;display:block;z-index:14988;background-color:#007375;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:4600px;border-top-right-radius:4600px;border-bottom-left-radius:4600px;border-bottom-right-radius:4600px;box-shadow: none;height:502px;width:502px;top:326px;left:458px;display:block; }
#EEHBZX4JfLRtPDMUT3IG2JOFHQvlvVKL { position:absolute;display:block;z-index:15033;background-color:#cde4e2;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:800px;border-top-right-radius:800px;border-bottom-left-radius:800px;border-bottom-right-radius:800px;box-shadow: none;height:120px;width:120px;top:584px;left:806px;display:block; }
#nNvJmlTHkJib9tLU4pAvUifIVyr9BNTI { color:#1f333b;display:block;width:84px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:616px;left:824px;height:13.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IBb2V9nOTDKAWgCzJvzeu2VnJ5Nd3bRn { color:#1f333b;display:block;width:106px;position:absolute;font-family:lato;font-size:32px;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:634.8125px;left:813px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tamicCT2ZabuC5wREZZxEFax23HbUOK0 { position:absolute;display:block;z-index:15024;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:92px;width:126px;top:143px;left:542px;overflow:hidden;display:block; }
#IycmrBFhrTb2L6Cd2WTKhKW9kgSMH7RT { color:#1f333b;display:block;width:125px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:155px;left:543px;height:34px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbcRMPySA47GVk0u12L33c4h6N9Fyt8l { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:168px;width:115px;top:353px;left:475px;display:block; }#BbcRMPySA47GVk0u12L33c4h6N9Fyt8l.adaptive-delivery-prevent-bg, #BbcRMPySA47GVk0u12L33c4h6N9Fyt8l.lazyload, #BbcRMPySA47GVk0u12L33c4h6N9Fyt8l.lazyloading { background-image: none; }
#RakHoCK93dWGicfkgwJWlZZTOnH97pck { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:227px;width:115px;top:461px;left:845px;display:block; }#RakHoCK93dWGicfkgwJWlZZTOnH97pck.adaptive-delivery-prevent-bg, #RakHoCK93dWGicfkgwJWlZZTOnH97pck.lazyload, #RakHoCK93dWGicfkgwJWlZZTOnH97pck.lazyloading { background-image: none; }
#k43Zb4W0J4won3rfkPMtdibx9QaZq8mB { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:390px;left:229px; }
#bxDgeWTITWa2PNvPOHyrVVtax20tvEkD { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:390px;left:189px; }
#FURX5oSgbhonOKL8FKeVJ28vftwKIqCp { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:390px;left:209px; }
#ihVXllD3sMTd9Ws7OLuJs6tCedeAxPvt { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:390px;left:169px; }
#McykFT0VAzXsHTDmSfnDVS0NQfBTt24y { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:390px;left:149px; }
#EnSBQU9NZPumNiR5EhyRS3PJie1y9h2e { color:#232323;display:block;width:67px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:392px;left:81px;height:16.5px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fUOzTwHFO4NHTrO4XluLhwGbp6oiOxRE { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:388px;left:49px; }
#ITtp3tcrmbvEGDhyW7OOVufGIU0TovTu { position:absolute;display:block;z-index:15030;height:348px;width:420px;top:422px;left:0px;display:block; }
#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 { 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; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row .container { background-color: transparent; background-image: none; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row .container > .video-iframe-container { display: none; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row > .video-iframe-container { display: none; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .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); }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row .container { border-width: 0; border-radius: 0; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row .container { font-size:14px;font-family:arial;height:276px;width:960px;position:relative;display:block; }#BRpDBSz166mE3ePUiCBKvG5a547VPiJZ { color:#1f333b;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:97px;left:0px;height:46.7969px;text-align:center;text-align-last:center;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; }
#Q5s8BbAOpNqqkZX1FIcpdeoJcsaOiTpe { color:rgba(31,51,59,0.6);display:block;width:960px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#KlnmoaM4V7aUoCEnRyQpV2GH0NbRB2CQ { color:rgba(31,51,59,0.8);display:block;width:835px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:159px;left:77px;height:54px;text-align:center;text-align-last:center;display:block; }
#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS { 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; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row .container { background-color: transparent; background-image: none; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row .container > .video-iframe-container { display: none; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row > .video-iframe-container { display: none; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .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); }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row .container { border-width: 0; border-radius: 0; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row .container { font-size:14px;font-family:arial;height:256px;width:960px;position:relative;display:block; }#NXGpAmHAkpywuRyOQXygXNKhbHZH3TD5 { color:#1f333b;display:block;width:296px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:80px;left:0px;height:31.1953px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kEtUTnIRnCvTwD2LanTb2tpMLmhbuWvk { color:#1f333b;display:block;width:302px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:135px;left:0px;height:76.5px;text-align:justify;text-align-last:initial;display:block; }
#szOJ3xMuas4QBTOIDag9uE0enhK63biX { color:#1f333b;display:block;width:283px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:129px;left:340px;height:102px;text-align:justify;text-align-last:initial;display:block; }
#TVcLiZrBqoQ6NKiyhHr5W6LOig2fe0P3 { color:#1f333b;display:block;width:273px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:80px;left:340px;height:31.1953px;text-align:left;text-align-last:left;display:block; }
#UG52RJQrfaf8WT1NgCwFonXM7J36zXIJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11px;left:352px; }
#JTgTK7vAFyRhZs2QTQi2qfVS8Zg8tN4o { color:#1f333b;display:block;width:312px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:129px;left:648px;height:102px;text-align:justify;text-align-last:initial;display:block; }
#hAtU6625VTHU5z7vMxIN7o2iCen8LtMA { color:#1f333b;display:block;width:359px;position:absolute;font-family:lato;font-size:24px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:80px;left:648px;height:31.1953px;text-align:left;text-align-last:left;display:block; }
#pTxb9ozTgHW2mymTgVAyum672fgunTgl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.5px;left:674px; }
#LThVTXrA0WZIcMInQbZoKaSkMU3xiMPv { position:absolute;display:block;z-index:15017;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67px;width:30px;top:0px;left:0px;display:block; }
#A8RxDWW2QPd6ESyWO4TzSqeuc7Hp5fak { position:absolute;display:block;z-index:15018;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67px;width:30px;top:0px;left:340px;display:block; }
#lyb5Jh7Mv80Dq8HSFqmokErCAo7hgbDT { position:absolute;display:block;z-index:15019;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67px;width:30px;top:0px;left:664px;display:block; }
#pmm88Ukmd4tM8d1X55Xpz6yyLJKzCExS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.5px;left:9px; }
#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy { 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; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row .container { background-color: transparent; background-image: none; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row .container > .video-iframe-container { display: none; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row > .video-iframe-container { display: none; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .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); }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row .container { border-width: 0; border-radius: 0; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row .container { font-size:14px;font-family:arial;height:151px;width:960px;position:relative;display:block; }#n03TTTAcuw7Rwb1bCVqT16vXG17FFHTP { background-color:#ffcc80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295px;height:52px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5px;left:332.5px;display:block; }
#Xxczf7tsNS0w0Qvw3hWGhSqJXt664Cnf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row .container { background-color: transparent; background-image: none; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row .container > .video-iframe-container { display: none; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row > .video-iframe-container { display: none; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .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); }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row .container { border-width: 0; border-radius: 0; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row .container { font-size:14px;font-family:arial;height:212px;width:960px;position:relative;display:block; }#fZRX5pNUbT6WsqHVGdxv4BHAJBqIRUU0 { color:#1f333b;display:block;width:700px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:71px;left:130px;height:50.3984px;text-align:center;text-align-last:center;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; }
#qJFJLtI9yOVPV9p1EEWoSQMfWbe25Jhg { color:rgba(31,51,59,0.6);display:block;width:700px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31px;left:130px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#bfWHSTHpb7iqwITyqtXWeOl28DXJ4EA3 { color:rgba(31,51,59,0.8);display:block;width:781px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:135px;left:104px;height:54px;text-align:center;text-align-last:center;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; }
#khUNDFM34CngVXDedbFFV98rhF4yASry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row .container { background-color: transparent; background-image: none; }#khUNDFM34CngVXDedbFFV98rhF4yASry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row .container > .video-iframe-container { display: none; }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row > .video-iframe-container { display: none; }#khUNDFM34CngVXDedbFFV98rhF4yASry > .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); }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row .container { border-width: 0; border-radius: 0; }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row .container { font-size:14px;font-family:arial;height:501px;width:960px;position:relative;display:block; }#bQ01vEkUvfRQP5ZdkJXSHpkgVUzPNwKk { 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:499px;width:751px;top:0px;left:121.6640625px;overflow:hidden;display:block; }
#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row .container { background-color: transparent; background-image: none; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row .container > .video-iframe-container { display: none; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row > .video-iframe-container { display: none; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .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); }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row .container { border-width: 0; border-radius: 0; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row .container { font-size:14px;font-family:arial;height:116px;width:960px;position:relative;display:block; }#dSVQrBtqQxtHsnk2Uf4fJyqwMm7CgxAa { background-color:#ffcc80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295px;height:52px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.5px;left:332.5px;display:block; }
#tA1N9zhGPRzRuCOUPBPnVRleVOBQcqMT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ { 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; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row .container { background-color: transparent; background-image: none; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row .container > .video-iframe-container { display: none; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row > .video-iframe-container { display: none; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .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); }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row .container { border-width: 0; border-radius: 0; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row .container { font-size:14px;font-family:arial;height:399px;width:960px;position:relative;display:block; }#tC4TuTb4GSq0R5qDTrJdTysx8bzEeMQ6 { color:#1f333b;display:block;width:700px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:75px;left:131px;height:50.3984px;text-align:center;text-align-last:center;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; }
#X369eT3eiZq52CWwquL6XFKF474Ul78W { color:rgba(31,51,59,0.6);display:block;width:700px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35px;left:131px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#MHoUt1KWUTZXXTmxnCDP2aTp1g0rTqIv { color:rgba(31,51,59,0.8);display:block;width:803px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:140px;left:79px;height:27px;text-align:center;text-align-last:center;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; }
#ASRA4opapJis4e2rFSSu8TC3HsHIKPAE { position:absolute;display:block;z-index:15004;height:149px;width:955px;top:223px;left:3px;display:block; }
#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007375;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; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row .container { background-color: transparent; background-image: none; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row .container > .video-iframe-container { display: none; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row > .video-iframe-container { display: none; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .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); }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row .container { border-width: 0; border-radius: 0; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row .container { font-size:14px;font-family:arial;height:782px;width:960px;position:relative;display:block; }#JPkmBUaFNBcC6OOdT9pS1qBwqXotqtuK { color:#ffffff;display:block;width:700px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:95px;left:130px;height:50.3984px;text-align:center;text-align-last:center;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; }
#Dp8qoiT0xARpOU6ct0P2FKdwpNUtdXk7 { color:rgba(255,255,255,0.6);display:block;width:700px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:37px;left:130px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#sh1VSEnLl0iDzTE7SNcWfK3ldINfbJZ2 { color:rgba(255,255,255,0.8);display:block;width:700px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:144px;left:130px;height:32.3984px;text-align:center;text-align-last:center;display:block; }
#Rkc9PHVp3GMrbNxbaTMhTgZZOW4Kpl4S { position:absolute;display:block;z-index:15004;height:348px;width:958px;top:200px;left:0px;display:block; }
#Oc4hAtoRLyvfo3xsTfzhQPr9k5qrMsqE { background-color:#ffcc80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295px;height:52px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:690px;left:332.5px;display:block; }
#wcdc2pu0EdXwiElHxsGAATE4pZffunxr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK { 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; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row .container { background-color: transparent; background-image: none; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row .container > .video-iframe-container { display: none; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row > .video-iframe-container { display: none; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .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); }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row .container { border-width: 0; border-radius: 0; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row .container { font-size:14px;font-family:arial;height:552px;width:960px;position:relative;display:block; }#rlgrTukuhn9IClsoLImXSn3Cv9qLcbog { color:#1f333b;display:block;width:700px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:80px;left:130px;height:46.7969px;text-align:center;text-align-last:center;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; }
#NngBSMz99EoGkw3QW3Sm8STulHo8NTBW { color:rgba(31,51,59,0.6);display:block;width:700px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:36px;left:130px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .accordion-element-container { border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:1px solid #c0c0c0;border-left:1px solid #c0c0c0;border-right:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .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; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px;font-family:lato;color:#1f333b; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .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:rgba(31,51,59,0.8);font-weight:400;font-style:normal; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .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; }#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .accordion-trigger.adaptive-delivery-prevent-bg, #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .accordion-trigger.lazyload, #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .accordion-trigger.lazyloading { background-image: none; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ { box-sizing:content-box;height:auto;width:920px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15005;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:156px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #DGKMswDmsZ46A8hSqaSWwkEbtaVsdWEd { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #DfZp6DLGy4WZPwoK2swp8GqrVdeeTHz8 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #PE9RR2C5qIpgSusezAVKv8UAyavRnINH { display:block;position:relative; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #P80c897P1Rw6U6Lv47DTp04sQ8IXXQTl {  }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #RWM7AS2FEyhbAKH4guHHrx7cncqSkGWC {  }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #Dil4z3fSHym9hCmVkCR2nrXPRGbvg07Q { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #FFf8dc8WxgNS1fIzvFWphPa0WRzhPbRx { height:auto;display:flex;position:relative;top:0px;left:0px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #B739UQn56izyW4vsM2h4W1cGWHW1Dcef { display:block;position:relative; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #XTWEeHzWXRtBMVMkcuHCZKdi2DRFle85 {  }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #vTDQvHFfh5WCd25H1pqKlBkwZMMslo8z { display:none; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #P3AV0QVrxr9P1JPGDswmkiE87wdAsAP6 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #RqUHBWC7GSlUhpDrTppzK7BwtdZFdxGd { height:auto;display:flex;position:relative;top:0px;left:0px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #Hr7VncGrUt8D3xuJMiOqaVQUcFqkSgg1 { display:block;position:relative; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #OLZnJZG2O2S91VnqcPHTl0okPn72TMOQ {  }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #cDzZezrTVQ72Ex58yFky7H3CWgtryOUh { display:none; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #EFSNcE6Eso0fDZOBOwH8DJnfghPNh6LI { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #OFC4AmBKVl32h6UDvFvMJD5M67TyD8nI { height:auto;display:flex;position:relative;top:0px;left:0px; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #GTTgtqGwmtcyrtzdvHCKNb5OI94sTUco { display:block;position:relative; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #WxfafhKdF8sMbx0hDopE2MKK0HPCzkND {  }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #msiI4t1HXWCqG7i6Zq5mWBn7de6xL3I3 { display:none; }
#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row .container { background-color: transparent; background-image: none; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row .container > .video-iframe-container { display: none; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row > .video-iframe-container { display: none; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .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); }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row .container { border-width: 0; border-radius: 0; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row .container { font-size:14px;font-family:arial;height:820px;width:960px;position:relative;display:block; }#vacaMVQ1QSMn4ihkDdccMpx0aQWqwZNm { position:absolute;display:block;z-index:15024;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:92px;width:126px;top:385px;left:16px;overflow:hidden;display:block; }
#lp8vXTMNb5iGgIG7QPLrTOhJM6rF2wMG { color:#1f333b;display:block;width:124px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:394px;left:16px;height:51px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4e1H5KcJOoSSmblNSFfH7vyKHOvrdmh { position:absolute;display:block;z-index:14994;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:300px;width:391px;top:358px;left:47px;overflow:hidden;display:block; }
#lEgvpJ2216pwN2lnFBoq4LtMbdyefsNf { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:157px;width:115px;top:425px;left:845px;display:block; }#lEgvpJ2216pwN2lnFBoq4LtMbdyefsNf.adaptive-delivery-prevent-bg, #lEgvpJ2216pwN2lnFBoq4LtMbdyefsNf.lazyload, #lEgvpJ2216pwN2lnFBoq4LtMbdyefsNf.lazyloading { background-image: none; }
#KMTDMFm6Mg1XwTvNwNbK9mlgfqrGAHCS { color:rgba(31,51,59,0.8);display:block;width:405px;position:absolute;font-family:lato;font-size:22px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:235px;left:0px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aSASrIh3Czssd7B60x41ExQ30xmQOfcN { color:#1f333b;display:block;width:415px;position:absolute;font-family:lato;font-size:47px;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:95px;left:0px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dOiV5pJCTUxz694xtTpi3WmDCAKaHJyZ { position:absolute;display:block;z-index:15029;height:348px;width:420px;top:92px;left:500px;display:block; }
#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c2f;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; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row .container { background-color: transparent; background-image: none; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row .container > .video-iframe-container { display: none; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row > .video-iframe-container { display: none; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .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); }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row .container { border-width: 0; border-radius: 0; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#G8WmXni6EZCgibLOvu2JXyaIgPeUzN6N { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73px;width:201px;top:36px;left:379.5px;overflow:hidden;display:block; }
#Sl2mEJJiEIPJwmyq22UJmvhGFPL2FBLl { color:#ffffff;display:block;width:943px;position:absolute;font-family:lato;font-size:12px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:139px;left:8.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#KceaTBeVOwXb1ova8cyvdW6awRimLhDT { color:#ffffff;display:block;width:955px;position:absolute;font-family:lato;font-size:12px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:244px;left:0px;height:18px;text-align:center;text-align-last:center;display:block; }
#khPz3Nx64RWB60g95UWTez5GC9Zld8nE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row .container { background-color: transparent; background-image: none; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row .container > .video-iframe-container { display: none; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row > .video-iframe-container { display: none; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .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); }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row .container { border-width: 0; border-radius: 0; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row .container { font-size:14px;font-family:arial;height:58px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE { display:block; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwyRz7FsZMA3BBDFwbLUZo8gt8VPUSyF { width:564px;height:;top:193px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #gJOtoa0BtUVFm1DH35I9o3HThczKymTl { width:181px;height:68px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UFr2MSn4CpsK89lGCuekeGiqMfWnlPBa { width:100px;height:36px;top:25px;left:319px;display:block; }
 }@media only screen and (max-width: 763px) { #mCWCxbTy8uRNppSOqfn5RQA5OrmgmB29 { display:block; }
 }@media only screen and (max-width: 763px) { #mvM5gUVaMCTENxMiW4r3KKtmzJCH9dp7 { width:96px;height:36px;top:25px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #DPcnZT6uZMhM2noEHweof6gDXmNvrp5d { display:block; }
 }@media only screen and (max-width: 763px) { #aqrcr2mW2L6VZ2HKKtde4iQTgKXJ5sU0 { width:97px;height:36px;top:25px;left:549px;display:block; }
 }@media only screen and (max-width: 763px) { #w3d1pMpgHH4y84ac0daUOOZ3PQGLNVzA { display:block; }
 }@media only screen and (max-width: 763px) { #hKNSCKDM6o3k5murIXI63d8Z1h0DZPXR { width:71px;height:36px;top:25px;left:662px;display:block; }
 }@media only screen and (max-width: 763px) { #gfRZp7NXMQtJlaIcG9V0l2cTn2S3NcMs { display:block; }
 }@media only screen and (max-width: 763px) { #BiP10s1BpqQcpsWIDh8VAHIDXhwNiLz9 { width:101px;height:38px;top:25px;left:663px;display:block; }
 }@media only screen and (max-width: 763px) { #QGlheQCUbTcBznT3pi1BekoWLJqpPPHO { display:block; }
 }@media only screen and (max-width: 763px) { #ZpzRVuO7FEuvxXuCVyuXbud7aZ1FViu4 { width:405px;height:;top:326px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gFanR5adtXqEAvOqyRGHCrkmWgSc9bUN { width:530px;height:798px;top:164px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #DeC7lZl5sJrVH6t248FL1srM1T6IwZXp { width:502px;height:502px;top:326px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #EEHBZX4JfLRtPDMUT3IG2JOFHQvlvVKL { width:120px;height:120px;top:584px;left:644px;display:block; }
 }@media only screen and (max-width: 763px) { #nNvJmlTHkJib9tLU4pAvUifIVyr9BNTI { width:84px;height:13px;top:616px;left:680px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IBb2V9nOTDKAWgCzJvzeu2VnJ5Nd3bRn { width:106px;height:28px;top:634px;left:658px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #tamicCT2ZabuC5wREZZxEFax23HbUOK0 { width:126px;height:92px;top:143px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #IycmrBFhrTb2L6Cd2WTKhKW9kgSMH7RT { width:125px;height:34px;top:155px;left:445px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BbcRMPySA47GVk0u12L33c4h6N9Fyt8l { width:115px;height:168px;top:353px;left:377px;display:block; }
 }@media only screen and (max-width: 763px) { #RakHoCK93dWGicfkgwJWlZZTOnH97pck { width:115px;height:227px;top:461px;left:649px;display:block; }
 }@media only screen and (max-width: 763px) { #k43Zb4W0J4won3rfkPMtdibx9QaZq8mB { top:390px;left:131px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bxDgeWTITWa2PNvPOHyrVVtax20tvEkD { top:390px;left:91px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FURX5oSgbhonOKL8FKeVJ28vftwKIqCp { top:390px;left:111px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ihVXllD3sMTd9Ws7OLuJs6tCedeAxPvt { top:390px;left:71px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #McykFT0VAzXsHTDmSfnDVS0NQfBTt24y { top:390px;left:51px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EnSBQU9NZPumNiR5EhyRS3PJie1y9h2e { width:67px;height:16px;top:392px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fUOzTwHFO4NHTrO4XluLhwGbp6oiOxRE { top:388px;left:0px;width:21px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ITtp3tcrmbvEGDhyW7OOVufGIU0TovTu { top:422px;left:0px;width:420px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 { display:block; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRpDBSz166mE3ePUiCBKvG5a547VPiJZ { width:764px;height:46px;top:97px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5s8BbAOpNqqkZX1FIcpdeoJcsaOiTpe { width:764px;height:21px;top:60px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KlnmoaM4V7aUoCEnRyQpV2GH0NbRB2CQ { width:764px;height:54px;top:159px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NU4ymJomN76fGTI3BsWGHsL7kTGP1smS { display:block; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXGpAmHAkpywuRyOQXygXNKhbHZH3TD5 { width:296px;height:31px;top:80px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kEtUTnIRnCvTwD2LanTb2tpMLmhbuWvk { width:302px;height:76px;top:135px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #szOJ3xMuas4QBTOIDag9uE0enhK63biX { width:283px;height:102px;top:129px;left:225px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TVcLiZrBqoQ6NKiyhHr5W6LOig2fe0P3 { width:273px;height:31px;top:80px;left:235px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UG52RJQrfaf8WT1NgCwFonXM7J36zXIJ { width:45px;height:45px;top:11px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #JTgTK7vAFyRhZs2QTQi2qfVS8Zg8tN4o { width:312px;height:102px;top:129px;left:452px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hAtU6625VTHU5z7vMxIN7o2iCen8LtMA { width:359px;height:31px;top:80px;left:403px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pTxb9ozTgHW2mymTgVAyum672fgunTgl { width:50px;height:50px;top:8px;left:509px;display:block; }
 }@media only screen and (max-width: 763px) { #LThVTXrA0WZIcMInQbZoKaSkMU3xiMPv { width:30px;height:67px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A8RxDWW2QPd6ESyWO4TzSqeuc7Hp5fak { width:30px;height:67px;top:0px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #lyb5Jh7Mv80Dq8HSFqmokErCAo7hgbDT { width:30px;height:67px;top:0px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #pmm88Ukmd4tM8d1X55Xpz6yyLJKzCExS { width:50px;height:50px;top:8px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A7heeul0Aw5hIcAC687lPgGzmkEJqLPy { display:block; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n03TTTAcuw7Rwb1bCVqT16vXG17FFHTP { width:295px;height:52px;top:49px;left:234.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Xxczf7tsNS0w0Qvw3hWGhSqJXt664Cnf { display:block; }
 }@media only screen and (max-width: 763px) { #AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz { display:block; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZRX5pNUbT6WsqHVGdxv4BHAJBqIRUU0 { width:700px;height:50px;top:71px;left:32px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #qJFJLtI9yOVPV9p1EEWoSQMfWbe25Jhg { width:700px;height:20px;top:31px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bfWHSTHpb7iqwITyqtXWeOl28DXJ4EA3 { width:764px;height:54px;top:135px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #khUNDFM34CngVXDedbFFV98rhF4yASry { display:block; }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQ01vEkUvfRQP5ZdkJXSHpkgVUzPNwKk { top:0px;left:13px;width:751px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE { display:block; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSVQrBtqQxtHsnk2Uf4fJyqwMm7CgxAa { width:295px;height:52px;top:32px;left:234.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tA1N9zhGPRzRuCOUPBPnVRleVOBQcqMT { display:block; }
 }@media only screen and (max-width: 763px) { #pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ { display:block; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC4TuTb4GSq0R5qDTrJdTysx8bzEeMQ6 { width:700px;height:50px;top:75px;left:33px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #X369eT3eiZq52CWwquL6XFKF474Ul78W { width:700px;height:20px;top:35px;left:33px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MHoUt1KWUTZXXTmxnCDP2aTp1g0rTqIv { width:764px;height:27px;top:140px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ASRA4opapJis4e2rFSSu8TC3HsHIKPAE { top:223px;left:0px;width:764px;height:149px;display:block; }
 }@media only screen and (max-width: 763px) { #H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC { display:block; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPkmBUaFNBcC6OOdT9pS1qBwqXotqtuK { width:700px;height:50px;top:95px;left:32px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8qoiT0xARpOU6ct0P2FKdwpNUtdXk7 { width:700px;height:20px;top:37px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sh1VSEnLl0iDzTE7SNcWfK3ldINfbJZ2 { width:700px;height:32px;top:144px;left:32px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Rkc9PHVp3GMrbNxbaTMhTgZZOW4Kpl4S { top:200px;left:0px;width:764px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #Oc4hAtoRLyvfo3xsTfzhQPr9k5qrMsqE { width:295px;height:52px;top:690px;left:234.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wcdc2pu0EdXwiElHxsGAATE4pZffunxr { display:block; }
 }@media only screen and (max-width: 763px) { #sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK { display:block; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlgrTukuhn9IClsoLImXSn3Cv9qLcbog { width:700px;height:46px;top:80px;left:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NngBSMz99EoGkw3QW3Sm8STulHo8NTBW { width:700px;height:20px;top:36px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ { display:flex;height:auto;width:724px;top:177px;left:0px; }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #DGKMswDmsZ46A8hSqaSWwkEbtaVsdWEd {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #DfZp6DLGy4WZPwoK2swp8GqrVdeeTHz8 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #PE9RR2C5qIpgSusezAVKv8UAyavRnINH {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #P80c897P1Rw6U6Lv47DTp04sQ8IXXQTl {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #RWM7AS2FEyhbAKH4guHHrx7cncqSkGWC {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #Dil4z3fSHym9hCmVkCR2nrXPRGbvg07Q {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #FFf8dc8WxgNS1fIzvFWphPa0WRzhPbRx {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #B739UQn56izyW4vsM2h4W1cGWHW1Dcef {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #XTWEeHzWXRtBMVMkcuHCZKdi2DRFle85 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #vTDQvHFfh5WCd25H1pqKlBkwZMMslo8z {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #P3AV0QVrxr9P1JPGDswmkiE87wdAsAP6 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #RqUHBWC7GSlUhpDrTppzK7BwtdZFdxGd {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #Hr7VncGrUt8D3xuJMiOqaVQUcFqkSgg1 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #OLZnJZG2O2S91VnqcPHTl0okPn72TMOQ {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #cDzZezrTVQ72Ex58yFky7H3CWgtryOUh {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #EFSNcE6Eso0fDZOBOwH8DJnfghPNh6LI {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #OFC4AmBKVl32h6UDvFvMJD5M67TyD8nI {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #GTTgtqGwmtcyrtzdvHCKNb5OI94sTUco {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #WxfafhKdF8sMbx0hDopE2MKK0HPCzkND {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #msiI4t1HXWCqG7i6Zq5mWBn7de6xL3I3 {  }
 }@media only screen and (max-width: 763px) { #Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW { display:block; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vacaMVQ1QSMn4ihkDdccMpx0aQWqwZNm { width:126px;height:92px;top:385px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lp8vXTMNb5iGgIG7QPLrTOhJM6rF2wMG { width:124px;height:51px;top:394px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #m4e1H5KcJOoSSmblNSFfH7vyKHOvrdmh { width:391px;height:300px;top:358px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lEgvpJ2216pwN2lnFBoq4LtMbdyefsNf { width:115px;height:157px;top:425px;left:649px;display:block; }
 }@media only screen and (max-width: 763px) { #KMTDMFm6Mg1XwTvNwNbK9mlgfqrGAHCS { width:405px;height:;top:235px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aSASrIh3Czssd7B60x41ExQ30xmQOfcN { width:415px;height:;top:95px;left:0px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #dOiV5pJCTUxz694xtTpi3WmDCAKaHJyZ { top:92px;left:344px;width:420px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #x5ETGwKcenaDQm3PifVJQTgvfpCvodSB { display:block; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8WmXni6EZCgibLOvu2JXyaIgPeUzN6N { width:201px;height:73px;top:36px;left:281.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Sl2mEJJiEIPJwmyq22UJmvhGFPL2FBLl { top:139px;left:0px;width:764px;height:72px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KceaTBeVOwXb1ova8cyvdW6awRimLhDT { top:244px;left:0px;width:764px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #khPz3Nx64RWB60g95UWTez5GC9Zld8nE { display:block; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE { background-color:#eef2f1;background-image:none;display:block; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container { background-color: transparent; background-image: none; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container > .video-iframe-container { display: none; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row > .video-iframe-container { display: none; }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .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); }#U4wioxNUzV7bSWu9HBLVx5F5ynF4GhgE > .row .container { width:320px;height:951px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwyRz7FsZMA3BBDFwbLUZo8gt8VPUSyF { width:320px;height:122.391px;top:126px;left:0px;font-size:34px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gJOtoa0BtUVFm1DH35I9o3HThczKymTl { width:137px;height:48px;top:13.390625px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #UFr2MSn4CpsK89lGCuekeGiqMfWnlPBa { width:90px;height:30px;top:73px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mCWCxbTy8uRNppSOqfn5RQA5OrmgmB29 { display:block; }
 }@media only screen and (max-width: 763px) { #mvM5gUVaMCTENxMiW4r3KKtmzJCH9dp7 { width:89px;height:30px;top:73px;left:94.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DPcnZT6uZMhM2noEHweof6gDXmNvrp5d { display:block; }
 }@media only screen and (max-width: 763px) { #aqrcr2mW2L6VZ2HKKtde4iQTgKXJ5sU0 { width:57px;height:30px;top:73px;left:183.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w3d1pMpgHH4y84ac0daUOOZ3PQGLNVzA { display:block; }
 }@media only screen and (max-width: 763px) { #hKNSCKDM6o3k5murIXI63d8Z1h0DZPXR { width:57px;height:30px;top:73px;left:248px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gfRZp7NXMQtJlaIcG9V0l2cTn2S3NcMs { display:block; }
 }@media only screen and (max-width: 763px) { #BiP10s1BpqQcpsWIDh8VAHIDXhwNiLz9 { width:87px;height:35px;top:19.890625px;left:233px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QGlheQCUbTcBznT3pi1BekoWLJqpPPHO { display:block; }
 }@media only screen and (max-width: 763px) { #ZpzRVuO7FEuvxXuCVyuXbud7aZ1FViu4 { width:315px;height:27px;top:269px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFanR5adtXqEAvOqyRGHCrkmWgSc9bUN { width:78px;height:117px;top:444px;left:48px;display:none; }
 }@media only screen and (max-width: 763px) { #DeC7lZl5sJrVH6t248FL1srM1T6IwZXp { width:300px;height:300px;top:460px;left:0px;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #EEHBZX4JfLRtPDMUT3IG2JOFHQvlvVKL { width:101px;height:101px;top:494px;left:217px;display:none; }
 }@media only screen and (max-width: 763px) { #nNvJmlTHkJib9tLU4pAvUifIVyr9BNTI { width:84px;height:0;top:518px;left:228px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #IBb2V9nOTDKAWgCzJvzeu2VnJ5Nd3bRn { width:106px;height:0;top:538px;left:214px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #tamicCT2ZabuC5wREZZxEFax23HbUOK0 { width:118px;height:86px;top:724px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #IycmrBFhrTb2L6Cd2WTKhKW9kgSMH7RT { width:110px;height:0;top:740px;left:7px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #BbcRMPySA47GVk0u12L33c4h6N9Fyt8l { width:115px;height:158px;top:447px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RakHoCK93dWGicfkgwJWlZZTOnH97pck { width:115px;height:140px;top:724px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #k43Zb4W0J4won3rfkPMtdibx9QaZq8mB { display:flex;width:20px;height:20px;top:312px;left:243px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #bxDgeWTITWa2PNvPOHyrVVtax20tvEkD { display:flex;width:20px;height:20px;top:312px;left:200px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #FURX5oSgbhonOKL8FKeVJ28vftwKIqCp { display:flex;width:20px;height:20px;top:312px;left:220px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #ihVXllD3sMTd9Ws7OLuJs6tCedeAxPvt { display:flex;width:20px;height:20px;top:312px;left:180px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #McykFT0VAzXsHTDmSfnDVS0NQfBTt24y { display:flex;width:20px;height:20px;top:312px;left:159px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #EnSBQU9NZPumNiR5EhyRS3PJie1y9h2e { width:67px;height:17.5938px;top:313px;left:86px;text-align:center;text-align-last:center;font-size:16px;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #fUOzTwHFO4NHTrO4XluLhwGbp6oiOxRE { display:flex;width:21px;height:21px;top:311px;left:58px; }
 }@media only screen and (max-width: 763px) { #ITtp3tcrmbvEGDhyW7OOVufGIU0TovTu { width:320px;height:348px;top:366px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 { display:block; }#cZ7eiufi08lSPHF7mC2JLTWwDvXOneB3 > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRpDBSz166mE3ePUiCBKvG5a547VPiJZ { width:320px;height:41.5938px;top:83px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5s8BbAOpNqqkZX1FIcpdeoJcsaOiTpe { width:320px;height:22.0938px;top:40px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KlnmoaM4V7aUoCEnRyQpV2GH0NbRB2CQ { width:320px;height:127.5px;top:146px;left:0px;font-size:17px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NU4ymJomN76fGTI3BsWGHsL7kTGP1smS { display:block; }#NU4ymJomN76fGTI3BsWGHsL7kTGP1smS > .row .container { width:320px;height:777px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXGpAmHAkpywuRyOQXygXNKhbHZH3TD5 { width:264px;height:62.375px;top:80px;left:28px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEtUTnIRnCvTwD2LanTb2tpMLmhbuWvk { width:291px;height:76.5px;top:131.1875px;left:16.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szOJ3xMuas4QBTOIDag9uE0enhK63biX { width:302px;height:76.5px;top:383px;left:10px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVcLiZrBqoQ6NKiyhHr5W6LOig2fe0P3 { width:264px;height:31.1953px;top:332px;left:28px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UG52RJQrfaf8WT1NgCwFonXM7J36zXIJ { display:flex;width:48px;height:48px;top:262.5px;left:138px; }
 }@media only screen and (max-width: 763px) { #JTgTK7vAFyRhZs2QTQi2qfVS8Zg8tN4o { width:289px;height:102px;top:650.375px;left:15.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAtU6625VTHU5z7vMxIN7o2iCen8LtMA { width:264px;height:62.375px;top:588px;left:29px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTxb9ozTgHW2mymTgVAyum672fgunTgl { display:flex;width:52px;height:52px;top:516px;left:141px; }
 }@media only screen and (max-width: 763px) { #LThVTXrA0WZIcMInQbZoKaSkMU3xiMPv { width:30px;height:67px;top:0px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #A8RxDWW2QPd6ESyWO4TzSqeuc7Hp5fak { width:30px;height:67px;top:253px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #lyb5Jh7Mv80Dq8HSFqmokErCAo7hgbDT { width:30px;height:67px;top:511px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #pmm88Ukmd4tM8d1X55Xpz6yyLJKzCExS { display:flex;width:50px;height:50px;top:8.5px;left:140px; }
 }@media only screen and (max-width: 763px) { #A7heeul0Aw5hIcAC687lPgGzmkEJqLPy { display:block; }#A7heeul0Aw5hIcAC687lPgGzmkEJqLPy > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n03TTTAcuw7Rwb1bCVqT16vXG17FFHTP { width:295px;height:52px;top:20px;left:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxczf7tsNS0w0Qvw3hWGhSqJXt664Cnf { display:block; }
 }@media only screen and (max-width: 763px) { #AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz { display:block; }#AWPoczgTbPVZJXTl1BpRaAgMuX1n1FGz > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZRX5pNUbT6WsqHVGdxv4BHAJBqIRUU0 { width:320px;height:37.7969px;top:90px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #qJFJLtI9yOVPV9p1EEWoSQMfWbe25Jhg { width:320px;height:20.7969px;top:48px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bfWHSTHpb7iqwITyqtXWeOl28DXJ4EA3 { width:320px;height:102px;top:147.390625px;left:0px;font-size:17px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #khUNDFM34CngVXDedbFFV98rhF4yASry { display:block; }#khUNDFM34CngVXDedbFFV98rhF4yASry > .row .container { width:320px;height:216px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQ01vEkUvfRQP5ZdkJXSHpkgVUzPNwKk { width:320px;height:212.62316910786px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE { display:block; }#Ax7SEgkP5BAnKXgPbKB4zKMJSK0sOAWE > .row .container { width:320px;height:146px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSVQrBtqQxtHsnk2Uf4fJyqwMm7CgxAa { width:295px;height:52px;top:38px;left:12.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tA1N9zhGPRzRuCOUPBPnVRleVOBQcqMT { display:block; }
 }@media only screen and (max-width: 763px) { #pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ { display:block; }#pt9aheT3F03P1XSlqrBsJqwnT4leUFqZ > .row .container { width:320px;height:418px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC4TuTb4GSq0R5qDTrJdTysx8bzEeMQ6 { width:320px;height:40.5938px;top:68.375px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #X369eT3eiZq52CWwquL6XFKF474Ul78W { width:320px;height:23.3906px;top:33px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MHoUt1KWUTZXXTmxnCDP2aTp1g0rTqIv { width:320px;height:76.5px;top:124.390625px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASRA4opapJis4e2rFSSu8TC3HsHIKPAE { width:320px;height:149px;top:220.890625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC { display:block; }#H6Kxl59nwkEgSmxEap47XJ29lB1xEuoC > .row .container { width:320px;height:795px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPkmBUaFNBcC6OOdT9pS1qBwqXotqtuK { width:320px;height:44.7969px;top:72px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8qoiT0xARpOU6ct0P2FKdwpNUtdXk7 { width:320px;height:20.7969px;top:29px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sh1VSEnLl0iDzTE7SNcWfK3ldINfbJZ2 { width:320px;height:30.5938px;top:131px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Rkc9PHVp3GMrbNxbaTMhTgZZOW4Kpl4S { width:320px;height:348px;top:196px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Oc4hAtoRLyvfo3xsTfzhQPr9k5qrMsqE { width:295px;height:52px;top:564px;left:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcdc2pu0EdXwiElHxsGAATE4pZffunxr { display:block; }
 }@media only screen and (max-width: 763px) { #sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK { display:block; }#sWmz5OOZS72BlkrVVFw2qcTqxFlUVALK > .row .container { width:320px;height:754px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlgrTukuhn9IClsoLImXSn3Cv9qLcbog { width:320px;height:32.5px;top:48px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NngBSMz99EoGkw3QW3Sm8STulHo8NTBW { width:320px;height:20.7969px;top:17px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ { display:flex;height:auto;width:280px;top:93.5px;left:0px; }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #DGKMswDmsZ46A8hSqaSWwkEbtaVsdWEd {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #DfZp6DLGy4WZPwoK2swp8GqrVdeeTHz8 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #PE9RR2C5qIpgSusezAVKv8UAyavRnINH {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #P80c897P1Rw6U6Lv47DTp04sQ8IXXQTl {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #RWM7AS2FEyhbAKH4guHHrx7cncqSkGWC {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #Dil4z3fSHym9hCmVkCR2nrXPRGbvg07Q {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #FFf8dc8WxgNS1fIzvFWphPa0WRzhPbRx {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #B739UQn56izyW4vsM2h4W1cGWHW1Dcef {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #XTWEeHzWXRtBMVMkcuHCZKdi2DRFle85 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #vTDQvHFfh5WCd25H1pqKlBkwZMMslo8z {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #P3AV0QVrxr9P1JPGDswmkiE87wdAsAP6 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #RqUHBWC7GSlUhpDrTppzK7BwtdZFdxGd {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #Hr7VncGrUt8D3xuJMiOqaVQUcFqkSgg1 {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #OLZnJZG2O2S91VnqcPHTl0okPn72TMOQ {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #cDzZezrTVQ72Ex58yFky7H3CWgtryOUh {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #EFSNcE6Eso0fDZOBOwH8DJnfghPNh6LI {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #OFC4AmBKVl32h6UDvFvMJD5M67TyD8nI {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #GTTgtqGwmtcyrtzdvHCKNb5OI94sTUco {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #WxfafhKdF8sMbx0hDopE2MKK0HPCzkND {  }
 }@media only screen and (max-width: 763px) { #PGW35g4ehpp8Eh12tCTA1Qi4KNDqEZIZ #msiI4t1HXWCqG7i6Zq5mWBn7de6xL3I3 {  }
 }@media only screen and (max-width: 763px) { #Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW { display:block; }#Guw9NSofiTffpLbl9XRgWcnDpdR8SGcW > .row .container { width:320px;height:1202px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vacaMVQ1QSMn4ihkDdccMpx0aQWqwZNm { width:117px;height:85px;top:1033px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #lp8vXTMNb5iGgIG7QPLrTOhJM6rF2wMG { width:88px;height:42.5px;top:1042px;left:78px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #m4e1H5KcJOoSSmblNSFfH7vyKHOvrdmh { width:320px;height:245px;top:838px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lEgvpJ2216pwN2lnFBoq4LtMbdyefsNf { width:115px;height:157px;top:997px;left:213px;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #KMTDMFm6Mg1XwTvNwNbK9mlgfqrGAHCS { width:320px;height:54px;top:133px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSASrIh3Czssd7B60x41ExQ30xmQOfcN { width:320px;height:76.7812px;top:35px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dOiV5pJCTUxz694xtTpi3WmDCAKaHJyZ { width:320px;height:348px;top:212px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x5ETGwKcenaDQm3PifVJQTgvfpCvodSB { display:block; }#x5ETGwKcenaDQm3PifVJQTgvfpCvodSB > .row .container { width:320px;height:406px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8WmXni6EZCgibLOvu2JXyaIgPeUzN6N { width:201px;height:73px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #Sl2mEJJiEIPJwmyq22UJmvhGFPL2FBLl { width:320px;height:234px;top:113px;left:0px;font-size:13px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KceaTBeVOwXb1ova8cyvdW6awRimLhDT { width:320px;height:19.5px;top:367px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #khPz3Nx64RWB60g95UWTez5GC9Zld8nE { display:block; }#khPz3Nx64RWB60g95UWTez5GC9Zld8nE > .row .container { width:320px;height:58px;position:relative;display:block; } }