.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262b5d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { 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:4.0625rem;width:16.875rem;top:0.1875rem;left:0.49978256225586rem;overflow:hidden;display:block; }
#OsAHV4O5T81wkWDJu06M6lLWbdMxTz9s { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:61.4619140625rem;height:1.94921875rem;display:block; }
#TcAdAiwxl0husqRANyJXcnxDiLmpIBOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.1875rem;left:58.52499961853rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/PT70CT6mATQ/unsplash/walter-otto-PT70CT6mATQ-photo-1551884170-09fb70a3a2ed.jpg");background-position: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(20,164,168,0.9); }#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(20,164,168,0.9); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { box-sizing:content-box;height:40.1875rem;width:24.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.875rem;left:48.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { position:absolute;display:block;z-index:15001;height:35.4375rem;width:23.5rem;top:6.75rem;left:49.0625rem;display:block; }
#CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:48.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:49.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#F4JDOKcOkFDtiE0Bn7C9eJrOTvFeMFzG { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:4.75rem;height:3.0058625rem;font-style:normal;display:block; }
#fvFRWRM6wUPcTgibNJHL8eLVu8V5SUpm { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:13.75rem;left:4.75rem;height:;font-style:normal;display:block; }#fvFRWRM6wUPcTgibNJHL8eLVu8V5SUpm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fvFRWRM6wUPcTgibNJHL8eLVu8V5SUpm li:before{  }
#k5izBvdyGfTNl3vlECIVsxMOAQ1L0Pc5 { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.75rem;height:4.14388125rem;font-style:normal;display:block; }
#HfzPgVdrAqpyn09XrgKdUVsigmkZHiVb { background-color:#20447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.8125rem;left:4.75rem;display:block; }
#Am5NyzX9DK9SgdQyhhGr0GyeTT0T2Kq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL { 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; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row .container { background-color: transparent; background-image: none; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row .container > .video-iframe-container { display: none; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row > .video-iframe-container { display: none; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .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); }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row .container { border-width: 0; border-radius: 0; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#XrodVd2KgtDW14smiLQfVUaFllKnGdss { box-sizing:content-box;height:10.6875rem;width:19.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.3125rem;left:4.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#TZWenbqVqTQDiQ4Hzg1TmGlbAQqT36By { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:5.375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pWRh7gWmdNMLs7kMWg6AL6dCdF6yILA1 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.375rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BlDGNLdFTG5XZEm5ikSm7tUthDwaCr0P { box-sizing:content-box;height:0.0625rem;width:17.25rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:5.9375rem;left:5.3125rem;display:block; }
#hPiXTqXF6I7ld4KLayfTE55V8RzSuT7W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.125rem;left:20.0625rem; }
#M7b4dHvIXlz5vGsQ4IHAMHU4OwX6Vyuw { box-sizing:content-box;height:10.6875rem;width:19.3125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:2.3125rem;left:27.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#aWiOv3IQGspcuTGuGu97sgobC831vUff { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:28.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p9sET7ptEu5FKv6scExQ4NTZmhL88bct { box-sizing:content-box;height:0.0625rem;width:17.25rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:5.9375rem;left:28.5rem;display:block; }
#gJdVaxBzDX5Qbzd8J0uRWAxXzecMag9a { color:#000000;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8125rem;left:28.5625rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xIm43nTOyAGCk6gpSzbv60Qa4TCAvHyN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.125rem;left:43.25rem; }
#EWGnQGNyux2mIuma8fiZuCrWO6906Eer { box-sizing:content-box;height:10.6875rem;width:19.3125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:2.3125rem;left:50.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#TtenNNIdkK0hmNdkziUqzwzMCylotOWt { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.75rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaT4LTK5qFbHWiVTBT6ZkM9wExd685b6 { box-sizing:content-box;height:0.0625rem;width:17.25rem;position:absolute;display:block;z-index:15025;background-color:#000000;background-image:none;top:5.9375rem;left:51.6875rem;display:block; }
#lJkiC8TSTIOoooxzApqF630EJ9MgZKTu { color:#000000;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8125rem;left:51.75rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fLMlMTh6eWgTQC8EVTUPKT9O3TCMPfDO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.1435546875rem;left:66.1875rem; }
#qkJzfyQuPTMWBHW453tN7z2gpJNsdyUm { color:#000000;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.875rem;left:5.375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#KNVQJVqndDimbHg68sFxCWsRovazoR8z { color:#000000;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.875rem;left:28.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QH2vf2Pck2R4KUhNXiqloaACU73lgklD { color:#000000;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.875rem;left:51.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/741e6c30-11fa-4491-bd27-4b6e76b4e271/eastpointcollegeofalliedhealthsciencecheemasandrabangalorecollegesffoj6o4ivj.format_auto.avif");background-position:center !important;background-repeat:no-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; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG.adaptive-delivery-prevent-bg, #FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG.lazyload, #FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG.lazyloading { background-image: none; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row .container { background-color: transparent; background-image: none; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row .container > .video-iframe-container { display: none; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row > .video-iframe-container { display: none; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .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); }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row .container { border-width: 0; border-radius: 0; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#eLffSC6LPzZKQuA5UDBUwnOVpkXOCuWk { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:4.75rem;height:2.3556875rem;font-style:normal;display:block; }
#PtvbyG6ki7nOhi22Rk79JJrx9syJlbTx { box-sizing:content-box;height:6.5rem;width:58.4375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.9375rem;left:4.8125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#uq7uPe8agQwwVteSvr1LwTSVqqbTaq8v { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.625rem;height:1.8684875rem;display:block; }
#as44moOCcJrOsX3VFpxdMo5dwAAOWzRC { color:#000000;display:block;width:55.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:6.625rem;height:1.8684875rem;display:block; }
#ACklE8rsONR8TVolZ5QsSSdfBfgDDPwK { box-sizing:content-box;height:12.5rem;width:19.3125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:18.9375rem;left:5.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rUe4WrAKfTuOG2cg6TCxTQkvf77nHk1Z { color:#000000;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.54296875rem;left:5.65625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cADBO1pZMBkHDlTUbE0Ra47K9rBzfQZK { color:#000000;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.0625rem;left:5.71875rem;height:3.8997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DRHt2f00XrrGAGXpJXXlePXEGEemgENv { box-sizing:content-box;height:12.5rem;width:19.3125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:19.1875rem;left:28.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ykURoP5l6iqO5c04LOTLzSisThJorRy1 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:28.875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XmfRxVelffUJuT6s3ueImWMgNtMxbdMB { color:#000000;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.0625rem;left:28.96875rem;height:2.599825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#caTVLs67OHFdwgpoc1f7nvwW7Of1e1vZ { box-sizing:content-box;height:12.5rem;width:19.3125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:19.1875rem;left:50.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MDUaPWou4a4L3pF2IhRvPMe07DCSzMKJ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.48046875rem;left:51.59375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svpZnxhkISTvO3WpadlumAw5D2qS2zoc { color:#000000;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0625rem;left:51.625rem;height:2.599825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BsvDNzrS5im7G3fJkuxvBt56MwyDAwaa { 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:4.1875rem;width:2.875rem;top:19.4375rem;left:6.375rem;overflow:hidden;display:block; }
#liHxodPcvVTBobrISodERNH6uCAbbayH { 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:3.9375rem;width:3.9375rem;top:19.8125rem;left:29.1875rem;overflow:hidden;display:block; }
#Z7t26I7AQwoOy37fuZwnMzyRpddBoNvQ { 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:4rem;width:4rem;top:19.625rem;left:51.625rem;overflow:hidden;display:block; }
#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14a4a8;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; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row .container { background-color: transparent; background-image: none; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row .container > .video-iframe-container { display: none; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row > .video-iframe-container { display: none; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .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); }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row .container { border-width: 0; border-radius: 0; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#NB2PpzE625R8c3qxRJfc5K6CtKuQHRrD { color:#ffffff;display:block;width:29rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.1875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d5ueDvbvaVt5iswfRQFhHiWuwA5F1Vyf { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.1875rem;height:14.6191375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bx2Z4Pi73SSd0Sv58NSAE27H47FMe53T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.75rem;width:25.6875rem;top:4.125rem;left:45.4375rem;overflow:hidden;display:block; }
#J77kbIgQGOM9V8tucupnv32ltbPLiHti { box-sizing:content-box;height:18.25rem;width:27.0625rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:3.375rem;left:44.75rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI { position:relative;display:block; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI { background-color: transparent; background-image: none; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .row .container > .video-iframe-container { display: none; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .row > .video-iframe-container { display: none; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .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); }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI { border-width: 0; border-radius: 0; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .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; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gWERb6bmkD3hxRiq7b9DRpSExzyoIm7A { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8125rem;left:36.75rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZcMM4R6VV49xGdu06I2OTp7HvqE2AITZ { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.9375rem;left:36.75rem;height:10.683575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKpdMxMsncAEvgd5MZdsKXVRUMO8PAmm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.5rem;width:26.75rem;top:4.625rem;left:4.125rem;overflow:hidden;display:block; }
#cHEAzT4FKSQnUCo2muIVMROJiKuK39ce { box-sizing:content-box;height:17.125rem;width:28.5625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:3.8125rem;left:3.1875rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM { position:relative;display:block; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM { background-color: transparent; background-image: none; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .row .container > .video-iframe-container { display: none; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .row > .video-iframe-container { display: none; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .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); }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM { border-width: 0; border-radius: 0; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .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; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TNIRsnzk3gM36tFERfrKIQsbbWSkS34q { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.6875rem;left:16.9375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVVcoFEToqQOlFsJZsTtCFJo7lKiFSS1 { box-sizing:content-box;height:4.625rem;width:42.125rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:2.1875rem;left:16.4375rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#WbFncB3BbQHCUVkwofiJUDeNDCp74uUA { background-color:#14a4a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:9.5625rem;left:11.625rem;display:block; }
#d6PmXhTW0IOKc7ExAW7HfpPUAp0gb5QD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzoCEr2N9zTZL2o5zknd5JoZDknMiP5G { background-color:#14a4a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:9.5625rem;left:39.625rem;display:block; }
#p1I7dvo4R1wIIPkdJq73TA7R07w9OaMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryetiryzpFwQI5sg01mqmt1MNaOCNuPw { background-color:#14a4a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:16.1875rem;left:11.625rem;display:block; }
#Hhvflxkcq2U4nbJLLGmtXnR9ufgsSXQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qs0wu5QRnNWZ97K9b5TubIcttfH9WG7S { background-color:#14a4a8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:16.1875rem;left:40.25rem;display:block; }
#V1P1WeWawULZmg3MyuT291zBwOLIvmua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ { position:relative;display:block; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ { background-color: transparent; background-image: none; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .row .container > .video-iframe-container { display: none; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .row > .video-iframe-container { display: none; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .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); }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ { border-width: 0; border-radius: 0; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .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; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FyVLvP4pqqGaRLKaaoy6fdqGmKh3b3Io { color:#0e1560;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnfAUmKLtI8LX4U802GoveylLMxBBs7T { color:#0e1560;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH { position:relative;display:block; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH { background-color: transparent; background-image: none; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .row .container > .video-iframe-container { display: none; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .row > .video-iframe-container { display: none; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .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); }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH { border-width: 0; border-radius: 0; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .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; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rhPMdAnJntMHEQHFkI1wq8S9ACLv5PpT { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:27.8125rem;height:2.51855625rem;font-style:normal;display:block; }
#sBMiIln50LzCz2KD3R6k1vNvSyUuPvdL { box-sizing:content-box;height:3.75rem;width:22.3125rem;position:absolute;display:block;z-index:14999;background-color:#14a4a8;background-image:none;top:2.875rem;left:26.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#nZecCR2mPefzcuF8ylHWCirntyareNT8 { box-sizing:content-box;height:20.0625rem;width:19.5625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:10.0625rem;left:12.6875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#eaTTpx11CTu9tA60AwEoSwXkTv7GuFqK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:19.5rem;top:10.0625rem;left:12.75rem;overflow:hidden;display:block; }
#XimX9tZq17S2Oe6hT1CHRl8CJDUQLCOr { color:#000000;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.3125rem;left:14.25rem;height:1.54296875rem;font-style:normal;display:block; }
#xCix1Hb45DreJSLDE0vCbTqvJtlZ1WTr { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:25.5625rem;left:14.25rem;height:3.5612rem;display:block; }
#hW7Lnc2mGeKm8nncH1PNxKarlDx7sDxa { box-sizing:content-box;height:20.0625rem;width:19.5625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:10.0625rem;left:42rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#SICJ38rpFuHrgTrPiaHP24CF9ht2ESIF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:19.4375rem;top:10.0625rem;left:42.0625rem;overflow:hidden;display:block; }
#rVDbN1Aw0T5wtt6DtHTnTPzJWupnsUF2 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.3125rem;left:43.5625rem;height:1.54296875rem;font-style:normal;display:block; }
#l6WcFWuG4rqqL5C3PpVcS91l2E9XETlx { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.5625rem;left:43.5625rem;height:3.5612rem;display:block; }
#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { position:relative;display:block; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { background-color: transparent; background-image: none; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container > .video-iframe-container { display: none; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row > .video-iframe-container { display: none; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .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); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { border-width: 0; border-radius: 0; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .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; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ma4fTkkz7dORKinKS2lI3UzsAvnP1zTW { box-sizing:content-box;height:23.8125rem;width:23.8125rem;position:absolute;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:10.5rem;left:42.875rem;display:block; }
#N44maBGrITMNbKVcWx5wVh5zIahfMMxr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.875rem;width:21.875rem;top:11.625rem;left:43.8125rem;overflow:hidden;display:block; }
#qVG8ePBWPks7DCe5ba7iXEf1bR597qBc { box-sizing:content-box;height:22.5625rem;width:22.5625rem;position:absolute;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:11.1875rem;left:43.375rem;border-top:0.125rem dashed #04b59a;border-left:0.125rem dashed #04b59a;border-right:0.125rem dashed #04b59a;border-bottom:0.125rem dashed #04b59a;display:block; }
#wzWvZTNsXQwzPvtIRCmFT8MfRSvW2rL7 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.6875rem;height:1.625rem;font-style:normal;display:block; }
#reFO33i3bpkPMJTecIp57nq9ybumxIcD { color:#000000;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.125rem;left:20.6875rem;height:1.625rem;font-style:normal;display:block; }
#mG1x2NteHxtaitR2MVCQ2ORiIuyNLO0b { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.25rem;left:20.6875rem;height:1.625rem;font-style:normal;display:block; }
#rLo0oZm5C48cNSB7BrRtM47kO7WeTJTT { color:#000000;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:20.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKCiNoqprBA1JBMvXWCHeMGGOsZn2z7w { color:#ffffff;display:block;width:23rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.875rem;left:26rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQtpTpnpxTHX7o4VptxUkTZ7yxJoQXLc { box-sizing:content-box;height:3.6875rem;width:29.5rem;position:absolute;display:block;z-index:14999;background-color:#262b5d;background-image:none;top:3.4375rem;left:22.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#wTulLLhftRQ1qESqs6aq6CGRJlKz7STO { box-sizing:content-box;height:3.625rem;width:21.9375rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:10.5rem;left:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FdlO8d0b31cOVMJs4ovdT23fLqZfpxIK { box-sizing:content-box;height:3.625rem;width:7.8125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -moz-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -ms-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -o-linear-gradient(180deg, #3774dc, #1b2e4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );";background-image: linear-gradient(180deg, #3774dc, #1b2e4c);background-size:auto !important;top:10.5rem;left:8.3125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#XgRCk1h4SxqIc57vGIgE9B3q0wwfUooC { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.4375rem;height:1.8684875rem;font-style:normal;display:block; }
#MH43RCklDTw2yv4HMgkoVakIGOVsEL4A { box-sizing:content-box;height:3.625rem;width:7.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -moz-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -ms-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -o-linear-gradient(180deg, #3774dc, #1b2e4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );";background-image: linear-gradient(180deg, #3774dc, #1b2e4c);background-size:auto !important;top:15.375rem;left:8.375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#fbnqnVPIGmE08bRWTblgGHM42mxcTBkk { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.25rem;left:9.5rem;height:1.8684875rem;font-style:normal;display:block; }
#h0gm9cCU1IorEIO8zBpyUFDg5RvQl5S6 { box-sizing:content-box;height:3.625rem;width:21.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:15.375rem;left:15.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xTqTwh8XZKoxicWPsDEfEvyhSGas4n7G { box-sizing:content-box;height:3.625rem;width:7.8125rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -moz-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -ms-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -o-linear-gradient(180deg, #3774dc, #1b2e4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );";background-image: linear-gradient(180deg, #3774dc, #1b2e4c);background-size:auto !important;top:20.25rem;left:8.375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#SAd3NfeE0DGseBXUR12tGK8m9TehMtiH { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.125rem;left:9.5rem;height:1.8684875rem;font-style:normal;display:block; }
#PSDX13zSeLnnACGpPabmXykaZAoBU5oo { box-sizing:content-box;height:3.625rem;width:21.9375rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;top:20.25rem;left:15.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XF50nA8a7IGqdC26oyCFG3baWc2IDt7q { box-sizing:content-box;height:3.625rem;width:7.8125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -moz-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -ms-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -o-linear-gradient(180deg, #3774dc, #1b2e4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );";background-image: linear-gradient(180deg, #3774dc, #1b2e4c);background-size:auto !important;top:25.125rem;left:8.375rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#srlsLGhRuaoXcSaKUnP3Uebdr1KEXK8J { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26rem;left:9.5rem;height:1.8684875rem;font-style:normal;display:block; }
#MZ2N8pFvyhLvGLp1Fd6RGFaNa7JPVITv { box-sizing:content-box;height:3.625rem;width:21.9375rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:25.125rem;left:15.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#enNag9460nvwFfe7i388zKunvbwRlXAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.25rem;left:16.25rem; }
#Rrcos7PX0EwkeV1is2a2HKQTWfWu4r3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16rem;left:16.1875rem; }
#euucZ1GocDzGxynp1iuv0ZFEq5y3N0NB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.875rem;left:16.25rem; }
#Vr4qLCQIasyv8Tgdiy0yTw3kmnHGQuvv { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.375rem;top:20.8125rem;left:15.9375rem;overflow:hidden;display:block; }
#o8dqJfLaKiJSE2PLMsfshJwrw6D5kZIU { background-color:transparent;background-image: -webkit-linear-gradient(181deg, #000000, #20447b);background-image: -moz-linear-gradient(181deg, #000000, #20447b);background-image: -ms-linear-gradient(181deg, #000000, #20447b);background-image: -o-linear-gradient(181deg, #000000, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );";background-image: linear-gradient(181deg, #000000, #20447b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:39.1875rem;left:28.75rem;display:block; }
#XyhwyLK2o7Gx5nSccxoiTh3GC9Ht7lJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8B3rIWgSZBJXUFw1sxIJa7u9goTJyvt { color:#000000;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:20.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ThTbn9N7H8xgX2xBrWtFlOaaU3sPzLZW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.375rem;top:25.6875rem;left:15.9375rem;overflow:hidden;display:none; }
#x30TG7lSSG8veEyIXyhhcGNspdqAzXOE { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:26.125rem;left:20.6875rem;height:1.625rem;font-style:normal;display:none; }
#uSfS5bL3HAz5pAQGdsT6QZadrlrJ0FW1 { box-sizing:content-box;height:3.625rem;width:7.8125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -moz-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -ms-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -o-linear-gradient(180deg, #3774dc, #1b2e4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );";background-image: linear-gradient(180deg, #3774dc, #1b2e4c);background-size:auto !important;top:10.5rem;left:8.3125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#DJwvrCr88eEOivc8xTB4zhSRCcSxTHuL { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.4375rem;height:1.8681625rem;font-style:normal;display:none; }
#SZR7zDaoFqvk8BNZ4cUl2Tg5sgdgJyD0 { box-sizing:content-box;height:3.625rem;width:21.9375rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:10.5rem;left:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#Xpp35nbxnhigvFf1aK5n5DPMSZ2zTVcO { box-sizing:content-box;height:3.625rem;width:7.8125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -moz-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -ms-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -o-linear-gradient(180deg, #3774dc, #1b2e4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );";background-image: linear-gradient(180deg, #3774dc, #1b2e4c);background-size:auto !important;top:10.5rem;left:8.3125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#os8wr39neTb78IWenCDiNfeAMinR2fZ8 { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.4375rem;height:1.8681625rem;font-style:normal;display:none; }
#I8isn47hrb2MRvWcK8hofJuuC3Q3vFae { box-sizing:content-box;height:3.625rem;width:21.9375rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:10.5rem;left:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#F4xViKPM5HLUaSm7dq1ubqBXQqQXg5Cz { box-sizing:content-box;height:3.625rem;width:7.8125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -moz-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -ms-linear-gradient(180deg, #3774dc, #1b2e4c);background-image: -o-linear-gradient(180deg, #3774dc, #1b2e4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3774dc', endColorstr='#1b2e4c' );";background-image: linear-gradient(180deg, #3774dc, #1b2e4c);background-size:auto !important;top:10.5rem;left:8.3125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:none; }
#BWlxCdoUDa0Txz4EgmfZeBW12D1FdXcp { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.4375rem;height:1.8681625rem;font-style:normal;display:none; }
#EETnCeCTSU1wCnIoyricP4gaTBzGTuNp { box-sizing:content-box;height:3.625rem;width:21.9375rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:10.5rem;left:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#OcZWs0fuUnX1py6ZDQBJKtN2QaXK0exQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 { position:relative;display:block; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 { background-color: transparent; background-image: none; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .row .container > .video-iframe-container { display: none; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .row > .video-iframe-container { display: none; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .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); }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 { border-width: 0; border-radius: 0; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .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; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XLsONHfqxFo1h5WeyCINbqQIZJv5fupX { box-sizing:content-box;height:2.75rem;width:15.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #000000, #20447b);background-image: -moz-linear-gradient(110deg, #000000, #20447b);background-image: -ms-linear-gradient(110deg, #000000, #20447b);background-image: -o-linear-gradient(110deg, #000000, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );";background-image: linear-gradient(110deg, #000000, #20447b);background-size:auto !important;top:10.8125rem;left:2.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#N4GbnnHArZAIqTrUNVZc7mKfRqBlMs81 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.578125rem;left:3.78125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDR1fpAno3cHfpknHOCCT49xzsRVJA0Z { box-sizing:content-box;height:2.75rem;width:15.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(151deg, #000000, #20447b);background-image: -moz-linear-gradient(151deg, #000000, #20447b);background-image: -ms-linear-gradient(151deg, #000000, #20447b);background-image: -o-linear-gradient(151deg, #000000, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );";background-image: linear-gradient(151deg, #000000, #20447b);background-size:auto !important;top:10.8125rem;left:20.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#l7wGhtEuLlaiTP7yLCg3ii0KUEN8R6UG { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.578125rem;left:22.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7KqE500RcnCJogZEhzL4XW9yBTOsh8T { box-sizing:content-box;height:2.75rem;width:15.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #000000, #20447b);background-image: -moz-linear-gradient(107deg, #000000, #20447b);background-image: -ms-linear-gradient(107deg, #000000, #20447b);background-image: -o-linear-gradient(107deg, #000000, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );";background-image: linear-gradient(107deg, #000000, #20447b);background-size:auto !important;top:10.8125rem;left:39rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#iseT3EVIESHTlhyy6e5t1WxpBIKKE3Qa { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.578125rem;left:39.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVcZwlQ3nH3rTeiG4ClEFhHqLEJk2Dyn { box-sizing:content-box;height:2.75rem;width:15.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #000000, #20447b);background-image: -moz-linear-gradient(140deg, #000000, #20447b);background-image: -ms-linear-gradient(140deg, #000000, #20447b);background-image: -o-linear-gradient(140deg, #000000, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );";background-image: linear-gradient(140deg, #000000, #20447b);background-size:auto !important;top:10.8125rem;left:57.34375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#Kmk4A2s9SxOMk3bUT9vuadiGRVCa2gRS { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.578125rem;left:57.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1eDTtPta8fgnkx2B87MCmUPvk7qd7on { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:15.8125rem;left:1.8125rem;height:34.5811875rem;display:block; }#b1eDTtPta8fgnkx2B87MCmUPvk7qd7on li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b1eDTtPta8fgnkx2B87MCmUPvk7qd7on li:before{  }
#zy9ZmT9R5MMNlwBd5qw73NkgnSA5gViP { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:16.0625rem;left:20.1875rem;height:22.3176875rem;display:block; }#zy9ZmT9R5MMNlwBd5qw73NkgnSA5gViP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zy9ZmT9R5MMNlwBd5qw73NkgnSA5gViP li:before{  }
#yCA4d5U7DQyssgbFXO9TFTqIB0bpIaKr { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:16.0625rem;left:38.5rem;height:30.4969375rem;display:block; }#yCA4d5U7DQyssgbFXO9TFTqIB0bpIaKr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yCA4d5U7DQyssgbFXO9TFTqIB0bpIaKr li:before{  }
#tVAg0k7a8m0e6ZmWgUw07BBrJ327bNXS { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:16.0625rem;left:56.8125rem;height:32.3828125rem;display:block; }#tVAg0k7a8m0e6ZmWgUw07BBrJ327bNXS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tVAg0k7a8m0e6ZmWgUw07BBrJ327bNXS li:before{  }
#aK8Gbcvf6poKVAhdxmQMB90oETi9gH9c { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.375rem;left:15.125rem;height:2.03125rem;font-style:normal;display:block; }
#CrU1LxsuIGTy4T9g0ThmTqa9nhsbZhgA { box-sizing:content-box;height:3.8125rem;width:46.4375rem;position:absolute;display:block;z-index:14999;background-color:#14a4a8;background-image:none;top:3.375rem;left:13.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#UL25JhJe3qk2gVTRs6T9MEKeHnODkVNt { box-sizing:content-box;height:42.375rem;width:17.625rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:9.8125rem;left:1.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Pk48dEfTb0XpuLsT3hfQuJrh964mbMOe { box-sizing:content-box;height:42.375rem;width:17.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:9.8125rem;left:19.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#xe8Mk8F2ZFcvA2xKpn1fUWlJwPO1DtpA { box-sizing:content-box;height:42.375rem;width:17.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:9.8125rem;left:37.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Z7WW6u4T5bsoemXlq4QHS7N0eaSTWhnG { box-sizing:content-box;height:42.375rem;width:17.625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.8125rem;left:56.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#ELXWDygUETwXR69aRpM7LJw5hi27KHCk { position:relative;z-index:auto;display:block; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk { background-color: transparent; background-image: none; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .row .container > .video-iframe-container { display: none; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .row > .video-iframe-container { display: none; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .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); }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk { border-width: 0; border-radius: 0; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .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; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T1d20d86KWkVzITdb4SIbQDusTkRx0UC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #20447b);background-image: -moz-linear-gradient(180deg, #000000, #20447b);background-image: -ms-linear-gradient(180deg, #000000, #20447b);background-image: -o-linear-gradient(180deg, #000000, #20447b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#20447b' );";background-image: linear-gradient(180deg, #000000, #20447b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.75rem;left:30.3125rem;display:block; }
#SDSJumLXAoPku56ECMmOVUlhrA7zSME5 { 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) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { top:0.1875rem;left:0rem;width:16.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsAHV4O5T81wkWDJu06M6lLWbdMxTz9s { top:1.3125rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAdAiwxl0husqRANyJXcnxDiLmpIBOZ { top:1.1875rem;left:44.89999961853rem;width:2.3125rem;height:2.3125rem;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) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { top:2.875rem;left:22.875rem;width:24.875rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { top:6.75rem;left:24.25rem;width:23.5rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { top:3.625rem;left:24rem;width:23.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { top:5.5rem;left:25.25rem;width:22.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4JDOKcOkFDtiE0Bn7C9eJrOTvFeMFzG { top:4.5625rem;left:0rem;width:16.125rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvFRWRM6wUPcTgibNJHL8eLVu8V5SUpm { top:13.75rem;left:0rem;width:37.25rem;height:;font-size:1.375rem;display:block; }#fvFRWRM6wUPcTgibNJHL8eLVu8V5SUpm li:before{  }
 }@media only screen and (max-width: 763px) { #k5izBvdyGfTNl3vlECIVsxMOAQ1L0Pc5 { top:7.375rem;left:0rem;width:28.875rem;height:4.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfzPgVdrAqpyn09XrgKdUVsigmkZHiVb { width:12.4375rem;height:3.375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am5NyzX9DK9SgdQyhhGr0GyeTT0T2Kq4 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL { display:block; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrodVd2KgtDW14smiLQfVUaFllKnGdss { top:2.3125rem;left:0rem;width:19.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWenbqVqTQDiQ4Hzg1TmGlbAQqT36By { top:3.375rem;left:0rem;width:10.4375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWRh7gWmdNMLs7kMWg6AL6dCdF6yILA1 { top:7.8125rem;left:0rem;width:19.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlDGNLdFTG5XZEm5ikSm7tUthDwaCr0P { top:5.9375rem;left:0rem;width:17.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPiXTqXF6I7ld4KLayfTE55V8RzSuT7W { top:3.125rem;left:6.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7b4dHvIXlz5vGsQ4IHAMHU4OwX6Vyuw { top:2.3125rem;left:14rem;width:19.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWiOv3IQGspcuTGuGu97sgobC831vUff { top:3.375rem;left:14.9375rem;width:11.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9sET7ptEu5FKv6scExQ4NTZmhL88bct { top:5.9375rem;left:14.875rem;width:17.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJdVaxBzDX5Qbzd8J0uRWAxXzecMag9a { top:7.8125rem;left:14.9375rem;width:19.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIm43nTOyAGCk6gpSzbv60Qa4TCAvHyN { top:3.125rem;left:29.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGnQGNyux2mIuma8fiZuCrWO6906Eer { top:2.3125rem;left:28.3125rem;width:19.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtenNNIdkK0hmNdkziUqzwzMCylotOWt { top:3.375rem;left:37.3125rem;width:10.4375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaT4LTK5qFbHWiVTBT6ZkM9wExd685b6 { top:5.9375rem;left:30.5rem;width:17.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJkiC8TSTIOoooxzApqF630EJ9MgZKTu { top:7.8125rem;left:28.5rem;width:19.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLMlMTh6eWgTQC8EVTUPKT9O3TCMPfDO { top:3.125rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJzfyQuPTMWBHW453tN7z2gpJNsdyUm { top:9.875rem;left:0rem;width:19.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNVQJVqndDimbHg68sFxCWsRovazoR8z { top:9.875rem;left:14.9375rem;width:19.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH2vf2Pck2R4KUhNXiqloaACU73lgklD { top:9.875rem;left:28.5rem;width:19.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG { display:block; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLffSC6LPzZKQuA5UDBUwnOVpkXOCuWk { top:3.8125rem;left:0rem;width:39.0625rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtvbyG6ki7nOhi22Rk79JJrx9syJlbTx { top:8.9375rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq7uPe8agQwwVteSvr1LwTSVqqbTaq8v { top:10.0625rem;left:0rem;width:31.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #as44moOCcJrOsX3VFpxdMo5dwAAOWzRC { top:12.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACklE8rsONR8TVolZ5QsSSdfBfgDDPwK { top:18.9375rem;left:0rem;width:19.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUe4WrAKfTuOG2cg6TCxTQkvf77nHk1Z { top:24.5rem;left:0rem;width:17.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cADBO1pZMBkHDlTUbE0Ra47K9rBzfQZK { top:27.0625rem;left:0rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHt2f00XrrGAGXpJXXlePXEGEemgENv { top:19.1875rem;left:14.625rem;width:19.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykURoP5l6iqO5c04LOTLzSisThJorRy1 { top:24.625rem;left:15.25rem;width:17.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfRxVelffUJuT6s3ueImWMgNtMxbdMB { top:27.0625rem;left:15.34375rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTVLs67OHFdwgpoc1f7nvwW7Of1e1vZ { top:19.1875rem;left:28.4375rem;width:19.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDUaPWou4a4L3pF2IhRvPMe07DCSzMKJ { top:24.4375rem;left:30.125rem;width:17.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svpZnxhkISTvO3WpadlumAw5D2qS2zoc { top:27.0625rem;left:29.75rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvDNzrS5im7G3fJkuxvBt56MwyDAwaa { top:19.4375rem;left:0rem;width:2.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHxodPcvVTBobrISodERNH6uCAbbayH { top:19.8125rem;left:15.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7t26I7AQwoOy37fuZwnMzyRpddBoNvQ { top:19.625rem;left:38rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA { display:block; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NB2PpzE625R8c3qxRJfc5K6CtKuQHRrD { top:2.6875rem;left:0rem;width:29rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ueDvbvaVt5iswfRQFhHiWuwA5F1Vyf { top:7.6875rem;left:0rem;width:35.9375rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2Z4Pi73SSd0Sv58NSAE27H47FMe53T { top:4.125rem;left:22.0625rem;width:25.6875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77kbIgQGOM9V8tucupnv32ltbPLiHti { top:3.375rem;left:20.6875rem;width:27.0625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnI0THHJkPwwMkDGZLw5NposcIEi7UzI { display:block; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWERb6bmkD3hxRiq7b9DRpSExzyoIm7A { top:4.8125rem;left:16.8125rem;width:30.9375rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcMM4R6VV49xGdu06I2OTp7HvqE2AITZ { top:8.9375rem;left:12.9375rem;width:34.8125rem;height:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpdMxMsncAEvgd5MZdsKXVRUMO8PAmm { top:4.625rem;left:0rem;width:26.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHEAzT4FKSQnUCo2muIVMROJiKuK39ce { top:3.8125rem;left:0rem;width:28.5625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM { display:block; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNIRsnzk3gM36tFERfrKIQsbbWSkS34q { top:2.6875rem;left:3.3125rem;width:41.1875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVVcoFEToqQOlFsJZsTtCFJo7lKiFSS1 { top:2.1875rem;left:2.8125rem;width:42.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbFncB3BbQHCUVkwofiJUDeNDCp74uUA { width:23.8125rem;height:4rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6PmXhTW0IOKc7ExAW7HfpPUAp0gb5QD { display:block; }
 }@media only screen and (max-width: 763px) { #zzoCEr2N9zTZL2o5zknd5JoZDknMiP5G { width:23.8125rem;height:4rem;top:9.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1I7dvo4R1wIIPkdJq73TA7R07w9OaMd { display:block; }
 }@media only screen and (max-width: 763px) { #ryetiryzpFwQI5sg01mqmt1MNaOCNuPw { width:23.8125rem;height:4rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhvflxkcq2U4nbJLLGmtXnR9ufgsSXQI { display:block; }
 }@media only screen and (max-width: 763px) { #Qs0wu5QRnNWZ97K9b5TubIcttfH9WG7S { width:23.8125rem;height:4rem;top:16.1875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1P1WeWawULZmg3MyuT291zBwOLIvmua { display:block; }
 }@media only screen and (max-width: 763px) { #ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ { display:block; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyVLvP4pqqGaRLKaaoy6fdqGmKh3b3Io { top:4.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnfAUmKLtI8LX4U802GoveylLMxBBs7T { top:1.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypTifWxiMkUTOe3D1OVTJAnLqDci2liH { display:block; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhPMdAnJntMHEQHFkI1wq8S9ACLv5PpT { top:3.5rem;left:14.1875rem;width:19rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBMiIln50LzCz2KD3R6k1vNvSyUuPvdL { top:2.875rem;left:12.75rem;width:22.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZecCR2mPefzcuF8ylHWCirntyareNT8 { top:10.0625rem;left:0rem;width:19.5625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTTpx11CTu9tA60AwEoSwXkTv7GuFqK { top:10.0625rem;left:0rem;width:19.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimX9tZq17S2Oe6hT1CHRl8CJDUQLCOr { top:23.3125rem;left:0.625rem;width:13.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCix1Hb45DreJSLDE0vCbTqvJtlZ1WTr { top:25.5625rem;left:0.625rem;width:16.3125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW7Lnc2mGeKm8nncH1PNxKarlDx7sDxa { top:10.0625rem;left:28.1875rem;width:19.5625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SICJ38rpFuHrgTrPiaHP24CF9ht2ESIF { top:10.0625rem;left:28.3125rem;width:19.4375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVDbN1Aw0T5wtt6DtHTnTPzJWupnsUF2 { top:23.3125rem;left:29.9375rem;width:13.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6WcFWuG4rqqL5C3PpVcS91l2E9XETlx { top:25.5625rem;left:29rem;width:18.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { display:block; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma4fTkkz7dORKinKS2lI3UzsAvnP1zTW { top:10.5rem;left:23.9375rem;width:23.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44maBGrITMNbKVcWx5wVh5zIahfMMxr { top:11.625rem;left:25.875rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVG8ePBWPks7DCe5ba7iXEf1bR597qBc { top:11.1875rem;left:24.9375rem;width:22.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzWvZTNsXQwzPvtIRCmFT8MfRSvW2rL7 { top:16.375rem;left:7.0625rem;width:16.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFO33i3bpkPMJTecIp57nq9ybumxIcD { top:26.125rem;left:7.0625rem;width:16.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1x2NteHxtaitR2MVCQ2ORiIuyNLO0b { top:21.25rem;left:7.0625rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLo0oZm5C48cNSB7BrRtM47kO7WeTJTT { top:11.625rem;left:7.0625rem;width:13.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKCiNoqprBA1JBMvXWCHeMGGOsZn2z7w { top:3.875rem;left:12.375rem;width:23rem;height:2.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQtpTpnpxTHX7o4VptxUkTZ7yxJoQXLc { top:3.4375rem;left:9.125rem;width:29.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTulLLhftRQ1qESqs6aq6CGRJlKz7STO { top:10.5rem;left:2rem;width:21.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdlO8d0b31cOVMJs4ovdT23fLqZfpxIK { top:10.5rem;left:0rem;width:7.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgRCk1h4SxqIc57vGIgE9B3q0wwfUooC { top:11.375rem;left:0rem;width:5.8125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH43RCklDTw2yv4HMgkoVakIGOVsEL4A { top:15.375rem;left:0rem;width:7.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbnqnVPIGmE08bRWTblgGHM42mxcTBkk { top:16.25rem;left:0rem;width:5.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0gm9cCU1IorEIO8zBpyUFDg5RvQl5S6 { top:15.375rem;left:2.0625rem;width:21.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqTwh8XZKoxicWPsDEfEvyhSGas4n7G { top:20.25rem;left:0rem;width:7.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAd3NfeE0DGseBXUR12tGK8m9TehMtiH { top:21.125rem;left:0rem;width:5.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSDX13zSeLnnACGpPabmXykaZAoBU5oo { top:20.25rem;left:2.0625rem;width:21.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF50nA8a7IGqdC26oyCFG3baWc2IDt7q { top:25.125rem;left:0rem;width:7.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srlsLGhRuaoXcSaKUnP3Uebdr1KEXK8J { top:26rem;left:0rem;width:5.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ2N8pFvyhLvGLp1Fd6RGFaNa7JPVITv { top:25.125rem;left:2.0625rem;width:21.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enNag9460nvwFfe7i388zKunvbwRlXAD { top:11.25rem;left:2.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrcos7PX0EwkeV1is2a2HKQTWfWu4r3n { top:16rem;left:2.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euucZ1GocDzGxynp1iuv0ZFEq5y3N0NB { top:25.875rem;left:2.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4qLCQIasyv8Tgdiy0yTw3kmnHGQuvv { top:20.8125rem;left:2.3125rem;width:3.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8dqJfLaKiJSE2PLMsfshJwrw6D5kZIU { width:17.5rem;height:3.4375rem;top:39.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyhwyLK2o7Gx5nSccxoiTh3GC9Ht7lJx { display:block; }
 }@media only screen and (max-width: 763px) { #M8B3rIWgSZBJXUFw1sxIJa7u9goTJyvt { top:11.625rem;left:7.0625rem;width:13.25rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThTbn9N7H8xgX2xBrWtFlOaaU3sPzLZW { top:25.6875rem;left:2.3125rem;width:3.375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x30TG7lSSG8veEyIXyhhcGNspdqAzXOE { top:26.125rem;left:7.0625rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSfS5bL3HAz5pAQGdsT6QZadrlrJ0FW1 { top:10.5rem;left:0rem;width:7.8125rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJwvrCr88eEOivc8xTB4zhSRCcSxTHuL { top:54.0625rem;left:0rem;width:4.625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZR7zDaoFqvk8BNZ4cUl2Tg5sgdgJyD0 { top:10.5rem;left:2rem;width:21.9375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xpp35nbxnhigvFf1aK5n5DPMSZ2zTVcO { top:10.5rem;left:0rem;width:7.8125rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #os8wr39neTb78IWenCDiNfeAMinR2fZ8 { top:38rem;left:0rem;width:4.625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8isn47hrb2MRvWcK8hofJuuC3Q3vFae { top:10.5rem;left:2rem;width:21.9375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4xViKPM5HLUaSm7dq1ubqBXQqQXg5Cz { top:10.5rem;left:0rem;width:7.8125rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWlxCdoUDa0Txz4EgmfZeBW12D1FdXcp { top:42.875rem;left:0rem;width:4.625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EETnCeCTSU1wCnIoyricP4gaTBzGTuNp { top:10.5rem;left:2rem;width:21.9375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcZWs0fuUnX1py6ZDQBJKtN2QaXK0exQ { display:none; }
 }@media only screen and (max-width: 763px) { #a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 { display:block; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLsONHfqxFo1h5WeyCINbqQIZJv5fupX { top:10.8125rem;left:0rem;width:15.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4GbnnHArZAIqTrUNVZc7mKfRqBlMs81 { top:11.5625rem;left:0rem;width:12.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDR1fpAno3cHfpknHOCCT49xzsRVJA0Z { top:10.8125rem;left:6.625rem;width:15.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wGhtEuLlaiTP7yLCg3ii0KUEN8R6UG { top:11.5625rem;left:8.9375rem;width:10.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7KqE500RcnCJogZEhzL4XW9yBTOsh8T { top:10.8125rem;left:25.375rem;width:15.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iseT3EVIESHTlhyy6e5t1WxpBIKKE3Qa { top:11.5625rem;left:25.5rem;width:15.25rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVcZwlQ3nH3rTeiG4ClEFhHqLEJk2Dyn { top:10.8125rem;left:32.25rem;width:15.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmk4A2s9SxOMk3bUT9vuadiGRVCa2gRS { top:11.5625rem;left:31.8125rem;width:15.9375rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eDTtPta8fgnkx2B87MCmUPvk7qd7on { top:15.8125rem;left:0rem;width:16.6875rem;height:34.5625rem;font-size:0.9375rem;display:block; }#b1eDTtPta8fgnkx2B87MCmUPvk7qd7on li:before{  }
 }@media only screen and (max-width: 763px) { #zy9ZmT9R5MMNlwBd5qw73NkgnSA5gViP { top:16.0625rem;left:6.5625rem;width:16.6875rem;height:22.3125rem;font-size:0.875rem;display:block; }#zy9ZmT9R5MMNlwBd5qw73NkgnSA5gViP li:before{  }
 }@media only screen and (max-width: 763px) { #yCA4d5U7DQyssgbFXO9TFTqIB0bpIaKr { top:16.0625rem;left:24.875rem;width:16.6875rem;height:30.5rem;font-size:0.875rem;display:block; }#yCA4d5U7DQyssgbFXO9TFTqIB0bpIaKr li:before{  }
 }@media only screen and (max-width: 763px) { #tVAg0k7a8m0e6ZmWgUw07BBrJ327bNXS { top:16.0625rem;left:31.0625rem;width:16.6875rem;height:32.375rem;font-size:0.875rem;display:block; }#tVAg0k7a8m0e6ZmWgUw07BBrJ327bNXS li:before{  }
 }@media only screen and (max-width: 763px) { #aK8Gbcvf6poKVAhdxmQMB90oETi9gH9c { top:4.375rem;left:1.5rem;width:46.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrU1LxsuIGTy4T9g0ThmTqa9nhsbZhgA { top:3.375rem;left:0.25rem;width:46.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL25JhJe3qk2gVTRs6T9MEKeHnODkVNt { top:9.8125rem;left:0rem;width:17.625rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk48dEfTb0XpuLsT3hfQuJrh964mbMOe { top:9.8125rem;left:5.875rem;width:17.625rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8Mk8F2ZFcvA2xKpn1fUWlJwPO1DtpA { top:9.8125rem;left:24.25rem;width:17.625rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7WW6u4T5bsoemXlq4QHS7N0eaSTWhnG { top:9.8125rem;left:30rem;width:17.625rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELXWDygUETwXR69aRpM7LJw5hi27KHCk { display:block; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1d20d86KWkVzITdb4SIbQDusTkRx0UC { width:14.375rem;height:3.4375rem;top:1.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDSJumLXAoPku56ECMmOVUlhrA7zSME5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { background-color:#262b5d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { width:16.1875rem;height:3.4375rem;top:0rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsAHV4O5T81wkWDJu06M6lLWbdMxTz9s { width:7.8125rem;height:1.7068125rem;top:3.5625rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAdAiwxl0husqRANyJXcnxDiLmpIBOZ { display:flex;width:2.0625rem;height:2.0625rem;top:3.4375rem;left:5.4375rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/E285pJbC4uE/unsplash/jafar-ahmed-E285pJbC4uE-photo-1551190822-a9333d879b1f.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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(20,164,168,0.87); }#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(20,164,168,0.87); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { width:19.8125rem;height:44.4375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { width:18.625rem;height:26.625rem;top:31.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { width:18.75rem;height:2.92535rem;top:25.125rem;left:0.625rem;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { width:18.75rem;height:1.0559875rem;top:29.0625rem;left:0.625rem;font-size:0.8125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #F4JDOKcOkFDtiE0Bn7C9eJrOTvFeMFzG { width:20rem;height:2.1933625rem;top:0.7431640625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvFRWRM6wUPcTgibNJHL8eLVu8V5SUpm { width:18.5rem;height:15.1106875rem;top:7.7734379768369rem;left:0.74978297948838rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#fvFRWRM6wUPcTgibNJHL8eLVu8V5SUpm li:before{  }
 }@media only screen and (max-width: 763px) { #k5izBvdyGfTNl3vlECIVsxMOAQ1L0Pc5 { width:20rem;height:3.0872375rem;top:3.1240234375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfzPgVdrAqpyn09XrgKdUVsigmkZHiVb { width:11.4375rem;height:2.875rem;top:71.75rem;left:4.3125rem;font-size:1.3125rem;font-family:poppins;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am5NyzX9DK9SgdQyhhGr0GyeTT0T2Kq4 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL { display:block; }#iv8Vtp14GNBBFpKrmpGvrEM0bN8Cy3BL > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrodVd2KgtDW14smiLQfVUaFllKnGdss { width:19.3125rem;height:10.6875rem;top:1.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWenbqVqTQDiQ4Hzg1TmGlbAQqT36By { width:16.5rem;height:2.5996125rem;top:2.9375rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWRh7gWmdNMLs7kMWg6AL6dCdF6yILA1 { width:9.5625rem;height:1.625rem;top:7.5rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlDGNLdFTG5XZEm5ikSm7tUthDwaCr0P { width:17.25rem;height:0.0625rem;top:5.537109375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPiXTqXF6I7ld4KLayfTE55V8RzSuT7W { display:flex;width:2.5625rem;height:2.5625rem;top:2.8310546875rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #M7b4dHvIXlz5vGsQ4IHAMHU4OwX6Vyuw { width:19.3125rem;height:10.6875rem;top:14.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWiOv3IQGspcuTGuGu97sgobC831vUff { width:11.0625rem;height:2.5996125rem;top:15.6494140625rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9sET7ptEu5FKv6scExQ4NTZmhL88bct { width:17.25rem;height:0.0625rem;top:18.2490234375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJdVaxBzDX5Qbzd8J0uRWAxXzecMag9a { width:14.0625rem;height:1.7871125rem;top:20.5244140625rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIm43nTOyAGCk6gpSzbv60Qa4TCAvHyN { display:flex;width:2.5625rem;height:2.5625rem;top:15.35546875rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #EWGnQGNyux2mIuma8fiZuCrWO6906Eer { width:19.3125rem;height:10.6875rem;top:27.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtenNNIdkK0hmNdkziUqzwzMCylotOWt { width:10.4375rem;height:2.5996125rem;top:28.3369140625rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaT4LTK5qFbHWiVTBT6ZkM9wExd685b6 { width:17.25rem;height:0.0625rem;top:30.9365234375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJkiC8TSTIOoooxzApqF630EJ9MgZKTu { width:9.1875rem;height:1.7871125rem;top:33.1494140625rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLMlMTh6eWgTQC8EVTUPKT9O3TCMPfDO { display:flex;width:2.875rem;height:2.875rem;top:28.19921875rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #qkJzfyQuPTMWBHW453tN7z2gpJNsdyUm { width:17.4375rem;height:1.625rem;top:9.5625rem;left:1.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNVQJVqndDimbHg68sFxCWsRovazoR8z { width:15.125rem;height:1.625rem;top:22.4365234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH2vf2Pck2R4KUhNXiqloaACU73lgklD { width:10.625rem;height:1.625rem;top:35.1865234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG { display:block; }#FzpC3qN81ld8QI0EhXWv5UITmrc0iBdG > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLffSC6LPzZKQuA5UDBUwnOVpkXOCuWk { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtvbyG6ki7nOhi22Rk79JJrx9syJlbTx { width:20rem;height:11.25rem;top:7.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq7uPe8agQwwVteSvr1LwTSVqqbTaq8v { width:17.625rem;height:3.41363125rem;top:7.9609375rem;left:1.1875rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #as44moOCcJrOsX3VFpxdMo5dwAAOWzRC { width:19.3125rem;height:4.87305rem;top:12.73046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACklE8rsONR8TVolZ5QsSSdfBfgDDPwK { width:19.3125rem;height:12.5rem;top:20.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUe4WrAKfTuOG2cg6TCxTQkvf77nHk1Z { width:17.625rem;height:1.7871125rem;top:25.9375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cADBO1pZMBkHDlTUbE0Ra47K9rBzfQZK { width:18rem;height:3.8997375rem;top:28.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHt2f00XrrGAGXpJXXlePXEGEemgENv { width:19.3125rem;height:12.5rem;top:34.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykURoP5l6iqO5c04LOTLzSisThJorRy1 { width:17.625rem;height:1.7871125rem;top:39.5rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfRxVelffUJuT6s3ueImWMgNtMxbdMB { width:18rem;height:2.599825rem;top:41.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caTVLs67OHFdwgpoc1f7nvwW7Of1e1vZ { width:19.3125rem;height:12.5rem;top:47.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDUaPWou4a4L3pF2IhRvPMe07DCSzMKJ { width:17.625rem;height:1.7871125rem;top:53.125rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svpZnxhkISTvO3WpadlumAw5D2qS2zoc { width:18rem;height:2.599825rem;top:55.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvDNzrS5im7G3fJkuxvBt56MwyDAwaa { width:2.875rem;height:4.1875rem;top:20.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHxodPcvVTBobrISodERNH6uCAbbayH { width:3.9375rem;height:3.9375rem;top:34.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7t26I7AQwoOy37fuZwnMzyRpddBoNvQ { width:4rem;height:4rem;top:48.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA { display:block; }#mvmBRywHV6PBeDn9gPGfBfQ0UzmIQLoA > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NB2PpzE625R8c3qxRJfc5K6CtKuQHRrD { width:20rem;height:4.71136875rem;top:0.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5ueDvbvaVt5iswfRQFhHiWuwA5F1Vyf { width:20rem;height:20.4774625rem;top:8.07421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2Z4Pi73SSd0Sv58NSAE27H47FMe53T { width:19.375rem;height:12.5625rem;top:32.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77kbIgQGOM9V8tucupnv32ltbPLiHti { width:20rem;height:14rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnI0THHJkPwwMkDGZLw5NposcIEi7UzI { display:block; }#UnI0THHJkPwwMkDGZLw5NposcIEi7UzI > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWERb6bmkD3hxRiq7b9DRpSExzyoIm7A { width:20rem;height:4.71136875rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcMM4R6VV49xGdu06I2OTp7HvqE2AITZ { width:20rem;height:14.33595rem;top:7.0859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKpdMxMsncAEvgd5MZdsKXVRUMO8PAmm { width:20rem;height:11.587875rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHEAzT4FKSQnUCo2muIVMROJiKuK39ce { width:20rem;height:12.6875rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM { display:block; }#oB0iqGUJ1NU1nRvdEzTr1gJ2VuVwVSTM > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNIRsnzk3gM36tFERfrKIQsbbWSkS34q { width:20rem;height:3.65625rem;top:1.734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVVcoFEToqQOlFsJZsTtCFJo7lKiFSS1 { width:20rem;height:4.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbFncB3BbQHCUVkwofiJUDeNDCp74uUA { width:19rem;height:4rem;top:7.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6PmXhTW0IOKc7ExAW7HfpPUAp0gb5QD { display:block; }
 }@media only screen and (max-width: 763px) { #zzoCEr2N9zTZL2o5zknd5JoZDknMiP5G { width:19rem;height:4rem;top:13rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1I7dvo4R1wIIPkdJq73TA7R07w9OaMd { display:block; }
 }@media only screen and (max-width: 763px) { #ryetiryzpFwQI5sg01mqmt1MNaOCNuPw { width:19rem;height:4rem;top:18.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhvflxkcq2U4nbJLLGmtXnR9ufgsSXQI { display:block; }
 }@media only screen and (max-width: 763px) { #Qs0wu5QRnNWZ97K9b5TubIcttfH9WG7S { width:19rem;height:4rem;top:23.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1P1WeWawULZmg3MyuT291zBwOLIvmua { display:block; }
 }@media only screen and (max-width: 763px) { #ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ { display:block; }#ulabfJSkGpPvIgNGImEVGdQd0gWDmxSZ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyVLvP4pqqGaRLKaaoy6fdqGmKh3b3Io { width:20rem;height:2.92535rem;top:0.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnfAUmKLtI8LX4U802GoveylLMxBBs7T { width:20rem;height:2.92535rem;top:4.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypTifWxiMkUTOe3D1OVTJAnLqDci2liH { display:block; }#ypTifWxiMkUTOe3D1OVTJAnLqDci2liH > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhPMdAnJntMHEQHFkI1wq8S9ACLv5PpT { width:19rem;height:2.51855625rem;top:1.875rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBMiIln50LzCz2KD3R6k1vNvSyUuPvdL { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZecCR2mPefzcuF8ylHWCirntyareNT8 { width:19.5625rem;height:20.0625rem;top:6.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTTpx11CTu9tA60AwEoSwXkTv7GuFqK { width:19.5rem;height:12.0625rem;top:6.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimX9tZq17S2Oe6hT1CHRl8CJDUQLCOr { width:13.75rem;height:1.54296875rem;top:19.625rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCix1Hb45DreJSLDE0vCbTqvJtlZ1WTr { width:16.3125rem;height:3.5612rem;top:21.75rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW7Lnc2mGeKm8nncH1PNxKarlDx7sDxa { width:19.5625rem;height:20.0625rem;top:27.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SICJ38rpFuHrgTrPiaHP24CF9ht2ESIF { width:19.4375rem;height:12.125rem;top:27.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVDbN1Aw0T5wtt6DtHTnTPzJWupnsUF2 { width:13.75rem;height:1.54296875rem;top:40.8125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6WcFWuG4rqqL5C3PpVcS91l2E9XETlx { width:17.6875rem;height:3.5612rem;top:43rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { display:block; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma4fTkkz7dORKinKS2lI3UzsAvnP1zTW { width:10.5625rem;height:9.875rem;top:8.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44maBGrITMNbKVcWx5wVh5zIahfMMxr { width:10.4375rem;height:10.4375rem;top:8.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVG8ePBWPks7DCe5ba7iXEf1bR597qBc { width:11.375rem;height:11.375rem;top:7.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzWvZTNsXQwzPvtIRCmFT8MfRSvW2rL7 { width:10.0625rem;height:2.599825rem;top:27.9375rem;left:9.375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #reFO33i3bpkPMJTecIp57nq9ybumxIcD { width:15.1248125rem;height:1.3808625rem;top:25.602215290069rem;left:4.3120661377907rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mG1x2NteHxtaitR2MVCQ2ORiIuyNLO0b { width:6.8125rem;height:2.76041875rem;top:32.5rem;left:10.5625rem;font-size:1.0625rem;z-index:15054;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLo0oZm5C48cNSB7BrRtM47kO7WeTJTT { width:9.25rem;height:1.3808625rem;top:23.5rem;left:9.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #LKCiNoqprBA1JBMvXWCHeMGGOsZn2z7w { width:20rem;height:2.3556875rem;top:1.8583984375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQtpTpnpxTHX7o4VptxUkTZ7yxJoQXLc { width:20rem;height:3.6875rem;top:1.1929702758789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTulLLhftRQ1qESqs6aq6CGRJlKz7STO { width:14.875rem;height:3.625rem;top:22.375rem;left:5.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #FdlO8d0b31cOVMJs4ovdT23fLqZfpxIK { width:6.0625rem;height:3.625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgRCk1h4SxqIc57vGIgE9B3q0wwfUooC { width:4.625rem;height:1.54296875rem;top:23.375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH43RCklDTw2yv4HMgkoVakIGOVsEL4A { width:6.375rem;height:3.625rem;top:57.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbnqnVPIGmE08bRWTblgGHM42mxcTBkk { width:5.8125rem;height:1.8681625rem;top:58.81640625rem;left:0.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0gm9cCU1IorEIO8zBpyUFDg5RvQl5S6 { width:20rem;height:3.625rem;top:57.910159375rem;left:0rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #xTqTwh8XZKoxicWPsDEfEvyhSGas4n7G { width:7.8125rem;height:3.625rem;top:72.535159375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAd3NfeE0DGseBXUR12tGK8m9TehMtiH { width:5.8125rem;height:1.8681625rem;top:73.410159375rem;left:7.1875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSDX13zSeLnnACGpPabmXykaZAoBU5oo { width:20rem;height:3.625rem;top:77.410159375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XF50nA8a7IGqdC26oyCFG3baWc2IDt7q { width:7.8125rem;height:3.625rem;top:82.285159375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #srlsLGhRuaoXcSaKUnP3Uebdr1KEXK8J { width:5.8125rem;height:1.8681625rem;top:83.160159375rem;left:7.1875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ2N8pFvyhLvGLp1Fd6RGFaNa7JPVITv { width:20rem;height:3.625rem;top:87.160159375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #enNag9460nvwFfe7i388zKunvbwRlXAD { display:flex;width:2.375rem;height:2.375rem;top:23rem;left:5.625rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #Rrcos7PX0EwkeV1is2a2HKQTWfWu4r3n { display:flex;width:2.375rem;height:2.375rem;top:28.0625rem;left:5.5625rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #euucZ1GocDzGxynp1iuv0ZFEq5y3N0NB { display:flex;width:2.125rem;height:2.125rem;top:37.6875rem;left:5.75rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #Vr4qLCQIasyv8Tgdiy0yTw3kmnHGQuvv { width:2.875rem;height:2.125rem;top:32.875rem;left:5.4375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #o8dqJfLaKiJSE2PLMsfshJwrw6D5kZIU { width:15.5rem;height:3.1875rem;top:44.78125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyhwyLK2o7Gx5nSccxoiTh3GC9Ht7lJx { display:block; }
 }@media only screen and (max-width: 763px) { #M8B3rIWgSZBJXUFw1sxIJa7u9goTJyvt { width:9.4375rem;height:1.3808625rem;top:38.0625rem;left:9.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #ThTbn9N7H8xgX2xBrWtFlOaaU3sPzLZW { width:2.875rem;height:2.125rem;top:73.875rem;left:6.0625rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #x30TG7lSSG8veEyIXyhhcGNspdqAzXOE { width:9.875rem;height:2.76171875rem;top:68.0625rem;left:9.875rem;font-size:1.0625rem;z-index:15059;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uSfS5bL3HAz5pAQGdsT6QZadrlrJ0FW1 { width:6.0625rem;height:3.625rem;top:27.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DJwvrCr88eEOivc8xTB4zhSRCcSxTHuL { width:4.625rem;height:1.54296875rem;top:28.25rem;left:0.625rem;font-size:1.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #SZR7zDaoFqvk8BNZ4cUl2Tg5sgdgJyD0 { width:14.875rem;height:3.625rem;top:27.25rem;left:5.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Xpp35nbxnhigvFf1aK5n5DPMSZ2zTVcO { width:6.0625rem;height:3.625rem;top:32.125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #os8wr39neTb78IWenCDiNfeAMinR2fZ8 { width:4.625rem;height:1.54296875rem;top:33.125rem;left:0.625rem;font-size:1.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #I8isn47hrb2MRvWcK8hofJuuC3Q3vFae { width:14.875rem;height:3.625rem;top:32.125rem;left:5.125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #F4xViKPM5HLUaSm7dq1ubqBXQqQXg5Cz { width:6.0625rem;height:3.625rem;top:37rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #BWlxCdoUDa0Txz4EgmfZeBW12D1FdXcp { width:4.625rem;height:1.54296875rem;top:38rem;left:0.625rem;font-size:1.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #EETnCeCTSU1wCnIoyricP4gaTBzGTuNp { width:14.875rem;height:3.625rem;top:37rem;left:5.125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #OcZWs0fuUnX1py6ZDQBJKtN2QaXK0exQ { top:6.9375rem;left:3.375rem;width:13.3125rem;height:13.1875rem;z-index:14993;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 { display:block; }#a9B6VFiXRbSkxC4V0i7dciReoSxbbHT8 > .row .container { width:20rem;height:166.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLsONHfqxFo1h5WeyCINbqQIZJv5fupX { width:19.375rem;height:3.125rem;top:7.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4GbnnHArZAIqTrUNVZc7mKfRqBlMs81 { width:15.9375rem;height:1.54296875rem;top:8.4375rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDR1fpAno3cHfpknHOCCT49xzsRVJA0Z { width:19.375rem;height:3.125rem;top:54.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wGhtEuLlaiTP7yLCg3ii0KUEN8R6UG { width:15.9375rem;height:1.54296875rem;top:55.625rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7KqE500RcnCJogZEhzL4XW9yBTOsh8T { width:19.375rem;height:3.125rem;top:86.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iseT3EVIESHTlhyy6e5t1WxpBIKKE3Qa { width:20rem;height:1.3808625rem;top:87.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVcZwlQ3nH3rTeiG4ClEFhHqLEJk2Dyn { width:19.375rem;height:3.125rem;top:125.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmk4A2s9SxOMk3bUT9vuadiGRVCa2gRS { width:15.9375rem;height:1.3808625rem;top:126.6875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eDTtPta8fgnkx2B87MCmUPvk7qd7on { width:16.6875rem;height:38.138rem;top:12.625rem;left:1.5rem;font-size:0.9375rem;line-height:1.7;display:block; }#b1eDTtPta8fgnkx2B87MCmUPvk7qd7on li:before{  }
 }@media only screen and (max-width: 763px) { #zy9ZmT9R5MMNlwBd5qw73NkgnSA5gViP { width:16.6875rem;height:22.3176875rem;top:59.875rem;left:1.5625rem;font-size:0.875rem;line-height:1.8;display:block; }#zy9ZmT9R5MMNlwBd5qw73NkgnSA5gViP li:before{  }
 }@media only screen and (max-width: 763px) { #yCA4d5U7DQyssgbFXO9TFTqIB0bpIaKr { width:16.6875rem;height:30.4969375rem;top:91rem;left:1.5625rem;font-size:0.875rem;display:block; }#yCA4d5U7DQyssgbFXO9TFTqIB0bpIaKr li:before{  }
 }@media only screen and (max-width: 763px) { #tVAg0k7a8m0e6ZmWgUw07BBrJ327bNXS { width:16.6875rem;height:32.3828125rem;top:130.75rem;left:1.5rem;font-size:0.875rem;display:block; }#tVAg0k7a8m0e6ZmWgUw07BBrJ327bNXS li:before{  }
 }@media only screen and (max-width: 763px) { #aK8Gbcvf6poKVAhdxmQMB90oETi9gH9c { width:20rem;height:2.92535rem;top:1.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrU1LxsuIGTy4T9g0ThmTqa9nhsbZhgA { width:20rem;height:4.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL25JhJe3qk2gVTRs6T9MEKeHnODkVNt { width:19.875rem;height:43.8125rem;top:9.0625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk48dEfTb0XpuLsT3hfQuJrh964mbMOe { width:19.875rem;height:27.9375rem;top:56.375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8Mk8F2ZFcvA2xKpn1fUWlJwPO1DtpA { width:19.875rem;height:36.125rem;top:87.625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7WW6u4T5bsoemXlq4QHS7N0eaSTWhnG { width:19.875rem;height:38.9375rem;top:127.375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELXWDygUETwXR69aRpM7LJw5hi27KHCk { position:relative;z-index:auto;display:block; }#ELXWDygUETwXR69aRpM7LJw5hi27KHCk > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1d20d86KWkVzITdb4SIbQDusTkRx0UC { width:14.375rem;height:3.4375rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDSJumLXAoPku56ECMmOVUlhrA7zSME5 { display:block; }
 }