.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:#10c998;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393e41;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; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { background-color: transparent; background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { border-width: 0; border-radius: 0; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { 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:3.3125rem;width:7.75rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/84b02988-47df-4616-8b9b-546647a3f7ee/Projektbeztytuu59.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;overflow:visible;position:relative;display:block; }#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:#2978a0;display:block;width:46.0625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:8.0000038146975rem;left:2.6875rem;height:2.7205881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { background-color:rgba(255,255,255,0.58);background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(16,201,152,0.5) ;box-sizing:border-box;color:#393e41;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.6875rem;left:2.6875rem;display:block; }
#Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.44);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #10c998;border-left:0.0625rem solid #10c998;border-right:0.0625rem solid #10c998;border-bottom:0.0625rem solid #10c998;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:9.625rem;width:29.375rem;top:12rem;left:2.6875rem;display:block; }
#x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { position:absolute;display:block;z-index:14998;background-color:rgba(16,201,152,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.8125rem;top:18.5rem;left:3.5625rem;display:block; }
#XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { color:#393e41;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.5625rem;height:4.411764625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ax1T1hZTmFiirTQ0QvoHnGsc7O6IUMvD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.374875rem;width:7.312375rem;top:21.654514312744rem;left:36.546005249024rem;overflow:hidden;display:block; }
#z4QdPr0v3KJGGgSKAQ6hPsk4M5TQn2Zy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1870403125rem;width:3.6868105rem;top:27.976790428162rem;left:33.983224868774rem;overflow:hidden;display:block; }
#AnNW61uBG452AKbxbx5tit7bTx54Wf7R { background-color:rgba(41,120,160,0.76);background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(16,201,152,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.6875rem;left:16.562503814698rem;display:block; }
#vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qlm7IGQzIDIk9TPT5hGfT9qIs5F8NrBN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5.0625rem;top:1.9124999046326rem;left:38.73984336853rem;overflow:hidden;display:block; }
#oW0322FT1mfDyIAztOBEDO68eVPeN4we { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.23);top:5.6041707992554rem;left:2.6875rem;height:2.3529410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hBvCLKMulQOCcQKKQWBX5E2NZ9Rxyr25 { color:#393e41;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.3125rem;left:3.5625rem;height:1.4705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTupFFtvUCshOQ5TpWoucPTh0sv7lNIl { position:absolute;display:block;z-index:14998;background-color:rgba(16,201,152,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.8125rem;top:19.37499833107rem;left:3.5801391601562rem;display:none; }
#LTyauMusSIsiSdaA8ZQWr297MozoNlmU { position:relative;display:block; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU { background-color: transparent; background-image: none; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row .container > .video-iframe-container { display: none; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row > .video-iframe-container { display: none; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .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); }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU { border-width: 0; border-radius: 0; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#10c998;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UwxSTiyMWypPwRcxV4PeRMyVtAV2yTRx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6245404375rem;width:1.9358915rem;top:3.4099273681641rem;left:56.686578750611rem;overflow:hidden;display:block; }
#VoPOHI1hpNAgrObogg3RWHyyhBPSzyu5 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(16,201,152,0.5) ;box-sizing:border-box;color:#393e41;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3122691875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.366270065307rem;left:4.8081340789795rem;display:block; }
#BXN7houTq0rM2OPJ2rsNS718rtu23BL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqEE6oR7mwtFBZHV3tTnf8fmFF8E8HmF { color:#393e41;display:block;width:27.6872691875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:30.1875rem;height:10.588234875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HEds6O8lZhUET4hdG1fF62tlW36sXnWy { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.44);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #10c998;border-left:0.0625rem solid #10c998;border-right:0.0625rem solid #10c998;border-bottom:0.0625rem solid #10c998;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:25.9375rem;width:29.375rem;top:5.875rem;left:29.25rem;display:block; }
#x6eTLqN4KP8lOCqXDtlsTBlacIFtMESd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.0625rem;width:29.5rem;top:5.875rem;left:29.25rem;overflow:hidden;display:block; }
#LTUMAT1WJ7rm6hJ3oQK6NRbPHcsDd4LJ { position:absolute;display:block;z-index:15018;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:15.9375rem;width:15.9375rem;top:6.1868095397949rem;left:6.7486209869388rem;overflow:hidden;display:block; }
#OgiQKrXk3qraPNGtAXWUEeiJwaVvmorO { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.23);top:2.2028980255127rem;left:3.4937953948974rem;height:2.3529410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RQGWQbzTx8Dd3ghTSb2D0qg1wJXZkXXd { color:#fbfbfb;display:block;width:24.6243095625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:22.873390197754rem;left:2.4057903289795rem;height:3.3823528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOEH0KdOIzTNyUfPstJhwrQEKxcaRcPi { color:#ffffff;display:block;width:24.9368095625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:20.719207763672rem;left:1.4947147369385rem;height:1.6911764375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qOaSzBsuJsXDxdm0B4uTqLqdcE26IIsB { color:#10c998;display:block;width:24.9368095625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:25.103401184082rem;left:1.4947147369385rem;height:1.6911764375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10c998, #2978a0);background-image: -moz-linear-gradient(180deg, #10c998, #2978a0);background-image: -ms-linear-gradient(180deg, #10c998, #2978a0);background-image: -o-linear-gradient(180deg, #10c998, #2978a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#2978a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#2978a0' );";background-image: linear-gradient(180deg, #10c998, #2978a0);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row .container { background-color: transparent; background-image: none; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row .container > .video-iframe-container { display: none; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row > .video-iframe-container { display: none; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .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); }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row .container { border-width: 0; border-radius: 0; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#Bn54h8ugTZnZK3WirpJCcmIk4CmV0XXo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249080875rem;width:3.75rem;top:1.8669586181641rem;left:0rem;overflow:hidden;display:block; }
#xIyJM5nOARo2upS8rWknosnqytnEPxEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2978a0;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; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row .container { background-color: transparent; background-image: none; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row .container > .video-iframe-container { display: none; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row > .video-iframe-container { display: none; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .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); }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row .container { border-width: 0; border-radius: 0; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#oEXZ1gyNqNAnBpsGGKciSTf1fo9KxPrl { color:#f8fdff;display:block;width:13rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6875038146973rem;left:2.34375rem;height:5.2941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gSiyEM4wcQowfghrAf4vVSHDF607UQiz { color:rgba(255,255,255,0.82);display:block;width:34.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:1.568359375rem;left:21.500003814698rem;height:3.3823528125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1JMp6qWpQF7cbT6AkKO08nlvvARyDNx { color:rgba(255,255,255,0.82);display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.8639335632325rem;left:21.500003814698rem;height:8.4558820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfSWFfXZ0qLtw3ryQ5p1ATGdGRcB5Dlb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.6875rem;top:9.9708347320556rem;left:3.25rem;overflow:hidden;display:block; }
#z5Qi2O8NsHL3KAOTtK68KZZ12hrNNBK7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.125rem;top:8.8640627861025rem;left:7.28125rem;overflow:hidden;display:block; }
#EaiLFgycNWdty1ydli3riNLZaKcqv04E { position:absolute;display:block;z-index:15013;background-color:#10c998;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20rem;top:7.966148376465rem;left:21.500003814698rem;display:block; }
#DUKLD7Jzm6TRiLsFRh4aIGRBr3VdbZ4a { position:absolute;display:block;z-index:15006;background-color:#10c998;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6e2d2;border-left:0.0625rem solid #a6e2d2;border-right:0.0625rem solid #a6e2d2;border-bottom:0.0625rem solid #a6e2d2;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:16.9375rem;top:19.75rem;left:23.71249961853rem;display:none; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2978a0, #10c998);background-image: -moz-linear-gradient(180deg, #2978a0, #10c998);background-image: -ms-linear-gradient(180deg, #2978a0, #10c998);background-image: -o-linear-gradient(180deg, #2978a0, #10c998);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2978a0', endColorstr='#10c998' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2978a0', endColorstr='#10c998' );";background-image: linear-gradient(180deg, #2978a0, #10c998);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.4375rem;left:1.875rem;height:2.4264705rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:5.625rem;left:1.875rem;height:6.17647025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTV0yx6DAxU8WZUPVC4zBhgE4ZRwG60d { position:absolute;display:block;z-index:15002;background-color:rgba(16,201,152,0.39);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6e2d2;border-left:0.0625rem solid #a6e2d2;border-right:0.0625rem solid #a6e2d2;border-bottom:0.0625rem solid #a6e2d2;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:18.3125rem;width:18.8125rem;top:13.5625rem;left:1.125rem;display:block; }
#FP48Jcyy0bWPou4i0UbtsNBMZZl6BkeG { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.375rem;left:2.125rem;height:11.1764698125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qyKBPzo8zq0EiHAXEWLfPQLgrCcLkEia { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.25rem;left:2.125rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n0RNoIyCh84UCC99s70QylmWnv8UAFqZ { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.71);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #10c998;border-left:0.0625rem solid #10c998;border-right:0.0625rem solid #10c998;border-bottom:0.0625rem solid #10c998;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:18.25rem;width:19.125rem;top:18.3125rem;left:20.9375rem;display:block; }
#g5flqTciOTERs3gNfVuTf4kykRMwpO3r { color:#393e41;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:20.375rem;left:22.0625rem;height:13.97058775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OW28azgULrnw4ZDL4McHo1sWKpNb8EBi { color:#2978a0;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:18.875rem;left:22.0625rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wRKxQCypp5TBeu3GaXG1ZnhONkA8bUTu { position:absolute;display:block;z-index:15008;background-color:rgba(41,120,160,0.69);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:17.4375rem;width:18.375rem;top:21.6875rem;left:40.8125rem;display:block; }
#PVUdAqyVbf6WoNbzbfChCx2PQEg1UmEZ { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:25.875rem;left:41.875rem;height:9.7794113125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VpSgLSLStZTpSKVBwcokXSgwlpk0WtrU { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:22.5625rem;left:41.875rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gTyPKXmTKPCniKtCwLmz7fvzFQNnqzGo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.9375rem;top:3.875rem;left:54.4375rem;overflow:hidden;display:block; }
#FIFLyM4qJIKyS8KV7cQb4QD60ENE1i6B { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.75rem;top:33.9375rem;left:17.875rem;overflow:hidden;display:block; }
#pvBNsfkivUNAUMGokcziub6TJoBb02W6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:32.3125rem;left:5.875rem;overflow:hidden;display:block; }
#b3pM7gExIVTz1hC1llrPTLFqRU31JD5i { 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:8.125rem;width:8.125rem;top:10.5rem;left:25.345703125rem;overflow:hidden;display:block; }
#Pf1lDRPJ7JJ1T0ERdKIMygXIt8FUfP7X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:15.1875rem;left:47.25rem;overflow:hidden;display:block; }
#ZKfETGRzJpg3xpMIoSU3LcXpp7ezB6Go { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4rem;top:5.625rem;left:50.5rem;overflow:hidden;display:block; }
#v68uEuBLLkyTw7SScf4gwmbums9Q82ft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10c998, #ffffff);background-image: -moz-linear-gradient(180deg, #10c998, #ffffff);background-image: -ms-linear-gradient(180deg, #10c998, #ffffff);background-image: -o-linear-gradient(180deg, #10c998, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #10c998, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row .container { background-color: transparent; background-image: none; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row .container > .video-iframe-container { display: none; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row > .video-iframe-container { display: none; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .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); }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row .container { border-width: 0; border-radius: 0; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#e8GUDvegKOX9hNZ3cisQ1wlporTqLHeL { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8424491882324rem;left:1.75rem;height:4.8529410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l7b1ZLiStRSmTxNx3k7yThKepxDIAf0q { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:31.9375rem;top:8.125rem;left:1.65625rem;overflow:hidden;display:block; }
#CdzGUAJTS0EKwfpJe5gtHfNqNPNcb8zG { position:absolute;display:block;z-index:15020;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:15.375rem;width:25rem;top:8.21875rem;left:34.3720703125rem;overflow:hidden;display:block; }
#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row .container { background-color: transparent; background-image: none; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row .container > .video-iframe-container { display: none; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row > .video-iframe-container { display: none; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .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); }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row .container { border-width: 0; border-radius: 0; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#Gi3UdNRPpHW3TuHUqwoNP3qNrOoafQm2 { color:#393e41;display:block;width:36.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:2.25rem;left:1.5625rem;height:3.088235125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o4oMFVAdxXUGVMIksJoMCgdGtD9KlwSK { color:#393e41;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.0625rem;left:6.75rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7frTTXdKWl2TVwqzUxWoTCekGcETXqM { color:#393e41;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13.3125rem;left:35.5rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dBriTSNui6w7KolpftzI45NFnnnd0kXv { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:17.625rem;top:6.5625rem;left:6.0625rem;display:block; }
#Js3yadQZflBeaApG2sGZJMBhN8gmgua0 { color:#393e41;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:8.4375rem;left:23.875rem;height:3.9705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWSSVC2EtKQU3ZRwzOeQrhOCpwAvTfNC { color:#393e41;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:6.875rem;left:36.625rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbXbCwWtlQatyMe17crNkP056Hhw09kW { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:3rem;width:17.625rem;top:6.6875rem;left:36.125rem;display:block; }
#x49mynWgkPMBIERPTzc9RoNnJaT2FT1T { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:17.625rem;top:10.0625rem;left:36rem;display:block; }
#ln7wqILFDgHUS5vBt4wXk61KmUBVNNGi { color:#393e41;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:10.5625rem;left:36.6875rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pNXyoQe4eL7Do0N4DO8y26ld7pe8NTnB { position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.875rem;width:17.8125rem;top:13.25rem;left:36.0625rem;display:block; }
#qKJRmHqhASQk9gorsJGqIrqkMBcwpJ89 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:5.875rem;left:1.5625rem;overflow:hidden;display:block; }
#vWz9rnqIGsIuz2wk144UKu72DUI1s9J3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:9.1875rem;left:1.5625rem;overflow:hidden;display:block; }
#cTtmtTR6IoRMksh1xJX9r0islRLpxHFH { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.875rem;width:17.625rem;top:9.8125rem;left:6.0625rem;display:block; }
#RLOsUs50x10cGVzkv72HRmhMr6CTSVCL { color:#393e41;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:9.875rem;left:6.6875rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9BMKcT9NqQNCGrirgpu94KBzm6UfG0L { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:17.625rem;top:13.125rem;left:6.125rem;display:block; }
#qfvOBDyBhSOMQ26yaSunFJ3uPhUNdZva { color:#393e41;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:13.875rem;left:6.75rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggnTsic4uZGNy785znqnbOPWb1WtMW07 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:12.3125rem;left:1.5625rem;overflow:hidden;display:block; }
#rgGQahQKqrKeqaSkwa9iN4JwyawIxv0B { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:5.875rem;left:54.4375rem;overflow:hidden;display:block; }
#cuR4Dx8HC1xc8TDKM01p7heUL8vLSiQo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:9.25rem;left:54.4375rem;overflow:hidden;display:block; }
#TFrfKZx4zh1dhrhv6FsskRZUBXmGyfao { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:12.5625rem;left:54.4375rem;overflow:hidden;display:block; }
#SXAZFCNMGTsR392nGH8Ms7Or0WGLxbhq { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:23.250001907349rem;left:15.657814025879rem;overflow:hidden;display:none; }
#kfM58h9ZfSPn4VfZQW5bWAvLZRbMg2aH { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:23.250001907349rem;left:15.657814025879rem;overflow:hidden;display:none; }
#iy1LReJLCHHOHDTKHcZoBycs2UfvQrQx { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:23.250001907349rem;left:15.657814025879rem;overflow:hidden;display:none; }
#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fdffff);background-image: -moz-linear-gradient(180deg, #ffffff, #fdffff);background-image: -ms-linear-gradient(180deg, #ffffff, #fdffff);background-image: -o-linear-gradient(180deg, #ffffff, #fdffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdffff' );";background-image: linear-gradient(180deg, #ffffff, #fdffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row .container { background-color: transparent; background-image: none; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row .container > .video-iframe-container { display: none; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row > .video-iframe-container { display: none; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .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); }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row .container { border-width: 0; border-radius: 0; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#Wnh4mMaf7bhQvWHFZvg8931tu65AJQn4 { color:#393e41;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:2.125rem;left:6.875rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lu2i1prfzQfSoXiXpQR89shMLl7w3onE { color:#393e41;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:10.1875rem;left:38.0625rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPDmff3g8tKySMT0XflZrgwhUncyGJUP { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.8125rem;width:17.625rem;top:2.125rem;left:6.25rem;display:block; }
#rTOrQH9iQFFWNuTaeLiAI4CamCPBuSn3 { color:#393e41;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:3.4375rem;left:37rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CVwiA7unTacs3F3W9ye1cfNXiAbp9Ncd { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:17.625rem;top:2.875rem;left:36.8125rem;display:block; }
#TpOWyIE3mrWTylH7cn9FzTG2fTGJ6pGO { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:17.625rem;top:6.25rem;left:36.6875rem;display:block; }
#G49f3aRT6nylKpXPLwFeCqwLa5tXSme8 { color:#393e41;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:6.875rem;left:38.0625rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hU6puoecx4sbLK7K8CmGMHbqVBTvaeov { position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.875rem;width:17.8125rem;top:9.4375rem;left:36.75rem;display:block; }
#fs5auoNKiERPHULaBXINTTBVxLmRbNtQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.4375rem;left:1.75rem;overflow:hidden;display:block; }
#x6e1pucMgSlKTQNSTbflFRPHtatpCZxF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:4.875rem;left:1.75rem;overflow:hidden;display:block; }
#S9lHqHqKkv3Vebeo1R7JtonECZvJMVrL { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:17.625rem;top:5.5rem;left:6.25rem;display:block; }
#AGBioJukDcylJUdTi0AsB6kQyCHsGQGG { color:#393e41;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.125rem;left:6.9375rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H5b6xIbwd8mzV3w59eG5wkWwVTec3A0p { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.5625rem;width:17.625rem;top:8.6875rem;left:6.3125rem;display:block; }
#nv0pSQ3GZWVD61epktiUbcuF6l7d4BKc { color:#393e41;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:9.4375rem;left:6.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iwmpp90u2VJg0gLkXlx13HxFAWrO5oUI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:7.875rem;left:1.75rem;overflow:hidden;display:block; }
#bOPIedt8mTQb9s88DQ1NyykSy1Qh6uVS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:2.0625rem;left:55.125rem;overflow:hidden;display:block; }
#zhJskT7yUt0WQ39QxeNqsJHNzE8pkGmi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:5.4375rem;left:55.125rem;overflow:hidden;display:block; }
#S0Lh8v0VPkBGPCDB3D56Rsaxyp3dX9bK { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:8.75rem;left:55.125rem;overflow:hidden;display:block; }
#zy19WGRVrUUn38WPhuVNB6PvMqghlXXu { position:absolute;display:block;z-index:14996;background-color:rgba(255,255,255,0.63);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:2.4375rem;width:17.625rem;top:11.8125rem;left:6.3125rem;display:block; }
#vJgXnuXXGHDCsQ6N5KQz9vol69KoTclg { color:#393e41;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.3125rem;left:6.875rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xigrvfFlI4LJ5S4QMUIvgGu14HryuOv5 { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:11rem;left:1.75rem;overflow:hidden;display:block; }
#J8wSqx1L6G1TgeVzV7yFwQ9qEzTDirmC { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:23.250001907349rem;left:15.657814025879rem;overflow:hidden;display:none; }
#MFJNMzsy34F1BVn0pCAOFhbNFcV84MNQ { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:23.250001907349rem;left:15.657814025879rem;overflow:hidden;display:none; }
#Db1K703orNIC8y5XKVP1cHnXVwkxTTfO { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:23.250001907349rem;left:15.657814025879rem;overflow:hidden;display:none; }
#ZVgsdEVJT3DlC0y5WzxqUZ6DxiqGOnvm { position:absolute;display:block;z-index:15018;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:4.0625rem;width:4.0625rem;top:23.250001907349rem;left:15.657814025879rem;overflow:hidden;display:none; }
#H4b8ybNuqFHTfEnzicyc4GsqdJ3H9OU4 { color:#393e41;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:4.8125rem;left:24.375rem;height:3.9705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { 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; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { background-color: transparent; background-image: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .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); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { border-width: 0; border-radius: 0; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#QukzUrGquaRFGsEomU8TmNLwKQmZ0etH { color:#10c998;display:block;width:36.49975rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.0975379943848rem;left:1.1245269775391rem;height:2.4264705rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GbCn0P7WA4LyyNMnwlbT1JhtcNOAs9km { color:#393e41;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.349609375rem;left:1.1236991882324rem;height:1.6911764375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#weyVPMElJviQ373nscl2XexqQfcBxatm { color:#2978a0;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:8.9824228286744rem;left:4.2060546875rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oE0EVkxKmIynk9H0nfXRiXHrf32kFaml { color:#2978a0;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:9.0162773132325rem;left:35.312503814698rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CMnkOchKgetun2w3CzgRPZIyaiOLREf2 { color:#2978a0;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:22.127605438233rem;left:35.312503814698rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TbKPCkwxxd4lkbKkrH5y4RCTviCL5I4d { color:#2978a0;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:22.5625rem;left:4.1875rem;height:1.1764705rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVsFyH9GfPX5xzr7n7dIZoRB3I4fUKMr { color:#393e41;display:block;width:24.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:11.78125rem;left:1.1236991882324rem;height:5.588234875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvDTCNM2x5KQKpLaOzkn3sdGAgzf01EV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:22.625rem;left:25.9375rem;overflow:hidden;display:block; }
#E1sRgZEsFEbU3B6gFym1gT790cS4o9AS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:11.318359375rem;left:26.375003814698rem;overflow:hidden;display:block; }
#zTZdOvb2cC9Qaanos1p6s6AQDUTIXTRF { color:#393e41;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.78125rem;left:32.875003814698rem;height:4.1911764375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WutmSsPHPbSgHL7VvuCoCW3caRLp2fSE { position:absolute;display:block;z-index:15020;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:6.5625rem;width:6.5625rem;top:17.3125rem;left:51rem;overflow:hidden;display:block; }
#uyITg412XEttDHtvZxN90pDclog8kksG { color:#393e41;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:24.5625rem;left:32.875rem;height:5.588234875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gu0h3WisK6twxTGRIraRnuUnnoZ1QX7S { color:#393e41;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.5625rem;left:1.75rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GSIuvQnkr4fpfP7NucxiBqusL3ZkDmq7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.5rem;top:8.5rem;left:1.125rem;overflow:hidden;display:block; }
#LZypeIxftHlrBUAm091Qt0x9cywKMgGQ { color:#10c998;display:block;width:2.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:8.8125rem;left:1.25rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fAmEOu50JbKZ90sRAfNusnTneaXWF6Ev { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.5rem;top:8.5rem;left:32.3125rem;overflow:hidden;display:block; }
#X0vDD0mT6c6z3KPrFT9ico8TCRmk0onL { color:#10c998;display:block;width:2.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:8.8125rem;left:32.4375rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrQVJkUOfx68SgTitigIsiJX4IrABKM9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.5rem;top:21.6875rem;left:32.3125rem;overflow:hidden;display:block; }
#MRK5pcH2W8qxUy54EuxGZoQx46dXCohQ { color:#10c998;display:block;width:2.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:22rem;left:32.4375rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOlIgKeWuOpA8ZfKFT5HTEEDdZHLO1wZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.5rem;top:22.125rem;left:1.0625rem;overflow:hidden;display:block; }
#oRZw4lkHeHC3ZlL40n2FaTBRda7aUO8y { color:#10c998;display:block;width:2.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:22.4375rem;left:1.1875rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFRSCbS4uGc05ebuqlEop2s7kPOTGHOo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.625rem;top:30.25rem;left:54.562503814698rem;overflow:hidden;display:block; }
#ZMghazt8LmpzmBK0MTydlVPb42dVeOzd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.375rem;top:32.229167938233rem;left:52.229167938233rem;overflow:hidden;display:block; }
#yloeoe2vGtCZQPGIiKTa6GgE0bWGgAs2 { position:absolute;display:block;z-index:15020;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:6.5625rem;width:6.5625rem;top:13.495118141174rem;left:51.020181655884rem;overflow:hidden;display:none; }
#l8KumzW1b9hmynDQdXBPrASqDTfKFyO7 { position:absolute;display:block;z-index:15020;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:6.5625rem;width:6.5625rem;top:13.495118141174rem;left:51.020181655884rem;overflow:hidden;display:none; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #10c998);background-image: -moz-linear-gradient(180deg, #ffffff, #10c998);background-image: -ms-linear-gradient(180deg, #ffffff, #10c998);background-image: -o-linear-gradient(180deg, #ffffff, #10c998);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#10c998' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#10c998' );";background-image: linear-gradient(180deg, #ffffff, #10c998);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#vcnltUhEhNVRoMnPrn57gvcOHUtJbnPZ { color:#10c998;display:block;width:47.625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:1.103515625rem;left:2.25rem;height:2.0588235625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sb4A6M6T3UczXS7pmaQroUXJgekA5W1i { color:#393e41;display:block;width:56rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.234375rem;left:2.25rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGM0P3DPtvK9b7FJGhQBh06RJApr0WyI { background-color:#2978a0;background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.5625rem;left:2.25rem;display:block; }
#DkLmuoVnMOdXQz1CiPRdgO1MoLGknSeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3xlnsVbOtECWIeAfkkcTIke6mB6t9X4 { position:absolute;display:block;z-index:15000;background-color:rgba(16,201,152,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:47.875rem;top:4.603515625rem;left:2.25rem;display:block; }
#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10c998, #2978a0);background-image: -moz-linear-gradient(180deg, #10c998, #2978a0);background-image: -ms-linear-gradient(180deg, #10c998, #2978a0);background-image: -o-linear-gradient(180deg, #10c998, #2978a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#2978a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#2978a0' );";background-image: linear-gradient(180deg, #10c998, #2978a0);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container { background-color: transparent; background-image: none; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container > .video-iframe-container { display: none; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row > .video-iframe-container { display: none; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .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); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container { border-width: 0; border-radius: 0; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#xRw0BgUuUR6vqJ4D57cuLZrvSrkXpmhU { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:27rem;left:2rem;height:3.3823528125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pLaB6ZH1lt2MDUW4ZTywD1r0oPXq6ahU { color:#393e41;display:block;width:56rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:1.125rem;left:2rem;height:2.9411764375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrJWimlXy54D3aXTq09TdlJV5XxEIBFo { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:32.3125rem;left:2rem;height:7.7205881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g1smPa6uofvTeENfcPz92rLLrh9gNquE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.2487rem;top:21.5rem;left:54.8125rem;overflow:hidden;display:block; }
#pc7FbIkm4MWxWFGvh0DxVyOKdoqcLV3f { color:#fbfeff;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:27rem;left:28.9375rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2g4QAQ4TTm0rvVUttQAXD9tnbCE7cMQ { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:14999;line-height:1.6;letter-spacing:0;top:32.3125rem;left:28.625rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuyoG046Jx7pbnSf3N72WNhAPrISDJGg { color:#ffffff;display:block;width:28rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:38.5625rem;left:28.625rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8eW4X3Icop7sTLJNl4HLfwf58cCTGfa { position:absolute;display:block;z-index:15000;background-color:rgba(16,201,152,0.39);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6e2d2;border-left:0.0625rem solid #a6e2d2;border-right:0.0625rem solid #a6e2d2;border-bottom:0.0625rem solid #a6e2d2;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:4.8125rem;width:28.5rem;top:38.214195251465rem;left:28.125rem;display:block; }
#MqTFIZ7teLHWdTAhk5rPNwuKqxJTUThx { position:absolute;display:block;z-index:15001;background-color:rgba(16,201,152,0.39);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6e2d2;border-left:0.0625rem solid #a6e2d2;border-right:0.0625rem solid #a6e2d2;border-bottom:0.0625rem solid #a6e2d2;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:3.875rem;width:28.875rem;top:26.4375rem;left:28.125003814698rem;display:block; }
#m0wG5KE0sotp9IxvFHpwv3Qp3VIwFD9o { position:absolute;display:block;z-index:14998;background-color:rgba(16,201,152,0.39);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6e2d2;border-left:0.0625rem solid #a6e2d2;border-right:0.0625rem solid #a6e2d2;border-bottom:0.0625rem solid #a6e2d2;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:4.9375rem;width:28.75rem;top:31.8125rem;left:28.125rem;display:block; }
#LF4OLrAZyTaDsiRgampsTKoK24QWG4fw { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:24.8125rem;left:28.25rem;height:1.102941125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PqG4XCRW343QEmdacrxtttumyOndgzDa { position:absolute;display:block;z-index:14997;background-color:rgba(41,120,160,0.52);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a6e2d2;border-left:0.0625rem solid #a6e2d2;border-right:0.0625rem solid #a6e2d2;border-bottom:0.0625rem solid #a6e2d2;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.09) ;height:17.875rem;width:52.9375rem;top:5.375rem;left:3.3125rem;display:block; }
#kyMl6ttThGl50Kx4F7KhpI774h3Cv92G { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.75rem;width:49.1875rem;top:7.125rem;left:5.4375rem;overflow:hidden;display:block; }
#WF8THC4b0sDLTgdC75VM8xJAqLSbVFJg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.2487rem;top:5.5625rem;left:51.5625rem;overflow:hidden;display:block; }
#r6xEvJhZKLhqUNBzDvQHge1LDOUJaaV8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:19.125001907349rem;left:2rem;overflow:hidden;display:block; }
#vcCtEa2ugAbS9pHdOL2DD9ZF670PpTkr { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.25rem;top:16.229166030884rem;left:1.1041679382324rem;overflow:hidden;display:block; }
#vnTeau1BQUgdxdeb6FD6zbfRWhkQMh0b { 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:18.125rem;width:26.3125rem;display:none; }
#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr { position:relative;display:block; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr { background-color: transparent; background-image: none; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row .container > .video-iframe-container { display: none; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row > .video-iframe-container { display: none; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .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); }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr { border-width: 0; border-radius: 0; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XgMEFKets1TPdAto8Vo0VaQtmLNefM7H { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.9375rem;width:16.6875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.3823547363281rem;left:0.69635700566287rem;overflow:hidden;display:block; }
#NmpWXRzcAdgoACduWX4a6Ow7hJtzTSSm { color:#ffffff;display:block;width:47.6240806875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.9255523681641rem;left:11.317785263061rem;height:2.0588235625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yh9gfz1ZsmMa9Tmh9GAvHVGi4S228i4R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.9375rem;width:17.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.3628234863281rem;left:19.674860000611rem;overflow:hidden;display:block; }
#T7DWQAsq82ahk8iJvTExEZ4sdLifpTNt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.8125rem;width:17.0625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.4547119140625rem;left:38.730466842651rem;overflow:hidden;display:block; }
#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2978a0;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; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container { background-color: transparent; background-image: none; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container > .video-iframe-container { display: none; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row > .video-iframe-container { display: none; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .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); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container { border-width: 0; border-radius: 0; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#q6T54IBHzRhbMpUx6sEATfTEbt1b42oI { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.375rem;left:2rem;height:2.0588235625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kEgC3mk7qvbm3eyFOSIpfDe4XFtiuWuA { color:#10c998;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:0rem;left:2rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbCD7elHqrof4szv0ernNPsst3mw8O45 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.375rem;width:22.3125rem;top:7.9375rem;left:2rem;display:block; }
#T0TT1EUZprBo02dAIRFNAfMEIanCNn4g { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.375rem;width:22.3125rem;top:7.9375rem;left:31.625rem;display:block; }
#ix2q79kyEhylhZ6CQ2NTsHDXgHCTD1kh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.375rem;width:22.3125rem;top:22.875rem;left:19.6875rem;display:block; }
#V7bZ4BMGTHqNPOqmlh0EtPogk2GwsFZc { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:6.4375rem;left:2rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JRAIJTaO6SbF2P9GysbOk9giEurTNBTv { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:6.375rem;left:31.625rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wtgoVLa8IT1X765DdBBcDxpRw4ZJdPkt { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:21.375rem;left:19.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2978a0;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; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container { background-color: transparent; background-image: none; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container > .video-iframe-container { display: none; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row > .video-iframe-container { display: none; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .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); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container { border-width: 0; border-radius: 0; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#e61hPGVcDB7KAipBq3u7o8F2tFeMwaOm { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.375rem;left:2rem;height:2.0588235625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U91Banz323DcQLdMthSa2hBAT7L7c2Ra { color:#10c998;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:0rem;left:2rem;height:2.3529410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v6xCr9F4dIaQL7FRyTD5PO2pauHAtW86 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:10.423835754394rem;left:0rem;overflow:hidden;display:block; }
#dO8nuJcTV2J4p1kB9vcnUPzWswNEAw9s { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.625rem;left:5.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MCbrAMTKa4T4rZczEKl24bpcIqITlrOG { color:#10c998;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:6.1875rem;left:5.375rem;height:1.4705881875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTALk2vixcAoCHTJvUsdqIKTggFx53El { color:#10c998;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:11rem;left:5.375rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WiehnV8VHn0cvQkHicNiDR97ndfDTArX { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.375rem;left:5.375rem;height:1.39705875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waU6OeheDXsg1StrkwsefNSpga3V5Ebk { color:#ffffff;display:block;width:47.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:17.625rem;left:5.375rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PMlTVKXOSXtJXgl1n2lOxFWdPiAV44rL { color:#10c998;display:block;width:25.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:16.25rem;left:5.375rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZwBMc9fiMf592kXAeGe4MRoZlL54lpKL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:16.25rem;left:0rem;overflow:hidden;display:block; }
#Tms52QPdE3Pm7CbVerpewUNds4x6aDUX { position:absolute;display:block;z-index:15021;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:4.6875rem;width:4.6875rem;top:21.8125rem;left:0rem;overflow:hidden;display:block; }
#eFbsSF6iIiCxFb6yRZEDBiPqgmw8evqr { color:#10c998;display:block;width:36.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:22.875rem;left:5.375rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nfro6EyaDJDx1WmUwNUOvaOqBCsQaGAz { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:24.125rem;left:5.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hc79eQSelMtZd4FQhEUEWOPcbKVoSHs3 { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:29.625rem;left:5.375rem;height:2.7941174375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hh2yo1gtQ7ffWs639lhtFN6c9lNk00Sg { position:absolute;display:block;z-index:15025;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:4.6875rem;width:4.6875rem;top:26.5rem;left:0rem;overflow:hidden;display:block; }
#HmcBD6sBUl7SqEuwP15l8NQfUiGVsU1N { color:#10c998;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:27.9375rem;left:5.375rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pPbCC2crizPb8c4UJn8QoaEd7STnS9e6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:5.7779922485351rem;left:0rem;overflow:hidden;display:block; }
#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2978a0;background-image:url("https://images.assets-landingi.com/uc/32cf2d4d-e5cd-4068-b796-4f016579b17e/Projektbeztytuu57.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr.adaptive-delivery-prevent-bg, #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr.lazyload, #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr.lazyloading { background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { background-color: transparent; background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .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); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { border-width: 0; border-radius: 0; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#uBrnKZHbGszKfG8lhZMKffLeCvIwqbyT { background-color:#2978a0;background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.25rem #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.75rem;left:20.78125rem;display:block; }
#ZTBIgSPxVzksiHDphrpFiqEyKPckPB2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { width:7.75rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:46.0625rem;height:2.75rem;top:8rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:13rem;height:2.5625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:29.375rem;height:9.625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:23.8125rem;height:0.125rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:27.6875rem;height:;top:13.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax1T1hZTmFiirTQ0QvoHnGsc7O6IUMvD { top:21.625rem;left:30.421005249024rem;width:7.25rem;height:6.3204969315712rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4QdPr0v3KJGGgSKAQ6hPsk4M5TQn2Zy { top:27.9375rem;left:27.858224868774rem;width:3.625rem;height:3.1336086117831rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnNW61uBG452AKbxbx5tit7bTx54Wf7R { width:13rem;height:2.5625rem;top:23.6875rem;left:10.437503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block; }
 }@media only screen and (max-width: 763px) { #Qlm7IGQzIDIk9TPT5hGfT9qIs5F8NrBN { top:1.875rem;left:32.61484336853rem;width:5.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0322FT1mfDyIAztOBEDO68eVPeN4we { width:46.0625rem;height:2.375rem;top:5.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBvCLKMulQOCcQKKQWBX5E2NZ9Rxyr25 { width:33.5rem;height:1.5rem;top:19.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTupFFtvUCshOQ5TpWoucPTh0sv7lNIl { width:23.8125rem;height:0.125rem;top:19.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTyauMusSIsiSdaA8ZQWr297MozoNlmU { display:block; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwxSTiyMWypPwRcxV4PeRMyVtAV2yTRx { top:3.375rem;left:45.875rem;width:1.875rem;height:1.5734421687954rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoPOHI1hpNAgrObogg3RWHyyhBPSzyu5 { width:18.25rem;height:3.4375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXN7houTq0rM2OPJ2rsNS718rtu23BL8 { display:block; }
 }@media only screen and (max-width: 763px) { #SqEE6oR7mwtFBZHV3tTnf8fmFF8E8HmF { width:27.625rem;height:10.5625rem;top:19.0625rem;left:20.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEds6O8lZhUET4hdG1fF62tlW36sXnWy { width:29.375rem;height:25.9375rem;top:5.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6eTLqN4KP8lOCqXDtlsTBlacIFtMESd { top:5.875rem;left:18.3125rem;width:29.4375rem;height:12.03708964378rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUMAT1WJ7rm6hJ3oQK6NRbPHcsDd4LJ { top:6.125rem;left:0.62362098693848rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiQKrXk3qraPNGtAXWUEeiJwaVvmorO { width:47.75rem;height:2.375rem;top:2.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQGWQbzTx8Dd3ghTSb2D0qg1wJXZkXXd { width:24.5625rem;height:1.6875rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOEH0KdOIzTNyUfPstJhwrQEKxcaRcPi { width:24.875rem;height:1.6875rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOaSzBsuJsXDxdm0B4uTqLqdcE26IIsB { width:24.875rem;height:1.6875rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC { display:block; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bn54h8ugTZnZK3WirpJCcmIk4CmV0XXo { top:1.8125rem;left:0rem;width:3.75rem;height:3.249080875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIyJM5nOARo2upS8rWknosnqytnEPxEA { display:block; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEXZ1gyNqNAnBpsGGKciSTf1fo9KxPrl { width:13rem;height:5.3125rem;top:2.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSiyEM4wcQowfghrAf4vVSHDF607UQiz { width:34.5625rem;height:5.0625rem;top:1.5625rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1JMp6qWpQF7cbT6AkKO08nlvvARyDNx { width:36.5625rem;height:10.1875rem;top:8.8125rem;left:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfSWFfXZ0qLtw3ryQ5p1ATGdGRcB5Dlb { top:9.9375rem;left:0rem;width:4.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Qi2O8NsHL3KAOTtK68KZZ12hrNNBK7 { top:8.8125rem;left:1.15625rem;width:3.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaiLFgycNWdty1ydli3riNLZaKcqv04E { width:20rem;height:0.125rem;top:7.9375rem;left:15.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUKLD7Jzm6TRiLsFRh4aIGRBr3VdbZ4a { width:16.9375rem;height:2.5625rem;top:20.375rem;left:18.21249961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:44.6875rem;height:2.4375rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:41.6875rem;height:6.25rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTV0yx6DAxU8WZUPVC4zBhgE4ZRwG60d { width:18.8125rem;height:18.3125rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP48Jcyy0bWPou4i0UbtsNBMZZl6BkeG { width:16.9375rem;height:13.75rem;top:17.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyKBPzo8zq0EiHAXEWLfPQLgrCcLkEia { width:17.3125rem;height:2.5rem;top:14.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0RNoIyCh84UCC99s70QylmWnv8UAFqZ { width:19.125rem;height:18.25rem;top:18.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5flqTciOTERs3gNfVuTf4kykRMwpO3r { width:17.0625rem;height:15.125rem;top:20.375rem;left:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW28azgULrnw4ZDL4McHo1sWKpNb8EBi { width:17.3125rem;height:1.25rem;top:18.875rem;left:15.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRKxQCypp5TBeu3GaXG1ZnhONkA8bUTu { width:18.375rem;height:17.4375rem;top:21.6875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVUdAqyVbf6WoNbzbfChCx2PQEg1UmEZ { width:17.125rem;height:12.375rem;top:25.875rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSgLSLStZTpSKVBwcokXSgwlpk0WtrU { width:17.3125rem;height:2.5rem;top:22.5625rem;left:30.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyPKXmTKPCniKtCwLmz7fvzFQNnqzGo { top:3.875rem;left:45.8125rem;width:1.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIFLyM4qJIKyS8KV7cQb4QD60ENE1i6B { top:33.9375rem;left:11.75rem;width:3.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBNsfkivUNAUMGokcziub6TJoBb02W6 { top:32.3125rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3pM7gExIVTz1hC1llrPTLFqRU31JD5i { top:10.5rem;left:19.220703125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1lDRPJ7JJ1T0ERdKIMygXIt8FUfP7X { top:15.1875rem;left:41.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfETGRzJpg3xpMIoSU3LcXpp7ezB6Go { top:5.625rem;left:43.75rem;width:4rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v68uEuBLLkyTw7SScf4gwmbums9Q82ft { display:block; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8GUDvegKOX9hNZ3cisQ1wlporTqLHeL { width:36.5rem;height:4.9375rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7b1ZLiStRSmTxNx3k7yThKepxDIAf0q { top:8.125rem;left:0rem;width:31.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzGUAJTS0EKwfpJe5gtHfNqNPNcb8zG { top:8.1875rem;left:22.75rem;width:25rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ { display:block; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3UdNRPpHW3TuHUqwoNP3qNrOoafQm2 { width:36.9375rem;height:3.125rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4oMFVAdxXUGVMIksJoMCgdGtD9KlwSK { width:17.5rem;height:1.375rem;top:7.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7frTTXdKWl2TVwqzUxWoTCekGcETXqM { width:17.5625rem;height:2.75rem;top:13.3125rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBriTSNui6w7KolpftzI45NFnnnd0kXv { width:17.625rem;height:2.5625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js3yadQZflBeaApG2sGZJMBhN8gmgua0 { width:11.875rem;height:6rem;top:8.4375rem;left:17.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSSVC2EtKQU3ZRwzOeQrhOCpwAvTfNC { width:17.625rem;height:2.75rem;top:6.875rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbXbCwWtlQatyMe17crNkP056Hhw09kW { width:17.625rem;height:3rem;top:6.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #x49mynWgkPMBIERPTzc9RoNnJaT2FT1T { width:17.625rem;height:2.5625rem;top:10.0625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln7wqILFDgHUS5vBt4wXk61KmUBVNNGi { width:15.1875rem;height:1.375rem;top:10.5625rem;left:30.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNXyoQe4eL7Do0N4DO8y26ld7pe8NTnB { width:17.8125rem;height:2.875rem;top:13.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKJRmHqhASQk9gorsJGqIrqkMBcwpJ89 { top:5.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWz9rnqIGsIuz2wk144UKu72DUI1s9J3 { top:9.1875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtmtTR6IoRMksh1xJX9r0islRLpxHFH { width:17.625rem;height:2.875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLOsUs50x10cGVzkv72HRmhMr6CTSVCL { width:17.125rem;height:2.75rem;top:9.875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9BMKcT9NqQNCGrirgpu94KBzm6UfG0L { width:17.625rem;height:2.5625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfvOBDyBhSOMQ26yaSunFJ3uPhUNdZva { width:15.4375rem;height:1.375rem;top:13.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnTsic4uZGNy785znqnbOPWb1WtMW07 { top:12.3125rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGQahQKqrKeqaSkwa9iN4JwyawIxv0B { top:5.875rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuR4Dx8HC1xc8TDKM01p7heUL8vLSiQo { top:9.25rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFrfKZx4zh1dhrhv6FsskRZUBXmGyfao { top:12.5625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXAZFCNMGTsR392nGH8Ms7Or0WGLxbhq { top:23.25rem;left:9.5328140258787rem;width:4.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfM58h9ZfSPn4VfZQW5bWAvLZRbMg2aH { top:23.25rem;left:9.5328140258787rem;width:4.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iy1LReJLCHHOHDTKHcZoBycs2UfvQrQx { top:23.25rem;left:9.5328140258787rem;width:4.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS { display:block; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wnh4mMaf7bhQvWHFZvg8931tu65AJQn4 { width:16.125rem;height:2.75rem;top:2.125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu2i1prfzQfSoXiXpQR89shMLl7w3onE { width:17.5625rem;height:1.375rem;top:10.1875rem;left:30.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPDmff3g8tKySMT0XflZrgwhUncyGJUP { width:17.625rem;height:2.8125rem;top:2.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOrQH9iQFFWNuTaeLiAI4CamCPBuSn3 { width:17.0625rem;height:1.375rem;top:3.4375rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVwiA7unTacs3F3W9ye1cfNXiAbp9Ncd { width:17.625rem;height:2.5625rem;top:2.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOWyIE3mrWTylH7cn9FzTG2fTGJ6pGO { width:17.625rem;height:2.5625rem;top:6.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49f3aRT6nylKpXPLwFeCqwLa5tXSme8 { width:15.1875rem;height:1.375rem;top:6.875rem;left:31.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU6puoecx4sbLK7K8CmGMHbqVBTvaeov { width:17.8125rem;height:2.875rem;top:9.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs5auoNKiERPHULaBXINTTBVxLmRbNtQ { top:1.4375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6e1pucMgSlKTQNSTbflFRPHtatpCZxF { top:4.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9lHqHqKkv3Vebeo1R7JtonECZvJMVrL { width:17.625rem;height:2.5625rem;top:5.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGBioJukDcylJUdTi0AsB6kQyCHsGQGG { width:16.4375rem;height:1.375rem;top:6.125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5b6xIbwd8mzV3w59eG5wkWwVTec3A0p { width:17.625rem;height:2.5625rem;top:8.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv0pSQ3GZWVD61epktiUbcuF6l7d4BKc { width:15.4375rem;height:;top:9.4375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwmpp90u2VJg0gLkXlx13HxFAWrO5oUI { top:7.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPIedt8mTQb9s88DQ1NyykSy1Qh6uVS { top:2.0625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJskT7yUt0WQ39QxeNqsJHNzE8pkGmi { top:5.4375rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Lh8v0VPkBGPCDB3D56Rsaxyp3dX9bK { top:8.75rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy19WGRVrUUn38WPhuVNB6PvMqghlXXu { width:17.625rem;height:2.4375rem;top:11.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJgXnuXXGHDCsQ6N5KQz9vol69KoTclg { width:17.6875rem;height:1.375rem;top:12.3125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xigrvfFlI4LJ5S4QMUIvgGu14HryuOv5 { top:11rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8wSqx1L6G1TgeVzV7yFwQ9qEzTDirmC { top:23.25rem;left:9.5328140258787rem;width:4.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFJNMzsy34F1BVn0pCAOFhbNFcV84MNQ { top:23.25rem;left:9.5328140258787rem;width:4.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Db1K703orNIC8y5XKVP1cHnXVwkxTTfO { top:23.25rem;left:9.5328140258787rem;width:4.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVgsdEVJT3DlC0y5WzxqUZ6DxiqGOnvm { top:23.25rem;left:9.5328140258787rem;width:4.0625rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4b8ybNuqFHTfEnzicyc4GsqdJ3H9OU4 { width:11.875rem;height:6rem;top:4.8125rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QukzUrGquaRFGsEomU8TmNLwKQmZ0etH { width:36.4375rem;height:2.4375rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbCn0P7WA4LyyNMnwlbT1JhtcNOAs9km { width:33rem;height:1.6875rem;top:5.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weyVPMElJviQ373nscl2XexqQfcBxatm { width:17.3125rem;height:1.25rem;top:8.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0EVkxKmIynk9H0nfXRiXHrf32kFaml { width:22.1875rem;height:1.25rem;top:9rem;left:25.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnkOchKgetun2w3CzgRPZIyaiOLREf2 { width:13.3125rem;height:1.25rem;top:22.125rem;left:29.187503814698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbKPCkwxxd4lkbKkrH5y4RCTviCL5I4d { width:22.1875rem;height:1.1875rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsFyH9GfPX5xzr7n7dIZoRB3I4fUKMr { width:24.75rem;height:7rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvDTCNM2x5KQKpLaOzkn3sdGAgzf01EV { top:22.625rem;left:19.8125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sRgZEsFEbU3B6gFym1gT790cS4o9AS { top:11.3125rem;left:20.250003814698rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZdOvb2cC9Qaanos1p6s6AQDUTIXTRF { width:25.375rem;height:4.1875rem;top:11.75rem;left:22.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutmSsPHPbSgHL7VvuCoCW3caRLp2fSE { top:17.3125rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyITg412XEttDHtvZxN90pDclog8kksG { width:25.4375rem;height:6.9375rem;top:24.5625rem;left:22.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu0h3WisK6twxTGRIraRnuUnnoZ1QX7S { width:22.9375rem;height:4.1875rem;top:24.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSIuvQnkr4fpfP7NucxiBqusL3ZkDmq7 { top:8.5rem;left:0rem;width:2.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZypeIxftHlrBUAm091Qt0x9cywKMgGQ { width:2.1875rem;height:1.5625rem;top:8.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAmEOu50JbKZ90sRAfNusnTneaXWF6Ev { top:8.5rem;left:26.1875rem;width:2.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0vDD0mT6c6z3KPrFT9ico8TCRmk0onL { width:2.1875rem;height:;top:8.8125rem;left:26.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQVJkUOfx68SgTitigIsiJX4IrABKM9 { top:21.6875rem;left:26.1875rem;width:2.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRK5pcH2W8qxUy54EuxGZoQx46dXCohQ { width:2.1875rem;height:1.5625rem;top:22rem;left:26.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlIgKeWuOpA8ZfKFT5HTEEDdZHLO1wZ { top:22.125rem;left:0rem;width:2.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRZw4lkHeHC3ZlL40n2FaTBRda7aUO8y { width:2.1875rem;height:1.5625rem;top:22.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFRSCbS4uGc05ebuqlEop2s7kPOTGHOo { top:30.25rem;left:43.125rem;width:4.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMghazt8LmpzmBK0MTydlVPb42dVeOzd { top:32.1875rem;left:45.375rem;width:2.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yloeoe2vGtCZQPGIiKTa6GgE0bWGgAs2 { top:13.4375rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8KumzW1b9hmynDQdXBPrASqDTfKFyO7 { top:13.4375rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcnltUhEhNVRoMnPrn57gvcOHUtJbnPZ { width:47.625rem;height:2.125rem;top:1.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4A6M6T3UczXS7pmaQroUXJgekA5W1i { width:47.75rem;height:1.5625rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGM0P3DPtvK9b7FJGhQBh06RJApr0WyI { width:13.0625rem;height:2.625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkLmuoVnMOdXQz1CiPRdgO1MoLGknSeZ { display:block; }
 }@media only screen and (max-width: 763px) { #s3xlnsVbOtECWIeAfkkcTIke6mB6t9X4 { width:47.75rem;height:0.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz { display:block; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRw0BgUuUR6vqJ4D57cuLZrvSrkXpmhU { width:17.5rem;height:3.4375rem;top:27rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaB6ZH1lt2MDUW4ZTywD1r0oPXq6ahU { width:47.75rem;height:3rem;top:1.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJWimlXy54D3aXTq09TdlJV5XxEIBFo { width:22.875rem;height:9.5625rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1smPa6uofvTeENfcPz92rLLrh9gNquE { top:21.5rem;left:44.5625rem;width:3.1875rem;height:2.7595172684458rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc7FbIkm4MWxWFGvh0DxVyOKdoqcLV3f { width:26.625rem;height:2.75rem;top:27rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2g4QAQ4TTm0rvVUttQAXD9tnbCE7cMQ { width:28.375rem;height:4.1875rem;top:32.3125rem;left:19.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyoG046Jx7pbnSf3N72WNhAPrISDJGg { width:28rem;height:4.1875rem;top:38.5625rem;left:19.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8eW4X3Icop7sTLJNl4HLfwf58cCTGfa { width:28.5rem;height:4.8125rem;top:38.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqTFIZ7teLHWdTAhk5rPNwuKqxJTUThx { width:28.875rem;height:3.875rem;top:26.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wG5KE0sotp9IxvFHpwv3Qp3VIwFD9o { width:28.75rem;height:4.9375rem;top:31.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF4OLrAZyTaDsiRgampsTKoK24QWG4fw { width:24.8125rem;height:1.125rem;top:24.8125rem;left:22.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqG4XCRW343QEmdacrxtttumyOndgzDa { width:47.625rem;height:17.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyMl6ttThGl50Kx4F7KhpI774h3Cv92G { top:7.125rem;left:0rem;width:47.75rem;height:14.318932655654rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8THC4b0sDLTgdC75VM8xJAqLSbVFJg { top:5.5625rem;left:44.5625rem;width:3.1875rem;height:2.7595172684458rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6xEvJhZKLhqUNBzDvQHge1LDOUJaaV8 { top:19.125rem;left:0rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcCtEa2ugAbS9pHdOL2DD9ZF670PpTkr { top:16.1875rem;left:0rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTeau1BQUgdxdeb6FD6zbfRWhkQMh0b { width:20.9375rem;height:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr { display:block; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgMEFKets1TPdAto8Vo0VaQtmLNefM7H { width:16.6875rem;height:21.9375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmpWXRzcAdgoACduWX4a6Ow7hJtzTSSm { width:47.5625rem;height:2rem;top:2.875rem;left:0.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh9gfz1ZsmMa9Tmh9GAvHVGi4S228i4R { width:17.875rem;height:21.9375rem;top:8.3125rem;left:13.549860000611rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DWQAsq82ahk8iJvTExEZ4sdLifpTNt { width:17.0625rem;height:21.8125rem;top:8.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNVXvszW6CnwKOJRNeip29dyDcvVeUFV { display:block; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6T54IBHzRhbMpUx6sEATfTEbt1b42oI { width:46.8125rem;height:2.125rem;top:2.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEgC3mk7qvbm3eyFOSIpfDe4XFtiuWuA { width:25.1875rem;height:;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbCD7elHqrof4szv0ernNPsst3mw8O45 { top:7.9375rem;left:0rem;width:22.3125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TT1EUZprBo02dAIRFNAfMEIanCNn4g { top:7.9375rem;left:25.4375rem;width:22.3125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix2q79kyEhylhZ6CQ2NTsHDXgHCTD1kh { top:22.875rem;left:13.5625rem;width:22.3125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7bZ4BMGTHqNPOqmlh0EtPogk2GwsFZc { width:22.875rem;height:1.5625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRAIJTaO6SbF2P9GysbOk9giEurTNBTv { width:22.875rem;height:;top:6.375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtgoVLa8IT1X765DdBBcDxpRw4ZJdPkt { width:33.1875rem;height:;top:21.375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr { display:block; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e61hPGVcDB7KAipBq3u7o8F2tFeMwaOm { width:23.125rem;height:2.125rem;top:2.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U91Banz323DcQLdMthSa2hBAT7L7c2Ra { width:25.1875rem;height:2.375rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xCr9F4dIaQL7FRyTD5PO2pauHAtW86 { top:10.375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8nuJcTV2J4p1kB9vcnUPzWswNEAw9s { width:47.5rem;height:;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCbrAMTKa4T4rZczEKl24bpcIqITlrOG { width:19.75rem;height:1.5rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTALk2vixcAoCHTJvUsdqIKTggFx53El { width:16.375rem;height:1.5625rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiehnV8VHn0cvQkHicNiDR97ndfDTArX { width:46.4375rem;height:2.75rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waU6OeheDXsg1StrkwsefNSpga3V5Ebk { width:47.0625rem;height:4.1875rem;top:17.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMlTVKXOSXtJXgl1n2lOxFWdPiAV44rL { width:25.5rem;height:1.5625rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwBMc9fiMf592kXAeGe4MRoZlL54lpKL { top:16.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tms52QPdE3Pm7CbVerpewUNds4x6aDUX { top:21.8125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFbsSF6iIiCxFb6yRZEDBiPqgmw8evqr { width:36.1875rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfro6EyaDJDx1WmUwNUOvaOqBCsQaGAz { width:46.8125rem;height:;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc79eQSelMtZd4FQhEUEWOPcbKVoSHs3 { width:47.5625rem;height:;top:29.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh2yo1gtQ7ffWs639lhtFN6c9lNk00Sg { top:26.5rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmcBD6sBUl7SqEuwP15l8NQfUiGVsU1N { width:30.6875rem;height:1.5625rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPbCC2crizPb8c4UJn8QoaEd7STnS9e6 { top:5.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBrnKZHbGszKfG8lhZMKffLeCvIwqbyT { width:18.4375rem;height:3.5625rem;top:3.75rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTBIgSPxVzksiHDphrpFiqEyKPckPB2Q { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { width:9.6875rem;height:3.8740806875rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84b02988-47df-4616-8b9b-546647a3f7ee/Projektbeztytuu59.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:3.9705881875rem;top:9.718520125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKNVgQaAFUiCg9DhlvHWda8Jm67exiII { width:19.372701625rem;height:2.810202125rem;top:34.0296413125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4u4udPWNC0DOE134TvPt1bwX8rZ5bT { display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:19.375rem;height:12.9997701875rem;top:15.6732535rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.062144875rem;top:22.173713647858rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:16.5625rem;height:6.6176466875rem;top:16.799173318878rem;left:1.1243114471436rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax1T1hZTmFiirTQ0QvoHnGsc7O6IUMvD { width:7.3125rem;height:6.375rem;top:43.112503051757rem;left:12.687500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4QdPr0v3KJGGgSKAQ6hPsk4M5TQn2Zy { width:3.6875rem;height:3.1875rem;top:45.237503051757rem;left:15.720833420754rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnNW61uBG452AKbxbx5tit7bTx54Wf7R { width:19.372701625rem;height:2.936580875rem;top:38.0898434375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX2BTexnP2yHF2ToZZdJzbTBtZiNA0bs { display:block; }
 }@media only screen and (max-width: 763px) { #Qlm7IGQzIDIk9TPT5hGfT9qIs5F8NrBN { width:2.311580875rem;height:1.99908075rem;top:6.4705881875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW0322FT1mfDyIAztOBEDO68eVPeN4we { width:17.1875rem;height:3.9705881875rem;top:1.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBvCLKMulQOCcQKKQWBX5E2NZ9Rxyr25 { width:15.0620403125rem;height:2.64705875rem;top:30.1325825625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTupFFtvUCshOQ5TpWoucPTh0sv7lNIl { width:15.0620403125rem;height:0.0608915625rem;top:23.049172365204rem;left:1.1428699493408rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LTyauMusSIsiSdaA8ZQWr297MozoNlmU { display:block; }#LTyauMusSIsiSdaA8ZQWr297MozoNlmU > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwxSTiyMWypPwRcxV4PeRMyVtAV2yTRx { width:1.5625rem;height:1.3120404375rem;top:39.115809368164rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoPOHI1hpNAgrObogg3RWHyyhBPSzyu5 { width:18.2490806875rem;height:3.4375rem;top:36.893382rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXN7houTq0rM2OPJ2rsNS718rtu23BL8 { display:block; }
 }@media only screen and (max-width: 763px) { #SqEE6oR7mwtFBZHV3tTnf8fmFF8E8HmF { width:18.2490806875rem;height:15.8823528125rem;top:18.766086578369rem;left:0.8743106126785rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEds6O8lZhUET4hdG1fF62tlW36sXnWy { width:19.8747691875rem;height:25.9375rem;top:9.7863044738769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6eTLqN4KP8lOCqXDtlsTBlacIFtMESd { width:20rem;height:8.1778488125rem;top:9.786991119385rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUMAT1WJ7rm6hJ3oQK6NRbPHcsDd4LJ { width:15.9375rem;height:15.9375rem;top:40.366950988769rem;left:2.0289522409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiQKrXk3qraPNGtAXWUEeiJwaVvmorO { width:20rem;height:5.9558820625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQGWQbzTx8Dd3ghTSb2D0qg1wJXZkXXd { width:20rem;height:3.3823528125rem;top:59.561115264892rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOEH0KdOIzTNyUfPstJhwrQEKxcaRcPi { width:20rem;height:2.0588235625rem;top:56.272975921631rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOaSzBsuJsXDxdm0B4uTqLqdcE26IIsB { width:20rem;height:2.0588235625rem;top:63.874073028562rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC { display:block; }#LMbsRGAyWTy1b78DnbDLKWoveoMVfPaC > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bn54h8ugTZnZK3WirpJCcmIk4CmV0XXo { width:2.5620403125rem;height:2.1875rem;top:1.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIyJM5nOARo2upS8rWknosnqytnEPxEA { display:block; }#xIyJM5nOARo2upS8rWknosnqytnEPxEA > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEXZ1gyNqNAnBpsGGKciSTf1fo9KxPrl { width:18.75rem;height:4.1176471875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSiyEM4wcQowfghrAf4vVSHDF607UQiz { width:18.6247691875rem;height:8.4558820625rem;top:6.6176471875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1JMp6qWpQF7cbT6AkKO08nlvvARyDNx { width:19.3118095625rem;height:13.8970585rem;top:21.32352925rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfSWFfXZ0qLtw3ryQ5p1ATGdGRcB5Dlb { width:1.1247701875rem;height:0.9375rem;top:16.32352925rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Qi2O8NsHL3KAOTtK68KZZ12hrNNBK7 { width:1.811810625rem;height:1.5625rem;top:18.51102925rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaiLFgycNWdty1ydli3riNLZaKcqv04E { width:20rem;height:0.125rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUKLD7Jzm6TRiLsFRh4aIGRBr3VdbZ4a { width:16.1868095625rem;height:0.124080875rem;top:36.47058775rem;left:1.875rem;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:18.75rem;height:4.2647056875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:19.375rem;height:9.2647056875rem;top:9.326746125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTV0yx6DAxU8WZUPVC4zBhgE4ZRwG60d { width:18.0618095625rem;height:14.7495403125rem;top:19.8414518125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP48Jcyy0bWPou4i0UbtsNBMZZl6BkeG { width:16.4993095625rem;height:9.411764125rem;top:23.654646087403rem;left:1.8745403289795rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyKBPzo8zq0EiHAXEWLfPQLgrCcLkEia { width:17.3115806875rem;height:2.3529410625rem;top:20.529646087403rem;left:1.8745403289795rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0RNoIyCh84UCC99s70QylmWnv8UAFqZ { width:18.0618095625rem;height:15.0620403125rem;top:44.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5flqTciOTERs3gNfVuTf4kykRMwpO3r { width:16.4993095625rem;height:11.7647056875rem;top:46.8125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW28azgULrnw4ZDL4McHo1sWKpNb8EBi { width:16.1868095625rem;height:1.1764705rem;top:45.3125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRKxQCypp5TBeu3GaXG1ZnhONkA8bUTu { width:18.0618095625rem;height:14.7495403125rem;top:70.711624145506rem;left:0.86167275905606rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVUdAqyVbf6WoNbzbfChCx2PQEg1UmEZ { width:16.4993095625rem;height:9.411764125rem;top:75.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpSgLSLStZTpSKVBwcokXSgwlpk0WtrU { width:17.3115806875rem;height:2.3529410625rem;top:71.8125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyPKXmTKPCniKtCwLmz7fvzFQNnqzGo { width:1.5625rem;height:1.3120404375rem;top:6.7647056875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIFLyM4qJIKyS8KV7cQb4QD60ENE1i6B { width:2.5620403125rem;height:2.1875rem;top:61.2375913125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBNsfkivUNAUMGokcziub6TJoBb02W6 { width:7.5620403125rem;height:7.5620403125rem;top:63.411071777344rem;left:6.2178307771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3pM7gExIVTz1hC1llrPTLFqRU31JD5i { width:8.125rem;height:8.125rem;top:36.050551rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1lDRPJ7JJ1T0ERdKIMygXIt8FUfP7X { width:5.625rem;height:5.625rem;top:86.778961181637rem;left:6.216681599617rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfETGRzJpg3xpMIoSU3LcXpp7ezB6Go { width:4rem;height:3.4375rem;top:63.708124160769rem;left:16.000000178814rem;display:none; }
 }@media only screen and (max-width: 763px) { #v68uEuBLLkyTw7SScf4gwmbums9Q82ft { display:block; }#v68uEuBLLkyTw7SScf4gwmbums9Q82ft > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8GUDvegKOX9hNZ3cisQ1wlporTqLHeL { width:18.6247691875rem;height:8.5294113125rem;top:1.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7b1ZLiStRSmTxNx3k7yThKepxDIAf0q { width:20rem;height:9.7449445625rem;top:11.0294113125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzGUAJTS0EKwfpJe5gtHfNqNPNcb8zG { width:20rem;height:12.2989425625rem;top:22.024355875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ { display:block; }#TE3AZLgrlh0mGbXTuerhz0DM2ocu0cMQ > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3UdNRPpHW3TuHUqwoNP3qNrOoafQm2 { width:19.2497691875rem;height:7.7205881875rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4oMFVAdxXUGVMIksJoMCgdGtD9KlwSK { width:13.8740806875rem;height:1.1764705rem;top:18.875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7frTTXdKWl2TVwqzUxWoTCekGcETXqM { width:14.4370403125rem;height:2.3529410625rem;top:60.3125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBriTSNui6w7KolpftzI45NFnnnd0kXv { width:14.6875rem;height:2.5620403125rem;top:18.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js3yadQZflBeaApG2sGZJMBhN8gmgua0 { width:11.9990806875rem;height:3.6764705rem;top:10.316833496094rem;left:3.9993106126785rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSSVC2EtKQU3ZRwzOeQrhOCpwAvTfNC { width:14.375rem;height:2.3529410625rem;top:27.3125rem;left:3.0625rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbXbCwWtlQatyMe17crNkP056Hhw09kW { width:14.6875rem;height:2.5620403125rem;top:27.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x49mynWgkPMBIERPTzc9RoNnJaT2FT1T { width:14.6875rem;height:2.311580875rem;top:44.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln7wqILFDgHUS5vBt4wXk61KmUBVNNGi { width:13.125rem;height:1.1764705rem;top:53.6875rem;left:3.375rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNXyoQe4eL7Do0N4DO8y26ld7pe8NTnB { width:14.6875rem;height:2.5620403125rem;top:60.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKJRmHqhASQk9gorsJGqIrqkMBcwpJ89 { width:3.9993105rem;height:3.9993105rem;top:14.138305664062rem;left:7.9986211061475rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWz9rnqIGsIuz2wk144UKu72DUI1s9J3 { width:3.9993105rem;height:3.9993105rem;top:21.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtmtTR6IoRMksh1xJX9r0islRLpxHFH { width:14.6875rem;height:2.8125rem;top:36.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLOsUs50x10cGVzkv72HRmhMr6CTSVCL { width:13.8740806875rem;height:2.3529410625rem;top:36.625rem;left:3.125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9BMKcT9NqQNCGrirgpu94KBzm6UfG0L { width:14.6875rem;height:2.5620403125rem;top:53rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfvOBDyBhSOMQ26yaSunFJ3uPhUNdZva { width:14.1245403125rem;height:1.1764705rem;top:45.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnTsic4uZGNy785znqnbOPWb1WtMW07 { width:4.0625rem;height:4.0625rem;top:31.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGQahQKqrKeqaSkwa9iN4JwyawIxv0B { width:4.0625rem;height:4.0625rem;top:126.42383384704rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuR4Dx8HC1xc8TDKM01p7heUL8vLSiQo { width:4.0625rem;height:4.0625rem;top:158.14714009704rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFrfKZx4zh1dhrhv6FsskRZUBXmGyfao { width:4.0625rem;height:4.0625rem;top:163.45964009704rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXAZFCNMGTsR392nGH8Ms7Or0WGLxbhq { width:4.0625rem;height:4.0625rem;top:48.037231445312rem;left:7.8113509416581rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kfM58h9ZfSPn4VfZQW5bWAvLZRbMg2aH { width:4.0625rem;height:4.0625rem;top:55.4375rem;left:8rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #iy1LReJLCHHOHDTKHcZoBycs2UfvQrQx { width:4.0625rem;height:4.0625rem;top:40.6875rem;left:7.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS { display:block; }#iAs9Sd5HcSLiax7XTkBm9Kvt7XXcmVaS > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wnh4mMaf7bhQvWHFZvg8931tu65AJQn4 { width:13.8740806875rem;height:2.3529410625rem;top:11.748621rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu2i1prfzQfSoXiXpQR89shMLl7w3onE { width:14.4370403125rem;height:1.1764705rem;top:61rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPDmff3g8tKySMT0XflZrgwhUncyGJUP { width:14.6875rem;height:2.5620403125rem;top:11.748621rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOrQH9iQFFWNuTaeLiAI4CamCPBuSn3 { width:14.375rem;height:1.1764705rem;top:26.625rem;left:2.8125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVwiA7unTacs3F3W9ye1cfNXiAbp9Ncd { width:14.6875rem;height:2.5620403125rem;top:26.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOWyIE3mrWTylH7cn9FzTG2fTGJ6pGO { width:14.6875rem;height:2.311580875rem;top:43.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49f3aRT6nylKpXPLwFeCqwLa5tXSme8 { width:13.125rem;height:1.1764705rem;top:35rem;left:3.4375rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU6puoecx4sbLK7K8CmGMHbqVBTvaeov { width:14.6875rem;height:2.5620403125rem;top:60.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs5auoNKiERPHULaBXINTTBVxLmRbNtQ { width:3.9993105rem;height:3.9993105rem;top:22.692993164062rem;left:7.9986211061475rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6e1pucMgSlKTQNSTbflFRPHtatpCZxF { width:3.9993105rem;height:3.9993105rem;top:6.4993105rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9lHqHqKkv3Vebeo1R7JtonECZvJMVrL { width:14.6875rem;height:2.8125rem;top:18.499084472656rem;left:2.655100941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGBioJukDcylJUdTi0AsB6kQyCHsGQGG { width:12.8125rem;height:1.1764705rem;top:19.285369873047rem;left:3.592600941658rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5b6xIbwd8mzV3w59eG5wkWwVTec3A0p { width:14.6875rem;height:2.5620403125rem;top:34.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv0pSQ3GZWVD61epktiUbcuF6l7d4BKc { width:14.1245403125rem;height:1.1764705rem;top:44.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwmpp90u2VJg0gLkXlx13HxFAWrO5oUI { width:4.0625rem;height:4.0625rem;top:14.280792236328rem;left:7.9676009416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPIedt8mTQb9s88DQ1NyykSy1Qh6uVS { width:4.0625rem;height:4.0625rem;top:126.42383384704rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhJskT7yUt0WQ39QxeNqsJHNzE8pkGmi { width:4.0625rem;height:4.0625rem;top:158.14714009704rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0Lh8v0VPkBGPCDB3D56Rsaxyp3dX9bK { width:4.0625rem;height:4.0625rem;top:163.45964009704rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy19WGRVrUUn38WPhuVNB6PvMqghlXXu { width:14.6875rem;height:2.311580875rem;top:52.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJgXnuXXGHDCsQ6N5KQz9vol69KoTclg { width:13.8740806875rem;height:1.1764705rem;top:53.375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xigrvfFlI4LJ5S4QMUIvgGu14HryuOv5 { width:4.0625rem;height:4.0625rem;top:172.20964009704rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8wSqx1L6G1TgeVzV7yFwQ9qEzTDirmC { width:4.0625rem;height:4.0625rem;top:56.315490722656rem;left:7.9676009416581rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #MFJNMzsy34F1BVn0pCAOFhbNFcV84MNQ { width:4.0625rem;height:4.0625rem;top:47.511505126953rem;left:7.9676009416581rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Db1K703orNIC8y5XKVP1cHnXVwkxTTfO { width:4.0625rem;height:4.0625rem;top:38.539978027344rem;left:7.9676009416581rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgsdEVJT3DlC0y5WzxqUZ6DxiqGOnvm { width:4.0625rem;height:4.0625rem;top:29.510559082031rem;left:7.9676009416581rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #H4b8ybNuqFHTfEnzicyc4GsqdJ3H9OU4 { width:17.6240806875rem;height:3.6764705rem;top:1.9220886230469rem;left:1.1868106126785rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QukzUrGquaRFGsEomU8TmNLwKQmZ0etH { width:18.5615806875rem;height:4.2647056875rem;top:1.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbCn0P7WA4LyyNMnwlbT1JhtcNOAs9km { width:18.9993095625rem;height:1.4705881875rem;top:6.7647056875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weyVPMElJviQ373nscl2XexqQfcBxatm { width:14.6875rem;height:1.1764705rem;top:12.922793875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0EVkxKmIynk9H0nfXRiXHrf32kFaml { width:14.8747701875rem;height:2.3529410625rem;top:28.998168945312rem;left:1.8210018873215rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnkOchKgetun2w3CzgRPZIyaiOLREf2 { width:13.3122701875rem;height:1.1764705rem;top:44.125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbKPCkwxxd4lkbKkrH5y4RCTviCL5I4d { width:13.8120403125rem;height:2.3529410625rem;top:61.299407958984rem;left:3.5707718133926rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsFyH9GfPX5xzr7n7dIZoRB3I4fUKMr { width:19.1245403125rem;height:5.1470585rem;top:15.075836181641rem;left:0.43658089637756rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvDTCNM2x5KQKpLaOzkn3sdGAgzf01EV { width:5.8125rem;height:5.8125rem;top:67.240893627931rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1sRgZEsFEbU3B6gFym1gT790cS4o9AS { width:5.125rem;height:5.125rem;top:49.442718627929rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTZdOvb2cC9Qaanos1p6s6AQDUTIXTRF { width:19.4990806875rem;height:3.088235125rem;top:32.336853027344rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WutmSsPHPbSgHL7VvuCoCW3caRLp2fSE { width:2.8745403125rem;height:2.8745403125rem;top:53.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyITg412XEttDHtvZxN90pDclog8kksG { width:19.375rem;height:5.1470585rem;top:47.125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu0h3WisK6twxTGRIraRnuUnnoZ1QX7S { width:19.5622691875rem;height:3.088235125rem;top:64.525512695312rem;left:0.21714162826538rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSIuvQnkr4fpfP7NucxiBqusL3ZkDmq7 { width:2.5rem;height:2.1875rem;top:9.485293875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZypeIxftHlrBUAm091Qt0x9cywKMgGQ { width:2.1875rem;height:1.5441175625rem;top:9.797793875rem;left:8.8752307891844rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAmEOu50JbKZ90sRAfNusnTneaXWF6Ev { width:2.5rem;height:2.1875rem;top:25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0vDD0mT6c6z3KPrFT9ico8TCRmk0onL { width:2.1875rem;height:1.5441175625rem;top:25.375rem;left:8.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQVJkUOfx68SgTitigIsiJX4IrABKM9 { width:2.5rem;height:2.1875rem;top:40.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRK5pcH2W8qxUy54EuxGZoQx46dXCohQ { width:2.1875rem;height:1.5441175625rem;top:41rem;left:8.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlIgKeWuOpA8ZfKFT5HTEEDdZHLO1wZ { width:2.5rem;height:2.1875rem;top:57.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRZw4lkHeHC3ZlL40n2FaTBRda7aUO8y { width:2.1875rem;height:1.5441175625rem;top:57.6875rem;left:8.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFRSCbS4uGc05ebuqlEop2s7kPOTGHOo { width:4.625rem;height:4rem;top:53.25rem;left:15.374348938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMghazt8LmpzmBK0MTydlVPb42dVeOzd { width:4.6875rem;height:4.0625rem;top:45.421875rem;left:12.010417282581rem;display:none; }
 }@media only screen and (max-width: 763px) { #yloeoe2vGtCZQPGIiKTa6GgE0bWGgAs2 { width:2.8745403125rem;height:2.8745403125rem;top:20.873168945312rem;left:8.5615807771681rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #l8KumzW1b9hmynDQdXBPrASqDTfKFyO7 { width:2.8745403125rem;height:2.8745403125rem;top:36.459106445312rem;left:8.5615807771681rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #10c998);background-image: -moz-linear-gradient(180deg, #ffffff, #10c998);background-image: -ms-linear-gradient(180deg, #ffffff, #10c998);background-image: -o-linear-gradient(180deg, #ffffff, #10c998);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#10c998' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#10c998' );";background-image: linear-gradient(180deg, #ffffff, #10c998);background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcnltUhEhNVRoMnPrn57gvcOHUtJbnPZ { width:18.9372691875rem;height:4.1176471875rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb4A6M6T3UczXS7pmaQroUXJgekA5W1i { width:18.6868095625rem;height:4.6323528125rem;top:6.6176471875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGM0P3DPtvK9b7FJGhQBh06RJApr0WyI { width:17.7493095625rem;height:2.5620403125rem;top:12.5rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkLmuoVnMOdXQz1CiPRdgO1MoLGknSeZ { display:block; }
 }@media only screen and (max-width: 763px) { #s3xlnsVbOtECWIeAfkkcTIke6mB6t9X4 { width:20rem;height:0.125rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10c998, #2978a0);background-image: -moz-linear-gradient(180deg, #10c998, #2978a0);background-image: -ms-linear-gradient(180deg, #10c998, #2978a0);background-image: -o-linear-gradient(180deg, #10c998, #2978a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#2978a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10c998', endColorstr='#2978a0' );";background-image: linear-gradient(180deg, #10c998, #2978a0);background-size:cover !important;display:block; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container { background-color: transparent; background-image: none; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container > .video-iframe-container { display: none; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row > .video-iframe-container { display: none; }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .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); }#Btac8HFTdfxa2ndHbkb9BS49LaMTUbPz > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRw0BgUuUR6vqJ4D57cuLZrvSrkXpmhU { width:18.4375rem;height:3.9705881875rem;top:20.848815917969rem;left:0.78010118007662rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaB6ZH1lt2MDUW4ZTywD1r0oPXq6ahU { width:18.3731613125rem;height:2.3529410625rem;top:16.077697753906rem;left:0.81227028369906rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#393e41;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJWimlXy54D3aXTq09TdlJV5XxEIBFo { width:19.1865806875rem;height:12.3529405625rem;top:29.489837646484rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1smPa6uofvTeENfcPz92rLLrh9gNquE { width:3.25rem;height:2.8125rem;top:10.4125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pc7FbIkm4MWxWFGvh0DxVyOKdoqcLV3f { width:19.1865806875rem;height:2.3529410625rem;top:49.279615198243rem;left:0.81227111816406rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2g4QAQ4TTm0rvVUttQAXD9tnbCE7cMQ { width:19.1245403125rem;height:3.5294115625rem;top:54.125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuyoG046Jx7pbnSf3N72WNhAPrISDJGg { width:18.4995403125rem;height:3.5294115625rem;top:59.25rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8eW4X3Icop7sTLJNl4HLfwf58cCTGfa { width:19.8747691875rem;height:3.9372701875rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqTFIZ7teLHWdTAhk5rPNwuKqxJTUThx { width:19.8747691875rem;height:3.3743105rem;top:48.717817102539rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0wG5KE0sotp9IxvFHpwv3Qp3VIwFD9o { width:19.8747691875rem;height:3.8120403125rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF4OLrAZyTaDsiRgampsTKoK24QWG4fw { width:18.3122691875rem;height:1.102941125rem;top:47.092099939453rem;left:0.12408065795899rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PqG4XCRW343QEmdacrxtttumyOndgzDa { width:19.875rem;height:14.9368105rem;top:27.163359540039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyMl6ttThGl50Kx4F7KhpI774h3Cv92G { width:19.8125rem;height:5.875rem;top:28.913130658203rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WF8THC4b0sDLTgdC75VM8xJAqLSbVFJg { width:2.4368105rem;height:2.1243105rem;top:27.350630658203rem;left:17.5631895rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #r6xEvJhZKLhqUNBzDvQHge1LDOUJaaV8 { width:2.2495403125rem;height:1.9358915rem;top:16.251129150391rem;left:2.0599724054336rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcCtEa2ugAbS9pHdOL2DD9ZF670PpTkr { width:2.25rem;height:1.9375rem;top:17.478164672851rem;left:1.6665897369385rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnTeau1BQUgdxdeb6FD6zbfRWhkQMh0b { top:1.25rem;left:0.5625rem;width:18.8120403125rem;height:12.8745403125rem;z-index:15021;overflow:hidden;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr { display:block; }#yEAbVDP3GGq9tyxrPTgD28zlZanW9Bzr > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgMEFKets1TPdAto8Vo0VaQtmLNefM7H { width:16.6245403125rem;height:21.7497691875rem;top:9.9862060546875rem;left:1.6865807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmpWXRzcAdgoACduWX4a6Ow7hJtzTSSm { width:20rem;height:6.17647025rem;top:1.2941284179688rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh9gfz1ZsmMa9Tmh9GAvHVGi4S228i4R { width:16.6865806875rem;height:20.5618095625rem;top:33.432922363281rem;left:1.6555606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DWQAsq82ahk8iJvTExEZ4sdLifpTNt { width:16.9370403125rem;height:21.6865806875rem;top:55.435424804688rem;left:1.5303307771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNVXvszW6CnwKOJRNeip29dyDcvVeUFV { background-color:#2978a0;background-image:none;display:block; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container { background-color: transparent; background-image: none; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container > .video-iframe-container { display: none; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row > .video-iframe-container { display: none; }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .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); }#cNVXvszW6CnwKOJRNeip29dyDcvVeUFV > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6T54IBHzRhbMpUx6sEATfTEbt1b42oI { width:20rem;height:6.17647025rem;top:4.8529410625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEgC3mk7qvbm3eyFOSIpfDe4XFtiuWuA { width:20rem;height:2.3529410625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbCD7elHqrof4szv0ernNPsst3mw8O45 { height:11.091451625rem;width:20rem;top:12.2794113125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TT1EUZprBo02dAIRFNAfMEIanCNn4g { height:11.091451625rem;width:20rem;top:30.2715980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix2q79kyEhylhZ6CQ2NTsHDXgHCTD1kh { height:11.091451625rem;width:20rem;top:47.0137848125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7bZ4BMGTHqNPOqmlh0EtPogk2GwsFZc { width:20rem;height:1.5441175625rem;top:24.6833629375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRAIJTaO6SbF2P9GysbOk9giEurTNBTv { width:20rem;height:1.5441175625rem;top:42.2265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtgoVLa8IT1X765DdBBcDxpRw4ZJdPkt { width:20rem;height:3.088235125rem;top:58.730529785156rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr { background-color:#2978a0;background-image:none;display:block; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container { background-color: transparent; background-image: none; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container > .video-iframe-container { display: none; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row > .video-iframe-container { display: none; }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .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); }#Ts7ThTqKZCNZJ3MrdO7TuiMsdhN5ZXfr > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e61hPGVcDB7KAipBq3u7o8F2tFeMwaOm { width:20rem;height:2.0588235625rem;top:4.8529410625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U91Banz323DcQLdMthSa2hBAT7L7c2Ra { width:20rem;height:2.3529410625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xCr9F4dIaQL7FRyTD5PO2pauHAtW86 { width:3.4995403125rem;height:3.4995403125rem;top:7.9630126953125rem;left:8.2490807771681rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8nuJcTV2J4p1kB9vcnUPzWswNEAw9s { width:18.9993095625rem;height:4.7058820625rem;top:16.785400390625rem;left:0.49862134456634rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCbrAMTKa4T4rZczEKl24bpcIqITlrOG { width:16.25rem;height:2.7941174375rem;top:12.550537109375rem;left:1.8727022409439rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTALk2vixcAoCHTJvUsdqIKTggFx53El { width:16.3740806875rem;height:1.39705875rem;top:27.6596960625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiehnV8VHn0cvQkHicNiDR97ndfDTArX { width:18.75rem;height:3.5294115625rem;top:30.3067548125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waU6OeheDXsg1StrkwsefNSpga3V5Ebk { width:19.3118095625rem;height:5.8823528125rem;top:43.335266113281rem;left:0.34237134456634rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMlTVKXOSXtJXgl1n2lOxFWdPiAV44rL { width:15.1872701875rem;height:2.7941174375rem;top:39.275024414062rem;left:2.3724724054336rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwBMc9fiMf592kXAeGe4MRoZlL54lpKL { width:3.4995403125rem;height:3.4995403125rem;top:35.086166375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tms52QPdE3Pm7CbVerpewUNds4x6aDUX { width:3.4995403125rem;height:3.4995403125rem;top:51.0121769375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFbsSF6iIiCxFb6yRZEDBiPqgmw8evqr { width:15.4365806875rem;height:2.7941174375rem;top:55.76171725rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfro6EyaDJDx1WmUwNUOvaOqBCsQaGAz { width:18.75rem;height:4.7058820625rem;top:59.815002441406rem;left:0.62385106086731rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc79eQSelMtZd4FQhEUEWOPcbKVoSHs3 { width:18.8740806875rem;height:3.5294115625rem;top:72.365600585938rem;left:0.56181073188782rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh2yo1gtQ7ffWs639lhtFN6c9lNk00Sg { width:3.4995403125rem;height:3.4995403125rem;top:64.502746582031rem;left:8.2490807771681rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmcBD6sBUl7SqEuwP15l8NQfUiGVsU1N { width:12.5rem;height:2.7941174375rem;top:68.822387695312rem;left:3.748850941658rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPbCC2crizPb8c4UJn8QoaEd7STnS9e6 { width:3.4995403125rem;height:3.4995403125rem;top:23.595397949219rem;left:8.2490807771681rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBrnKZHbGszKfG8lhZMKffLeCvIwqbyT { width:18.4375rem;height:3.561580875rem;top:1.25rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTBIgSPxVzksiHDphrpFiqEyKPckPB2Q { display:block; }
 }